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

Improve spiluk numeric phase to avoid race conditions and processing in chunks #1390

Merged
merged 4 commits into from
Apr 25, 2022

Conversation

vqd8a
Copy link
Contributor

@vqd8a vqd8a commented Apr 22, 2022

This PR makes two changes in the numeric phase of SPILUK:

  1. Use Kokkos::atomic_add to avoid race conditions when updating L and U values --> This helps resolve the issue of inconsistent convergence in Belos solver (tested with Aria matrices)
  2. Allow computing rows in chunks at each level when dealing with large dense array used for tracking indices of CRS big matrices. Note: another implementation using shared memory hash map will be added in another PR.

@vqd8a vqd8a requested review from ndellingwood and srajama1 April 22, 2022 22:25
@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_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 170
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 162
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 973
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 617
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 961
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 948
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 353
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: fix-spiluk-numeric-race-condition
  • SHA: 762526e
  • Mode: TEST_REPO

Pull Request Author: vqd8a

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has commited a change to the PR before testing completed. The original testing SHA = 762526e Does not match the current commit SHA = fd92857. The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

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

  • Build Num: 170
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 162
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 973
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 617
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 961
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 948
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 353
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 762526e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 # 170 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 762526e04d0a7bf809ce47aa8c735fa123d2b350^{commit} # timeout=10
Checking out Revision 762526e04d0a7bf809ce47aa8c735fa123d2b350 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 762526e04d0a7bf809ce47aa8c735fa123d2b350 # timeout=10
Commit message: "Use atomic_add and process rows in chunks at each level"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk fbbde0999b40d6e76b1ec741c82952b8474aaf1a # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740] $ /bin/bash -el /tmp/jenkins7244224141474500806.sh
***Forced exclusive execution
Job <36152> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  762526e04d0a7bf809ce47aa8c735fa123d2b350 Use atomic_add and process rows in chunks at each level

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: cuda/9.2.88
Testing compiler cuda/9.2.88
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Starting job cuda-9.2.88-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options: force_uvm,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight # 162 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 762526e04d0a7bf809ce47aa8c735fa123d2b350^{commit} # timeout=10
Checking out Revision 762526e04d0a7bf809ce47aa8c735fa123d2b350 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 762526e04d0a7bf809ce47aa8c735fa123d2b350 # timeout=10
Commit message: "Use atomic_add and process rows in chunks at each level"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk fbbde0999b40d6e76b1ec741c82952b8474aaf1a # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight] $ /bin/bash -el /tmp/jenkins14137177956359989485.sh
***Forced exclusive execution
Job <36153> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  762526e04d0a7bf809ce47aa8c735fa123d2b350 Use atomic_add and process rows in chunks at each level

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: cuda/10.1.243
Testing compiler cuda/10.1.243
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Starting job cuda-10.1.243-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 973 (click to expand)

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.973/TestAll_2022-04-22_16.33.25/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if( maxrowsperchunk < lnrowsperchunk(i) ) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.973/TestAll_2022-04-22_16.33.25/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if( maxrowsperchunk < lnrowsperchunk(i) ) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.973/TestAll_2022-04-22_16.33.25/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.973/TestAll_2022-04-22_16.33.25/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.973/TestAll_2022-04-22_16.33.25/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.973/TestAll_2022-04-22_16.33.25/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.973/TestAll_2022-04-22_16.33.25/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.973/TestAll_2022-04-22_16.33.25/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if( maxrowsperchunk < lnrowsperchunk(i) ) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_LayoutRight # 617 (click to expand)

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if( maxrowsperchunk < lnrowsperchunk(i) ) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if( maxrowsperchunk < lnrowsperchunk(i) ) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Threads, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.617/TestAll_2022-04-22_16.33.31/gcc/7.2.0/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720 # 961 (click to expand)

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.961/TestAll_2022-04-22_16.33.42/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.961/TestAll_2022-04-22_16.33.42/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.961/TestAll_2022-04-22_16.33.42/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.961/TestAll_2022-04-22_16.33.42/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if( maxrowsperchunk < lnrowsperchunk(i) ) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.961/TestAll_2022-04-22_16.33.42/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:138:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:19:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.961/TestAll_2022-04-22_16.33.42/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if( maxrowsperchunk < lnrowsperchunk(i) ) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.961/TestAll_2022-04-22_16.33.42/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL18 # 948 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 762526e04d0a7bf809ce47aa8c735fa123d2b350^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision 762526e04d0a7bf809ce47aa8c735fa123d2b350 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 762526e04d0a7bf809ce47aa8c735fa123d2b350 # timeout=10
Commit message: "Use atomic_add and process rows in chunks at each level"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk fbbde0999b40d6e76b1ec741c82952b8474aaf1a # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins7512912251445668729.sh
Running on machine: blake
KokkosKernels Repository Status:  762526e04d0a7bf809ce47aa8c735fa123d2b350 Use atomic_add and process rows in chunks at each level

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: intel/18.1.163
Testing compiler intel/18.1.163
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.353/TestAll_2022-04-22_16.34.03/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.353/TestAll_2022-04-22_16.34.03/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
1 error generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.353/TestAll_2022-04-22_16.34.03/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.353/TestAll_2022-04-22_16.34.03/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.353/TestAll_2022-04-22_16.34.03/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.353/TestAll_2022-04-22_16.34.03/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:183:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
    if( maxrowsperchunk < lnrowsperchunk(i) ) {
        ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:7: note: in instantiation of function template specialization 'KokkosSparse::Impl::Experimental::level_sched, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, Kokkos::View, unsigned long>' requested here
      level_sched (thandle, L_row_map, L_entries, level_list, level_ptr, 
      ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:19: note: in instantiation of function template specialization 'KokkosSparse::Impl::Experimental::iluk_symbolic, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> > >' requested here
    Experimental::iluk_symbolic(*spiluk_handle, fill_lev, A_row_map, A_entries,
                  ^
2 errors generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:213:25: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
    if( maxrowsperchunk < lnrowsperchunk(i) ) {
        ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:480:7: note: in instantiation of function template specialization 'KokkosSparse::Impl::Experimental::level_sched, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, Kokkos::View, unsigned long>' requested here
      level_sched (thandle, L_row_map, L_entries, level_list, level_ptr, 
      ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:19: note: in instantiation of function template specialization 'KokkosSparse::Impl::Experimental::iluk_symbolic, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> > >' requested here
    Experimental::iluk_symbolic(*spiluk_handle, fill_lev, A_row_map, A_entries,
                  ^
1 error generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
2 errors generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 clang/10.0.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/spack/opt/spack/linux-rhel7-x86_64/gcc-10.2.0/llvm-10.0.1-nldepabrxk2zcykcq7rlky5sr53hnm63/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.353/TestAll_2022-04-22_16.34.03/clang/10.0.1/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

  • Build Num: 171
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 163
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 974
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 618
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 962
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 949
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 354
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: fix-spiluk-numeric-race-condition
  • SHA: fd92857
  • Mode: TEST_REPO

Pull Request Author: vqd8a

Copy link
Contributor

@srajama1 srajama1 left a comment

Choose a reason for hiding this comment

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

Thanks @vqd8a !

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

  • Build Num: 171
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 163
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 974
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 618
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 962
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 949
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 354
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd92857
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 # 171 (click to expand)

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_impl.hpp(820): warning: statement is unreachable
          detected during:
            instantiation of "size_t KokkosSparse::Impl::KokkosSPGEMM::compute_num_pool_chunks(size_t, size_t) [with HandleType=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, a_row_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, a_lno_nnz_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, a_scalar_nnz_view_t_=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, b_lno_row_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, b_lno_nnz_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, b_scalar_nnz_view_t_=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, Pool=KokkosKernels::Impl::UniformMemoryPool]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_jacobi_sparseacc_impl.hpp(1559): here
            instantiation of "void KokkosSparse::Impl::KokkosSPGEMM::KokkosSPGEMM_jacobi_sparseacc(c_row_view_t, c_lno_nnz_view_t, c_scalar_nnz_view_t, c_scalar_nnz_view_t::const_value_type, dinv_view_t, KokkosKernels::Impl::ExecSpaceType) [with HandleType=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, a_row_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, a_lno_nnz_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, a_scalar_nnz_view_t_=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, b_lno_row_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, b_lno_nnz_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, b_scalar_nnz_view_t_=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, c_row_view_t=Kokkos::View, Kokkos::MemoryTraits<1U>>, c_lno_nnz_view_t=Kokkos::View, Kokkos::MemoryTraits<1U>>, c_scalar_nnz_view_t=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, dinv_view_t=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_jacobi_spec.hpp(207): here
            instantiation of "void KokkosSparse::Impl::SPGEMM_JACOBI::spgemm_jacobi(KernelHandle *, KernelHandle::nnz_lno_t, KernelHandle::nnz_lno_t, KernelHandle::nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, __nv_bool, b_size_view_t_, b_lno_view_t, b_scalar_view_t, __nv_bool, c_size_view_t_, c_lno_view_t &, c_scalar_view_t &, c_scalar_view_t::const_value_type, dinv_scalar_view_t) [with KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, a_size_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, a_lno_view_t=Kokkos::View, Kokkos::MemoryTraits<1U>>, a_scalar_view_t=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, b_size_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, b_lno_view_t=Kokkos::View, Kokkos::MemoryTraits<1U>>, b_scalar_view_t=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, c_size_view_t_=Kokkos::View, Kokkos::MemoryTraits<1U>>, c_lno_view_t=Kokkos::View, Kokkos::MemoryTraits<1U>>, c_scalar_view_t=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, dinv_scalar_view_t=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.171/TestAll_2022-04-22_16.44.29/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp(50): here

[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_impl.hpp(820): warning: statement is unreachable
detected during:
instantiation of "size_t KokkosSparse::Impl::KokkosSPGEMM<HandleType, a_row_view_t_, a_lno_nnz_view_t_, a_scalar_nnz_view_t_, b_lno_row_view_t_, b_lno_nnz_view_t_, b_scalar_nnz_view_t_>::compute_num_pool_chunks(size_t, size_t) [with HandleType=KokkosKernels::Experimental::KokkosKernelsHandle<const size_t, const int, const Kokkos::complex, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, a_row_view_t_=Kokkos::View<const size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, a_lno_nnz_view_t_=Kokkos::View<const int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, a_scalar_nnz_view_t_=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_lno_row_view_t_=Kokkos::View<const size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_lno_nnz_view_t_=Kokkos::View<const int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_scalar_nnz_view_t_=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, Pool=KokkosKernels::Impl::UniformMemoryPool<Kokkos::HostSpace::memory_space, int>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_jacobi_sparseacc_impl.hpp(1559): here
instantiation of "void KokkosSparse::Impl::KokkosSPGEMM<HandleType, a_row_view_t_, a_lno_nnz_view_t_, a_scalar_nnz_view_t_, b_lno_row_view_t_, b_lno_nnz_view_t_, b_scalar_nnz_view_t_>::KokkosSPGEMM_jacobi_sparseacc(c_row_view_t, c_lno_nnz_view_t, c_scalar_nnz_view_t, c_scalar_nnz_view_t::const_value_type, dinv_view_t, KokkosKernels::Impl::ExecSpaceType) [with HandleType=KokkosKernels::Experimental::KokkosKernelsHandle<const size_t, const int, const Kokkos::complex, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, a_row_view_t_=Kokkos::View<const size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, a_lno_nnz_view_t_=Kokkos::View<const int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, a_scalar_nnz_view_t_=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_lno_row_view_t_=Kokkos::View<const size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_lno_nnz_view_t_=Kokkos::View<const int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_scalar_nnz_view_t_=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, c_row_view_t=Kokkos::View<size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, c_lno_nnz_view_t=Kokkos::View<int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, c_scalar_nnz_view_t=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, dinv_view_t=Kokkos::View<const Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_jacobi_spec.hpp(207): here
instantiation of "void KokkosSparse::Impl::SPGEMM_JACOBI<KernelHandle, a_size_view_t_, a_lno_view_t, a_scalar_view_t, b_size_view_t_, b_lno_view_t, b_scalar_view_t, c_size_view_t_, c_lno_view_t, c_scalar_view_t, dinv_scalar_view_t, false, true>::spgemm_jacobi(KernelHandle *, KernelHandle::nnz_lno_t, KernelHandle::nnz_lno_t, KernelHandle::nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, nv_bool, b_size_view_t, b_lno_view_t, b_scalar_view_t, nv_bool, c_size_view_t, c_lno_view_t &, c_scalar_view_t &, c_scalar_view_t::const_value_type, dinv_scalar_view_t) [with KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle<const size_t, const int, const Kokkos::complex, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, a_size_view_t=Kokkos::View<const size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, a_lno_view_t=Kokkos::View<const int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, a_scalar_view_t=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_size_view_t=Kokkos::View<const size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_lno_view_t=Kokkos::View<const int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, b_scalar_view_t=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, c_size_view_t_=Kokkos::View<size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, c_lno_view_t=Kokkos::View<int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, c_scalar_view_t=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, dinv_scalar_view_t=Kokkos::View<const Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.171/TestAll_2022-04-22_16.44.29/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp(50): here

[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle<const long unsigned int, const int, const double, Kokkos::Cuda, Kokkos::CudaUVMSpace, Kokkos::CudaUVMSpace>; RowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; EntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; LevelType1 = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; LevelType2 = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; LevelType3 = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; size_type = long unsigned int]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:12: required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle<const long unsigned int, const int, const double, Kokkos::Cuda, Kokkos::CudaUVMSpace, Kokkos::CudaUVMSpace>; ARowMapType = Kokkos::View<const long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View<const int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:28: required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC<KernelHandle, ARowMapType, AEntriesType, LRowMapType, LEntriesType, URowMapType, UEntriesType, false, true>::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle<const long unsigned int, const int, const double, Kokkos::Cuda, Kokkos::CudaUVMSpace, Kokkos::CudaUVMSpace>; ARowMapType = Kokkos::View<const long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View<const int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.171/TestAll_2022-04-22_16.44.29/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp:51:17: required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (maxrowsperchunk < lnrowsperchunk(i)) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 59%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle<const long unsigned int, const int, const double, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View<long unsigned int*, Kokkos::HostSpace>; LevelType2 = Kokkos::View<int*, Kokkos::HostSpace>; LevelType3 = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; size_type = long unsigned int]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:12: required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle<const long unsigned int, const int, const double, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View<const long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View<const int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:28: required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC<KernelHandle, ARowMapType, AEntriesType, LRowMapType, LEntriesType, URowMapType, UEntriesType, false, true>::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle<const long unsigned int, const int, const double, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View<const long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View<const int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.171/TestAll_2022-04-22_16.44.29/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:17: required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (maxrowsperchunk < lnrowsperchunk(i)) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 59%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o
[ 59%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 60%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle<const long unsigned int, const int, const Kokkos::complex, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View<long unsigned int*, Kokkos::HostSpace>; LevelType2 = Kokkos::View<int*, Kokkos::HostSpace>; LevelType3 = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; size_type = long unsigned int]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:12: required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle<const long unsigned int, const int, const Kokkos::complex, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View<const long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View<const int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:28: required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC<KernelHandle, ARowMapType, AEntriesType, LRowMapType, LEntriesType, URowMapType, UEntriesType, false, true>::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle<const long unsigned int, const int, const Kokkos::complex, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View<const long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View<const int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::OpenMP, Kokkos::HostSpace>, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.171/TestAll_2022-04-22_16.44.29/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:17: required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (maxrowsperchunk < lnrowsperchunk(i)) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle<const long unsigned int, const int, const Kokkos::complex, Kokkos::Cuda, Kokkos::CudaUVMSpace, Kokkos::CudaUVMSpace>; RowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; EntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; LevelType1 = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; LevelType2 = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; LevelType3 = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::HostSpace>; size_type = long unsigned int]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:12: required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle<const long unsigned int, const int, const Kokkos::complex, Kokkos::Cuda, Kokkos::CudaUVMSpace, Kokkos::CudaUVMSpace>; ARowMapType = Kokkos::View<const long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View<const int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:28: required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC<KernelHandle, ARowMapType, AEntriesType, LRowMapType, LEntriesType, URowMapType, UEntriesType, false, true>::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle<const long unsigned int, const int, const Kokkos::complex, Kokkos::Cuda, Kokkos::CudaUVMSpace, Kokkos::CudaUVMSpace>; ARowMapType = Kokkos::View<const long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View<const int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View<long unsigned int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View<int*, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::Cuda, Kokkos::CudaUVMSpace>, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.171/TestAll_2022-04-22_16.44.29/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp:51:17: required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (maxrowsperchunk < lnrowsperchunk(i)) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/9.2.88 --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,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.171/TestAll_2022-04-22_16.44.29/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight # 163 (click to expand)

[ 53%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_symbolic/Sparse_spgemm_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 53%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE_MEMSPACE_CUDASPACE.cpp.o
[ 53%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 53%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE_MEMSPACE_CUDASPACE.cpp.o
[ 54%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 54%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE_MEMSPACE_CUDASPACE.cpp.o
[ 54%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 54%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE_MEMSPACE_CUDASPACE.cpp.o
[ 54%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 55%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE_MEMSPACE_CUDASPACE.cpp.o
[ 55%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 55%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE_MEMSPACE_CUDASPACE.cpp.o
[ 55%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE_MEMSPACE_CUDASPACE.cpp.o
[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE_MEMSPACE_CUDASPACE.cpp.o
[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; RowMapType = Kokkos::View; EntriesType = Kokkos::View; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:12:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:28:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight.163/TestAll_2022-04-22_16.44.33/cuda/10.1.243/Cuda_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:51:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (maxrowsperchunk < lnrowsperchunk(i)) {
     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 59%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 59%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 59%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 59%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 60%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:12:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:28:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight.163/TestAll_2022-04-22_16.44.33/cuda/10.1.243/Cuda_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (maxrowsperchunk < lnrowsperchunk(i)) {
     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
[ 60%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:12:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:28:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight.163/TestAll_2022-04-22_16.44.33/cuda/10.1.243/Cuda_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (maxrowsperchunk < lnrowsperchunk(i)) {
     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Cuda, Kokkos::CudaSpace, Kokkos::CudaSpace>; RowMapType = Kokkos::View; EntriesType = Kokkos::View; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:12:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Cuda, Kokkos::CudaSpace, Kokkos::CudaSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:28:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Cuda, Kokkos::CudaSpace, Kokkos::CudaSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight.163/TestAll_2022-04-22_16.44.33/cuda/10.1.243/Cuda_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:51:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (maxrowsperchunk < lnrowsperchunk(i)) {
     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.243-Cuda_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/10.1.243 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --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=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/openblas/0.2.20/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight.163/TestAll_2022-04-22_16.44.33/cuda/10.1.243/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 974 (click to expand)

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.974/TestAll_2022-04-22_16.44.41/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.974/TestAll_2022-04-22_16.44.41/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:18:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.974/TestAll_2022-04-22_16.44.41/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (maxrowsperchunk < lnrowsperchunk(i)) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:56:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.974/TestAll_2022-04-22_16.44.41/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:56:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.974/TestAll_2022-04-22_16.44.41/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.974/TestAll_2022-04-22_16.44.41/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.974/TestAll_2022-04-22_16.44.41/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_LayoutRight # 618 (click to expand)

[ 48%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 48%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 49%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:56:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.618/TestAll_2022-04-22_16.44.51/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
[ 49%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:56:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.618/TestAll_2022-04-22_16.44.51/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:56:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.618/TestAll_2022-04-22_16.44.51/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:56:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.618/TestAll_2022-04-22_16.44.51/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.618/TestAll_2022-04-22_16.44.51/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.618/TestAll_2022-04-22_16.44.51/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720 # 962 (click to expand)

[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:18:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.962/TestAll_2022-04-22_16.45.01/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 58%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.962/TestAll_2022-04-22_16.45.01/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:18:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.962/TestAll_2022-04-22_16.45.01/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (maxrowsperchunk < lnrowsperchunk(i)) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.962/TestAll_2022-04-22_16.45.01/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:56:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.962/TestAll_2022-04-22_16.45.01/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In function void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:133:57: error: typedef using memory_space = typename IlukHandle::memory_space locally defined but not used [-Werror=unused-local-typedefs]
   using memory_space = typename IlukHandle::memory_space;
                                                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::level_sched(IlukHandle&, RowMapType, EntriesType, LevelType1&, LevelType2&, LevelType2&, LevelType3&, LevelType3&, size_type&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; RowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; EntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelType1 = Kokkos::View; LevelType2 = Kokkos::View; LevelType3 = Kokkos::View; size_type = long unsigned int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:18:   required from void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle&, const typename IlukHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename IlukHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:32:   required from static void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, LRowMapType&, LEntriesType&, URowMapType&, UEntriesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.962/TestAll_2022-04-22_16.45.01/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (maxrowsperchunk < lnrowsperchunk(i)) {
         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable avail_byte [-Werror=unused-variable]
   size_t avail_byte = 0;
          ^~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.962/TestAll_2022-04-22_16.45.01/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL18 # 949 (click to expand)

[ 38%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_mv_bsrmatrix_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 38%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_mv_bsrmatrix_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 39%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 39%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 40%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 40%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 40%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_mv_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 41%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_mv_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 41%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_mv_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 42%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spmv/Sparse_spmv_mv_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 42%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_symbolic/Sparse_spgemm_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 42%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_symbolic/Sparse_spgemm_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 43%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_symbolic/Sparse_spgemm_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 43%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_symbolic/Sparse_spgemm_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 44%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 44%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 44%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 45%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_numeric/Sparse_spgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 45%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 46%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 46%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 46%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE_MEMSPACE_HOSTSPACE.cpp.o
[ 47%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 47%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 48%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp(209): error #2557: comparison between signed and unsigned operands
      if (maxrowsperchunk < lnrowsperchunk(i)) {
                          ^
          detected during:
            instantiation of "void KokkosSparse::Impl::Experimental::level_sched(IlukHandle &, RowMapType, EntriesType, LevelType1 &, LevelType2 &, LevelType2 &, LevelType3 &, LevelType3 &, size_type &) [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, RowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, EntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LevelType1=Kokkos::View, LevelType2=Kokkos::View, LevelType3=Kokkos::View, size_type=size_t={unsigned long}]" at line 476
            instantiation of "void KokkosSparse::Impl::Experimental::iluk_symbolic(IlukHandle &, const IlukHandle::const_nnz_lno_t &, const ARowMapType &, const AEntriesType &, LRowMapType &, LEntriesType &, URowMapType &, UEntriesType &) [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View,
                      Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>]" at line 152 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp"
            instantiation of "void KokkosSparse::Impl::SPILUK_SYMBOLIC::spiluk_symbolic(KernelHandle *, const KernelHandle::const_nnz_lno_t &, const ARowMapType &, const AEntriesType &, LRowMapType &, LEntriesType &, URowMapType &, UEntriesType &) [with KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>,
                      UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>]" at line 51 of
                      "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.949/TestAll_2022-04-22_16.45.12/intel/18.1.163/Threads-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp"

compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.949/TestAll_2022-04-22_16.45.12/intel/18.1.163/Threads-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp (code 2)
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.949/TestAll_2022-04-22_16.45.12/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-18.1.163-Threads-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.949/TestAll_2022-04-22_16.45.12/intel/18.1.163/Threads-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 56%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.354/TestAll_2022-04-22_16.45.22/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.354/TestAll_2022-04-22_16.45.22/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
1 error generated.
[ 57%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.354/TestAll_2022-04-22_16.45.22/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
1 error generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.354/TestAll_2022-04-22_16.45.22/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:25: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
    if (maxrowsperchunk < lnrowsperchunk(i)) {
        ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:7: note: in instantiation of function template specialization 'KokkosSparse::Impl::Experimental::level_sched, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, Kokkos::View, unsigned long>' requested here
      level_sched(thandle, L_row_map, L_entries, level_list, level_ptr,
      ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:19: note: in instantiation of function template specialization 'KokkosSparse::Impl::Experimental::iluk_symbolic, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> > >' requested here
    Experimental::iluk_symbolic(*spiluk_handle, fill_lev, A_row_map, A_entries,
                  ^
2 errors generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.354/TestAll_2022-04-22_16.45.22/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.354/TestAll_2022-04-22_16.45.22/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:55:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:178:10: error: unused variable 'avail_byte' [-Werror,-Wunused-variable]
  size_t avail_byte = 0;
         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:209:25: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
    if (maxrowsperchunk < lnrowsperchunk(i)) {
        ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp:475:7: note: in instantiation of function template specialization 'KokkosSparse::Impl::Experimental::level_sched, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, Kokkos::View, unsigned long>' requested here
      level_sched(thandle, L_row_map, L_entries, level_list, level_ptr,
      ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:151:19: note: in instantiation of function template specialization 'KokkosSparse::Impl::Experimental::iluk_symbolic, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> > >' requested here
    Experimental::iluk_symbolic(*spiluk_handle, fill_lev, A_row_map, A_entries,
                  ^
1 error generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
2 errors generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 clang/10.0.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/spack/opt/spack/linux-rhel7-x86_64/gcc-10.2.0/llvm-10.0.1-nldepabrxk2zcykcq7rlky5sr53hnm63/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.354/TestAll_2022-04-22_16.45.22/clang/10.0.1/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

  • Build Num: 172
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 164
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 975
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 619
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 963
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 950
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 355
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: fix-spiluk-numeric-race-condition
  • SHA: 1b21ab7
  • Mode: TEST_REPO

Pull Request Author: vqd8a

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has commited a change to the PR before testing completed. The original testing SHA = 1b21ab7 Does not match the current commit SHA = fe00209. The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

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

  • Build Num: 172
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 164
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 975
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 619
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 963
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 950
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 355
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1b21ab7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 # 172 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 1b21ab746eb87c1da1bd1684aca84b97405105d2^{commit} # timeout=10
Checking out Revision 1b21ab746eb87c1da1bd1684aca84b97405105d2 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
Commit message: "Fix some warnings"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk fd92857b927d18d078b06624db50f4e6c42b3ed8 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740] $ /bin/bash -el /tmp/jenkins817051755689715312.sh
***Forced exclusive execution
Job <36158> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  1b21ab746eb87c1da1bd1684aca84b97405105d2 Fix some warnings

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: cuda/9.2.88
Testing compiler cuda/9.2.88
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Starting job cuda-9.2.88-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options: force_uvm,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight # 164 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 1b21ab746eb87c1da1bd1684aca84b97405105d2^{commit} # timeout=10
Checking out Revision 1b21ab746eb87c1da1bd1684aca84b97405105d2 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
Commit message: "Fix some warnings"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk fd92857b927d18d078b06624db50f4e6c42b3ed8 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight] $ /bin/bash -el /tmp/jenkins9343084047149681447.sh
***Forced exclusive execution
Job <36160> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  1b21ab746eb87c1da1bd1684aca84b97405105d2 Fix some warnings

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: cuda/10.1.243
Testing compiler cuda/10.1.243
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Starting job cuda-10.1.243-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 975 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 1b21ab746eb87c1da1bd1684aca84b97405105d2^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision 1b21ab746eb87c1da1bd1684aca84b97405105d2 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
Commit message: "Fix some warnings"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk fd92857b927d18d078b06624db50f4e6c42b3ed8 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_GCC720] $ /bin/bash -el /tmp/jenkins4359542211077000900.sh
Running on machine: blake
KokkosKernels Repository Status:  1b21ab746eb87c1da1bd1684aca84b97405105d2 Fix some warnings

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_LayoutRight # 619 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 1b21ab746eb87c1da1bd1684aca84b97405105d2^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision 1b21ab746eb87c1da1bd1684aca84b97405105d2 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
Commit message: "Fix some warnings"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk fd92857b927d18d078b06624db50f4e6c42b3ed8 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_GCC720_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins8401319929824811301.sh
Running on machine: blake
KokkosKernels Repository Status:  1b21ab746eb87c1da1bd1684aca84b97405105d2 Fix some warnings

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720 # 963 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 1b21ab746eb87c1da1bd1684aca84b97405105d2^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision 1b21ab746eb87c1da1bd1684aca84b97405105d2 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
Commit message: "Fix some warnings"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk fd92857b927d18d078b06624db50f4e6c42b3ed8 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins1698606594403915114.sh
Running on machine: blake
KokkosKernels Repository Status:  1b21ab746eb87c1da1bd1684aca84b97405105d2 Fix some warnings

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL18 # 950 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 1b21ab746eb87c1da1bd1684aca84b97405105d2^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision 1b21ab746eb87c1da1bd1684aca84b97405105d2 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
Commit message: "Fix some warnings"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk fd92857b927d18d078b06624db50f4e6c42b3ed8 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins6065244264900839419.sh
Running on machine: blake
KokkosKernels Repository Status:  1b21ab746eb87c1da1bd1684aca84b97405105d2 Fix some warnings

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: intel/18.1.163
Testing compiler intel/18.1.163
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 1b21ab746eb87c1da1bd1684aca84b97405105d2^{commit} # timeout=10
Checking out Revision 1b21ab746eb87c1da1bd1684aca84b97405105d2 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
Commit message: "Fix some warnings"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk fd92857b927d18d078b06624db50f4e6c42b3ed8 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins3959767159020805163.sh
Running on machine: blake
KokkosKernels Repository Status:  1b21ab746eb87c1da1bd1684aca84b97405105d2 Fix some warnings

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

  • Build Num: 173
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 165
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 976
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 620
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 964
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 951
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 356
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: fix-spiluk-numeric-race-condition
  • SHA: fe00209
  • Mode: TEST_REPO

Pull Request Author: vqd8a

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

  • Build Num: 173
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 165
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 976
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 620
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 964
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 951
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 356
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 # 173 (click to expand)

Going to test compilers:  gcc/7.2.0
Testing compiler gcc/7.2.0
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
  Starting job gcc-7.2.0-Serial-release
kokkos devices: Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-Serial-release
  Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=356 run_time=149
gcc-7.2.0-OpenMP_Serial-release build_time=460 run_time=355
gcc-7.2.0-Serial-release build_time=339 run_time=146
Running on machine: weaver
KokkosKernels Repository Status:  fe0020936549d59c3f2285a7d7b64516f3f6900a Fix clang format

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: gcc/7.2.0 gcc/7.4.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-Serial-release
kokkos devices: Serial
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-Serial-release
Testing compiler gcc/7.4.0
Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-OpenMP-release
Unrecognized compiler gcc/7.4.0 when looking for Spack variants
Unrecognized compiler gcc/7.4.0 when looking for Spack variants
Unrecognized compiler gcc/7.4.0 when looking for Spack variants
Starting job gcc-7.4.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.4.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=346 run_time=146
gcc-7.2.0-Serial-release build_time=331 run_time=142
gcc-7.4.0-OpenMP-release build_time=348 run_time=146
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight # 165 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse fe0020936549d59c3f2285a7d7b64516f3f6900a^{commit} # timeout=10
Checking out Revision fe0020936549d59c3f2285a7d7b64516f3f6900a (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f fe0020936549d59c3f2285a7d7b64516f3f6900a # timeout=10
Commit message: "Fix clang format"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight] $ /bin/bash -el /tmp/jenkins5719573540453141545.sh
***Forced exclusive execution
Job <36164> is submitted to queue .
<>
<>
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 976 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse fe0020936549d59c3f2285a7d7b64516f3f6900a^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision fe0020936549d59c3f2285a7d7b64516f3f6900a (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f fe0020936549d59c3f2285a7d7b64516f3f6900a # timeout=10
Commit message: "Fix clang format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_GCC720] $ /bin/bash -el /tmp/jenkins3258280872360813450.sh
Running on machine: blake
KokkosKernels Repository Status:  fe0020936549d59c3f2285a7d7b64516f3f6900a Fix clang format

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-Threads_Serial-release
Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=330 run_time=115
gcc-7.2.0-Threads_Serial-release build_time=426 run_time=270
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_LayoutRight # 620 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse fe0020936549d59c3f2285a7d7b64516f3f6900a^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision fe0020936549d59c3f2285a7d7b64516f3f6900a (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f fe0020936549d59c3f2285a7d7b64516f3f6900a # timeout=10
Commit message: "Fix clang format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_GCC720_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins3042674099527255104.sh
Running on machine: blake
KokkosKernels Repository Status:  fe0020936549d59c3f2285a7d7b64516f3f6900a Fix clang format

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-7.2.0-Threads_Serial-release
Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=305 run_time=111
gcc-7.2.0-Threads_Serial-release build_time=408 run_time=256
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720 # 964 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse fe0020936549d59c3f2285a7d7b64516f3f6900a^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision fe0020936549d59c3f2285a7d7b64516f3f6900a (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f fe0020936549d59c3f2285a7d7b64516f3f6900a # timeout=10
Commit message: "Fix clang format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins6123190807322338266.sh
Running on machine: blake
KokkosKernels Repository Status:  fe0020936549d59c3f2285a7d7b64516f3f6900a Fix clang format

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL18 # 951 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse fe0020936549d59c3f2285a7d7b64516f3f6900a^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision fe0020936549d59c3f2285a7d7b64516f3f6900a (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f fe0020936549d59c3f2285a7d7b64516f3f6900a # timeout=10
Commit message: "Fix clang format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins7745662937558280609.sh
Running on machine: blake
KokkosKernels Repository Status:  fe0020936549d59c3f2285a7d7b64516f3f6900a Fix clang format

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse fe0020936549d59c3f2285a7d7b64516f3f6900a^{commit} # timeout=10
Checking out Revision fe0020936549d59c3f2285a7d7b64516f3f6900a (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f fe0020936549d59c3f2285a7d7b64516f3f6900a # timeout=10
Commit message: "Fix clang format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 1b21ab746eb87c1da1bd1684aca84b97405105d2 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bc86b51894c86794539788b133d960564ed1c807 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bc86b51894c86794539788b133d960564ed1c807 # timeout=10
Commit message: "Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk bc86b51894c86794539788b133d960564ed1c807 # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins6523503113258002184.sh
Running on machine: blake
KokkosKernels Repository Status:  fe0020936549d59c3f2285a7d7b64516f3f6900a Fix clang format

Kokkos Repository Status: bc86b51894c86794539788b133d960564ed1c807 Merge pull request #4972 from nmm0/4971-ignore-cmakeuserpresets

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

@vqd8a vqd8a added the AT: RETEST Have this PR retested. label Apr 23, 2022
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 174
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 167
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 977
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 621
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 965
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 952
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 357
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: fix-spiluk-numeric-race-condition
  • SHA: fe00209
  • Mode: TEST_REPO

Pull Request Author: vqd8a

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 175
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 168
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 978
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 622
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 966
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 953
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 358
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: fix-spiluk-numeric-race-condition
  • SHA: fe00209
  • Mode: TEST_REPO

Pull Request Author: vqd8a

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

  • Build Num: 175
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 168
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 978
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 622
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 966
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 953
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 358
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix-spiluk-numeric-race-condition
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fe00209
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4057d74
PR_LABELS AT: RETEST
PULLREQUESTNUM 1390
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Apr 24, 2022
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

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.

Thank @vqd8a

@kokkos-devops-admin
Copy link

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

@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

@lucbv lucbv merged commit ca33f61 into kokkos:develop Apr 25, 2022
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Apr 25, 2022
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Apr 26, 2022
ndellingwood pushed a commit that referenced this pull request May 23, 2022
Improve spiluk numeric phase to avoid race conditions and processing in chunks

(cherry picked from commit ca33f61)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants