kokkos-kernels icon indicating copy to clipboard operation
kokkos-kernels copied to clipboard

Adding UNMQR and GEQRF wappers

Open wlruys opened this issue 3 years ago • 32 comments

Adding wrappers for the CPU LAPACK and CUSOLVER unpivoted QR Factorization functions (geqrf & ormqr/unmqr) along with a unit test for them. To support this I've added a CUSOLVER TPL.

This is to address the requests in #567 and #9. I'm not sure if Lapack functions should be in a separate namespace (#447). Likely just using a 'KokkosDense' namespace would be ideal but it would break a lot of back compat.

Notes:

  • AFAIK this is the first wrapper function we have that requires a workspace. I've provided two interfaces one that allocates this internal to the function and one that takes it as input. Currently the workspace function has a separate availability tag as I templated on the Workspace View Type this can be cleaned up and combined if we assume it will always be the same type as the 1D View of householder pivots.
  • For ease of use, I interpret a transpose input 'T' as a conjugate transpose 'C' in the complex case.

In this PR there is:

  • no support for a kokkos native implementation, hipSOLVER, or OneMKL.
  • no support for streams on CUSOLVER functions

Let me know if I've broken anything... The overall BLAS test suite on the current develop and master branches is failing for me for LayoutRight and Complex cases, but my separate script to run this test in isolation passes in all cases (Left/Right/Datatypes).

Tagging @lucbv, @srajama1, and @iyamazaki as we talked about this previously.

wlruys avatar Nov 01 '21 19:11 wlruys

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

kokkos-devops-admin avatar Nov 01 '21 19:11 kokkos-devops-admin

Technically, a no-op unmqr can pass the orthogonality check for the different transpose and side configurations, this might be worth modifying the test to check for.

wlruys avatar Nov 01 '21 19:11 wlruys

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

kokkos-devops-admin avatar Nov 02 '21 23:11 kokkos-devops-admin

I am happy to look, but it is probably good if someone like @e10harvey could look at TPL stuff. You probably meant TPL for CuSolver (not LAPACK)?

iyamazaki avatar Nov 03 '21 20:11 iyamazaki

I am happy to look, but it is probably good if someone like @e10harvey could look at TPL stuff. You probably meant TPL for CuSolver (not LAPACK)?

Yea CUSOLVER is new. LAPACKE was a TPL already, although only used in KokkosBatched (LU and Serial Eigendecomp).

wlruys avatar Nov 03 '21 21:11 wlruys

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

kokkos-devops-admin avatar Nov 04 '21 20:11 kokkos-devops-admin

These should all be resolved. Let me know if further changes are needed so we can test and merge :)

wlruys avatar Nov 30 '21 04:11 wlruys

Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; This inspection will remain valid until a new commit to source branch is performed.

kokkos-devops-admin avatar Nov 30 '21 15:11 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 10
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 637
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 284
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 628
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 615
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 21
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (dialecticDolt/kokkos-kernels)
  • Branch: dev_copy
  • SHA: fb97b7dd095ee3abb096b2637f8ffac9bf16042b
  • Mode: TEST_REPO

Pull Request Author: dialecticDolt

kokkos-devops-admin avatar Nov 30 '21 15:11 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 10
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 637
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 284
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 628
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 615
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 21
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 10 (click to expand)

                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:31:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.10/TestAll_2021-11-30_08.45.52/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:31:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.10/TestAll_2021-11-30_08.45.52/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:31:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.10/TestAll_2021-11-30_08.45.52/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:31:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.10/TestAll_2021-11-30_08.45.52/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/9.2.88 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.10/TestAll_2021-11-30_08.45.52/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.637/TestAll_2021-11-30_08.46.08/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.637/TestAll_2021-11-30_08.46.08/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.637/TestAll_2021-11-30_08.46.08/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.637/TestAll_2021-11-30_08.46.08/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.637/TestAll_2021-11-30_08.46.08/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.637/TestAll_2021-11-30_08.46.08/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:38: error: unused parameter side [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                      ^~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:49: error: unused parameter trans [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                                 ^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:60: error: unused parameter k [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                                            ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:68: error: unused parameter A [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                                                    ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:76: error: unused parameter tau [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                                                            ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:68:38: error: unused parameter C [-Werror=unused-parameter]
                                 CVT& C) {
                                      ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.284/TestAll_2021-11-30_08.46.52/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_workspace_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp: In instantiation of int64_t KokkosBlas::Impl::execute_unmqr_workspace(char, char, int, AVT&, TVT&, CVT&) [with AVT = Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; CVT = Kokkos::View<:complex>**, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; int64_t = long int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_spec.hpp:145:50:   required from static int64_t KokkosBlas::Impl::UNMQR_WORKSPACE::unmqr_workspace(char, char, int, AVT&, TVT&, CVT&) [with AVT = Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; CVT = Kokkos::View<:complex>**, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; int64_t = long int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.284/TestAll_2021-11-30_08.46.52/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_workspace_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:38: error: unused parameter side [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                      ^~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:49: error: unused parameter trans [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                                 ^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:60: error: unused parameter k [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                                            ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:68: error: unused parameter A [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                                                    ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:67:76: error: unused parameter tau [-Werror=unused-parameter]
 int64_t execute_unmqr_workspace(char side, char trans, int k, AVT& A, TVT& tau,
                                                                            ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp:68:38: error: unused parameter C [-Werror=unused-parameter]
                                 CVT& C) {
                                      ^
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/unmqr/Blas_unmqr_workspace_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/unmqr/Blas_unmqr_workspace_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.284/TestAll_2021-11-30_08.46.52/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.284/TestAll_2021-11-30_08.46.52/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 35%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 35%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.628/TestAll_2021-11-30_08.46.54/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

  void execute_unmqr(char side, char trans, int k, AVT& A, TVT& tau, CVT& C,
                                     ^
          detected during instantiation of "void KokkosBlas::Impl::UNMQR::unmqr(char, char, int, AVT &, TVT &, CVT &, WVT &) [with AVT=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device<:hostspace::execution_space kokkos::hostspace::memory_space>, Kokkos::MemoryTraits>, TVT=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device<:hostspace::execution_space kokkos::hostspace::memory_space>, Kokkos::MemoryTraits>, CVT=Kokkos::View<:complex> **, Kokkos::LayoutLeft, Kokkos::Device<:hostspace::execution_space kokkos::hostspace::memory_space>, Kokkos::MemoryTraits>, WVT=Kokkos::View<:complex> *, Kokkos::LayoutLeft, Kokkos::Device<:hostspace::execution_space kokkos::hostspace::memory_space>, Kokkos::MemoryTraits>]" at line 52 of
                    "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp(58): error #869: parameter "k" was never referenced void execute_unmqr(char side, char trans, int k, AVT& A, TVT& tau, CVT& C, ^ detected during instantiation of "void KokkosBlas::Impl::UNMQR<AVT, TVT, CVT, WVT, false, true>::unmqr(char, char, int, AVT &, TVT &, CVT &, WVT &) [with AVT=Kokkos::View<const Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, CVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp(58): error #869: parameter "A" was never referenced void execute_unmqr(char side, char trans, int k, AVT& A, TVT& tau, CVT& C, ^ detected during instantiation of "void KokkosBlas::Impl::UNMQR<AVT, TVT, CVT, WVT, false, true>::unmqr(char, char, int, AVT &, TVT &, CVT &, WVT &) [with AVT=Kokkos::View<const Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, CVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp(58): error #869: parameter "tau" was never referenced void execute_unmqr(char side, char trans, int k, AVT& A, TVT& tau, CVT& C, ^ detected during instantiation of "void KokkosBlas::Impl::UNMQR<AVT, TVT, CVT, WVT, false, true>::unmqr(char, char, int, AVT &, TVT &, CVT &, WVT &) [with AVT=Kokkos::View<const Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, CVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp(58): error #869: parameter "C" was never referenced void execute_unmqr(char side, char trans, int k, AVT& A, TVT& tau, CVT& C, ^ detected during instantiation of "void KokkosBlas::Impl::UNMQR<AVT, TVT, CVT, WVT, false, true>::unmqr(char, char, int, AVT &, TVT &, CVT &, WVT &) [with AVT=Kokkos::View<const Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, CVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_unmqr_impl.hpp(59): error #869: parameter "workspace" was never referenced WVT& workspace) { ^ detected during instantiation of "void KokkosBlas::Impl::UNMQR<AVT, TVT, CVT, WVT, false, true>::unmqr(char, char, int, AVT &, TVT &, CVT &, WVT &) [with AVT=Kokkos::View<const Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<const Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, CVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_workspace_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp (code 2) make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/unmqr/Blas_unmqr_workspace_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp.o] Error 2 compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/unmqr/Blas_unmqr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp (code 2) make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/unmqr/Blas_unmqr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp.o] Error 2 make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2 make: *** [all] Error 2 ####################################################### PASSED TESTS ####################################################### ####################################################### FAILED TESTS ####################################################### intel-18.1.163-OpenMP-release (build failed) #######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.615/TestAll_2021-11-30_08.46.55/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

-----------------------------------------------
test_all_sandia  :
--kokkoskernels-path=/Path/To/KokkosKernels: Path to the KokkosKernels root directory
    Defaults to root repo containing this script
--kokkos-path=/Path/To/Kokkos: Path to the Kokkos root directory
    Defaults to KokkosKernelsPath/../kokkos

--kokkoskernels-branch=<Branch>: Branch to test. Only relevant for Spack builds. No default. Spack otherwise does dev-build from source. --spack: Run spack builds rather than direct CMake tests

--debug: Run tests in debug. Defaults to False --boundscheck: Enable Kokkos_ENABLE_DEBUG_BOUNDS_CHECK to check View accesses within bounds. --test-script: Test this script, not Kokkos --skip-hwloc: Do not do hwloc tests --num=N: Number of jobs to run in parallel --spot-check: Minimal test set to issue pull request --spot-check-tpls: Minimal test set enabling blas and lapack tpls --timeout: Max time before ctest timeout (in seconds) --dry-run: Just print what would be executed --build-only: Just do builds, don't run anything --opt-flag=FLAG: Optimization flag (default: -O3) --cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS --ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS

--arch=ARCHITECTURE: overwrite architecture flags Provide a comma-separated list of arch codes (see available at link below): https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables

--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS Provide a comma-separated list from the following valid items: force_uvm,use_ldg,enable_lambda,rdc

--with-options=OPT: set KOKKOS_OPTIONS Provide a comma-separated list from the following valid items: compiler_warnings aggressive_vectorization = add ivdep on loops disable_profiling = do not compile with profiling hooks

--build-list=BUILD,BUILD,BUILD... Provide a comma-separated list of builds instead of running all builds Valid items: OpenMP, Pthread, Serial, OpenMP_Serial, Pthread_Serial Cuda_OpenMP, Cuda_Pthread, Cuda_Serial

--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS Provide a comma-separated list scalar types Valid items: float, complex_float, double, complex_double Example: SCALARS=double,complex_double

--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS Provide a comma-separated list ordinal types Valid items: int, int64_t

--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS Provide a comma-separated list offset types Valid items: int, size_t

--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS Provide a comma-separated list layouts Valid items: LayoutLeft,LayoutRight

--no-default-eti: Do not include default ETI types for Kokkos Kernels

--with-spaces=SPACES: Set spaces to be instantiated. Options: hostspace, cudaspace, cudauvmspace

ARGS: list of expressions matching compilers to test supported compilers sems intel/19.1.144 gcc/7.2.0

Examples: Run all tests % test_all_sandia

Run all gcc tests % test_all_sandia gcc

Run all gcc/4.8.4 and all intel tests % test_all_sandia gcc/4.8.4 intel

Run all tests in debug % test_all_sandia --debug

Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial

If you want to kill the tests, do: hit ctrl-z % kill -9 %1

salloc: Relinquishing job allocation 1018874 salloc: Job allocation 1018874 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

kokkos-devops-admin avatar Nov 30 '21 15:11 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 14
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 641
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 288
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 632
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 619
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 25
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (dialecticDolt/kokkos-kernels)
  • Branch: dev_copy
  • SHA: fb97b7dd095ee3abb096b2637f8ffac9bf16042b
  • Mode: TEST_REPO

Pull Request Author: dialecticDolt

kokkos-devops-admin avatar Nov 30 '21 22:11 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 14
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 641
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 288
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 632
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 619
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 25
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 14 (click to expand)

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.14/TestAll_2021-11-30_15.06.39/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:31:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.14/TestAll_2021-11-30_15.06.39/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:31:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.14/TestAll_2021-11-30_15.06.39/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:31:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.14/TestAll_2021-11-30_15.06.39/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDAUVMSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:31:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.14/TestAll_2021-11-30_15.06.39/cuda/9.2.88/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:20: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:28: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                            ^~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:38: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                      ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/9.2.88 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.14/TestAll_2021-11-30_15.06.39/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.641/TestAll_2021-11-30_15.08.28/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.641/TestAll_2021-11-30_15.08.28/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.641/TestAll_2021-11-30_15.08.28/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.641/TestAll_2021-11-30_15.08.28/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_workspace_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.641/TestAll_2021-11-30_15.08.28/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.641/TestAll_2021-11-30_15.08.28/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.288/TestAll_2021-11-30_15.08.36/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.288/TestAll_2021-11-30_15.08.36/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.288/TestAll_2021-11-30_15.08.36/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.288/TestAll_2021-11-30_15.08.36/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.288/TestAll_2021-11-30_15.08.36/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.288/TestAll_2021-11-30_15.08.36/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 36%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_workspace_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.632/TestAll_2021-11-30_15.08.46/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

####################################################### salloc: Relinquishing job allocation 1018894 salloc: Job allocation 1018894 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

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

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "A" was never referenced
  void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                          ^
          detected during instantiation of "void KokkosBlas::Impl::GEQRF::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View, Kokkos::MemoryTraits>, TVT=Kokkos::View, Kokkos::MemoryTraits>, WVT=Kokkos::View, Kokkos::MemoryTraits>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "tau" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<double **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "C" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<double **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_workspace_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp.o compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp (code 2) make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp.o] Error 2 make[2]: *** Waiting for unfinished jobs.... /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "A" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "tau" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "C" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp (code 2) make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp.o] Error 2 make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2 make: *** [all] Error 2 ####################################################### PASSED TESTS ####################################################### ####################################################### FAILED TESTS ####################################################### intel-18.1.163-OpenMP-release (build failed) #######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.619/TestAll_2021-11-30_15.08.56/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

-----------------------------------------------
test_all_sandia  :
--kokkoskernels-path=/Path/To/KokkosKernels: Path to the KokkosKernels root directory
    Defaults to root repo containing this script
--kokkos-path=/Path/To/Kokkos: Path to the Kokkos root directory
    Defaults to KokkosKernelsPath/../kokkos

--kokkoskernels-branch=<Branch>: Branch to test. Only relevant for Spack builds. No default. Spack otherwise does dev-build from source. --spack: Run spack builds rather than direct CMake tests

--debug: Run tests in debug. Defaults to False --boundscheck: Enable Kokkos_ENABLE_DEBUG_BOUNDS_CHECK to check View accesses within bounds. --test-script: Test this script, not Kokkos --skip-hwloc: Do not do hwloc tests --num=N: Number of jobs to run in parallel --spot-check: Minimal test set to issue pull request --spot-check-tpls: Minimal test set enabling blas and lapack tpls --timeout: Max time before ctest timeout (in seconds) --dry-run: Just print what would be executed --build-only: Just do builds, don't run anything --opt-flag=FLAG: Optimization flag (default: -O3) --cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS --ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS

--arch=ARCHITECTURE: overwrite architecture flags Provide a comma-separated list of arch codes (see available at link below): https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables

--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS Provide a comma-separated list from the following valid items: force_uvm,use_ldg,enable_lambda,rdc

--with-options=OPT: set KOKKOS_OPTIONS Provide a comma-separated list from the following valid items: compiler_warnings aggressive_vectorization = add ivdep on loops disable_profiling = do not compile with profiling hooks

--build-list=BUILD,BUILD,BUILD... Provide a comma-separated list of builds instead of running all builds Valid items: OpenMP, Pthread, Serial, OpenMP_Serial, Pthread_Serial Cuda_OpenMP, Cuda_Pthread, Cuda_Serial

--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS Provide a comma-separated list scalar types Valid items: float, complex_float, double, complex_double Example: SCALARS=double,complex_double

--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS Provide a comma-separated list ordinal types Valid items: int, int64_t

--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS Provide a comma-separated list offset types Valid items: int, size_t

--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS Provide a comma-separated list layouts Valid items: LayoutLeft,LayoutRight

--no-default-eti: Do not include default ETI types for Kokkos Kernels

--with-spaces=SPACES: Set spaces to be instantiated. Options: hostspace, cudaspace, cudauvmspace

ARGS: list of expressions matching compilers to test supported compilers sems intel/19.1.144 gcc/7.2.0

Examples: Run all tests % test_all_sandia

Run all gcc tests % test_all_sandia gcc

Run all gcc/4.8.4 and all intel tests % test_all_sandia gcc/4.8.4 intel

Run all tests in debug % test_all_sandia --debug

Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial

If you want to kill the tests, do: hit ctrl-z % kill -9 %1

salloc: Relinquishing job allocation 1018896 salloc: Job allocation 1018896 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

kokkos-devops-admin avatar Nov 30 '21 22:11 kokkos-devops-admin

Hmm, seems like there's a problem. I'll check it out.

wlruys avatar Nov 30 '21 22:11 wlruys

@dialecticDolt we are compiling with -Werror so if you have unused parameters in some code branch that will create issues in the auto-tester.

lucbv avatar Nov 30 '21 22:11 lucbv

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 18
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 645
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 292
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 636
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 623
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 29
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (dialecticDolt/kokkos-kernels)
  • Branch: dev_copy
  • SHA: fb97b7dd095ee3abb096b2637f8ffac9bf16042b
  • Mode: TEST_REPO

Pull Request Author: dialecticDolt

kokkos-devops-admin avatar Dec 01 '21 12:12 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 18
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 645
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 292
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 636
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 623
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 29
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fb97b7dd095ee3abb096b2637f8ffac9bf16042b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 18 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/dialecticDolt/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/dialecticDolt/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/dialecticDolt/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse refs/remotes/origin/dev_copy^{commit} # timeout=10
Checking out Revision fb97b7dd095ee3abb096b2637f8ffac9bf16042b (refs/remotes/origin/dev_copy)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f fb97b7dd095ee3abb096b2637f8ffac9bf16042b # timeout=10
Commit message: "Adding additional documentation of workspace queries UNMQR and GEQRF"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk fb97b7dd095ee3abb096b2637f8ffac9bf16042b # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision f47206f9c3959d37e1e9958ed90d50529e628995 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f f47206f9c3959d37e1e9958ed90d50529e628995 # timeout=10
Commit message: "Merge pull request #4511 from janciesko/local_deep_copy_use_TeamVectorRange"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk f47206f9c3959d37e1e9958ed90d50529e628995 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740] $ /bin/bash -el /tmp/jenkins429336874074028962.sh
***Forced exclusive execution
Job  is submitted to queue .
>
>
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.645/TestAll_2021-12-01_05.37.12/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.645/TestAll_2021-12-01_05.37.12/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.645/TestAll_2021-12-01_05.37.12/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.645/TestAll_2021-12-01_05.37.12/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.645/TestAll_2021-12-01_05.37.12/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.645/TestAll_2021-12-01_05.37.12/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.292/TestAll_2021-12-01_05.37.22/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.292/TestAll_2021-12-01_05.37.22/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.292/TestAll_2021-12-01_05.37.22/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutRight, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.292/TestAll_2021-12-01_05.37.22/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.292/TestAll_2021-12-01_05.37.22/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.292/TestAll_2021-12-01_05.37.22/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 35%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 36%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_workspace_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View, Kokkos::MemoryTraits >; TVT = Kokkos::View, Kokkos::MemoryTraits >; WVT = Kokkos::View, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:51:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp: In instantiation of void KokkosBlas::Impl::execute_geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_spec.hpp:126:33:   required from static void KokkosBlas::Impl::GEQRF::geqrf(AVT&, TVT&, WVT&) [with AVT = Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; TVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >; WVT = Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:25: error: unused parameter A [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                         ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:33: error: unused parameter tau [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                 ^~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp:58:43: error: unused parameter C [-Werror=unused-parameter]
 void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                                           ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.636/TestAll_2021-12-01_05.37.32/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "A" was never referenced
  void execute_geqrf(AVT& A, TVT& tau, WVT& C) {
                          ^
          detected during instantiation of "void KokkosBlas::Impl::GEQRF::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View, Kokkos::MemoryTraits>, TVT=Kokkos::View, Kokkos::MemoryTraits>, WVT=Kokkos::View, Kokkos::MemoryTraits>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "tau" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<double **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "C" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<double **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp (code 2) make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp.o] Error 2 make[2]: *** Waiting for unfinished jobs.... /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "A" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "tau" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/src/blas/impl/KokkosBlas_geqrf_impl.hpp(58): error #869: parameter "C" was never referenced void execute_geqrf(AVT& A, TVT& tau, WVT& C) { ^ detected during instantiation of "void KokkosBlas::Impl::GEQRF<AVT, TVT, WVT, false, true>::geqrf(AVT &, TVT &, WVT &) [with AVT=Kokkos::View<Kokkos::complex **, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, TVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>, WVT=Kokkos::View<Kokkos::complex *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<1U>>]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp"

compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release/src/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp (code 2) make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/geqrf/Blas_geqrf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_PTHREAD_MEMSPACE_HOSTSPACE.cpp.o] Error 2 make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2 make: *** [all] Error 2 ####################################################### PASSED TESTS ####################################################### ####################################################### FAILED TESTS ####################################################### intel-18.1.163-OpenMP-release (build failed) #######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.623/TestAll_2021-12-01_05.37.43/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

   !!!! Invalid Compiler provided  ' clang/10.0.1' !!!!
-----------------------------------------------
test_all_sandia  :
--kokkoskernels-path=/Path/To/KokkosKernels: Path to the KokkosKernels root directory
    Defaults to root repo containing this script
--kokkos-path=/Path/To/Kokkos: Path to the Kokkos root directory
    Defaults to KokkosKernelsPath/../kokkos

--kokkoskernels-branch=<Branch>: Branch to test. Only relevant for Spack builds. No default. Spack otherwise does dev-build from source. --spack: Run spack builds rather than direct CMake tests

--debug: Run tests in debug. Defaults to False --boundscheck: Enable Kokkos_ENABLE_DEBUG_BOUNDS_CHECK to check View accesses within bounds. --test-script: Test this script, not Kokkos --skip-hwloc: Do not do hwloc tests --num=N: Number of jobs to run in parallel --spot-check: Minimal test set to issue pull request --spot-check-tpls: Minimal test set enabling blas and lapack tpls --timeout: Max time before ctest timeout (in seconds) --dry-run: Just print what would be executed --build-only: Just do builds, don't run anything --opt-flag=FLAG: Optimization flag (default: -O3) --cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS --ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS

--arch=ARCHITECTURE: overwrite architecture flags Provide a comma-separated list of arch codes (see available at link below): https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables

--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS Provide a comma-separated list from the following valid items: force_uvm,use_ldg,enable_lambda,rdc

--with-options=OPT: set KOKKOS_OPTIONS Provide a comma-separated list from the following valid items: compiler_warnings aggressive_vectorization = add ivdep on loops disable_profiling = do not compile with profiling hooks

--build-list=BUILD,BUILD,BUILD... Provide a comma-separated list of builds instead of running all builds Valid items: OpenMP, Pthread, Serial, OpenMP_Serial, Pthread_Serial Cuda_OpenMP, Cuda_Pthread, Cuda_Serial

--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS Provide a comma-separated list scalar types Valid items: float, complex_float, double, complex_double Example: SCALARS=double,complex_double

--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS Provide a comma-separated list ordinal types Valid items: int, int64_t

--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS Provide a comma-separated list offset types Valid items: int, size_t

--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS Provide a comma-separated list layouts Valid items: LayoutLeft,LayoutRight

--no-default-eti: Do not include default ETI types for Kokkos Kernels

--with-spaces=SPACES: Set spaces to be instantiated. Options: hostspace, cudaspace, cudauvmspace

ARGS: list of expressions matching compilers to test supported compilers sems intel/19.1.144 gcc/7.2.0

Examples: Run all tests % test_all_sandia

Run all gcc tests % test_all_sandia gcc

Run all gcc/4.8.4 and all intel tests % test_all_sandia gcc/4.8.4 intel

Run all tests in debug % test_all_sandia --debug

Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial

If you want to kill the tests, do: hit ctrl-z % kill -9 %1

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

kokkos-devops-admin avatar Dec 01 '21 17:12 kokkos-devops-admin

Its from the empty (no-TPL) warning function in src/blas/impl/KokkosBlas_geqrf_impl.hpp (and for unmqr). https://github.com/kokkos/kokkos-kernels/pull/1165/files#diff-2c3c052a6623ce505916cdc4b14ffd7c41444390ba679fb08bbf2eef92910298R58 Should I just remove all of the references to non-TPL code and remove those?

wlruys avatar Dec 04 '21 03:12 wlruys

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

kokkos-devops-admin avatar Dec 09 '21 06:12 kokkos-devops-admin

Thanks for the change, let us retest this PR and see what comes out!

lucbv avatar Dec 09 '21 15:12 lucbv

Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; This inspection will remain valid until a new commit to source branch is performed.

kokkos-devops-admin avatar Dec 09 '21 15:12 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 20
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 20
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 678
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 325
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 669
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 656
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 62
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (dialecticDolt/kokkos-kernels)
  • Branch: dev_copy
  • SHA: 3f3df37430b5de2159bedc7f4b790a3e297685c7
  • Mode: TEST_REPO

Pull Request Author: dialecticDolt

kokkos-devops-admin avatar Dec 09 '21 15:12 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 20
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 20
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 678
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 325
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 669
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 656
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 62
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3f3df37430b5de2159bedc7f4b790a3e297685c7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 # 20 (click to expand)

[ 95%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 95%] Built target KokkosKernels_wiki_crsmatrix
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 96%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 96%] Linking CXX executable KokkosKernels_wiki_spmv
[ 96%] Built target KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 97%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 97%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 97%] Linking CXX executable KokkosKernels_common_cuda
[ 97%] Built target KokkosKernels_common_cuda
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_spadd
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 98%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 98%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 98%] Built target KokkosBlas3_perf_test
Scanning dependencies of target gmres_ex_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 99%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::cuda>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001d8f9_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::cudauvmspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Cuda>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Cuda>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda>&)':
tmpxft_0001d8f9_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_cuda] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_wiki_rcm
[ 99%] Built target KokkosKernels_wiki_rcm
[ 99%] Linking CXX executable KokkosKernels_wiki_mis2
[ 99%] Built target KokkosKernels_wiki_mis2
[ 99%] Linking CXX executable KokkosKernels_wiki_coloring
[ 99%] Built target KokkosKernels_wiki_coloring
[ 99%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 99%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_graph_cuda
CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::openmp>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001dd0a_00000000-5_Test_OpenMP_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::OpenMP>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::OpenMP> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::OpenMP>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::OpenMP>&)':
tmpxft_0001dd0a_00000000-5_Test_OpenMP_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_openmp] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_cuda
[ 99%] Built target KokkosKernels_sparse_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/9.2.88 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.20/TestAll_2021-12-09_08.38.30/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 95%] Linking CXX executable KokkosKernels_common_cuda
[ 95%] Built target KokkosKernels_common_cuda
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 96%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_spmv
[ 96%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 97%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 97%] Linking CXX executable KokkosKernels_graph_serial
[ 97%] Built target KokkosKernels_graph_serial
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 97%] Built target KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_spadd
[ 97%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosBlas3_perf_test
Scanning dependencies of target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 99%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 99%] Linking CXX executable KokkosKernels_blas_serial
CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::serial>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001a560_00000000-5_Test_Serial_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Serial>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Serial> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Serial>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Serial>&)':
tmpxft_0001a560_00000000-5_Test_Serial_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_serial] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_wiki_rcm
[ 99%] Built target KokkosKernels_wiki_rcm
[ 99%] Linking CXX executable KokkosKernels_wiki_mis2
[ 99%] Built target KokkosKernels_wiki_mis2
[ 99%] Linking CXX executable KokkosKernels_wiki_coloring
[ 99%] Built target KokkosKernels_wiki_coloring
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 99%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::cuda>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001a50f_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::cudaspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Cuda>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Cuda>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda>&)':
tmpxft_0001a50f_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_cuda] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_cuda
[ 99%] Built target KokkosKernels_sparse_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.243-Cuda_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/10.1.243 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/openblas/0.2.20/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight.20/TestAll_2021-12-09_08.38.38/cuda/10.1.243/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 92%] Built target KokkosKernels_batched_sla_openmp
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_mis2
[ 94%] Built target KokkosKernels_wiki_mis2
[ 94%] Linking CXX executable KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_ex_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 94%] Built target KokkosKernels_wiki_rcm
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 95%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosKernels_common_openmp
[ 96%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 99%] Built target KokkosKernels_gmres_test_prec
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_graph_openmp
[100%] Built target KokkosKernels_graph_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.678/TestAll_2021-12-09_08.40.31/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.678/TestAll_2021-12-09_08.40.31/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

                      ^~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas_qr.hpp:222:22: note: suggested alternative: view_type_a_lr
   Test::impl_test_qr(0,0);
                      ^~~~~~~~~~~~~~
                      view_type_a_lr
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas_qr.hpp:222:38: error: view_type_b_ll was not declared in this scope
   Test::impl_test_qr(0,0);
                                      ^~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas_qr.hpp:222:38: note: suggested alternative: view_type_b_lr
   Test::impl_test_qr(0,0);
                                      ^~~~~~~~~~~~~~
                                      view_type_b_lr
[ 84%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 84%] Built target KokkosBlas2_gemv_perf_test
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 85%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 86%] Linking CXX executable KokkosKernels_wiki_spmv
[ 86%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_spgemm
[ 87%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spgemm.dir/KokkosSparse_wiki_spgemm.cpp.o
[ 88%] Linking CXX executable KokkosKernels_batched_sla_openmp
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 88%] Built target KokkosKernels_batched_sla_openmp
[ 88%] Linking CXX executable KokkosKernels_wiki_spadd
[ 88%] Built target KokkosKernels_wiki_spadd
[ 88%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 88%] Built target KokkosKernels_wiki_spgemm
[ 88%] Linking CXX executable sparse_spmv_struct
[ 88%] Built target sparse_spmv_struct
[ 89%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 89%] Built target KokkosBlas3_gemm_perf_test
[ 90%] Linking CXX executable sparse_kk_spmv
[ 90%] Built target sparse_kk_spmv
[ 90%] Linking CXX executable KokkosKernels_common_openmp
[ 90%] Built target KokkosKernels_common_openmp
[ 91%] Linking CXX executable KokkosBlas3_perf_test
[ 91%] Built target KokkosBlas3_perf_test
[ 91%] Linking CXX executable KokkosKernels_graph_openmp
[ 91%] Built target KokkosKernels_graph_openmp
[ 91%] Linking CXX executable KokkosKernels_sparse_openmp
[ 91%] Built target KokkosKernels_sparse_openmp
[ 91%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 91%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.325/TestAll_2021-12-09_08.40.39/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.325/TestAll_2021-12-09_08.40.39/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

####################################################### salloc: Relinquishing job allocation 1019442 salloc: Job allocation 1019442 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

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

[ 91%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 91%] Built target KokkosBlas3_gemm_perf_test
Scanning dependencies of target KokkosKernels_batched_sla_serial
[ 91%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/Test_Main.cpp.o
[ 91%] Linking CXX executable KokkosKernels_common_serial
[ 91%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/serial/Test_Serial_Batched_Sparse.cpp.o
[ 91%] Built target KokkosKernels_common_serial
Scanning dependencies of target KokkosKernels_wiki_spmv
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spmv.dir/KokkosSparse_wiki_spmv.cpp.o
[ 91%] Linking CXX executable KokkosKernels_wiki_spmv
[ 91%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 91%] Linking CXX executable KokkosKernels_common_openmp
[ 91%] Built target KokkosKernels_common_openmp
Scanning dependencies of target KokkosKernels_wiki_spgemm
[ 92%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spgemm.dir/KokkosSparse_wiki_spgemm.cpp.o
[ 92%] Linking CXX executable KokkosBlas3_perf_test
[ 92%] Built target KokkosBlas3_perf_test
Scanning dependencies of target KokkosKernels_wiki_crsmatrix
[ 92%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_crsmatrix.dir/KokkosSparse_wiki_crsmatrix.cpp.o
[ 93%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 93%] Built target KokkosKernels_batched_sla_serial
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 94%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_spadd
[ 94%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 94%] Built target KokkosKernels_wiki_spadd
[ 94%] Built target KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 95%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 95%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 95%] Built target KokkosKernels_wiki_crsmatrix
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 95%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 96%] Linking CXX executable KokkosKernels_graph_openmp
[ 96%] Built target KokkosKernels_graph_openmp
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 97%] Linking CXX executable KokkosKernels_wiki_rcm
[ 97%] Built target KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_coarsening
[ 97%] Built target KokkosKernels_wiki_rcm
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_graph_serial
[ 97%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosKernels_sparse_openmp
[ 97%] Built target KokkosKernels_sparse_openmp
[ 97%] Linking CXX executable KokkosKernels_sparse_serial
[ 97%] Built target KokkosKernels_sparse_serial
[ 97%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 97%] Built target KokkosKernels_batched_dla_serial
[ 97%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 97%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.669/TestAll_2021-12-09_08.40.49/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 94%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 95%] Linking CXX executable sparse_kk_spmv
[ 95%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 95%] Built target sparse_kk_spmv
[ 95%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_rcm
[ 96%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable sparse_spmv_struct_tuning
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Built target sparse_spmv_struct_tuning
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable gmres_ex_real_A
[ 98%] Built target KokkosKernels_gmres_test_prec
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_common_threads
[ 99%] Built target KokkosKernels_common_threads
[ 99%] Linking CXX executable KokkosKernels_blas_threads
CMakeFiles/KokkosKernels_blas_threads.dir/threads/Test_Threads_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::threads>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
Test_Threads_Blas.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xd1): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_threads.dir/threads/Test_Threads_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Threads>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Threads> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Threads>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Threads>&)':
Test_Threads_Blas.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xd1): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >&)'
make[2]: *** [unit_test/KokkosKernels_blas_threads] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
[100%] Linking CXX executable KokkosKernels_batched_dla_threads
[100%] Built target KokkosKernels_batched_dla_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 intel/compilers/18.1.163

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.656/TestAll_2021-12-09_08.40.59/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.656/TestAll_2021-12-09_08.40.59/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

-----------------------------------------------
test_all_sandia  :
--kokkoskernels-path=/Path/To/KokkosKernels: Path to the KokkosKernels root directory
    Defaults to root repo containing this script
--kokkos-path=/Path/To/Kokkos: Path to the Kokkos root directory
    Defaults to KokkosKernelsPath/../kokkos

--kokkoskernels-branch=<Branch>: Branch to test. Only relevant for Spack builds. No default. Spack otherwise does dev-build from source. --spack: Run spack builds rather than direct CMake tests

--debug: Run tests in debug. Defaults to False --boundscheck: Enable Kokkos_ENABLE_DEBUG_BOUNDS_CHECK to check View accesses within bounds. --test-script: Test this script, not Kokkos --skip-hwloc: Do not do hwloc tests --num=N: Number of jobs to run in parallel --spot-check: Minimal test set to issue pull request --spot-check-tpls: Minimal test set enabling blas and lapack tpls --timeout: Max time before ctest timeout (in seconds) --dry-run: Just print what would be executed --build-only: Just do builds, don't run anything --opt-flag=FLAG: Optimization flag (default: -O3) --cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS --ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS

--arch=ARCHITECTURE: overwrite architecture flags Provide a comma-separated list of arch codes (see available at link below): https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables

--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS Provide a comma-separated list from the following valid items: force_uvm,use_ldg,enable_lambda,rdc

--with-options=OPT: set KOKKOS_OPTIONS Provide a comma-separated list from the following valid items: compiler_warnings aggressive_vectorization = add ivdep on loops disable_profiling = do not compile with profiling hooks

--build-list=BUILD,BUILD,BUILD... Provide a comma-separated list of builds instead of running all builds Valid items: OpenMP, Pthread, Serial, OpenMP_Serial, Pthread_Serial Cuda_OpenMP, Cuda_Pthread, Cuda_Serial

--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS Provide a comma-separated list scalar types Valid items: float, complex_float, double, complex_double Example: SCALARS=double,complex_double

--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS Provide a comma-separated list ordinal types Valid items: int, int64_t

--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS Provide a comma-separated list offset types Valid items: int, size_t

--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS Provide a comma-separated list layouts Valid items: LayoutLeft,LayoutRight

--no-default-eti: Do not include default ETI types for Kokkos Kernels

--with-spaces=SPACES: Set spaces to be instantiated. Options: hostspace, cudaspace, cudauvmspace

ARGS: list of expressions matching compilers to test supported compilers sems intel/19.1.144 gcc/7.2.0

Examples: Run all tests % test_all_sandia

Run all gcc tests % test_all_sandia gcc

Run all gcc/4.8.4 and all intel tests % test_all_sandia gcc/4.8.4 intel

Run all tests in debug % test_all_sandia --debug

Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial

If you want to kill the tests, do: hit ctrl-z % kill -9 %1

salloc: Relinquishing job allocation 1019445 salloc: Job allocation 1019445 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

kokkos-devops-admin avatar Dec 09 '21 16:12 kokkos-devops-admin

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

kokkos-devops-admin avatar Dec 09 '21 19:12 kokkos-devops-admin

Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; This inspection will remain valid until a new commit to source branch is performed.

kokkos-devops-admin avatar Dec 09 '21 22:12 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 24
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 24
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 682
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 329
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 673
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 660
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 66
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (dialecticDolt/kokkos-kernels)
  • Branch: dev_copy
  • SHA: f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
  • Mode: TEST_REPO

Pull Request Author: dialecticDolt

kokkos-devops-admin avatar Dec 09 '21 22:12 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 24
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 24
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 682
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 329
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 673
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 660
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 66
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 # 24 (click to expand)

[ 95%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 95%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 95%] Built target KokkosKernels_wiki_crsmatrix
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 96%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_spmv
[ 96%] Built target KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 97%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 97%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 97%] Linking CXX executable KokkosKernels_common_cuda
[ 97%] Built target KokkosKernels_common_cuda
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_spadd
[ 97%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 98%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 98%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 98%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target gmres_ex_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosBlas3_perf_test
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::cuda>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_00014df3_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::cudauvmspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Cuda>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Cuda>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda>&)':
tmpxft_00014df3_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_cuda] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_wiki_rcm
[ 99%] Built target KokkosKernels_wiki_rcm
[ 99%] Linking CXX executable KokkosKernels_wiki_mis2
[ 99%] Built target KokkosKernels_wiki_mis2
[ 99%] Linking CXX executable KokkosKernels_wiki_coloring
[ 99%] Built target KokkosKernels_wiki_coloring
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 99%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::openmp>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_00015207_00000000-5_Test_OpenMP_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::OpenMP>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::OpenMP> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::OpenMP>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::OpenMP>&)':
tmpxft_00015207_00000000-5_Test_OpenMP_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_openmp] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_cuda
[ 99%] Built target KokkosKernels_sparse_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/9.2.88 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.24/TestAll_2021-12-09_15.29.05/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 96%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 96%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 97%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 97%] Linking CXX executable KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosKernels_common_cuda
[ 97%] Built target KokkosKernels_graph_serial
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 97%] Built target KokkosKernels_common_cuda
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_spadd
[ 97%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 98%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 98%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_ex_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 99%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 99%] Linking CXX executable KokkosKernels_wiki_rcm
[ 99%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 99%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 99%] Linking CXX executable KokkosKernels_blas_serial
CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::serial>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_000113cc_00000000-5_Test_Serial_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Serial>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Serial> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Serial>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Serial>&)':
tmpxft_000113cc_00000000-5_Test_Serial_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_serial] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_wiki_mis2
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_wiki_mis2
[ 99%] Linking CXX executable KokkosKernels_wiki_coloring
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_wiki_coloring
[ 99%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 99%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::cuda>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001131a_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::cudaspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Cuda>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Cuda>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda>&)':
tmpxft_0001131a_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_cuda] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_cuda
[ 99%] Built target KokkosKernels_sparse_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.243-Cuda_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/10.1.243 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/openblas/0.2.20/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight.24/TestAll_2021-12-09_15.29.15/cuda/10.1.243/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_mis2
[ 93%] Linking CXX executable KokkosKernels_wiki_rcm
[ 93%] Built target KokkosKernels_wiki_mis2
[ 93%] Built target KokkosKernels_wiki_rcm
[ 94%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 94%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
Scanning dependencies of target gmres_ex_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 94%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 95%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosKernels_common_openmp
[ 96%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Built target gmres_test_cmplx_A
[ 98%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target KokkosKernels_gmres_test_prec
[ 99%] Built target gmres_ex_real_A
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_graph_openmp
[100%] Built target KokkosKernels_graph_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.682/TestAll_2021-12-09_15.31.31/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.682/TestAll_2021-12-09_15.31.31/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 91%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_rcm
[ 93%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_ex_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 93%] Built target KokkosKernels_wiki_coarsening
[ 94%] Linking CXX executable KokkosKernels_wiki_mis2
[ 94%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 95%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Built target KokkosBlas3_perf_test
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_prec
[100%] Linking CXX executable gmres_test_cmplx_A
[100%] Built target gmres_test_cmplx_A
[100%] Built target KokkosKernels_gmres_test_prec
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_graph_openmp
[100%] Built target KokkosKernels_graph_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.329/TestAll_2021-12-09_15.31.41/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.329/TestAll_2021-12-09_15.31.41/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Built target KokkosBlas3_gemm_perf_test
Scanning dependencies of target KokkosKernels_batched_sla_serial
[ 91%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/Test_Main.cpp.o
[ 91%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/serial/Test_Serial_Batched_Sparse.cpp.o
[ 91%] Linking CXX executable KokkosKernels_common_serial
[ 91%] Built target KokkosKernels_common_serial
Scanning dependencies of target KokkosKernels_wiki_spmv
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spmv.dir/KokkosSparse_wiki_spmv.cpp.o
[ 91%] Linking CXX executable KokkosKernels_common_openmp
[ 91%] Built target KokkosKernels_common_openmp
[ 91%] Linking CXX executable KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 91%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_spgemm
[ 92%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spgemm.dir/KokkosSparse_wiki_spgemm.cpp.o
[ 92%] Linking CXX executable KokkosBlas3_perf_test
[ 92%] Built target KokkosBlas3_perf_test
Scanning dependencies of target KokkosKernels_wiki_crsmatrix
[ 92%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_crsmatrix.dir/KokkosSparse_wiki_crsmatrix.cpp.o
[ 93%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 93%] Built target KokkosKernels_batched_sla_serial
[ 93%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 93%] Linking CXX executable KokkosKernels_wiki_spadd
[ 93%] Built target KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 94%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 94%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 95%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 95%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 95%] Built target KokkosKernels_wiki_crsmatrix
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 95%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 96%] Linking CXX executable KokkosKernels_graph_openmp
[ 96%] Built target KokkosKernels_graph_openmp
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_wiki_rcm
[ 97%] Built target KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_rcm
[ 97%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 97%] Built target KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_coarsening
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_graph_serial
[ 97%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosKernels_sparse_openmp
[ 97%] Linking CXX executable KokkosKernels_sparse_serial
[ 97%] Built target KokkosKernels_sparse_openmp
[ 97%] Built target KokkosKernels_sparse_serial
[ 97%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 97%] Built target KokkosKernels_batched_dla_openmp
[ 97%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 97%] Built target KokkosKernels_batched_dla_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.673/TestAll_2021-12-09_15.31.51/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

####################################################### salloc: Relinquishing job allocation 1019479 salloc: Job allocation 1019479 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

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

[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 94%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_ex_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 95%] Linking CXX executable sparse_kk_spmv
[ 95%] Linking CXX executable KokkosKernels_wiki_rcm
[ 95%] Built target sparse_kk_spmv
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 96%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable sparse_spmv_struct_tuning
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target sparse_spmv_struct_tuning
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable gmres_ex_real_A
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Built target KokkosKernels_gmres_test_prec
[ 99%] Linking CXX executable KokkosKernels_common_threads
[ 99%] Built target KokkosKernels_common_threads
[ 99%] Linking CXX executable KokkosKernels_blas_threads
CMakeFiles/KokkosKernels_blas_threads.dir/threads/Test_Threads_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::threads>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
Test_Threads_Blas.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xd1): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_threads.dir/threads/Test_Threads_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Threads>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Threads> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Threads>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Threads>&)':
Test_Threads_Blas.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xd1): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >&)'
make[2]: *** [unit_test/KokkosKernels_blas_threads] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
[100%] Linking CXX executable KokkosKernels_batched_dla_threads
[100%] Built target KokkosKernels_batched_dla_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 intel/compilers/18.1.163

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.660/TestAll_2021-12-09_15.32.01/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.660/TestAll_2021-12-09_15.32.01/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

-----------------------------------------------
test_all_sandia  :
--kokkoskernels-path=/Path/To/KokkosKernels: Path to the KokkosKernels root directory
    Defaults to root repo containing this script
--kokkos-path=/Path/To/Kokkos: Path to the Kokkos root directory
    Defaults to KokkosKernelsPath/../kokkos

--kokkoskernels-branch=<Branch>: Branch to test. Only relevant for Spack builds. No default. Spack otherwise does dev-build from source. --spack: Run spack builds rather than direct CMake tests

--debug: Run tests in debug. Defaults to False --boundscheck: Enable Kokkos_ENABLE_DEBUG_BOUNDS_CHECK to check View accesses within bounds. --test-script: Test this script, not Kokkos --skip-hwloc: Do not do hwloc tests --num=N: Number of jobs to run in parallel --spot-check: Minimal test set to issue pull request --spot-check-tpls: Minimal test set enabling blas and lapack tpls --timeout: Max time before ctest timeout (in seconds) --dry-run: Just print what would be executed --build-only: Just do builds, don't run anything --opt-flag=FLAG: Optimization flag (default: -O3) --cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS --ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS

--arch=ARCHITECTURE: overwrite architecture flags Provide a comma-separated list of arch codes (see available at link below): https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables

--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS Provide a comma-separated list from the following valid items: force_uvm,use_ldg,enable_lambda,rdc

--with-options=OPT: set KOKKOS_OPTIONS Provide a comma-separated list from the following valid items: compiler_warnings aggressive_vectorization = add ivdep on loops disable_profiling = do not compile with profiling hooks

--build-list=BUILD,BUILD,BUILD... Provide a comma-separated list of builds instead of running all builds Valid items: OpenMP, Pthread, Serial, OpenMP_Serial, Pthread_Serial Cuda_OpenMP, Cuda_Pthread, Cuda_Serial

--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS Provide a comma-separated list scalar types Valid items: float, complex_float, double, complex_double Example: SCALARS=double,complex_double

--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS Provide a comma-separated list ordinal types Valid items: int, int64_t

--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS Provide a comma-separated list offset types Valid items: int, size_t

--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS Provide a comma-separated list layouts Valid items: LayoutLeft,LayoutRight

--no-default-eti: Do not include default ETI types for Kokkos Kernels

--with-spaces=SPACES: Set spaces to be instantiated. Options: hostspace, cudaspace, cudauvmspace

ARGS: list of expressions matching compilers to test supported compilers sems intel/19.1.144 gcc/7.2.0

Examples: Run all tests % test_all_sandia

Run all gcc tests % test_all_sandia gcc

Run all gcc/4.8.4 and all intel tests % test_all_sandia gcc/4.8.4 intel

Run all tests in debug % test_all_sandia --debug

Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial

If you want to kill the tests, do: hit ctrl-z % kill -9 %1

salloc: Relinquishing job allocation 1019481 salloc: Job allocation 1019481 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

kokkos-devops-admin avatar Dec 09 '21 23:12 kokkos-devops-admin

Hmm, something still seems broken in the test. I'll reproduce this locally and resolve it.

wlruys avatar Dec 10 '21 01:12 wlruys

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 25
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 25
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 683
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 330
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 674
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 661
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 67
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (dialecticDolt/kokkos-kernels)
  • Branch: dev_copy
  • SHA: f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
  • Mode: TEST_REPO

Pull Request Author: dialecticDolt

kokkos-devops-admin avatar Dec 10 '21 01:12 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 25
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 25
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 683
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 330
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 674
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 661
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 67
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 # 25 (click to expand)

[ 95%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 95%] Built target KokkosKernels_wiki_crsmatrix
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 96%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 96%] Built target KokkosKernels_wiki_spgemm
[ 96%] Linking CXX executable KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 97%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 97%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 97%] Linking CXX executable KokkosKernels_common_cuda
[ 97%] Built target KokkosKernels_common_cuda
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_spadd
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 98%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 98%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_ex_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Built target KokkosBlas3_perf_test
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::cuda>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001b160_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::cudauvmspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Cuda>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Cuda>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda>&)':
tmpxft_0001b160_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudauvmspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_cuda] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_wiki_rcm
[ 99%] Built target KokkosKernels_wiki_rcm
[ 99%] Linking CXX executable KokkosKernels_wiki_mis2
[ 99%] Built target KokkosKernels_wiki_mis2
[ 99%] Linking CXX executable KokkosKernels_wiki_coloring
[ 99%] Built target KokkosKernels_wiki_coloring
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::openmp>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001b534_00000000-5_Test_OpenMP_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::OpenMP>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::OpenMP> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::OpenMP>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::OpenMP>&)':
tmpxft_0001b534_00000000-5_Test_OpenMP_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6OpenMPEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:openmp kokkos::hostspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_openmp] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_cuda
[ 99%] Built target KokkosKernels_sparse_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/9.2.88 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.25/TestAll_2021-12-09_18.39.04/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 95%] Linking CXX executable KokkosKernels_common_cuda
[ 95%] Built target KokkosKernels_common_cuda
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 96%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 96%] Linking CXX executable KokkosKernels_graph_serial
[ 96%] Linking CXX executable KokkosKernels_wiki_spmv
[ 96%] Built target KokkosKernels_graph_serial
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 97%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
[ 97%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 97%] Built target KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_spadd
[ 97%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 98%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 98%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 98%] Built target KokkosBlas3_perf_test
Scanning dependencies of target gmres_ex_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 99%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 99%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 99%] Linking CXX executable KokkosKernels_blas_serial
CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::serial>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001ca3e_00000000-5_Test_Serial_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Serial>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Serial> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Serial>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Serial>&)':
tmpxft_0001ca3e_00000000-5_Test_Serial_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_6SerialEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:serial kokkos::hostspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_serial] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_wiki_rcm
[ 99%] Built target KokkosKernels_wiki_rcm
[ 99%] Linking CXX executable KokkosKernels_wiki_mis2
[ 99%] Built target KokkosKernels_wiki_mis2
[ 99%] Linking CXX executable KokkosKernels_wiki_coloring
[ 99%] Built target KokkosKernels_wiki_coloring
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 99%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::cuda>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
tmpxft_0001c9df_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::cudaspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Cuda>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Cuda>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Cuda>&)':
tmpxft_0001c9df_00000000-5_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_4CudaEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xb4): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:cuda kokkos::cudaspace>, Kokkos::MemoryTraits >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [unit_test/KokkosKernels_blas_cuda] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_cuda
[ 99%] Built target KokkosKernels_sparse_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.243-Cuda_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/10.1.243 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power9,Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr9/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr9/openblas/0.2.20/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight.25/TestAll_2021-12-09_18.44.37/cuda/10.1.243/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 92%] Built target KokkosKernels_batched_sla_openmp
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_mis2
[ 94%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target gmres_ex_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_coarsening
[ 94%] Linking CXX executable KokkosKernels_wiki_rcm
[ 94%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 95%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 99%] Built target KokkosKernels_gmres_test_prec
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_graph_openmp
[100%] Built target KokkosKernels_graph_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.683/TestAll_2021-12-09_18.39.28/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.683/TestAll_2021-12-09_18.39.28/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Built target KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 93%] Linking CXX executable KokkosKernels_wiki_rcm
[ 94%] Linking CXX executable KokkosKernels_wiki_mis2
[ 94%] Built target KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_rcm
[ 95%] Linking CXX executable sparse_kk_spmv
[ 95%] Built target KokkosKernels_wiki_mis2
[ 95%] Built target sparse_kk_spmv
Scanning dependencies of target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_common_openmp
[ 96%] Built target KokkosKernels_common_openmp
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target KokkosBlas3_perf_test
[ 99%] Built target gmres_test_cmplx_A
[100%] Linking CXX executable gmres_ex_real_A
[100%] Linking CXX executable KokkosKernels_gmres_test_prec
[100%] Built target gmres_ex_real_A
[100%] Built target KokkosKernels_gmres_test_prec
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_graph_openmp
[100%] Built target KokkosKernels_graph_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.330/TestAll_2021-12-09_18.39.37/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.330/TestAll_2021-12-09_18.39.37/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

####################################################### salloc: Relinquishing job allocation 1019490 salloc: Job allocation 1019490 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

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

[ 91%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 91%] Built target KokkosBlas3_gemm_perf_test
Scanning dependencies of target KokkosKernels_batched_sla_serial
[ 91%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/Test_Main.cpp.o
[ 91%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/serial/Test_Serial_Batched_Sparse.cpp.o
[ 91%] Linking CXX executable KokkosKernels_common_serial
[ 91%] Built target KokkosKernels_common_serial
Scanning dependencies of target KokkosKernels_wiki_spmv
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spmv.dir/KokkosSparse_wiki_spmv.cpp.o
[ 91%] Linking CXX executable KokkosKernels_wiki_spmv
[ 91%] Linking CXX executable KokkosKernels_common_openmp
[ 91%] Built target KokkosKernels_wiki_spmv
[ 91%] Built target KokkosKernels_common_openmp
Scanning dependencies of target KokkosKernels_wiki_spadd
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
Scanning dependencies of target KokkosKernels_wiki_spgemm
[ 92%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spgemm.dir/KokkosSparse_wiki_spgemm.cpp.o
[ 92%] Linking CXX executable KokkosBlas3_perf_test
[ 92%] Built target KokkosBlas3_perf_test
Scanning dependencies of target KokkosKernels_wiki_crsmatrix
[ 92%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_crsmatrix.dir/KokkosSparse_wiki_crsmatrix.cpp.o
[ 93%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 93%] Built target KokkosKernels_batched_sla_serial
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 94%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 94%] Built target KokkosKernels_wiki_spgemm
[ 94%] Linking CXX executable KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 94%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 95%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 95%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 95%] Built target KokkosKernels_wiki_crsmatrix
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 95%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 96%] Linking CXX executable KokkosKernels_graph_openmp
[ 96%] Built target KokkosKernels_graph_openmp
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 97%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_wiki_rcm
[ 97%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 97%] Built target KokkosKernels_wiki_mis2
[ 97%] Built target KokkosKernels_wiki_rcm
[ 97%] Built target KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_coarsening
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 97%] Linking CXX executable KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosKernels_sparse_openmp
[ 97%] Built target KokkosKernels_sparse_openmp
[ 97%] Linking CXX executable KokkosKernels_sparse_serial
[ 97%] Built target KokkosKernels_sparse_serial
[ 97%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 97%] Built target KokkosKernels_batched_dla_serial
[ 97%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 97%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.674/TestAll_2021-12-09_18.39.47/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 94%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 95%] Linking CXX executable sparse_kk_spmv
[ 95%] Built target KokkosKernels_wiki_coarsening
[ 95%] Linking CXX executable KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_ex_real_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 95%] Built target sparse_kk_spmv
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 96%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 96%] Linking CXX executable sparse_spmv_struct_tuning
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target sparse_spmv_struct_tuning
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 98%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target KokkosKernels_gmres_test_prec
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_common_threads
[ 99%] Built target KokkosKernels_common_threads
[ 99%] Linking CXX executable KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_graph_threads
CMakeFiles/KokkosKernels_blas_threads.dir/threads/Test_Threads_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view kokkos::layoutleft kokkos::threads>, Kokkos::View >(Kokkos::View&, Kokkos::View&)':
Test_Threads_Blas.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPdJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS3_JS5_S6_EEEEElRT_RT0_]+0xd1): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view kokkos::layoutleft kokkos::device kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View, Kokkos::MemoryTraits >&, Kokkos::View, Kokkos::MemoryTraits >&)'
CMakeFiles/KokkosKernels_blas_threads.dir/threads/Test_Threads_Blas.cpp.o: In function `long KokkosBlas::geqrf_workspace<:view>**, Kokkos::LayoutLeft, Kokkos::Threads>, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Threads> >(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Threads>&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Threads>&)':
Test_Threads_Blas.cpp:(.text._ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_[_ZN10KokkosBlas15geqrf_workspaceIN6Kokkos4ViewIPPNS1_7complexIdEEJNS1_10LayoutLeftENS1_7ThreadsEEEENS2_IS5_JS7_S8_EEEEElRT_RT0_]+0xd1): undefined reference to `KokkosBlas::Impl::GEQRF_WORKSPACE<:view>**, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >, false, true>::geqrf_workspace(Kokkos::View<:complex>**, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >&, Kokkos::View<:complex>*, Kokkos::LayoutLeft, Kokkos::Device<:threads kokkos::hostspace>, Kokkos::MemoryTraits >&)'
make[2]: *** [unit_test/KokkosKernels_blas_threads] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Built target KokkosKernels_graph_threads
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
[100%] Linking CXX executable KokkosKernels_batched_dla_threads
[100%] Built target KokkosKernels_batched_dla_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 intel/compilers/18.1.163

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.661/TestAll_2021-12-09_18.39.57/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.661/TestAll_2021-12-09_18.39.57/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

-----------------------------------------------
test_all_sandia  :
--kokkoskernels-path=/Path/To/KokkosKernels: Path to the KokkosKernels root directory
    Defaults to root repo containing this script
--kokkos-path=/Path/To/Kokkos: Path to the Kokkos root directory
    Defaults to KokkosKernelsPath/../kokkos

--kokkoskernels-branch=<Branch>: Branch to test. Only relevant for Spack builds. No default. Spack otherwise does dev-build from source. --spack: Run spack builds rather than direct CMake tests

--debug: Run tests in debug. Defaults to False --boundscheck: Enable Kokkos_ENABLE_DEBUG_BOUNDS_CHECK to check View accesses within bounds. --test-script: Test this script, not Kokkos --skip-hwloc: Do not do hwloc tests --num=N: Number of jobs to run in parallel --spot-check: Minimal test set to issue pull request --spot-check-tpls: Minimal test set enabling blas and lapack tpls --timeout: Max time before ctest timeout (in seconds) --dry-run: Just print what would be executed --build-only: Just do builds, don't run anything --opt-flag=FLAG: Optimization flag (default: -O3) --cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS --ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS

--arch=ARCHITECTURE: overwrite architecture flags Provide a comma-separated list of arch codes (see available at link below): https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables

--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS Provide a comma-separated list from the following valid items: force_uvm,use_ldg,enable_lambda,rdc

--with-options=OPT: set KOKKOS_OPTIONS Provide a comma-separated list from the following valid items: compiler_warnings aggressive_vectorization = add ivdep on loops disable_profiling = do not compile with profiling hooks

--build-list=BUILD,BUILD,BUILD... Provide a comma-separated list of builds instead of running all builds Valid items: OpenMP, Pthread, Serial, OpenMP_Serial, Pthread_Serial Cuda_OpenMP, Cuda_Pthread, Cuda_Serial

--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS Provide a comma-separated list scalar types Valid items: float, complex_float, double, complex_double Example: SCALARS=double,complex_double

--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS Provide a comma-separated list ordinal types Valid items: int, int64_t

--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS Provide a comma-separated list offset types Valid items: int, size_t

--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS Provide a comma-separated list layouts Valid items: LayoutLeft,LayoutRight

--no-default-eti: Do not include default ETI types for Kokkos Kernels

--with-spaces=SPACES: Set spaces to be instantiated. Options: hostspace, cudaspace, cudauvmspace

ARGS: list of expressions matching compilers to test supported compilers sems intel/19.1.144 gcc/7.2.0

Examples: Run all tests % test_all_sandia

Run all gcc tests % test_all_sandia gcc

Run all gcc/4.8.4 and all intel tests % test_all_sandia gcc/4.8.4 intel

Run all tests in debug % test_all_sandia --debug

Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial

If you want to kill the tests, do: hit ctrl-z % kill -9 %1

salloc: Relinquishing job allocation 1019493 salloc: Job allocation 1019493 has been revoked. Build step 'Execute shell' marked build as failure Finished: FAILURE

kokkos-devops-admin avatar Dec 10 '21 02:12 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 26
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 26
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 684
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 331
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 675
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 662
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 68
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dev_copy
KOKKOSKERNELS_SOURCE_REPO https://github.com/dialecticDolt/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c451856fa3b5bcd675b34a9ad10ce82fa58ec26b
PR_LABELS
PULLREQUESTNUM 1165
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (dialecticDolt/kokkos-kernels)
  • Branch: dev_copy
  • SHA: f98d26a4a2c79c629dbe45d0a4b1bb37c555844e
  • Mode: TEST_REPO

Pull Request Author: dialecticDolt

kokkos-devops-admin avatar Dec 10 '21 04:12 kokkos-devops-admin