Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Matrix traversal algorithm #1897

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

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Jul 12, 2023

Implementation of first crs matrix traversal algorithm for simple streaming of all matrix values in parallel on host and device.
The algorithms provides an easy functor/lambda interface and make it more productive for customers to develop their own custom linear algebra algorigthms.

@lucbv lucbv requested a review from brian-kelley July 12, 2023 04:31
@lucbv lucbv self-assigned this Jul 12, 2023
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 725
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 316
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 339
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 607
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 567
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 655
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 708
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 509
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 504
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 504
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 26
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: matrix_traversal
  • SHA: dfd9185
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 725
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 316
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 339
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 607
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 567
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 655
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 708
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 509
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 504
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 504
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 26
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA dfd9185
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 19b30d8
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@kokkos-devops-admin
Copy link

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

5 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

12 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

10 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - GitHub reports Mergeable status = False

The current implementation is fairly basic but allows users
to get a truly portable way to run functor on CPU and GPU
over the values of a matrix. This should lower the barrier
to get some distributed custom algorithms in users codes and
libraries.
Quick copy-past fix
@lucbv
Copy link
Contributor Author

lucbv commented Sep 21, 2023

@brian-kelley this should be good for another review now.

@lucbv lucbv removed the AT: WIP label Sep 21, 2023
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 915
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 506
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 179
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 184
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 159
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 670
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 665
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 663
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 184
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: matrix_traversal
  • SHA: 570fb6c
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 915
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 506
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 179
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 178
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 178
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 184
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 159
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 670
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 665
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 663
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 184
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 570fb6c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 043376f
PR_LABELS feature request
PULLREQUESTNUM 1897
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 915 (click to expand)

b'Setting http proxy: proxy.sandia.gov:80'
b' > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision e542e989af99cb87881ee2a0d06916541ee76006 (origin/develop)'
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 e542e989af99cb87881ee2a0d06916541ee76006 # timeout=10'
b'Commit message: "improve tests to check intra-team result (#6431)"'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk e542e989af99cb87881ee2a0d06916541ee76006 # timeout=10'
b'[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins6600765089004015688.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.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]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Already up to date.'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <62846> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  570fb6c5d24b2d1e1407834ca7872dcfb348a691 Sparse: applying clang-format'
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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'  FAILED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'../kokkos-kernels/scripts/cm_test_all_sandia: line 1028: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.915/TestAll_2023-09-22_01.09.54/results/failed/cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release: Remote I/O error'
b'cat: cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release.build.log: Remote I/O error'
b'../kokkos-kernels/scripts/cm_test_all_sandia: line 1284: cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release.test.log: Remote I/O error'
b'  FAILED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'../kokkos-kernels/scripts/cm_test_all_sandia: line 1028: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.915/TestAll_2023-09-22_01.09.54/results/failed/cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release: Remote I/O error'
b'cat: cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release.test.log: Remote I/O error'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'../kokkos-kernels/scripts/cm_test_all_sandia: line 1024: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.915/TestAll_2023-09-22_01.09.54/results/passed/cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release: Remote I/O error'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release ( failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.915/TestAll_2023-09-22_01.09.54/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 # 506 (click to expand)

b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/tpls/KokkosKernels_tpl_handles.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 37%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 37%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 37%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 37%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 37%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 38%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 38%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 38%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 38%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 38%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 39%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 39%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 39%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 39%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 39%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 39%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 40%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 40%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 40%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 40%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2932: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2960: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2946: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'clang-13: error: unable to execute command: posix_spawn failed: Remote I/O error'
b'clang-13: error: fatbinary command failed with exit code 1 (use -v to see invocation)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2820: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2974: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_bsrmatrix_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2876: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'clang-13: error: unable to execute command: posix_spawn failed: Remote I/O error'
b'clang-13: error: fatbinary command failed with exit code 1 (use -v to see invocation)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2848: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1481: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.506/TestAll_2023-09-22_01.09.57/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

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

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

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

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

b'      |                                                                 ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:77:3: error: Matrix was not declared in this scope'
b'   77 |   Matrix A = Test::generate_structured_matrix2D("FD", mat_structure);'
b'      |   ^~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:79:3: error: Vector was not declared in this scope; did you mean KokkosBatched::Vector?'
b'   79 |   Vector diag_ref("diag ref", A.numRows());'
b'      |   ^~~~~~'
b'      |   KokkosBatched::Vector'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:25,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_coo2crs.hpp:19,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:20,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp:20:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/batched/dense/src/KokkosBatched_Vector.hpp:27:7: note: KokkosBatched::Vector declared here'
b'   27 | class Vector;'
b'      |       ^~~~~~'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:47,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp:20:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:80:48: error: diag_ref was not declared in this scope; did you mean diag_ref_h?'
b'   80 |   auto diag_ref_h = Kokkos::create_mirror_view(diag_ref);'
b'      |                                                ^~~~~~~~'
b'      |                                                diag_ref_h'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:100:32: error: A was not declared in this scope'
b'  100 |   diag_extraction func(A);'
b'      |                                ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:105:49: error: request for member diag in func, which is of non-class type int'
b'  105 |   auto diag_h = Kokkos::create_mirror_view(func.diag);'
b'      |                                                 ^~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:106:34: error: request for member diag in func, which is of non-class type int'
b'  106 |   Kokkos::deep_copy(diag_h, func.diag);'
b'      |                                  ^~~~'
b'[ 79%] Linking CXX executable KokkosKernels_batched_gemm_serial'
b'[ 79%] Built target KokkosKernels_batched_gemm_serial'
b'[ 79%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 79%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 79%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 79%] Built target KokkosKernels_batched_gemm_openmp'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_openmp.dir/backends/Test_OpenMP_ODE.cpp.o'
b'[ 81%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 81%] Built target KokkosKernels_ode_serial'
b'[ 81%] Building CXX object perf_test/batched/sparse/CG/CMakeFiles/KokkosBatched_Test_CG.dir/KokkosBatched_Test_CG.cpp.o'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1856: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1910: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosKernels_ode_openmp'
b'[ 81%] Built target KokkosKernels_ode_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 81%] Built target KokkosKernels_graph_serial'
b'[ 81%] Linking CXX executable KokkosBatched_Test_CG'
b'[ 81%] Built target KokkosBatched_Test_CG'
b'[ 81%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 81%] Built target KokkosKernels_graph_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 82%] Built target KokkosKernels_blas_serial'
b'[ 82%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 82%] Built target KokkosKernels_blas_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_openmp'
b'[ 82%] Built target KokkosKernels_blocksparse_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 82%] Built target KokkosKernels_blocksparse_serial'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 83%] Built target KokkosKernels_batched_dla_openmp'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 83%] Built target KokkosKernels_batched_dla_serial'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1 openblas/0.3.21'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.178/TestAll_2023-09-22_01.31.56/gnu/10.2.1/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo10: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'            instantiation of class "Kokkos::StaticCrsGraph [with DataType=default_lno_t={int}, Arg1Type=default_layout, Arg2Type=Kokkos::Device, Kokkos::DefaultExecutionSpace>, >, Arg3Type=void, SizeType=default_size_type={int}]" at line 387 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/src/KokkosSparse_CrsMatrix.hpp"'
b'            instantiation of class "KokkosSparse::CrsMatrix [with ScalarType=default_scalar={double}, OrdinalType=default_lno_t={int}, Device=, MemoryTraits=void, SizeType=default_size_type={int}]" at line 77 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp"'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp(47),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/backends/Test_Threads_Sparse.cpp(20):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.184/TestAll_2023-09-22_01.33.57/intel/19.0.5.281/Threads-release/kokkos-install/include/Kokkos_View.hpp(335): error: argument list for class template "Kokkos::MemoryTraits" is missing'
b'    enum { is_managed = MemoryTraits::is_unmanaged == 0 };'
b'                        ^'
b'          detected during:'
b'            instantiation of class "Kokkos::ViewTraits [with DataType=void, Properties=<, Kokkos::Device, Kokkos::DefaultExecutionSpace>, >, std::conditional_t, Kokkos::MemoryManaged>>]" at line 251'
b'            instantiation of class "Kokkos::ViewTraits [with DataType=default_lno_t={int} *, Properties=<, Kokkos::Device, Kokkos::DefaultExecutionSpace>, >, std::conditional_t, Kokkos::MemoryManaged>>]" at line 574'
b'            instantiation of class "Kokkos::View [with DataType=default_lno_t={int} *, Properties=<, Kokkos::Device, Kokkos::DefaultExecutionSpace>, >, std::conditional_t, Kokkos::MemoryManaged>>]" at line 285 of'
b'                      "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.184/TestAll_2023-09-22_01.33.57/intel/19.0.5.281/Threads-release/kokkos-install/include/Kokkos_StaticCrsGraph.hpp"'
b'            instantiation of class "Kokkos::StaticCrsGraph [with DataType=default_lno_t={int}, Arg1Type=default_layout, Arg2Type=Kokkos::Device, Kokkos::DefaultExecutionSpace>, >, Arg3Type=void, SizeType=default_size_type={int}]" at line 387 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/src/KokkosSparse_CrsMatrix.hpp"'
b'            instantiation of class "KokkosSparse::CrsMatrix [with ScalarType=default_scalar={double}, OrdinalType=default_lno_t={int}, Device=, MemoryTraits=void, SizeType=default_size_type={int}]" at line 77 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp"'
b''
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/backends/Test_Threads_Sparse.cpp (code 4)'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 4'
b'make[1]: *** [CMakeFiles/Makefile2:1350: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 85%] Linking CXX executable KokkosKernels_wiki_crsmatrix'
b'[ 85%] Linking CXX executable KokkosKernels_wiki_spadd'
b'[ 85%] Built target KokkosKernels_wiki_crsmatrix'
b'[ 85%] Built target KokkosKernels_wiki_spadd'
b'[ 86%] Linking CXX executable KokkosKernels_wiki_spmv'
b'[ 86%] Built target KokkosKernels_wiki_spmv'
b'[ 86%] Linking CXX executable KokkosKernels_ode_threads'
b'[ 86%] Built target KokkosKernels_ode_threads'
b'[ 86%] Linking CXX executable KokkosKernels_batched_sla_threads'
b'[ 86%] Built target KokkosKernels_batched_sla_threads'
b'[ 86%] Linking CXX executable KokkosKernels_batched_gemm_threads'
b'[ 86%] Built target KokkosKernels_batched_gemm_threads'
b'[ 87%] Linking CXX executable KokkosKernels_common_threads'
b'[ 87%] Built target KokkosKernels_common_threads'
b'[ 88%] Linking CXX executable KokkosKernels_blocksparse_threads'
b'[ 88%] Built target KokkosKernels_blocksparse_threads'
b'[ 89%] Linking CXX executable KokkosKernels_graph_threads'
b'[ 89%] Built target KokkosKernels_graph_threads'
b'[ 89%] Linking CXX executable KokkosKernels_blas_threads'
b'[ 89%] Built target KokkosKernels_blas_threads'
b'[ 90%] Linking CXX executable KokkosKernels_batched_dla_threads'
b'[ 90%] Built target KokkosKernels_batched_dla_threads'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.184/TestAll_2023-09-22_01.33.57/intel/19.0.5.281/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'intel-19.0.5.281-Threads-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.184/TestAll_2023-09-22_01.33.57/intel/19.0.5.281/Threads-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo9: task 0: Exited with exit code 2'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  Matrix A = Test::generate_structured_matrix2D("FD", mat_structure);'
b'                                                ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:79:3: error: use of undeclared identifier 'Vector'; did you mean 'KokkosBatched::Vector'?"
b'  Vector diag_ref("diag ref", A.numRows());'
b'  ^~~~~~'
b'  KokkosBatched::Vector'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/batched/dense/src/KokkosBatched_Vector.hpp:27:7: note: 'KokkosBatched::Vector' declared here"
b'class Vector;'
b'      ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/backends/Test_Threads_Sparse.cpp:20:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:47:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:79:3: error: unknown type name 'Vector'"
b'  Vector diag_ref("diag ref", A.numRows());'
b'  ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:100:19: error: use of undeclared identifier 'Matrix'"
b'  diag_extraction func(A);'
b'                  ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:101:54: error: use of undeclared identifier 'func'"
b'  KokkosSparse::Experimental::crsmatrix_traversal(A, func);'
b'                                                     ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:105:44: error: use of undeclared identifier 'func'"
b'  auto diag_h = Kokkos::create_mirror_view(func.diag);'
b'                                           ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:106:29: error: use of undeclared identifier 'func'"
b'  Kokkos::deep_copy(diag_h, func.diag);'
b'                            ^'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_threads.dir/backends/Test_Threads_ODE.cpp.o'
b'[ 80%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 80%] Built target KokkosKernels_ode_serial'
b'[ 80%] Building CXX object perf_test/batched/sparse/CG/CMakeFiles/KokkosBatched_Test_CG.dir/KokkosBatched_Test_CG.cpp.o'
b'[ 81%] Linking CXX executable KokkosKernels_ode_threads'
b'[ 81%] Built target KokkosKernels_ode_threads'
b'[ 81%] Building CXX object perf_test/batched/sparse/cusolver/CMakeFiles/KokkosBatched_Test_cusolverDn.dir/KokkosBatched_Test_cusolverDn.cpp.o'
b'[ 81%] Linking CXX executable KokkosBatched_Test_cusolverDn'
b'[ 81%] Built target KokkosBatched_Test_cusolverDn'
b'[ 81%] Building CXX object perf_test/batched/sparse/cusolver/CMakeFiles/KokkosBatched_Test_cusolverSp.dir/KokkosBatched_Test_cusolverSp.cpp.o'
b'[ 81%] Linking CXX executable KokkosBatched_Test_cusolverSp'
b'[ 81%] Built target KokkosBatched_Test_cusolverSp'
b'[ 81%] Building CXX object perf_test/batched/sparse/GMRES/CMakeFiles/KokkosBatched_Test_GMRES.dir/KokkosBatched_Test_GMRES.cpp.o'
b'12 errors generated.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1856: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'12 errors generated.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1910: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosBatched_Test_CG'
b'[ 81%] Built target KokkosBatched_Test_CG'
b'[ 81%] Linking CXX executable KokkosKernels_graph_threads'
b'[ 81%] Built target KokkosKernels_graph_threads'
b'[ 82%] Linking CXX executable KokkosKernels_blas_threads'
b'[ 82%] Built target KokkosKernels_blas_threads'
b'[ 82%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 82%] Built target KokkosKernels_blas_serial'
b'[ 82%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 82%] Built target KokkosKernels_graph_serial'
b'[ 82%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 82%] Built target KokkosBatched_Test_GMRES'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_threads'
b'[ 82%] Built target KokkosKernels_blocksparse_serial'
b'[ 82%] Built target KokkosKernels_blocksparse_threads'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_threads'
b'[ 82%] Built target KokkosKernels_batched_dla_threads'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 83%] Built target KokkosKernels_batched_dla_serial'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 llvm/10.0.1 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/projects/netpub/sems/llvm/10.0.1/gcc/10.2.1/b4rc6cw/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.159/TestAll_2023-09-22_01.34.57/llvm/10.0.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo277: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

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

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

b'      |        ^~~~~~'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:47,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/backends/Test_Serial_Sparse.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:61:65: error: template argument 3 is invalid'
b'   61 |                                          void, default_size_type>;'
b'      |                                                                 ^'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:77:3: error: 'Matrix' was not declared in this scope"
b'   77 |   Matrix A = Test::generate_structured_matrix2D("FD", mat_structure);'
b'      |   ^~~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:79:3: error: 'Vector' was not declared in this scope; did you mean 'KokkosBatched::Vector'?"
b'   79 |   Vector diag_ref("diag ref", A.numRows());'
b'      |   ^~~~~~'
b'      |   KokkosBatched::Vector'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:25,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_coo2crs.hpp:19,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:20,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/backends/Test_Serial_Sparse.cpp:20:'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/batched/dense/src/KokkosBatched_Vector.hpp:27:7: note: 'KokkosBatched::Vector' declared here"
b'   27 | class Vector;'
b'      |       ^~~~~~'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:47,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/backends/Test_Serial_Sparse.cpp:20:'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:80:48: error: 'diag_ref' was not declared in this scope; did you mean 'diag_ref_h'?"
b'   80 |   auto diag_ref_h = Kokkos::create_mirror_view(diag_ref);'
b'      |                                                ^~~~~~~~'
b'      |                                                diag_ref_h'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:100:32: error: 'A' was not declared in this scope"
b'  100 |   diag_extraction func(A);'
b'      |                                ^'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:105:49: error: request for member 'diag' in 'func', which is of non-class type 'int'"
b'  105 |   auto diag_h = Kokkos::create_mirror_view(func.diag);'
b'      |                                                 ^~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:106:34: error: request for member 'diag' in 'func', which is of non-class type 'int'"
b'  106 |   Kokkos::deep_copy(diag_h, func.diag);'
b'      |                                  ^~~~'
b'[ 80%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 80%] Built target KokkosKernels_batched_gemm_openmp'
b'Scanning dependencies of target KokkosKernels_ode_serial'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2027: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 80%] Linking CXX executable KokkosKernels_ode_openmp'
b'[ 80%] Built target KokkosKernels_ode_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 81%] Built target KokkosKernels_ode_serial'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2083: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 81%] Built target KokkosKernels_graph_serial'
b'[ 81%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 81%] Built target KokkosKernels_graph_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 82%] Built target KokkosKernels_blas_serial'
b'[ 82%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 82%] Built target KokkosKernels_blas_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_openmp'
b'[ 82%] Built target KokkosKernels_blocksparse_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 82%] Built target KokkosKernels_blocksparse_serial'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 82%] Built target KokkosKernels_batched_dla_serial'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 83%] Built target KokkosKernels_batched_dla_openmp'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.665/TestAll_2023-09-22_01.33.44/gcc/10.2.0/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'salloc: Relinquishing job allocation 4220'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:62:48: error: use of undeclared identifier 'TestExecSpace'"
b'  using Vector = Kokkos::View;'
b'                                               ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:77:3: error: unknown type name 'Matrix'"
b'  Matrix A = Test::generate_structured_matrix2D("FD", mat_structure);'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:77:49: error: use of undeclared identifier 'Matrix'"
b'  Matrix A = Test::generate_structured_matrix2D("FD", mat_structure);'
b'                                                ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:79:3: error: use of undeclared identifier 'Vector'; did you mean 'KokkosBatched::Vector'?"
b'  Vector diag_ref("diag ref", A.numRows());'
b'  ^~~~~~'
b'  KokkosBatched::Vector'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/batched/dense/src/KokkosBatched_Vector.hpp:27:7: note: 'KokkosBatched::Vector' declared here"
b'class Vector;'
b'      ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:47:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:79:3: error: unknown type name 'Vector'"
b'  Vector diag_ref("diag ref", A.numRows());'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:100:19: error: use of undeclared identifier 'Matrix'"
b'  diag_extraction func(A);'
b'                  ^'
b'[ 78%] Linking CXX executable KokkosKernels_batched_gemm_hip'
b'[ 78%] Built target KokkosKernels_batched_gemm_hip'
b'Scanning dependencies of target KokkosKernels_blocksparse_serial'
b'[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 78%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 79%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 79%] Linking CXX executable KokkosKernels_common_hip'
b'[ 80%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_serial.dir/backends/Test_Serial_BlockSparse.cpp.o'
b'[ 80%] Built target KokkosKernels_graph_serial'
b'[ 80%] Built target KokkosKernels_blas_serial'
b'9 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2029: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 80%] Built target KokkosKernels_common_hip'
b'Scanning dependencies of target KokkosKernels_ode_serial'
b'Scanning dependencies of target KokkosKernels_ode_hip'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 81%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 81%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 81%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/backends/Test_HIP_ODE.cpp.o'
b'[ 82%] Linking CXX executable KokkosKernels_ode_serial'
b'9 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2057: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 82%] Built target KokkosKernels_ode_serial'
b'[ 82%] Built target KokkosKernels_batched_dla_serial'
b'[ 82%] Linking CXX executable KokkosKernels_ode_hip'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_hip'
b'[ 82%] Built target KokkosKernels_ode_hip'
b'[ 82%] Built target KokkosKernels_blocksparse_hip'
b'[ 82%] Linking CXX executable KokkosKernels_blas_hip'
b'[ 82%] Built target KokkosKernels_blas_hip'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 82%] Built target KokkosKernels_blocksparse_serial'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_hip'
b'[ 83%] Built target KokkosKernels_batched_dla_hip'
b'[ 83%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 83%] Built target KokkosKernels_graph_hip'
b'[ 83%] Linking CXX executable KokkosKernels_batched_sla_hip'
b'[ 83%] Built target KokkosKernels_batched_sla_hip'
b'make: *** [Makefile:160: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.663/TestAll_2023-09-22_01.33.37/rocm/5.2.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: caraway05: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  using Vector = Kokkos::View;'
b'                                               ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:77:3: error: unknown type name 'Matrix'"
b'  Matrix A = Test::generate_structured_matrix2D("FD", mat_structure);'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:77:49: error: use of undeclared identifier 'Matrix'"
b'  Matrix A = Test::generate_structured_matrix2D("FD", mat_structure);'
b'                                                ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:79:3: error: use of undeclared identifier 'Vector'; did you mean 'KokkosBatched::Vector'?"
b'  Vector diag_ref("diag ref", A.numRows());'
b'  ^~~~~~'
b'  KokkosBatched::Vector'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/batched/dense/src/KokkosBatched_Vector.hpp:27:7: note: 'KokkosBatched::Vector' declared here"
b'class Vector;'
b'      ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:47:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:79:3: error: unknown type name 'Vector'"
b'  Vector diag_ref("diag ref", A.numRows());'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp:100:19: error: use of undeclared identifier 'Matrix'"
b'  diag_extraction func(A);'
b'                  ^'
b'[ 77%] Linking CXX executable KokkosKernels_batched_gemm_hip'
b'[ 77%] Built target KokkosKernels_batched_gemm_hip'
b'Scanning dependencies of target KokkosKernels_blocksparse_serial'
b'[ 77%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_serial.dir/backends/Test_Serial_BlockSparse.cpp.o'
b'[ 78%] Linking CXX executable KokkosKernels_common_hip'
b'[ 78%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 79%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 79%] Built target KokkosKernels_common_hip'
b'[ 79%] Built target KokkosKernels_graph_serial'
b'Scanning dependencies of target KokkosKernels_ode_serial'
b'[ 79%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'Scanning dependencies of target KokkosKernels_ode_hip'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/__/__/test_common/Test_Main.cpp.o'
b'9 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2029: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/backends/Test_HIP_ODE.cpp.o'
b'[ 80%] Built target KokkosKernels_blas_serial'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 80%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'9 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2057: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2'
b'[ 80%] Built target KokkosKernels_batched_dla_serial'
b'[ 81%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 81%] Built target KokkosKernels_ode_serial'
b'[ 81%] Linking CXX executable KokkosKernels_ode_hip'
b'[ 81%] Linking CXX executable KokkosKernels_blocksparse_hip'
b'[ 81%] Built target KokkosKernels_ode_hip'
b'[ 81%] Built target KokkosKernels_blocksparse_hip'
b'[ 81%] Linking CXX executable KokkosKernels_blas_hip'
b'[ 81%] Built target KokkosKernels_blas_hip'
b'[ 81%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 81%] Built target KokkosKernels_blocksparse_serial'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_hip'
b'[ 82%] Built target KokkosKernels_batched_dla_hip'
b'[ 82%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 82%] Built target KokkosKernels_graph_hip'
b'[ 82%] Linking CXX executable KokkosKernels_batched_sla_hip'
b'[ 82%] Built target KokkosKernels_batched_sla_hip'
b'make: *** [Makefile:160: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.0 openblas/0.3.20/rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.184/TestAll_2023-09-22_01.48.01/rocm/5.2.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: caraway05: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

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

Successfully merging this pull request may close these issues.

None yet

3 participants