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

Improve parallelism in building CUDA sparse and batched GEMM tests

Open cwpearson opened this issue 3 years ago • 222 comments

A revision of #1330.

Using CUDA backend as an example (this is applied to all backends)

Break the monolithic unit_test/cuda/Test_Cuda_Sparse.cpp into multiple translation units, in this case

  • unit_test/cuda/Test_Cuda_Sparse.cpp includes unit_test/sparse/Test_Sparse.hpp
  • unit_test/cuda/Test_Cuda_Sparse_Spmv.cpp includes Test_Sparse_spmv.hpp
  • unit_test/cuda/Test_Cuda_Sparse_Spgemm.cpp includes Test_Sparse_spgemm.hpp and Test_Sparse_spgemm_jacobi.hpp
  • unit_test/cuda/Test_Cuda_Sparse_Gauss_Seidel.cpp includes .../Test_Sparse_gauss_seidel.hpp and Test_Sparse_block_gauss_seidel.

unit_test/sparse/Test_Sparse.hpp correspondingly no longer includes the specific headers above

These TUs can be compiled in parallel and then linked together to produce the KokkosKernels_sparse_cuda binary, but reduce the compilation time.

A similar procedure is done with the Batched DLA tests since they are also slow to build.

On Kokkos-Dev-2

Binary Before After
KokkosKernels_sparse_cuda 105s 47s
KokkosKernels_batched_dla_cuda 222s 150s

cwpearson avatar Feb 23 '22 14:02 cwpearson

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

kokkos-devops-admin avatar Feb 23 '22 14:02 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 94
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 865
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 511
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 855
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 843
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 248
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (cwpearson/kokkos-kernels)
  • Branch: tests/build-parallelism
  • SHA: 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
  • Mode: TEST_REPO

Pull Request Author: cwpearson

kokkos-devops-admin avatar Feb 23 '22 14:02 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 94
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 865
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 511
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 855
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 843
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 248
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d2dfd94ed87b2b409a1c63225a6a726d0467d46c
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 94 (click to expand)

-- Creating ETI files for Blas1_dot
-- Creating ETI files for Blas1_dot_mv
-- Creating ETI files for Blas_gesv
-- Creating ETI files for Blas1_axpby
-- Creating ETI files for Blas1_axpby_mv
-- Creating ETI files for Blas1_update
-- Creating ETI files for Blas1_update_mv
-- Creating ETI files for Blas1_sum
-- Creating ETI files for Blas1_sum_mv
-- 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_spgemm_jacobi
-- 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
-- Configuring done
CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
  Cannot find source file:
cuda/Test_Cuda_Batched_Dense_Serial_Other.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc 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:67 (KOKKOSKERNELS_ADD_UNIT_TEST)

CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE): No SOURCES given to target: KokkosKernels_batched_dla_cuda 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:67 (KOKKOSKERNELS_ADD_UNIT_TEST)

CMake Generate step failed. Build files cannot be regenerated correctly. ####################################################### PASSED TESTS ####################################################### ####################################################### FAILED TESTS ####################################################### cuda-9.2.88-Cuda_OpenMP-release (configure failed) #######################################################

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740.94/TestAll_2022-02-23_07.45.51/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 77%] Built target KokkosBlas_dot_mv_perf_test
[ 77%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_Dense.cpp.o
Scanning dependencies of target KokkosKernels_blas_openmp
Scanning dependencies of target KokkosKernels_common_openmp
[ 77%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/Test_Main.cpp.o
[ 77%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/Test_Main.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/openmp/Test_OpenMP_Batched_Dense.cpp:5:0:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:5:10: fatal error: Test_Batched_Dense_Serial_Other.hpp: No such file or directory
 #include "Test_Batched_Dense_Serial_Other.hpp"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_Dense.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Scanning dependencies of target KokkosKernels_batched_sla_openmp
[ 78%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o
[ 78%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_sparse_openmp
[ 78%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/Test_Main.cpp.o
[ 79%] Linking CXX executable KokkosBlas_perf_test
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 80%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse.cpp.o
[ 80%] Built target KokkosBlas_perf_test
[ 80%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Gauss_Seidel.cpp.o
[ 81%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/openmp/Test_OpenMP_Common.cpp.o
[ 82%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Spgemm.cpp.o
[ 82%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/openmp/Test_OpenMP_Batched_Sparse.cpp.o
[ 82%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Spmv.cpp.o
[ 83%] Linking CXX executable sparse_spmv_bsr
[ 83%] Built target sparse_spmv_bsr
[ 84%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 84%] Built target KokkosBlas2_gemv_perf_test
[ 85%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 85%] Built target KokkosKernels_batched_sla_openmp
[ 86%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 86%] Built target KokkosBlas3_gemm_perf_test
[ 87%] Linking CXX executable sparse_kk_spmv
[ 87%] Built target sparse_kk_spmv
[ 87%] Linking CXX executable KokkosKernels_common_openmp
[ 87%] Built target KokkosKernels_common_openmp
[ 87%] Linking CXX executable KokkosBlas3_perf_test
[ 87%] Built target KokkosBlas3_perf_test
[ 87%] Linking CXX executable KokkosKernels_blas_openmp
[ 87%] Built target KokkosKernels_blas_openmp
[ 87%] Linking CXX executable KokkosKernels_sparse_openmp
[ 87%] Built target KokkosKernels_sparse_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.865/TestAll_2022-02-23_07.46.05/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.865/TestAll_2022-02-23_07.46.05/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 78%] Built target KokkosBlas_dot_mv_perf_test
Scanning dependencies of target KokkosKernels_batched_dla_openmp
[ 78%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_common_openmp
[ 78%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_sparse_openmp
[ 78%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/Test_Main.cpp.o
[ 78%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_Dense.cpp.o
[ 79%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/openmp/Test_OpenMP_Common.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/openmp/Test_OpenMP_Batched_Dense.cpp:5:0:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:5:10: fatal error: Test_Batched_Dense_Serial_Other.hpp: No such file or directory
 #include "Test_Batched_Dense_Serial_Other.hpp"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_Dense.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 80%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse.cpp.o
Scanning dependencies of target KokkosKernels_batched_sla_openmp
[ 80%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/Test_Main.cpp.o
[ 80%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Gauss_Seidel.cpp.o
[ 80%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/openmp/Test_OpenMP_Batched_Sparse.cpp.o
[ 81%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 81%] Built target KokkosBlas2_gemv_perf_test
[ 82%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Spgemm.cpp.o
[ 82%] Linking CXX executable sparse_spmv_struct
[ 82%] Built target sparse_spmv_struct
[ 82%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Spmv.cpp.o
[ 83%] Linking CXX executable sparse_spmv_blockcrs
[ 83%] Built target sparse_spmv_blockcrs
[ 84%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 85%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 85%] Built target KokkosKernels_batched_sla_openmp
[ 85%] Built target KokkosBlas3_gemm_perf_test
[ 86%] Linking CXX executable sparse_kk_spmv
[ 86%] Built target sparse_kk_spmv
[ 87%] Linking CXX executable sparse_spmv_bsr
[ 87%] Built target sparse_spmv_bsr
[ 87%] Linking CXX executable KokkosKernels_common_openmp
[ 87%] Built target KokkosKernels_common_openmp
[ 87%] Linking CXX executable KokkosBlas3_perf_test
[ 87%] Built target KokkosBlas3_perf_test
[ 87%] Linking CXX executable KokkosKernels_blas_openmp
[ 87%] Built target KokkosKernels_blas_openmp
[ 87%] Linking CXX executable KokkosKernels_sparse_openmp
[ 87%] Built target KokkosKernels_sparse_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.511/TestAll_2022-02-23_07.46.14/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.511/TestAll_2022-02-23_07.46.14/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Scanning dependencies of target KokkosKernels_blas_openmp
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/Test_Main.cpp.o
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o
[ 86%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 86%] Built target KokkosBlas2_gemv_perf_test
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Gauss_Seidel.cpp.o
[ 87%] Linking CXX executable sparse_kk_spmv
[ 87%] Built target sparse_kk_spmv
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Spgemm.cpp.o
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse_Spmv.cpp.o
[ 87%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 87%] Built target KokkosBlas3_gemm_perf_test
Scanning dependencies of target KokkosKernels_batched_sla_openmp
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/Test_Main.cpp.o
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/openmp/Test_OpenMP_Batched_Sparse.cpp.o
[ 89%] Linking CXX executable KokkosKernels_common_serial
[ 89%] Built target KokkosKernels_common_serial
Scanning dependencies of target KokkosKernels_blas_serial
[ 90%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/Test_Main.cpp.o
[ 90%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o
[ 90%] Linking CXX executable KokkosBlas3_perf_test
[ 90%] Built target KokkosBlas3_perf_test
Scanning dependencies of target KokkosKernels_common_openmp
[ 90%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/Test_Main.cpp.o
[ 91%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/openmp/Test_OpenMP_Common.cpp.o
Scanning dependencies of target KokkosKernels_graph_serial
[ 91%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_serial.dir/Test_Main.cpp.o
[ 91%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 92%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_serial.dir/serial/Test_Serial_Graph.cpp.o
[ 92%] Built target KokkosKernels_batched_sla_openmp
Scanning dependencies of target KokkosKernels_batched_dla_openmp
[ 92%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/Test_Main.cpp.o
[ 92%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_Dense.cpp.o
[ 92%] Linking CXX executable KokkosKernels_graph_openmp
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/openmp/Test_OpenMP_Batched_Dense.cpp:5:0:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:5:10: fatal error: Test_Batched_Dense_Serial_Other.hpp: No such file or directory
 #include "Test_Batched_Dense_Serial_Other.hpp"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_Dense.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 92%] Built target KokkosKernels_graph_openmp
Scanning dependencies of target KokkosKernels_batched_dla_serial
[ 92%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/Test_Main.cpp.o
[ 92%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/serial/Test_Serial_Batched_Dense.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/serial/Test_Serial_Batched_Dense.cpp:5:0:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:5:10: fatal error: Test_Batched_Dense_Serial_Other.hpp: No such file or directory
 #include "Test_Batched_Dense_Serial_Other.hpp"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/serial/Test_Serial_Batched_Dense.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 92%] Linking CXX executable KokkosKernels_blas_openmp
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/all] Error 2
[ 92%] Built target KokkosKernels_blas_openmp
[ 92%] Linking CXX executable KokkosKernels_sparse_openmp
[ 92%] Built target KokkosKernels_sparse_openmp
[ 92%] Linking CXX executable KokkosKernels_sparse_serial
[ 92%] Linking CXX executable KokkosKernels_common_openmp
[ 92%] Built target KokkosKernels_common_openmp
[ 92%] Built target KokkosKernels_sparse_serial
[ 92%] Linking CXX executable KokkosKernels_blas_serial
[ 92%] Built target KokkosKernels_blas_serial
[ 92%] Linking CXX executable KokkosKernels_graph_serial
[ 92%] Built target KokkosKernels_graph_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.855/TestAll_2022-02-23_07.46.23/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 76%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_sparse_threads
[ 76%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/Test_Main.cpp.o
[ 77%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 78%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_threads.dir/threads/Test_Threads_Common.cpp.o
[ 79%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/threads/Test_Threads_Blas.cpp.o
[ 79%] Built target KokkosBlas3_gemm_perf_test
[ 80%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/threads/Test_Threads_Sparse.cpp.o
[ 81%] Linking CXX executable KokkosBlas_perf_test
[ 82%] Linking CXX executable sparse_sptrsv_supernode
[ 82%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/threads/Test_Threads_Sparse_Gauss_Seidel.cpp.o
[ 82%] Built target KokkosBlas_perf_test
[ 83%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/threads/Test_Threads_Sparse_Spgemm.cpp.o
[ 83%] Built target sparse_sptrsv_supernode
[ 83%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/threads/Test_Threads_Sparse_Spmv.cpp.o
[ 83%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o
[ 84%] Linking CXX executable sparse_spmv_bsr
[ 84%] Built target sparse_spmv_bsr
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp(5):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp(5): catastrophic error: cannot open source file "Test_Batched_Dense_Serial_Other.hpp"
  #include "Test_Batched_Dense_Serial_Other.hpp"
                                                ^

compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp (code 4) make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o] Error 4 make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Scanning dependencies of target KokkosKernels_graph_threads [ 84%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_threads.dir/Test_Main.cpp.o [ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_threads.dir/threads/Test_Threads_Graph.cpp.o [ 86%] Linking CXX executable KokkosBlas2_gemv_perf_test [ 86%] Built target KokkosBlas2_gemv_perf_test [ 87%] Linking CXX executable sparse_kk_spmv [ 87%] Built target sparse_kk_spmv [ 87%] Linking CXX executable sparse_spmv_struct_tuning [ 87%] Built target sparse_spmv_struct_tuning [ 87%] Linking CXX executable KokkosKernels_common_threads [ 87%] Built target KokkosKernels_common_threads [ 87%] Linking CXX executable KokkosKernels_blas_threads [ 87%] Built target KokkosKernels_blas_threads [ 87%] Linking CXX executable KokkosKernels_graph_threads [ 87%] Built target KokkosKernels_graph_threads [ 87%] Linking CXX executable KokkosKernels_sparse_threads [ 87%] Linking CXX executable KokkosBlas3_perf_test [ 87%] Built target KokkosBlas3_perf_test [ 87%] Built target KokkosKernels_sparse_threads make: *** [all] Error 2 ####################################################### PASSED TESTS ####################################################### ####################################################### FAILED TESTS ####################################################### intel-18.1.163-OpenMP-release (build failed) #######################################################

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.843/TestAll_2022-02-23_07.46.34/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.843/TestAll_2022-02-23_07.46.34/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Scanning dependencies of target KokkosBlas3_perf_test
[ 81%] Built target KokkosBlas_team_dot_perf_test
[ 82%] Building CXX object perf_test/blas/blas3/CMakeFiles/KokkosBlas3_perf_test.dir/KokkosBlas3_perf_test.cpp.o
[ 82%] Built target graph_color_d2
[ 82%] Linking CXX executable sparse_spiluk
Scanning dependencies of target KokkosKernels_graph_threads
[ 82%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_threads.dir/Test_Main.cpp.o
[ 82%] Built target sparse_spiluk
[ 83%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_threads.dir/threads/Test_Threads_Graph.cpp.o
Scanning dependencies of target KokkosKernels_blas_serial
[ 83%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/Test_Main.cpp.o
[ 83%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o
[ 84%] Linking CXX executable sparse_sptrsv
[ 84%] Built target sparse_sptrsv
[ 84%] Linking CXX executable KokkosBlas_dot_perf_test
[ 84%] Built target KokkosBlas_dot_perf_test
[ 84%] Linking CXX executable KokkosBlas_dot_mv_perf_test
Scanning dependencies of target KokkosKernels_batched_sla_serial
[ 84%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/Test_Main.cpp.o
[ 84%] Built target KokkosBlas_dot_mv_perf_test
[ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/serial/Test_Serial_Batched_Sparse.cpp.o
Scanning dependencies of target KokkosKernels_graph_serial
[ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_serial.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_sparse_serial
[ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/Test_Main.cpp.o
[ 85%] Linking CXX executable KokkosBlas_perf_test
[ 85%] Built target KokkosBlas_perf_test
[ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse.cpp.o
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse_Gauss_Seidel.cpp.o
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_serial.dir/serial/Test_Serial_Graph.cpp.o
[ 87%] Linking CXX executable sparse_spmv_blockcrs
[ 87%] Built target sparse_spmv_blockcrs
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse_Spgemm.cpp.o
Scanning dependencies of target KokkosKernels_common_serial
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_serial.dir/Test_Main.cpp.o
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_serial.dir/serial/Test_Serial_Common.cpp.o
[ 88%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 88%] Built target KokkosBlas3_gemm_perf_test
Scanning dependencies of target KokkosKernels_batched_dla_threads
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/Test_Main.cpp.o
[ 88%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 88%] Built target KokkosBlas2_gemv_perf_test
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse_Spmv.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:5:10: fatal error: 'Test_Batched_Dense_Serial_Other.hpp' file not found
#include "Test_Batched_Dense_Serial_Other.hpp"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 88%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 88%] Built target KokkosKernels_batched_sla_serial
[ 88%] Linking CXX executable sparse_kk_spmv
[ 88%] Built target sparse_kk_spmv
[ 88%] Linking CXX executable KokkosBlas3_perf_test
[ 88%] Built target KokkosBlas3_perf_test
[ 88%] Linking CXX executable KokkosKernels_common_serial
[ 88%] Built target KokkosKernels_common_serial
[ 88%] Linking CXX executable KokkosKernels_graph_threads
[ 88%] Built target KokkosKernels_graph_threads
[ 88%] Linking CXX executable KokkosKernels_blas_serial
[ 88%] Built target KokkosKernels_blas_serial
[ 88%] Linking CXX executable KokkosKernels_graph_serial
[ 88%] Built target KokkosKernels_graph_serial
[ 88%] Linking CXX executable KokkosKernels_sparse_serial
[ 88%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/spack/opt/spack/linux-rhel7-x86_64/gcc-10.2.0/llvm-10.0.1-nldepabrxk2zcykcq7rlky5sr53hnm63/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.248/TestAll_2022-02-23_07.46.43/clang/10.0.1/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

kokkos-devops-admin avatar Feb 23 '22 15:02 kokkos-devops-admin

@cwpearson: Thanks for putting this together. I think either approach is reasonable. Another approach would be to split up the common hpp files into declarations and definitions (_decl.hpp and _impl.hpp). In this way, you could update the CMake logic to ETI the common hpp definitions for all the relevant template arguments, do that same for every blas routine as well as compile a .o for each blas routine, and finally link it all back into the test executable where the entry point exists. This is a more cumbersome and general solution to pursue. If it is pursued, I would advocate for 1. checking to see if a cmake extension already abstracts this or 2. writing a cmake function to abstract this (similar to the ETI functions that already existing in the kokkos-kernels cmake scripts).

In C, it is uncommon for anything but a declaration or function prototype to exist in a header. The approach described above is common in C where there's no concept of templates so you don't have to ETI.

e10harvey avatar Mar 01 '22 20:03 e10harvey

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

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 109
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 880
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 526
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 870
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 858
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 263
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (cwpearson/kokkos-kernels)
  • Branch: tests/build-parallelism
  • SHA: cd2cae70906a53f87bab4fbd722f42a1413eda3e
  • Mode: TEST_REPO

Pull Request Author: cwpearson

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 109
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 880
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 526
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 870
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 858
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 263
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA cd2cae70906a53f87bab4fbd722f42a1413eda3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 109 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/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/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse refs/remotes/origin/tests/build-parallelism^{commit} # timeout=10
Checking out Revision cd2cae70906a53f87bab4fbd722f42a1413eda3e (refs/remotes/origin/tests/build-parallelism)
 > /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 cd2cae70906a53f87bab4fbd722f42a1413eda3e # timeout=10
Commit message: "Split sparse and batched-dla unit tests into multiple translation units"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 74f22f15b6fcb0a3cf7fec34c8b182abafa8ef8f # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 90fdc39dd357eb59efafc7b175e424e4d775c112 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
Commit message: "Merge pull request #4774 from masterleinad/remove_functor_final_serial"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740] $ /bin/bash -el /tmp/jenkins10336178751794016604.sh
***Forced exclusive execution
Job  is submitted to queue .
>
>
Running on machine: weaver
KokkosKernels Repository Status:  cd2cae70906a53f87bab4fbd722f42a1413eda3e Split sparse and batched-dla unit tests into multiple translation units

Kokkos Repository Status: 90fdc39dd357eb59efafc7b175e424e4d775c112 Merge pull request #4774 from masterleinad/remove_functor_final_serial

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse cd2cae70906a53f87bab4fbd722f42a1413eda3e^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 110
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 881
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 527
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 871
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 859
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 264
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (cwpearson/kokkos-kernels)
  • Branch: tests/build-parallelism
  • SHA: fc87b7a962856131ad01655d2a0ef36b60723d81
  • Mode: TEST_REPO

Pull Request Author: cwpearson

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 110
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 881
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 527
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 871
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 859
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 264
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fc87b7a962856131ad01655d2a0ef36b60723d81
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 110 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/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/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse refs/remotes/origin/tests/build-parallelism^{commit} # timeout=10
Checking out Revision fc87b7a962856131ad01655d2a0ef36b60723d81 (refs/remotes/origin/tests/build-parallelism)
 > /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 fc87b7a962856131ad01655d2a0ef36b60723d81 # timeout=10
Commit message: "Split sparse and batched-dla unit tests into multiple translation units"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk cd2cae70906a53f87bab4fbd722f42a1413eda3e # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 90fdc39dd357eb59efafc7b175e424e4d775c112 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
Commit message: "Merge pull request #4774 from masterleinad/remove_functor_final_serial"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740] $ /bin/bash -el /tmp/jenkins3650466916472784948.sh
***Forced exclusive execution
Job  is submitted to queue .
>
>
Running on machine: weaver
KokkosKernels Repository Status:  fc87b7a962856131ad01655d2a0ef36b60723d81 Split sparse and batched-dla unit tests into multiple translation units

Kokkos Repository Status: 90fdc39dd357eb59efafc7b175e424e4d775c112 Merge pull request #4774 from masterleinad/remove_functor_final_serial

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

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

[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_gs.dir/KokkosSparse_gs.cpp.o
Scanning dependencies of target sparse_pcg
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_pcg.dir/KokkosSparse_pcg.cpp.o
[ 72%] Linking CXX executable KokkosBatched_Test_BlockTridiag
[ 72%] Linking CXX executable KokkosBatched_Test_BlockJacobi
[ 72%] Built target KokkosBatched_Test_BlockTridiag
[ 72%] Built target KokkosBatched_Test_BlockJacobi
Scanning dependencies of target sparse_sptrsv
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
Scanning dependencies of target sparse_sptrsv_supernode
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 72%] Linking CXX executable sparse_pcg
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_pcg] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_pcg.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 73%] Linking CXX executable sparse_sptrsv
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_sptrsv] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/all] Error 2
[ 73%] Linking CXX executable sparse_spgemm
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spgemm] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
[ 73%] Linking CXX executable sparse_spadd
[ 74%] Linking CXX executable sparse_spmv_struct
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spadd] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spadd.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spmv_struct] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/all] Error 2
[ 74%] Linking CXX executable sparse_spgemm_jacobi
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spgemm_jacobi] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 74%] Linking CXX executable graph_color
[ 75%] Linking CXX executable sparse_spmv_blockcrs
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_color] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spmv_blockcrs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_blockcrs.dir/all] Error 2
[ 75%] Linking CXX executable sparse_gs
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_gs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_gs.dir/all] Error 2
[ 75%] Linking CXX executable graph_mis_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_mis_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
[ 76%] Linking CXX executable sparse_sptrsv_supernode
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_sptrsv_supernode] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/all] Error 2
[ 76%] Linking CXX executable graph_color_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_color_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color_d2.dir/all] Error 2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

[ 72%] Linking CXX executable KokkosBatched_Test_BlockTridiag
[ 72%] Linking CXX executable KokkosBatched_Test_BlockJacobi
[ 72%] Built target KokkosBatched_Test_BlockTridiag
[ 72%] Built target KokkosBatched_Test_BlockJacobi
Scanning dependencies of target sparse_sptrsv
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
Scanning dependencies of target sparse_sptrsv_supernode
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 73%] Linking CXX executable sparse_sptrsv_supernode
[ 73%] Built target sparse_sptrsv_supernode
[ 73%] Linking CXX executable sparse_pcg
Scanning dependencies of target sparse_block_pcg
[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_pcg] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_pcg.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 74%] Linking CXX executable sparse_spadd
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spadd] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spadd.dir/all] Error 2
[ 74%] Linking CXX executable sparse_spgemm
[ 75%] Linking CXX executable sparse_sptrsv
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spgemm] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_sptrsv] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/all] Error 2
[ 75%] Linking CXX executable graph_color
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_color] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color.dir/all] Error 2
[ 75%] Linking CXX executable sparse_spgemm_jacobi
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spgemm_jacobi] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 75%] Linking CXX executable sparse_gs
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_gs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_gs.dir/all] Error 2
[ 75%] Linking CXX executable graph_mis_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_mis_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
[ 75%] Linking CXX executable graph_color_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_color_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color_d2.dir/all] Error 2
[ 75%] Linking CXX executable sparse_block_pcg
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_block_pcg] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/all] Error 2
[ 76%] Linking CXX executable sparse_spmv_struct
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spmv_struct] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/all] Error 2
[ 77%] Linking CXX executable sparse_spmv_blockcrs
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spmv_blockcrs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_blockcrs.dir/all] Error 2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse fc87b7a962856131ad01655d2a0ef36b60723d81^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision fc87b7a962856131ad01655d2a0ef36b60723d81 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f fc87b7a962856131ad01655d2a0ef36b60723d81 # timeout=10
Commit message: "Split sparse and batched-dla unit tests into multiple translation units"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk ec468479f2606287525331147be42b7d481d9a1e # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 90fdc39dd357eb59efafc7b175e424e4d775c112 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
Commit message: "Merge pull request #4774 from masterleinad/remove_functor_final_serial"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins9046308568376070957.sh
salloc: Granted job allocation 1020058
salloc: Waiting for resource configuration
salloc: Nodes blake05 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  fc87b7a962856131ad01655d2a0ef36b60723d81 Split sparse and batched-dla unit tests into multiple translation units

Kokkos Repository Status: 90fdc39dd357eb59efafc7b175e424e4d775c112 Merge pull request #4774 from masterleinad/remove_functor_final_serial

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse fc87b7a962856131ad01655d2a0ef36b60723d81^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision fc87b7a962856131ad01655d2a0ef36b60723d81 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f fc87b7a962856131ad01655d2a0ef36b60723d81 # timeout=10
Commit message: "Split sparse and batched-dla unit tests into multiple translation units"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk ec468479f2606287525331147be42b7d481d9a1e # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 90fdc39dd357eb59efafc7b175e424e4d775c112 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
Commit message: "Merge pull request #4774 from masterleinad/remove_functor_final_serial"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins173821354754623018.sh
salloc: Granted job allocation 1020059
salloc: Waiting for resource configuration
salloc: Nodes blake06 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  fc87b7a962856131ad01655d2a0ef36b60723d81 Split sparse and batched-dla unit tests into multiple translation units

Kokkos Repository Status: 90fdc39dd357eb59efafc7b175e424e4d775c112 Merge pull request #4774 from masterleinad/remove_functor_final_serial

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

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

make[1]: *** Waiting for unfinished jobs....
[ 73%] Linking CXX executable sparse_spgemm
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spgemm] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
[ 73%] Linking CXX executable sparse_spadd
[ 73%] Linking CXX executable sparse_spgemm_jacobi
[ 74%] Linking CXX executable sparse_spmv_struct
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spadd] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spadd.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spgemm_jacobi] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spmv_struct] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/all] Error 2
[ 74%] Linking CXX executable sparse_spmv_bsr
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spmv_bsr] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/all] Error 2
[ 74%] Linking CXX executable sparse_block_pcg
[ 74%] Linking CXX executable graph_color
[ 74%] Linking CXX executable sparse_gs
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/graph/graph_color] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_block_pcg] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_gs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_gs.dir/all] Error 2
[ 75%] Linking CXX executable sparse_sptrsv_supernode
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_sptrsv_supernode] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/all] Error 2
[ 75%] Linking CXX executable graph_mis_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/graph/graph_mis_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
[ 75%] Linking CXX executable graph_color_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/graph/graph_color_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color_d2.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/spack/opt/spack/linux-rhel7-x86_64/gcc-10.2.0/llvm-10.0.1-nldepabrxk2zcykcq7rlky5sr53hnm63/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.264/TestAll_2022-03-04_15.33.30/clang/10.0.1/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 111
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 882
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 528
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 872
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 860
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 265
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (cwpearson/kokkos-kernels)
  • Branch: tests/build-parallelism
  • SHA: d8de4db37fe78fc19e9dd1da83a38c8207d08711
  • Mode: TEST_REPO

Pull Request Author: cwpearson

kokkos-devops-admin avatar Mar 04 '22 22:03 kokkos-devops-admin

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 111
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 882
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 528
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 872
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 860
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 265
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 111 (click to expand)

Going to test compilers:  gcc/7.2.0
Testing compiler gcc/7.2.0
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
  Starting job gcc-7.2.0-Serial-release
kokkos devices: Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-Serial-release
  Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=260 run_time=148
gcc-7.2.0-OpenMP_Serial-release build_time=409 run_time=353
gcc-7.2.0-Serial-release build_time=244 run_time=147
Running on machine: weaver
KokkosKernels Repository Status:  d8de4db37fe78fc19e9dd1da83a38c8207d08711 Split sparse and batched-dla unit tests into multiple translation units

Kokkos Repository Status: 90fdc39dd357eb59efafc7b175e424e4d775c112 Merge pull request #4774 from masterleinad/remove_functor_final_serial

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

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

[ 73%] Linking CXX executable sparse_spgemm
[ 74%] Linking CXX executable sparse_spmv_struct
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spgemm] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spmv_struct] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/all] Error 2
[ 74%] Linking CXX executable sparse_spgemm_jacobi
[ 74%] Linking CXX executable graph_color
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_color] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spgemm_jacobi] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 75%] Linking CXX executable sparse_spmv_blockcrs
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spmv_blockcrs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_blockcrs.dir/all] Error 2
[ 75%] Linking CXX executable sparse_gs
[ 75%] Linking CXX executable graph_mis_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_mis_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_gs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_gs.dir/all] Error 2
[ 76%] Linking CXX executable sparse_sptrsv_supernode
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_sptrsv_supernode] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/all] Error 2
[ 76%] Linking CXX executable graph_color_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_color_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color_d2.dir/all] Error 2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=231 run_time=341
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Pthread_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.882/TestAll_2022-03-04_15.52.51/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 75%] Linking CXX executable sparse_spgemm
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spgemm] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
[ 75%] Linking CXX executable sparse_spgemm_jacobi
[ 75%] Linking CXX executable graph_color
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spgemm_jacobi] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_color] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color.dir/all] Error 2
[ 75%] Linking CXX executable graph_mis_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_mis_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
[ 75%] Linking CXX executable sparse_gs
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_gs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_gs.dir/all] Error 2
[ 75%] Linking CXX executable sparse_block_pcg
[ 75%] Linking CXX executable graph_color_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_block_pcg] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/graph/graph_color_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color_d2.dir/all] Error 2
[ 76%] Linking CXX executable sparse_spmv_struct
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spmv_struct] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/all] Error 2
[ 77%] Linking CXX executable sparse_spmv_blockcrs
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `Kokkos::Impl::ThreadsExec::spawn()':
/home/projects/x86-64/gcc/7.2.0/include/c++/7.2.0/thread:126: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [perf_test/sparse/sparse_spmv_blockcrs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_blockcrs.dir/all] Error 2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=219 run_time=340
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Pthread_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.528/TestAll_2022-03-04_15.53.01/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse d8de4db37fe78fc19e9dd1da83a38c8207d08711^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision d8de4db37fe78fc19e9dd1da83a38c8207d08711 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f d8de4db37fe78fc19e9dd1da83a38c8207d08711 # timeout=10
Commit message: "Split sparse and batched-dla unit tests into multiple translation units"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk fc87b7a962856131ad01655d2a0ef36b60723d81 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 90fdc39dd357eb59efafc7b175e424e4d775c112 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
Commit message: "Merge pull request #4774 from masterleinad/remove_functor_final_serial"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins979993184308578058.sh
salloc: Granted job allocation 1020063
salloc: Waiting for resource configuration
salloc: Nodes blake04 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  d8de4db37fe78fc19e9dd1da83a38c8207d08711 Split sparse and batched-dla unit tests into multiple translation units

Kokkos Repository Status: 90fdc39dd357eb59efafc7b175e424e4d775c112 Merge pull request #4774 from masterleinad/remove_functor_final_serial

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/cwpearson/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/cwpearson/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/cwpearson/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse d8de4db37fe78fc19e9dd1da83a38c8207d08711^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision d8de4db37fe78fc19e9dd1da83a38c8207d08711 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f d8de4db37fe78fc19e9dd1da83a38c8207d08711 # timeout=10
Commit message: "Split sparse and batched-dla unit tests into multiple translation units"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk fc87b7a962856131ad01655d2a0ef36b60723d81 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 90fdc39dd357eb59efafc7b175e424e4d775c112 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
Commit message: "Merge pull request #4774 from masterleinad/remove_functor_final_serial"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 90fdc39dd357eb59efafc7b175e424e4d775c112 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins7551631696117847595.sh
salloc: Granted job allocation 1020064
salloc: Waiting for resource configuration
salloc: Nodes blake05 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  d8de4db37fe78fc19e9dd1da83a38c8207d08711 Split sparse and batched-dla unit tests into multiple translation units

Kokkos Repository Status: 90fdc39dd357eb59efafc7b175e424e4d775c112 Merge pull request #4774 from masterleinad/remove_functor_final_serial

Going to test compilers: intel/18.1.163 Testing compiler intel/18.1.163 Unrecognized compiler intel/18.1.163 when looking for Spack variants Unrecognized compiler intel/18.1.163 when looking for Spack variants Unrecognized compiler intel/18.1.163 when looking for Spack variants Starting job intel-18.1.163-OpenMP-release kokkos devices: OpenMP kokkos arch: SKX kokkos options: kokkos cuda options: kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized extra_args: kokkoskernels scalars: 'double,complex_double' kokkoskernels ordinals: int kokkoskernels offsets: int,size_t kokkoskernels layouts: LayoutLeft PASSED intel-18.1.163-OpenMP-release Unrecognized compiler intel/18.1.163 when looking for Spack variants Unrecognized compiler intel/18.1.163 when looking for Spack variants Unrecognized compiler intel/18.1.163 when looking for Spack variants Starting job intel-18.1.163-Pthread-release kokkos devices: Pthread kokkos arch: SKX kokkos options: kokkos cuda options: kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized extra_args: kokkoskernels scalars: 'double,complex_double' kokkoskernels ordinals: int kokkoskernels offsets: int,size_t kokkoskernels layouts: LayoutLeft PASSED intel-18.1.163-Pthread-release ####################################################### PASSED TESTS ####################################################### intel-18.1.163-OpenMP-release build_time=898 run_time=79 intel-18.1.163-Pthread-release build_time=618 run_time=97 salloc: Relinquishing job allocation 1020064 salloc: Job allocation 1020064 has been revoked. /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18 Finished: SUCCESS

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

make[1]: *** Waiting for unfinished jobs....
[ 73%] Linking CXX executable sparse_spgemm
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spgemm] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
[ 73%] Linking CXX executable sparse_spadd
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spadd] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spadd.dir/all] Error 2
[ 74%] Linking CXX executable sparse_spmv_struct
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spmv_struct] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/all] Error 2
[ 74%] Linking CXX executable graph_color
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/graph/graph_color] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color.dir/all] Error 2
[ 74%] Linking CXX executable sparse_spgemm_jacobi
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spgemm_jacobi] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 74%] Linking CXX executable sparse_gs
[ 74%] Linking CXX executable sparse_block_pcg
[ 74%] Linking CXX executable sparse_spmv_bsr
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_spmv_bsr] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/all] Error 2
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_block_pcg] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/all] Error 2
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_gs] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_gs.dir/all] Error 2
[ 75%] Linking CXX executable sparse_sptrsv_supernode
[ 75%] Linking CXX executable graph_mis_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/sparse/sparse_sptrsv_supernode] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/all] Error 2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/graph/graph_mis_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
[ 75%] Linking CXX executable graph_color_d2
../../kokkos-install/lib64/libkokkoscore.a(Kokkos_ThreadsExec_base.cpp.o): In function `std::thread::thread(void (&)())':
/home/projects/x86-64/gcc/10.2.0/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/thread:149: undefined reference to `pthread_create'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [perf_test/graph/graph_color_d2] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_color_d2.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/spack/opt/spack/linux-rhel7-x86_64/gcc-10.2.0/llvm-10.0.1-nldepabrxk2zcykcq7rlky5sr53hnm63/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.265/TestAll_2022-03-04_15.53.31/clang/10.0.1/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

kokkos-devops-admin avatar Mar 05 '22 01:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 09 '22 02:03 kokkos-devops-admin

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 117
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 888
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 534
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 878
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 866
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 271
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (cwpearson/kokkos-kernels)
  • Branch: tests/build-parallelism
  • SHA: d8de4db37fe78fc19e9dd1da83a38c8207d08711
  • Mode: TEST_REPO

Pull Request Author: cwpearson

kokkos-devops-admin avatar Mar 09 '22 02:03 kokkos-devops-admin

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 117
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 888
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 534
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 878
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 866
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 271
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH tests/build-parallelism
KOKKOSKERNELS_SOURCE_REPO https://github.com/cwpearson/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d8de4db37fe78fc19e9dd1da83a38c8207d08711
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1f7a45e00f5be82c87ff74bf14b7d217b37c985b
PR_LABELS AT: RETEST
PULLREQUESTNUM 1341
TEST_REPO_ALIAS KOKKOSKERNELS

kokkos-devops-admin avatar Mar 09 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 09 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 09 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 10 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 11 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 12 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 13 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 14 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 15 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 16 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 17 '22 04:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 18 '22 05:03 kokkos-devops-admin

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

kokkos-devops-admin avatar Mar 19 '22 05:03 kokkos-devops-admin