Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Modular build: allowing to build components independently #1504

Merged
merged 8 commits into from
Sep 15, 2022

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Aug 24, 2022

Refactoring the CMake logic to allow us to build the common
directory and its content as an independent module. The idea
is to propagate this to other more meaningful modules so that
we can have faster compilation.

Signed-off-by: Luc Berger-Vergiat lberge@sandia.gov

@lucbv lucbv added enhancement Cleanup Code maintenance that isn't a bugfix or new feature labels Aug 24, 2022
@lucbv lucbv self-assigned this Aug 24, 2022
@lucbv lucbv removed the request for review from kliegeois August 24, 2022 22:48
@lucbv lucbv marked this pull request as draft August 24, 2022 22:48
@lucbv
Copy link
Contributor Author

lucbv commented Aug 24, 2022

This is still a draft but when I click Convert to draft github does not comply?

@lucbv
Copy link
Contributor Author

lucbv commented Aug 24, 2022

Nvm, it just took its sweet time x)

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 54
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 384
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 51
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 49
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 49
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1170
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 49
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: modular_build
  • SHA: c19908c
  • Mode: TEST_REPO

Pull Request Author: lucbv

@lucbv
Copy link
Contributor Author

lucbv commented Aug 24, 2022

Note: to build only the common directory and its unit-tests use the configuration option: -D KokkosKernels_ENABLE_REMAINDER:BOOL=OFF it will turn off pretty much everything and should build in no time!

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 54
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 384
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 51
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 49
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 49
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1170
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 49
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c19908c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740 # 54 (click to expand)

Scanning dependencies of target static_pivoting
[ 93%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 94%] Linking CXX executable gmres_test_cmplx_A
[ 94%] Built target gmres_test_cmplx_A
Scanning dependencies of target xpy
[ 94%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 94%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 94%] Built target KokkosKernels_gmres_test_prec
Scanning dependencies of target KokkosKernels_common_openmp
[ 94%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/__/__/unit_test/Test_Main.cpp.o
[ 95%] Linking CXX executable xpy
[ 95%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/backends/Test_OpenMP_Common.cpp.o
[ 95%] Built target xpy
[ 95%] Linking CXX executable team_GMRES
[ 96%] Linking CXX executable static_pivoting
Scanning dependencies of target KokkosKernels_common_serial
[ 97%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/__/__/unit_test/Test_Main.cpp.o
[ 97%] Built target team_GMRES
[ 97%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/common/unit_test/backends/Test_Serial_Common.cpp:4:10: fatal error: Test_Serial.hpp: No such file or directory
 #include 
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 97%] Built target static_pivoting
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Linking CXX executable KokkosKernels_graph_serial
[ 97%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosKernels_blas_openmp
[ 97%] Built target KokkosKernels_blas_openmp
[ 98%] Linking CXX executable KokkosKernels_graph_openmp
[ 98%] Built target KokkosKernels_graph_openmp
[ 98%] Linking CXX executable KokkosKernels_common_openmp
[ 98%] Built target KokkosKernels_common_openmp
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=384 run_time=150
#######################################################
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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/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="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740.54/TestAll_2022-08-24_16.59.17/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

#######################################################
gcc-7.2.0-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=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/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="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740.54/TestAll_2022-08-24_16.59.17/gcc/7.2.0/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_Tpls_CUDA10_Tpls_CUDA10_LayoutRight # 384 (click to expand)

[ 92%] Linking CXX executable KokkosKernels_wiki_coloring
[ 92%] Built target KokkosKernels_wiki_coloring
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_mis2
[ 93%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target gmres_test_cmplx_A
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_graph_serial
[ 93%] Built target KokkosKernels_graph_serial
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 93%] Linking CXX executable gmres_ex_real_A
[ 94%] Linking CXX executable KokkosKernels_blas_serial
[ 94%] Built target gmres_ex_real_A
Scanning dependencies of target team_GMRES
[ 94%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 94%] Built target KokkosKernels_blas_serial
Scanning dependencies of target static_pivoting
[ 94%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 94%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 94%] Built target KokkosKernels_gmres_test_real_A
Scanning dependencies of target xpy
[ 94%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Built target gmres_test_cmplx_A
Scanning dependencies of target KokkosKernels_common_serial
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/__/__/unit_test/Test_Main.cpp.o
[ 96%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 96%] Built target KokkosKernels_gmres_test_prec
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/common/unit_test/backends/Test_Serial_Common.cpp:4:10: fatal error: Test_Serial.hpp: No such file or directory
 #include 
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Scanning dependencies of target KokkosKernels_common_cuda
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_cuda.dir/__/__/unit_test/Test_Main.cpp.o
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosBlas3_perf_test
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_cuda.dir/backends/Test_Cuda_Common.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/common/unit_test/backends/Test_Cuda_Common.cpp:4:10: fatal error: Test_Cuda.hpp: No such file or directory
 #include 
          ^~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_cuda.dir/backends/Test_Cuda_Common.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 97%] Linking CXX executable static_pivoting
[ 97%] Linking CXX executable team_GMRES
[ 97%] Built target static_pivoting
[ 97%] Built target team_GMRES
[ 98%] Linking CXX executable xpy
[ 98%] Built target xpy
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_cuda.dir/all] Error 2
[ 98%] Linking CXX executable KokkosKernels_blas_cuda
[ 98%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
[100%] Linking CXX executable KokkosKernels_batched_dla_cuda
[100%] 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.384/TestAll_2022-08-24_16.59.23/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 # 51 (click to expand)

Scanning dependencies of target team_GMRES
[ 93%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 93%] Linking CXX executable gmres_ex_real_A
[ 94%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 94%] Linking CXX executable gmres_test_cmplx_A
[ 94%] Built target gmres_ex_real_A
[ 94%] Built target KokkosKernels_gmres_test_prec
[ 94%] Built target gmres_test_cmplx_A
Scanning dependencies of target static_pivoting
[ 94%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 95%] Linking CXX executable KokkosKernels_graph_serial
Scanning dependencies of target xpy
Scanning dependencies of target KokkosKernels_common_threads
[ 95%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/__/__/unit_test/Test_Main.cpp.o
[ 96%] Built target KokkosKernels_graph_serial
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/common/unit_test/backends/Test_Threads_Common.cpp:4:10: fatal error: Test_Threads.hpp: No such file or directory
 #include 
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Scanning dependencies of target KokkosKernels_common_serial
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/__/__/unit_test/Test_Main.cpp.o
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/common/unit_test/backends/Test_Serial_Common.cpp:4:10: fatal error: Test_Serial.hpp: No such file or directory
 #include 
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 96%] Linking CXX executable team_GMRES
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/all] Error 2
[ 96%] Built target team_GMRES
[ 97%] Linking CXX executable xpy
[ 97%] Built target xpy
[ 98%] Linking CXX executable KokkosKernels_blas_threads
[ 98%] Built target KokkosKernels_blas_threads
[ 99%] Linking CXX executable static_pivoting
[ 99%] Built target static_pivoting
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=326 run_time=124
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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.51/TestAll_2022-08-24_17.00.15/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 93%] Built target KokkosKernels_gmres_test_real_A
Scanning dependencies of target team_GMRES
[ 93%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 94%] Linking CXX executable KokkosKernels_graph_serial
[ 94%] Linking CXX executable gmres_ex_real_A
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Built target KokkosKernels_graph_serial
[ 95%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 95%] Built target gmres_ex_real_A
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Built target KokkosKernels_gmres_test_prec
Scanning dependencies of target static_pivoting
[ 95%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
Scanning dependencies of target xpy
[ 95%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
Scanning dependencies of target KokkosKernels_common_threads
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/__/__/unit_test/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_common_serial
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/__/__/unit_test/Test_Main.cpp.o
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/common/unit_test/backends/Test_Threads_Common.cpp:4:10: fatal error: Test_Threads.hpp: No such file or directory
 #include 
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o] Error 1
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/common/unit_test/backends/Test_Serial_Common.cpp:4:10: fatal error: Test_Serial.hpp: No such file or directory
 #include 
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/all] Error 2
[ 96%] Linking CXX executable team_GMRES
[ 97%] Linking CXX executable xpy
[ 97%] Built target team_GMRES
[ 97%] Built target xpy
[ 98%] Linking CXX executable static_pivoting
[ 98%] Built target static_pivoting
[ 98%] Linking CXX executable KokkosKernels_blas_serial
[ 98%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_blas_threads
[ 99%] Built target KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=297 run_time=121
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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.49/TestAll_2022-08-24_17.00.22/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 91%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 92%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_coloring
[ 93%] Built target KokkosKernels_wiki_coloring
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_rcm
[ 93%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 93%] Built target KokkosKernels_wiki_rcm
[ 93%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_gmres_test_prec
Scanning dependencies of target gmres_test_cmplx_A
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 93%] Built target KokkosKernels_gmres_test_real_A
Scanning dependencies of target team_GMRES
[ 93%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 93%] Linking CXX executable KokkosKernels_graph_serial
[ 93%] Linking CXX executable gmres_ex_real_A
[ 94%] Linking CXX executable gmres_test_cmplx_A
[ 94%] Built target KokkosKernels_graph_serial
[ 94%] Built target gmres_ex_real_A
[ 94%] Built target gmres_test_cmplx_A
Scanning dependencies of target static_pivoting
[ 94%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
Scanning dependencies of target xpy
[ 94%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
Scanning dependencies of target KokkosKernels_common_openmp
[ 94%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/__/__/unit_test/Test_Main.cpp.o
[ 94%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 94%] Built target KokkosKernels_gmres_test_prec
[ 94%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/backends/Test_OpenMP_Common.cpp.o
Scanning dependencies of target KokkosKernels_common_serial
[ 95%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/__/__/unit_test/Test_Main.cpp.o
[ 95%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/common/unit_test/backends/Test_Serial_Common.cpp:4:10: fatal error: Test_Serial.hpp: No such file or directory
 #include 
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o] Error 1
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 95%] Linking CXX executable team_GMRES
[ 96%] Linking CXX executable xpy
[ 97%] Linking CXX executable KokkosKernels_graph_openmp
[ 97%] Built target team_GMRES
[ 97%] Built target xpy
[ 97%] Built target KokkosKernels_graph_openmp
[ 97%] Linking CXX executable KokkosKernels_blas_openmp
[ 98%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Linking CXX executable static_pivoting
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Built target static_pivoting
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_common_openmp
[ 99%] Built target KokkosKernels_common_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_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="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --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.49/TestAll_2022-08-24_17.00.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

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

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

[ 86%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 87%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 87%] Linking CXX executable KokkosKernels_wiki_mis2
[ 87%] Linking CXX executable KokkosKernels_batched_sla_threads
[ 87%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 87%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 87%] Built target KokkosKernels_batched_sla_threads
Scanning dependencies of target gmres_ex_real_A
[ 88%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 88%] Linking CXX executable KokkosKernels_wiki_rcm
[ 89%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 89%] Built target KokkosKernels_wiki_rcm
[ 89%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 89%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 90%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 90%] Linking CXX executable KokkosKernels_wiki_coloring
[ 90%] Built target KokkosKernels_wiki_coloring
Scanning dependencies of target team_GMRES
[ 90%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 90%] Linking CXX executable sparse_kk_spmv
[ 90%] Built target sparse_kk_spmv
Scanning dependencies of target static_pivoting
[ 91%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 92%] Linking CXX executable team_GMRES
[ 92%] Linking CXX executable sparse_spmv_struct_tuning
[ 93%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 93%] Built target team_GMRES
Scanning dependencies of target xpy
[ 93%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 93%] Built target sparse_spmv_struct_tuning
Scanning dependencies of target KokkosKernels_common_threads
[ 93%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/__/__/unit_test/Test_Main.cpp.o
[ 93%] Built target KokkosKernels_gmres_test_real_A
[ 94%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/common/unit_test/backends/Test_Threads_Common.cpp(4): catastrophic error: cannot open source file "Test_Threads.hpp"
  #include 
                             ^

compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/common/unit_test/backends/Test_Threads_Common.cpp (code 4)
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o] Error 4
make[2]: *** Waiting for unfinished jobs....
[ 94%] Linking CXX executable static_pivoting
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 94%] Built target static_pivoting
[ 94%] Linking CXX executable gmres_ex_real_A
[ 94%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 95%] Built target gmres_ex_real_A
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Built target KokkosKernels_gmres_test_prec
[ 96%] Linking CXX executable xpy
[ 96%] Built target xpy
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_graph_threads
[ 98%] Built target KokkosKernels_graph_threads
[ 98%] Linking CXX executable KokkosKernels_blas_threads
[ 98%] Built target KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
intel-18.1.163-OpenMP-release build_time=1239 run_time=138
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-Threads-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.1170/TestAll_2022-08-24_17.00.42/intel/18.1.163/Threads-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 91%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 91%] Built target KokkosKernels_wiki_mis2
[ 91%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 91%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_test_cmplx_A
[ 91%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 92%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_coloring
[ 93%] Built target KokkosKernels_wiki_coloring
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_gmres_test_real_A
[ 94%] Linking CXX executable gmres_test_cmplx_A
[ 94%] Built target KokkosKernels_gmres_test_real_A
[ 94%] Built target gmres_test_cmplx_A
[ 94%] Linking CXX executable KokkosKernels_gmres_test_prec
Scanning dependencies of target static_pivoting
Scanning dependencies of target team_GMRES
[ 94%] Built target KokkosKernels_gmres_test_prec
[ 94%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 94%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
Scanning dependencies of target xpy
[ 94%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 95%] Linking CXX executable xpy
[ 95%] Built target xpy
[ 95%] Linking CXX executable gmres_ex_real_A
[ 95%] Built target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_common_threads
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/__/__/unit_test/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_common_serial
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/__/__/unit_test/Test_Main.cpp.o
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/common/unit_test/backends/Test_Threads_Common.cpp:4:10: fatal error: 'Test_Threads.hpp' file not found
#include 
         ^~~~~~~~~~~~~~~~~~
[ 96%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/common/unit_test/backends/Test_Serial_Common.cpp:4:10: fatal error: 'Test_Serial.hpp' file not found
#include 
         ^~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o] Error 1
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o] Error 1
make[1]: *** [common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/all] Error 2
[ 97%] Linking CXX executable static_pivoting
[ 97%] Built target static_pivoting
[ 97%] Linking CXX executable team_GMRES
[ 97%] Built target team_GMRES
[ 98%] Linking CXX executable KokkosKernels_graph_serial
[ 98%] Built target KokkosKernels_graph_serial
[ 98%] Linking CXX executable KokkosKernels_blas_serial
[ 98%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_blas_threads
[ 99%] Built target KokkosKernels_graph_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 clang/10.0.1

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.49/TestAll_2022-08-24_17.00.52/clang/10.0.1/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 55
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 385
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 52
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 50
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 50
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1171
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 50
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: modular_build
  • SHA: 5ea613f
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 55
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 385
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 52
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 50
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 50
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1171
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 50
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5ea613f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

4 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 57
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 387
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 54
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 52
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 52
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1173
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 52
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: modular_build
  • SHA: b9e11f0
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 57
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 387
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 54
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 52
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 52
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1173
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 52
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b9e11f0
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740 # 57 (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_GCC720_Light_Tpls_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/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/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse b9e11f077566a17bf32759a93d0b486536c7163d^{commit} # timeout=10
Checking out Revision b9e11f077566a17bf32759a93d0b486536c7163d (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f b9e11f077566a17bf32759a93d0b486536c7163d # timeout=10
Commit message: "Modular build: adding the batched dense component"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk cf17b1e4bd4bbdd8d3d7a06866f1aabc3fa82a89 # 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_GCC720_Light_Tpls_GCC720_GCC740/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 4cd0fc44a693128d77e80cd8167485bf063a4f34^{commit} # timeout=10
Checking out Revision 4cd0fc44a693128d77e80cd8167485bf063a4f34 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 4cd0fc44a693128d77e80cd8167485bf063a4f34 # timeout=10
Commit message: "Merge pull request #5357 from masterleinad/bump_kokkos_version_develop"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 4cd0fc44a693128d77e80cd8167485bf063a4f34 # timeout=10
[KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740] $ /bin/bash -el /tmp/jenkins11964707417899136662.sh
***Forced exclusive execution
Job <43326> is submitted to queue .
<>
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/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/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse b9e11f077566a17bf32759a93d0b486536c7163d^{commit} # timeout=10
Checking out Revision b9e11f077566a17bf32759a93d0b486536c7163d (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f b9e11f077566a17bf32759a93d0b486536c7163d # timeout=10
Commit message: "Modular build: adding the batched dense component"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk cf17b1e4bd4bbdd8d3d7a06866f1aabc3fa82a89 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 95d7082927d52d6971e71eebf346aad629118fe3^{commit} # timeout=10
Checking out Revision 95d7082927d52d6971e71eebf346aad629118fe3 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 95d7082927d52d6971e71eebf346aad629118fe3 # timeout=10
Commit message: "Merge pull request #5303 from masterleinad/improve_offset_view"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 95d7082927d52d6971e71eebf346aad629118fe3 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight] $ /bin/bash -el /tmp/jenkins6817832903379309765.sh
***Forced exclusive execution
Job <43327> is submitted to queue .
<>
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

-- Creating ETI files for Blas1_mult
-- Creating ETI files for Blas1_mult_mv
-- Creating ETI files for Blas1_reciprocal
-- Creating ETI files for Blas1_reciprocal_mv
-- Creating ETI files for Blas2_gemv
-- Creating ETI files for Blas3_gemm
-- Creating ETI files for Blas3_trsm
-- Creating ETI files for Blas3_trmm
-- Creating ETI files for Blas_trtri
-- Creating ETI files for Sparse_sptrsv_solve
-- Creating ETI files for Sparse_spmv_struct
-- Creating ETI files for Sparse_spmv_mv_struct
-- Creating ETI files for Sparse_spmv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_mv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_bsrmatrix
-- Creating ETI files for Sparse_spmv_mv_bsrmatrix
-- Creating ETI files for Sparse_spmv
-- Creating ETI files for Sparse_spmv_mv
-- Creating ETI files for Sparse_spgemm_symbolic
-- Creating ETI files for Sparse_spgemm_numeric
-- Creating ETI files for Sparse_bspgemm_numeric
-- Creating ETI files for Sparse_spgemm_jacobi
-- Creating ETI files for Sparse_spadd_symbolic
-- Creating ETI files for Sparse_spadd_numeric
-- Creating ETI files for Sparse_spiluk_symbolic
-- Creating ETI files for Sparse_spiluk_numeric
-- Creating ETI files for Sparse_sptrsv_symbolic
-- Creating ETI files for Sparse_trsv
-- Creating ETI files for Sparse_gauss_seidel_symbolic
-- Creating ETI files for Sparse_gauss_seidel_numeric
-- Creating ETI files for Sparse_gauss_seidel_apply
-- Creating ETI files for Graph_color_d1
batched enabled and blas not enabled, we need to include some include directories manually!
CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
  ADD_EXECUTABLE cannot create target "KokkosKernels_batched_dla_openmp"
  because another target with the same name already exists.  The existing
  target is an executable created in source directory
  "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/batched/dense/unit_test".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
  cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
  unit_test/CMakeLists.txt:216 (KOKKOSKERNELS_ADD_UNIT_TEST)

-- Configuring incomplete, errors occurred!
See also "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.54/TestAll_2022-08-29_13.22.28/gcc/7.2.0/OpenMP-release/CMakeFiles/CMakeOutput.log".
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (configure 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="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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.54/TestAll_2022-08-29_13.22.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-Threads_Serial-release (configure failed)
#######################################################

Reproducer instructions:

Load modules:

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

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

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.54/TestAll_2022-08-29_13.22.28/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

-- Creating ETI files for Blas1_mult
-- Creating ETI files for Blas1_mult_mv
-- Creating ETI files for Blas1_reciprocal
-- Creating ETI files for Blas1_reciprocal_mv
-- Creating ETI files for Blas2_gemv
-- Creating ETI files for Blas3_gemm
-- Creating ETI files for Blas3_trsm
-- Creating ETI files for Blas3_trmm
-- Creating ETI files for Blas_trtri
-- Creating ETI files for Sparse_sptrsv_solve
-- Creating ETI files for Sparse_spmv_struct
-- Creating ETI files for Sparse_spmv_mv_struct
-- Creating ETI files for Sparse_spmv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_mv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_bsrmatrix
-- Creating ETI files for Sparse_spmv_mv_bsrmatrix
-- Creating ETI files for Sparse_spmv
-- Creating ETI files for Sparse_spmv_mv
-- Creating ETI files for Sparse_spgemm_symbolic
-- Creating ETI files for Sparse_spgemm_numeric
-- Creating ETI files for Sparse_bspgemm_numeric
-- Creating ETI files for Sparse_spgemm_jacobi
-- Creating ETI files for Sparse_spadd_symbolic
-- Creating ETI files for Sparse_spadd_numeric
-- Creating ETI files for Sparse_spiluk_symbolic
-- Creating ETI files for Sparse_spiluk_numeric
-- Creating ETI files for Sparse_sptrsv_symbolic
-- Creating ETI files for Sparse_trsv
-- Creating ETI files for Sparse_gauss_seidel_symbolic
-- Creating ETI files for Sparse_gauss_seidel_numeric
-- Creating ETI files for Sparse_gauss_seidel_apply
-- Creating ETI files for Graph_color_d1
batched enabled and blas not enabled, we need to include some include directories manually!
CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
  ADD_EXECUTABLE cannot create target "KokkosKernels_batched_dla_openmp"
  because another target with the same name already exists.  The existing
  target is an executable created in source directory
  "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/batched/dense/unit_test".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
  cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
  unit_test/CMakeLists.txt:216 (KOKKOSKERNELS_ADD_UNIT_TEST)

-- Configuring incomplete, errors occurred!
See also "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.52/TestAll_2022-08-29_13.22.38/gcc/7.2.0/OpenMP-release/CMakeFiles/CMakeOutput.log".
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (configure 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="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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.52/TestAll_2022-08-29_13.22.38/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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.52/TestAll_2022-08-29_13.22.38/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

-- Creating ETI files for Blas1_nrm1
-- Creating ETI files for Blas1_nrm1_mv
-- Creating ETI files for Blas1_nrm2w
-- Creating ETI files for Blas1_nrm2w_mv
-- Creating ETI files for Blas1_nrminf
-- Creating ETI files for Blas1_nrminf_mv
-- Creating ETI files for Blas1_iamax
-- Creating ETI files for Blas1_iamax_mv
-- Creating ETI files for Blas1_nrm2
-- Creating ETI files for Blas1_nrm2_mv
-- Creating ETI files for Blas1_mult
-- Creating ETI files for Blas1_mult_mv
-- Creating ETI files for Blas1_reciprocal
-- Creating ETI files for Blas1_reciprocal_mv
-- Creating ETI files for Blas2_gemv
-- Creating ETI files for Blas3_gemm
-- Creating ETI files for Blas3_trsm
-- Creating ETI files for Blas3_trmm
-- Creating ETI files for Blas_trtri
-- Creating ETI files for Sparse_sptrsv_solve
-- Creating ETI files for Sparse_spmv_struct
-- Creating ETI files for Sparse_spmv_mv_struct
-- Creating ETI files for Sparse_spmv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_mv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_bsrmatrix
-- Creating ETI files for Sparse_spmv_mv_bsrmatrix
-- Creating ETI files for Sparse_spmv
-- Creating ETI files for Sparse_spmv_mv
-- Creating ETI files for Sparse_spgemm_symbolic
-- Creating ETI files for Sparse_spgemm_numeric
-- Creating ETI files for Sparse_bspgemm_numeric
-- Creating ETI files for Sparse_spgemm_jacobi
-- Creating ETI files for Sparse_spadd_symbolic
-- Creating ETI files for Sparse_spadd_numeric
-- Creating ETI files for Sparse_spiluk_symbolic
-- Creating ETI files for Sparse_spiluk_numeric
-- Creating ETI files for Sparse_sptrsv_symbolic
-- Creating ETI files for Sparse_trsv
-- Creating ETI files for Sparse_gauss_seidel_symbolic
-- Creating ETI files for Sparse_gauss_seidel_numeric
-- Creating ETI files for Sparse_gauss_seidel_apply
-- Creating ETI files for Graph_color_d1
batched enabled and blas not enabled, we need to include some include directories manually!
CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
  ADD_EXECUTABLE cannot create target "KokkosKernels_batched_dla_openmp"
  because another target with the same name already exists.  The existing
  target is an executable created in source directory
  "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/batched/dense/unit_test".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
  cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
  unit_test/CMakeLists.txt:216 (KOKKOSKERNELS_ADD_UNIT_TEST)

CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
ADD_EXECUTABLE cannot create target "KokkosKernels_batched_dla_serial"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/batched/dense/unit_test".
See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
unit_test/CMakeLists.txt:265 (KOKKOSKERNELS_ADD_UNIT_TEST)

-- Configuring incomplete, errors occurred!
See also "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.52/TestAll_2022-08-29_13.22.49/gcc/7.2.0/OpenMP_Serial-release/CMakeFiles/CMakeOutput.log".
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (configure 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="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --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.52/TestAll_2022-08-29_13.22.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

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

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

-- Creating ETI files for Blas1_mult_mv
-- Creating ETI files for Blas1_reciprocal
-- Creating ETI files for Blas1_reciprocal_mv
-- Creating ETI files for Blas2_gemv
-- Creating ETI files for Blas3_gemm
-- Creating ETI files for Blas3_trsm
-- Creating ETI files for Blas3_trmm
-- Creating ETI files for Blas_trtri
-- Creating ETI files for Sparse_sptrsv_solve
-- Creating ETI files for Sparse_spmv_struct
-- Creating ETI files for Sparse_spmv_mv_struct
-- Creating ETI files for Sparse_spmv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_mv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_bsrmatrix
-- Creating ETI files for Sparse_spmv_mv_bsrmatrix
-- Creating ETI files for Sparse_spmv
-- Creating ETI files for Sparse_spmv_mv
-- Creating ETI files for Sparse_spgemm_symbolic
-- Creating ETI files for Sparse_spgemm_numeric
-- Creating ETI files for Sparse_bspgemm_numeric
-- Creating ETI files for Sparse_spgemm_jacobi
-- Creating ETI files for Sparse_spadd_symbolic
-- Creating ETI files for Sparse_spadd_numeric
-- Creating ETI files for Sparse_spiluk_symbolic
-- Creating ETI files for Sparse_spiluk_numeric
-- Creating ETI files for Sparse_sptrsv_symbolic
-- Creating ETI files for Sparse_trsv
-- Creating ETI files for Sparse_gauss_seidel_symbolic
-- Creating ETI files for Sparse_gauss_seidel_numeric
-- Creating ETI files for Sparse_gauss_seidel_apply
-- Creating ETI files for Graph_color_d1
batched enabled and blas not enabled, we need to include some include directories manually!
CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
  ADD_EXECUTABLE cannot create target "KokkosKernels_batched_dla_threads"
  because another target with the same name already exists.  The existing
  target is an executable created in source directory
  "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/batched/dense/unit_test".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
  cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
  unit_test/CMakeLists.txt:310 (KOKKOSKERNELS_ADD_UNIT_TEST)

-- Configuring incomplete, errors occurred!
See also "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.1173/TestAll_2022-08-29_13.22.58/intel/18.1.163/Threads-release/CMakeFiles/CMakeOutput.log".
See also "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.1173/TestAll_2022-08-29_13.22.58/intel/18.1.163/Threads-release/CMakeFiles/CMakeError.log".
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (configure 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.1173/TestAll_2022-08-29_13.22.58/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.1173/TestAll_2022-08-29_13.22.58/intel/18.1.163/Threads-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

-- Creating ETI files for Blas1_nrm1
-- Creating ETI files for Blas1_nrm1_mv
-- Creating ETI files for Blas1_nrm2w
-- Creating ETI files for Blas1_nrm2w_mv
-- Creating ETI files for Blas1_nrminf
-- Creating ETI files for Blas1_nrminf_mv
-- Creating ETI files for Blas1_iamax
-- Creating ETI files for Blas1_iamax_mv
-- Creating ETI files for Blas1_nrm2
-- Creating ETI files for Blas1_nrm2_mv
-- Creating ETI files for Blas1_mult
-- Creating ETI files for Blas1_mult_mv
-- Creating ETI files for Blas1_reciprocal
-- Creating ETI files for Blas1_reciprocal_mv
-- Creating ETI files for Blas2_gemv
-- Creating ETI files for Blas3_gemm
-- Creating ETI files for Blas3_trsm
-- Creating ETI files for Blas3_trmm
-- Creating ETI files for Blas_trtri
-- Creating ETI files for Sparse_sptrsv_solve
-- Creating ETI files for Sparse_spmv_struct
-- Creating ETI files for Sparse_spmv_mv_struct
-- Creating ETI files for Sparse_spmv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_mv_blockcrsmatrix
-- Creating ETI files for Sparse_spmv_bsrmatrix
-- Creating ETI files for Sparse_spmv_mv_bsrmatrix
-- Creating ETI files for Sparse_spmv
-- Creating ETI files for Sparse_spmv_mv
-- Creating ETI files for Sparse_spgemm_symbolic
-- Creating ETI files for Sparse_spgemm_numeric
-- Creating ETI files for Sparse_bspgemm_numeric
-- Creating ETI files for Sparse_spgemm_jacobi
-- Creating ETI files for Sparse_spadd_symbolic
-- Creating ETI files for Sparse_spadd_numeric
-- Creating ETI files for Sparse_spiluk_symbolic
-- Creating ETI files for Sparse_spiluk_numeric
-- Creating ETI files for Sparse_sptrsv_symbolic
-- Creating ETI files for Sparse_trsv
-- Creating ETI files for Sparse_gauss_seidel_symbolic
-- Creating ETI files for Sparse_gauss_seidel_numeric
-- Creating ETI files for Sparse_gauss_seidel_apply
-- Creating ETI files for Graph_color_d1
batched enabled and blas not enabled, we need to include some include directories manually!
CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
  ADD_EXECUTABLE cannot create target "KokkosKernels_batched_dla_serial"
  because another target with the same name already exists.  The existing
  target is an executable created in source directory
  "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/batched/dense/unit_test".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
  cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
  unit_test/CMakeLists.txt:265 (KOKKOSKERNELS_ADD_UNIT_TEST)

CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
ADD_EXECUTABLE cannot create target "KokkosKernels_batched_dla_threads"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/batched/dense/unit_test".
See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
unit_test/CMakeLists.txt:310 (KOKKOSKERNELS_ADD_UNIT_TEST)

-- Configuring incomplete, errors occurred!
See also "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.52/TestAll_2022-08-29_13.23.08/clang/10.0.1/Threads_Serial-release/CMakeFiles/CMakeOutput.log".
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (configure failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 clang/10.0.1

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.52/TestAll_2022-08-29_13.23.08/clang/10.0.1/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 59
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 950be6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 389
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 950be6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 56
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 950be6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 54
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 950be6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 54
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 950be6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1175
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 950be6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 54
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 950be6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 4f3e7d7
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: modular_build
  • SHA: 950be6a
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930

  • Build Num: 28
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 37
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 90
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 88
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 88
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 39
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 88
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: modular_build
  • SHA: bdab62a
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930

  • Build Num: 28
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 37
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 90
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 88
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 88
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 39
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 88
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bdab62a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

1 similar comment
@kokkos-devops-admin
Copy link

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

@brian-kelley
Copy link
Contributor

brian-kelley commented Sep 14, 2022

@lucbv Sorry, I merged a PR without thinking about the conflicts with this. But git is smart enough to rebase onto develop automatically.

@lucbv
Copy link
Contributor Author

lucbv commented Sep 14, 2022

@brian-kelley please also merge #1530 and I'll rebase this afterward, is should not be much work on my end. I'll ping you afterwards when this is ready for review and merge.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930

  • Build Num: 39
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 48
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 101
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 99
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 99
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 50
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 99
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: modular_build
  • SHA: a1f7c17
  • Mode: TEST_REPO

Pull Request Author: lucbv

Refactoring the CMake logic to allow us to build the common
directory and its content as an independent module. The idea
is to propagate this to other more meaningful modules so that
we can have faster compilation.

Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
…ules

Moving some generic headers to test_common so they will be accessibles
to all the modules.
The batched algorithms can now be built on their own with
associated tests. Some small clean-up was required in the unit-test
utilities. One question that comes up: what are we doing with the
TPLs? They could be split by component or kept in a top level tpls
directory.
Now BLAS can be built independently of the rest of the library,
the ETI is still performed but only on BLAS algorithms. Since some
BLAS functions require batched implementation the batched headers
are included in the BLAS build.
Even though these two are not that modular at the moment,
it might be possible to do better down the road with some
thoughts...
removing no longer used directories and adding library utilities
in the new modular build system (this includes some ETI, tpls...)
I am not sure if this will be very useful but at least it is making
our script consistent with the new capabilities enabled in CMake.
Mostly some clean-ups
Include new file for spgemm tpls, remove block_crs_matrix related
files and ETI from code.
@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930

  • Build Num: 39
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 48
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 101
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 99
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 99
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 50
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 99
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH modular_build
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a1f7c17
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;Cleanup
PULLREQUESTNUM 1504
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@lucbv lucbv merged commit c916223 into kokkos:develop Sep 15, 2022
@lucbv lucbv deleted the modular_build branch September 15, 2022 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup Code maintenance that isn't a bugfix or new feature enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants