kokkos / kokkos-kernels

Kokkos C++ Performance Portability Programming Ecosystem: Math Kernels - Provides BLAS, Sparse BLAS and Graph Kernels
Other
304 stars 96 forks source link

Bigger sptrsv cleanup #2280

Closed jgfouca closed 2 months ago

jgfouca commented 2 months ago

Luc suggested that I split all remaining cleanup code from the block sptrsv effort in order for the latter to go in as its own clean PR. This PR contains the extensive refactoring/cleanup work I've done and the block sptrsv PR will come after this is merged.

This PR reduces sptrsv test and impl code size by over 2000 lines.

Change list:

  1. The main change is refactoring the solve_impl file around encapsulating the core algorithm that is used by nearly all the functors and reusing this implementation instead of duplicating it. The encapsulation happens in the new Common struct which all the functors (except the supermodel ones) inherit from.
  2. Remove the unused TP2 functor
  3. Remove the unused TriLvlSchedTP1SolverFunctorDiagValues functor
  4. Move the TriLvlSchedTP1SingleBlockFunctor functor to be adjacent to the other non-super nodal functors
  5. Additional refactors specific to TriLvlSchedTP1SingleBlockFunctor to reduce duplication
  6. Add IsLower template arg to some interface functions and remove upper/lower duplication
  7. Cleanup the kernel launches to reduce code size
  8. In testing, use new functions create_crs_lhs_rhs and basic_check to reduce duplication

As always with these big refactor PRs, the changes are best viewed with whitespace-only changes hidden.

kokkos-devops-admin commented 2 months ago

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

kokkos-devops-admin commented 2 months ago

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1423
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1011
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 667
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 654
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 655
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 659
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 631
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1111
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 625
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jgfouca/kokkos-kernels)
  • Branch: jgfouca/sptrsv_cleanups_2
  • SHA: 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
  • Mode: TEST_REPO
Pull Request Author: jgfouca
kokkos-devops-admin commented 2 months ago

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has pushed a change to the PR before testing completed. NEW EVENT 'committed', ID C_kwDOBK7s5toAKDk2MzlmZjgwNzViM2I5YTYyOTZiNjkwZDE0NGYxYTBmMWViMDNhNGM... The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

kokkos-devops-admin commented 2 months ago

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1423
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1011
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 667
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 654
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 655
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 659
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 631
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1111
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 625
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 51caf146fafb0d45f7d18f08be7d612dc5bd6b64
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1423 (click to expand)

b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins667106946837321791.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          dependabot/github_actions/actions/dependency-review-action-4.3.4 -> upstream/dependabot/github_actions/actions/dependency-review-action-4.3.4'
b' * [new branch]          dependabot/github_actions/github/codeql-action-3.25.12 -> upstream/dependabot/github_actions/github/codeql-action-3.25.12'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00    -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01    -> upstream/release-candidate-4.2.01'
b' * [new branch]          release-candidate-4.3.00    -> upstream/release-candidate-4.3.00'
b' * [new branch]          release-candidate-4.3.01    -> upstream/release-candidate-4.3.01'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             4.3.01                      -> 4.3.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             4.2.00                      -> 4.2.00'
b' * [new tag]             4.2.01                      -> 4.2.01'
b' * [new tag]             4.3.00                      -> 4.3.00'
b"Merge made by the 'recursive' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <75929> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  bc6e8b5e9e2a9d8ffe926b31d3034bfcd3bd85c9 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1301 run_time=519'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  bc6e8b5e9e2a9d8ffe926b31d3034bfcd3bd85c9 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'kokkoskernels tpls list: '
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1641 run_time=513'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

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

b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power9'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power9'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gcc-9.3.0-Serial-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: Power9'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gcc-9.3.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=546 run_time=121'
b'gcc-9.3.0-OpenMP_Serial-release build_time=738 run_time=268'
b'gcc-9.3.0-Serial-release build_time=491 run_time=145'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  5779f43bb86078b1d16b7c42bd678a1d72095ab9 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas'
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas'
b'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse 51caf146fafb0d45f7d18f08be7d612dc5bd6b64^{commit} # timeout=10'
b'Checking out Revision 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'Commit message: "formatting"'
b' > git rev-list --no-walk 5e8081bc692a6357abb73a3b9285cca6811d4694 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -l /tmp/jenkins4466967896256507178.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3070420 queued and waiting for resources'
b'srun: job 3070420 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  0b63e36bfb6a2143ff48cb465dba73120730cbde Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=508 run_time=134'
b'gnu-10.2.1-Threads_Serial-release build_time=682 run_time=214'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse 51caf146fafb0d45f7d18f08be7d612dc5bd6b64^{commit} # timeout=10'
b'Checking out Revision 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'Commit message: "formatting"'
b' > git rev-list --no-walk 5e8081bc692a6357abb73a3b9285cca6811d4694 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -l /tmp/jenkins286359629901875455.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3070421 queued and waiting for resources'
b'srun: job 3070421 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  51c9aaa7bdeae71c1851fd3ca2780f395b524037 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=460 run_time=125'
b'gnu-10.2.1-Threads_Serial-release build_time=632 run_time=191'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse 51caf146fafb0d45f7d18f08be7d612dc5bd6b64^{commit} # timeout=10'
b'Checking out Revision 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'Commit message: "formatting"'
b' > git rev-list --no-walk 5e8081bc692a6357abb73a3b9285cca6811d4694 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -l /tmp/jenkins9162959163611550586.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3070422 queued and waiting for resources'
b'srun: job 3070422 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  c04dae7678292ae20459e286437bbe59e123ded9 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas'
b'  PASSED gnu-10.2.1-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=721 run_time=249'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.2.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo330: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse 51caf146fafb0d45f7d18f08be7d612dc5bd6b64^{commit} # timeout=10'
b'Checking out Revision 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'Commit message: "formatting"'
b' > git rev-list --no-walk 5e8081bc692a6357abb73a3b9285cca6811d4694 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -l /tmp/jenkins10746313931358959112.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3070424 queued and waiting for resources'
b'srun: job 3070424 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  cb8c80f3851e0cd70c749eea440f44e0285704d0 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  llvm/10.0.1'
b'Testing compiler llvm/10.0.1'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'  Starting job llvm-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED llvm-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release build_time=720 run_time=225'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM561 # 1111 (click to expand)

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561'
b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse 51caf146fafb0d45f7d18f08be7d612dc5bd6b64^{commit} # timeout=10'
b'Checking out Revision 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'Commit message: "formatting"'
b' > git rev-list --no-walk 5e8081bc692a6357abb73a3b9285cca6811d4694 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA90A_ROCM561] $ /bin/bash -el /tmp/jenkins4468706009732854043.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          dependabot/github_actions/actions/dependency-review-action-4.3.4 -> upstream/dependabot/github_actions/actions/dependency-review-action-4.3.4'
b' * [new branch]          dependabot/github_actions/github/codeql-action-3.25.12 -> upstream/dependabot/github_actions/github/codeql-action-3.25.12'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00    -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01    -> upstream/release-candidate-4.2.01'
b' * [new branch]          release-candidate-4.3.00    -> upstream/release-candidate-4.3.00'
b' * [new branch]          release-candidate-4.3.01    -> upstream/release-candidate-4.3.01'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             4.3.01                      -> 4.3.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             4.2.00                      -> 4.2.00'
b' * [new tag]             4.2.01                      -> 4.2.01'
b' * [new tag]             4.3.00                      -> 4.3.00'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561'
b'Running on machine: vega90a_caraway'
b"KokkosKernels Repository Status:  9af73983b159812a2517a325836c5a5995bfc830 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  rocm/5.6.1'
b'Testing compiler rocm/5.6.1'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'  Starting job rocm-5.6.1-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA90A'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 # 625 (click to expand)

b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'Commit message: "formatting"'
b' > git rev-list --no-walk e4f21ced5c1c3c5b5b72ee3f182aea8acb3a932c # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561] $ /bin/bash -el /tmp/jenkins1247786378596896306.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          dependabot/github_actions/actions/dependency-review-action-4.3.4 -> upstream/dependabot/github_actions/actions/dependency-review-action-4.3.4'
b' * [new branch]          dependabot/github_actions/github/codeql-action-3.25.12 -> upstream/dependabot/github_actions/github/codeql-action-3.25.12'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00    -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01    -> upstream/release-candidate-4.2.01'
b' * [new branch]          release-candidate-4.3.00    -> upstream/release-candidate-4.3.00'
b' * [new branch]          release-candidate-4.3.01    -> upstream/release-candidate-4.3.01'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             4.3.01                      -> 4.3.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             4.2.00                      -> 4.2.00'
b' * [new tag]             4.2.01                      -> 4.2.01'
b' * [new tag]             4.3.00                      -> 4.3.00'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561'
b''
b'----------------------------------------------------------------------------'
b'  rocm:'
b'----------------------------------------------------------------------------'
b'     Versions:'
b'        rocm/5.2.0'
b'        rocm/5.6.1'
b'        rocm/6.0.0'
b''
b'----------------------------------------------------------------------------'
b'  For detailed information about a specific "rocm" package (including how to load the modules) use the module\'s full name.'
b'  Note that names that have a trailing (E) are extensions provided by other modules.'
b'  For example:'
b''
b'     $ module spider rocm/6.0.0'
b'----------------------------------------------------------------------------'
b''
b' '
b''
b'Running on machine: vega90a_caraway'
b"KokkosKernels Repository Status:  36281514d8d1bded5338967530d642709085b12e Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  rocm/5.6.1'
b'Testing compiler rocm/5.6.1'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'  Starting job rocm-5.6.1-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908A'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas,rocblas,rocsparse,rocsolver'
b'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

jgfouca commented 2 months ago

@brian-kelley , I think I made all the modifications you asked for.

kokkos-devops-admin commented 2 months ago

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

kokkos-devops-admin commented 2 months ago

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1424
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1012
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 668
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 655
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 656
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 660
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 632
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1112
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 626
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jgfouca/kokkos-kernels)
  • Branch: jgfouca/sptrsv_cleanups_2
  • SHA: eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
  • Mode: TEST_REPO
Pull Request Author: jgfouca
kokkos-devops-admin commented 2 months ago

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1424
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1012
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 668
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 655
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 656
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 660
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 632
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1112
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 626
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1424 (click to expand)

b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp(508): warning: variable "buff3" was declared but never referenced'
b'          detected during:'
b'            instantiation of "void KokkosSparse::Impl::Experimental::IlukWrap::ILUKLvlSchedTP1NumericFunctor::operator()(const KokkosSparse::Impl::Experimental::IlukWrap::member_type &) const [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, BlockEnabled=false]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp(482): here'
b'            instantiation of "std::enable_if_t::value, void> Kokkos::Impl::ParallelFor, Kokkos::Cuda>::exec_team(const Kokkos::Impl::ParallelFor, Kokkos::Cuda>::Member &) const [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=, TagType=Kokkos::Impl::WorkTagTrait::base_traits::work_tag]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp(510): here'
b'            instantiation of "void Kokkos::Impl::ParallelFor, Kokkos::Cuda>::operator()() const [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp(87): here'
b'            instantiation of "void Kokkos::Impl::cuda_parallel_launch_local_memory(DriverType) [with DriverType=Kokkos::Impl::ParallelFor, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Kokkos::TeamPolicy, Kokkos::detected_or_t, uint32_t, true>>>, Kokkos::DefaultExecutionSpace>, Kokkos::Impl::execution_space_t, KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, true>>, Kokkos::Impl::execution_space_t, Kokkos::TeamPolicy>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp(347): here'
b'            instantiation of "std::decay_t))> Kokkos::Impl::CudaParallelLaunchKernelFunc, Kokkos::Impl::Experimental::CudaLaunchMechanism::LocalMemory>::get_kernel_func() [with DriverType=Kokkos::Impl::ParallelFor, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Kokkos::TeamPolicy, Kokkos::detected_or_t, uint32_t, true>>>, Kokkos::DefaultExecutionSpace>, Kokkos::Impl::execution_space_t, KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, true>>, Kokkos::Impl::execution_space_t, Kokkos::TeamPolicy>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp(691): here'
b'            instantiation of "cudaFuncAttributes Kokkos::Impl::CudaParallelLaunchImpl, LaunchMechanism>::get_cuda_func_attributes(int) [with DriverType=Kokkos::Impl::ParallelFor, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Kokkos::TeamPolicy, Kokkos::detected_or_t, uint32_t, true>>>, Kokkos::DefaultExecutionSpace>, Kokkos::Impl::execution_space_t, KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, true>>, Kokkos::Impl::execution_space_t, Kokkos::TeamPolicy>>, MaxThreadsPerBlock=0U, MinBlocksPerSM=0U, LaunchMechanism=Kokkos::Impl::Experimental::CudaLaunchMechanism::LocalMemory]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp(543): here'
b'            instantiation of "Kokkos::Impl::ParallelFor, Kokkos::Cuda>::ParallelFor(const FunctorType &, const Kokkos::Impl::ParallelFor, Kokkos::Cuda>::Policy &) [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp(141): here'
b'            instantiation of "void Kokkos::parallel_for(const std::__cxx11::string &, const ExecPolicy &, const FunctorType &) [with ExecPolicy=Kokkos::TeamPolicy, FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Enable=void]" '
b'(694): here'
b'            instantiation of "void KokkosSparse::Impl::Experimental::IlukWrap::iluk_numeric(IlukHandle &, const ARowMapType &, const AEntriesType &, const AValuesType &, const LRowMapType &, const LEntriesType &, LValuesType &, const URowMapType &, const UEntriesType &, UValuesType &) [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, Kokkos::Cuda::execution_space, Kokkos::CudaSpace::memory_space, Kokkos::CudaSpace::memory_space>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp(162): here'
b'            instantiation of "void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle *, const KernelHandle::const_nnz_lno_t &, const ARowMapType &, const AEntriesType &, const AValuesType &, LRowMapType &, LEntriesType &, LValuesType &, URowMapType &, UEntriesType &, UValuesType &) [with ExecutionSpace=Kokkos::Cuda, KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Cuda, Kokkos::CudaSpace, Kokkos::CudaSpace>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp(24): here'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp(506): warning: variable "buff1" was declared but never referenced'
b'          detected during:'
b'            instantiation of "void KokkosSparse::Impl::Experimental::IlukWrap::ILUKLvlSchedTP1NumericFunctor::operator()(const KokkosSparse::Impl::Experimental::IlukWrap::member_type &) const [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, BlockEnabled=false]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp(295): here'
b'            instantiation of "std::enable_if_t::value, void> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType &, Kokkos::Impl::HostThreadTeamData &, int, int, int) [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=, TagType=Kokkos::Impl::WorkTagTrait::base_traits::work_tag]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp(344): here'
b'            instantiation of "void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp(144): here'
b'            instantiation of "void Kokkos::parallel_for(const std::__cxx11::string &, const ExecPolicy &, const FunctorType &) [with ExecPolicy=Kokkos::TeamPolicy, FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Enable=void]" '
b'(694): here'
b'            instantiation of "void KokkosSparse::Impl::Experimental::IlukWrap::iluk_numeric(IlukHandle &, const ARowMapType &, const AEntriesType &, const AValuesType &, const LRowMapType &, const LEntriesType &, LValuesType &, const URowMapType &, const UEntriesType &, UValuesType &) [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp(162): here'
b'            instantiation of "void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle *, const KernelHandle::const_nnz_lno_t &, const ARowMapType &, const AEntriesType &, const AValuesType &, LRowMapType &, LEntriesType &, LValuesType &, URowMapType &, UEntriesType &, UValuesType &) [with ExecutionSpace=Kokkos::OpenMP, KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(24): here'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp(507): warning: variable "buff2" was declared but never referenced'
b'          detected during:'
b'            instantiation of "void KokkosSparse::Impl::Experimental::IlukWrap::ILUKLvlSchedTP1NumericFunctor::operator()(const KokkosSparse::Impl::Experimental::IlukWrap::member_type &) const [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, BlockEnabled=false]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp(295): here'
b'            instantiation of "std::enable_if_t::value, void> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType &, Kokkos::Impl::HostThreadTeamData &, int, int, int) [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=, TagType=Kokkos::Impl::WorkTagTrait::base_traits::work_tag]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp(344): here'
b'            instantiation of "void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp(144): here'
b'            instantiation of "void Kokkos::parallel_for(const std::__cxx11::string &, const ExecPolicy &, const FunctorType &) [with ExecPolicy=Kokkos::TeamPolicy, FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Enable=void]" '
b'(694): here'
b'            instantiation of "void KokkosSparse::Impl::Experimental::IlukWrap::iluk_numeric(IlukHandle &, const ARowMapType &, const AEntriesType &, const AValuesType &, const LRowMapType &, const LEntriesType &, LValuesType &, const URowMapType &, const UEntriesType &, UValuesType &) [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp(162): here'
b'            instantiation of "void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle *, const KernelHandle::const_nnz_lno_t &, const ARowMapType &, const AEntriesType &, const AValuesType &, LRowMapType &, LEntriesType &, LValuesType &, URowMapType &, UEntriesType &, UValuesType &) [with ExecutionSpace=Kokkos::OpenMP, KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(24): here'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp(508): warning: variable "buff3" was declared but never referenced'
b'          detected during:'
b'            instantiation of "void KokkosSparse::Impl::Experimental::IlukWrap::ILUKLvlSchedTP1NumericFunctor::operator()(const KokkosSparse::Impl::Experimental::IlukWrap::member_type &) const [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, BlockEnabled=false]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp(295): here'
b'            instantiation of "std::enable_if_t::value, void> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType &, Kokkos::Impl::HostThreadTeamData &, int, int, int) [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=, TagType=Kokkos::Impl::WorkTagTrait::base_traits::work_tag]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp(344): here'
b'            instantiation of "void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Properties=]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp(144): here'
b'            instantiation of "void Kokkos::parallel_for(const std::__cxx11::string &, const ExecPolicy &, const FunctorType &) [with ExecPolicy=Kokkos::TeamPolicy, FunctorType=KokkosSparse::Impl::Experimental::IlukWrap, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>>::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View, Kokkos::MemoryTraits<3U>>, Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, false>, Enable=void]" '
b'(694): here'
b'            instantiation of "void KokkosSparse::Impl::Experimental::IlukWrap::iluk_numeric(IlukHandle &, const ARowMapType &, const AEntriesType &, const AValuesType &, const LRowMapType &, const LEntriesType &, LValuesType &, const URowMapType &, const UEntriesType &, UValuesType &) [with IlukHandle=KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp(162): here'
b'            instantiation of "void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle *, const KernelHandle::const_nnz_lno_t &, const ARowMapType &, const AEntriesType &, const AValuesType &, LRowMapType &, LEntriesType &, LValuesType &, URowMapType &, UEntriesType &, UValuesType &) [with ExecutionSpace=Kokkos::OpenMP, KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, ARowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, AValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LRowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, LValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, URowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UEntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, UValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(24): here'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::IlukWrap::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; bool BlockEnabled = false; IlukHandle = KokkosSparse::Experimental::SPILUKHandle; KokkosSparse::Impl::Experimental::IlukWrap::member_type = Kokkos::Impl::HostThreadTeamMember]:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp:295:8:   required from static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::IlukWrap >::ILUKLvlSchedTP1NumericFunctor, 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> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, false>; Properties = {Kokkos::OpenMP}; std::enable_if_t::value> = void]'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp:342:101:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::IlukWrap >::ILUKLvlSchedTP1NumericFunctor, 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> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, false>; Properties = {Kokkos::OpenMP}]'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp:144:1:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::IlukWrap >::ILUKLvlSchedTP1NumericFunctor, 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> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, false>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:694:569:   required from static void KokkosSparse::Impl::Experimental::IlukWrap::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; IlukHandle = KokkosSparse::Experimental::SPILUKHandle]'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:160:19:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with ExecutionSpace = Kokkos::OpenMP; KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:24:17:   required from here'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:506:43: error: variable buff1 set but not used [-Werror=unused-but-set-variable]'
b'       scalar_t buff1[Base::BUFF_SIZE];'
b'                                           ^    '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:507:43: error: variable buff2 set but not used [-Werror=unused-but-set-variable]'
b'       scalar_t buff2[Base::BUFF_SIZE];'
b'                                           ^    '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:508:43: error: variable buff3 set but not used [-Werror=unused-but-set-variable]'
b'       scalar_t buff3[Base::BUFF_SIZE];'
b'                                           ^    '
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4402: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1541: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1424/TestAll_2024-07-15_15.09.58/cuda-11.2.2-gcc/8.3.1/Cuda_OpenMP-release/reload_modules.sh: No such file or directory'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:694:11:   required from static void KokkosSparse::Impl::Experimental::IlukWrap::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; IlukHandle = KokkosSparse::Experimental::SPILUKHandle]'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:160:23:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with ExecutionSpace = Kokkos::Serial; KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.1012/TestAll_2024-07-15_15.40.23/gcc/9.3.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:506:16: error: variable buff1 set but not used [-Werror=unused-but-set-variable]'
b'  506 |       scalar_t buff1[Base::BUFF_SIZE];'
b'      |                ^~~~~'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4374: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4388: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4402: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1541: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 gcc/9.3.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power9 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.1012/TestAll_2024-07-15_15.40.23/gcc/9.3.0/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gcc-9.3.0-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 gcc/9.3.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power9 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.1012/TestAll_2024-07-15_15.40.23/gcc/9.3.0/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gcc-9.3.0-Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 gcc/9.3.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power9 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.1012/TestAll_2024-07-15_15.40.23/gcc/9.3.0/Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd^{commit} # timeout=10'
b'Checking out Revision eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd # timeout=10'
b'Commit message: "formating"'
b' > git rev-list --no-walk 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -l /tmp/jenkins6910303412687224667.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3070458 queued and waiting for resources'
b'srun: job 3070458 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  a1dd41eacdf02b282fa6519f55d9d3aeca222f60 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=507 run_time=134'
b'gnu-10.2.1-Threads_Serial-release build_time=683 run_time=219'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd^{commit} # timeout=10'
b'Checking out Revision eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd # timeout=10'
b'Commit message: "formating"'
b' > git rev-list --no-walk 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -l /tmp/jenkins11379822575496119051.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3070459 queued and waiting for resources'
b'srun: job 3070459 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  736f923fc13370bbc0337ebbc39ac011c4b94854 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=460 run_time=124'
b'gnu-10.2.1-Threads_Serial-release build_time=652 run_time=196'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd^{commit} # timeout=10'
b'Checking out Revision eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd # timeout=10'
b'Commit message: "formating"'
b' > git rev-list --no-walk 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -l /tmp/jenkins3015407675688142101.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3070460 queued and waiting for resources'
b'srun: job 3070460 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  a476766bdc0077fcbe1a089f22125a02ef290a3d Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas'
b'  PASSED gnu-10.2.1-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=714 run_time=253'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.2.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo330: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd^{commit} # timeout=10'
b'Checking out Revision eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd # timeout=10'
b'Commit message: "formating"'
b' > git rev-list --no-walk 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -l /tmp/jenkins15370805478888405934.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3070462 queued and waiting for resources'
b'srun: job 3070462 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  968e8c2da3932a63d9b1377f3e87349874b6ff81 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  llvm/10.0.1'
b'Testing compiler llvm/10.0.1'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'  Starting job llvm-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED llvm-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release build_time=728 run_time=229'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM561 # 1112 (click to expand)

b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/jgfouca/kokkos-kernels'
b' > git init /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/jgfouca/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/jgfouca/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/jgfouca/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd^{commit} # timeout=10'
b'Checking out Revision eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f eb293cffb62bfcd48cfbe84c131dc1b5aa4860bd # timeout=10'
b'Commit message: "formating"'
b' > git rev-list --no-walk 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA90A_ROCM561] $ /bin/bash -el /tmp/jenkins14618385962294698341.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          dependabot/github_actions/actions/dependency-review-action-4.3.4 -> upstream/dependabot/github_actions/actions/dependency-review-action-4.3.4'
b' * [new branch]          dependabot/github_actions/github/codeql-action-3.25.12 -> upstream/dependabot/github_actions/github/codeql-action-3.25.12'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00    -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01    -> upstream/release-candidate-4.2.01'
b' * [new branch]          release-candidate-4.3.00    -> upstream/release-candidate-4.3.00'
b' * [new branch]          release-candidate-4.3.01    -> upstream/release-candidate-4.3.01'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             4.3.01                      -> 4.3.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             4.2.00                      -> 4.2.00'
b' * [new tag]             4.2.01                      -> 4.2.01'
b' * [new tag]             4.3.00                      -> 4.3.00'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561'
b'Running on machine: vega90a_caraway'
b"KokkosKernels Repository Status:  16b8fa9a363dd175d48452e2fd64e00aeca505f9 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  rocm/5.6.1'
b'Testing compiler rocm/5.6.1'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'  Starting job rocm-5.6.1-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA90A'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED rocm-5.6.1-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release build_time=5137 run_time=492'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 # 626 (click to expand)

b' > git rev-list --no-walk 51caf146fafb0d45f7d18f08be7d612dc5bd6b64 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561] $ /bin/bash -el /tmp/jenkins16080887497957715716.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          dependabot/github_actions/actions/dependency-review-action-4.3.4 -> upstream/dependabot/github_actions/actions/dependency-review-action-4.3.4'
b' * [new branch]          dependabot/github_actions/github/codeql-action-3.25.12 -> upstream/dependabot/github_actions/github/codeql-action-3.25.12'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00    -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01    -> upstream/release-candidate-4.2.01'
b' * [new branch]          release-candidate-4.3.00    -> upstream/release-candidate-4.3.00'
b' * [new branch]          release-candidate-4.3.01    -> upstream/release-candidate-4.3.01'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             4.3.01                      -> 4.3.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             4.2.00                      -> 4.2.00'
b' * [new tag]             4.2.01                      -> 4.2.01'
b' * [new tag]             4.3.00                      -> 4.3.00'
b"Merge made by the 'ort' strategy."
b' blas/src/KokkosBlas2_gemv.hpp                |  5 ++--'
b' blas/tpls/KokkosBlas2_gemv_tpl_spec_decl.hpp |  4 +++'
b' common/src/KokkosKernels_Utils.hpp           | 37 ++++++----------------------'
b' sparse/impl/KokkosSparse_spmv_team_spec.hpp  |  4 +--'
b' sparse/src/KokkosSparse_spmv.hpp             |  2 +-'
b' sparse/src/KokkosSparse_spmv_team.hpp        |  4 +--'
b' 6 files changed, 18 insertions(+), 38 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561'
b''
b'----------------------------------------------------------------------------'
b'  rocm:'
b'----------------------------------------------------------------------------'
b'     Versions:'
b'        rocm/5.2.0'
b'        rocm/5.6.1'
b'        rocm/6.0.0'
b''
b'----------------------------------------------------------------------------'
b'  For detailed information about a specific "rocm" package (including how to load the modules) use the module\'s full name.'
b'  Note that names that have a trailing (E) are extensions provided by other modules.'
b'  For example:'
b''
b'     $ module spider rocm/6.0.0'
b'----------------------------------------------------------------------------'
b''
b' '
b''
b'Running on machine: vega90a_caraway'
b"KokkosKernels Repository Status:  6276b14a62168f98942ef1744b8cc74d1a865e63 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
b''
b''
b'Going to test compilers:  rocm/5.6.1'
b'Testing compiler rocm/5.6.1'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.1 when looking for Spack variants'
b'  Starting job rocm-5.6.1-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908A'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas,rocblas,rocsparse,rocsolver'
b'  PASSED rocm-5.6.1-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release build_time=5453 run_time=507'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561'
b'Finished: SUCCESS'
b''

kokkos-devops-admin commented 2 months ago

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

kokkos-devops-admin commented 2 months ago

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1425
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1013
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 669
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 656
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 657
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 661
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 633
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1113
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 627
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jgfouca/kokkos-kernels)
  • Branch: jgfouca/sptrsv_cleanups_2
  • SHA: f74c7b71de43b885821a7e27fca39ea573baf39c
  • Mode: TEST_REPO
Pull Request Author: jgfouca
kokkos-devops-admin commented 2 months ago

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1425
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1013
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 669
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 656
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 657
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 661
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 633
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1113
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 627
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f74c7b71de43b885821a7e27fca39ea573baf39c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3ce7adb7280cf190f15b205b11aac06dcb2d6181
PR_LABELS
PULLREQUESTNUM 2280
TEST_REPO_ALIAS KOKKOSKERNELS
kokkos-devops-admin commented 2 months ago

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

kokkos-devops-admin commented 2 months ago

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