Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Move sorting functionality out of Impl:: #932

Merged
merged 3 commits into from
May 4, 2021

Conversation

brian-kelley
Copy link
Contributor

Make sorting (CRS, device/team bitonic, serial radix) a public feature for users. Moved all of the CRS sorting stuff out of
SparseUtils and into KokkosKernels_Sorting.hpp, so that including KokkosKernels_Utils.hpp doesn't require compiling all the sorting stuff.

I added readable comments and forward declarations at the top of Sorting.hpp and will make a wiki page for them soon.

Remove old function Impl::kk_sort_graph (used std::sort on host) and replace its usage in tests with sort_crs_graph/matrix. The new functions have the benefit of being in-place so these tests don't need to make temporary views for entries/values.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 142
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 135
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 121
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 156
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 120
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 114
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: PublicSorting
  • SHA: 4c1ccc9
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 142
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 135
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 121
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 156
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 120
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 116
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 114
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 142 (click to expand)

     typedef typename slow_crstmat_t::values_type::non_const_type slow_values_view_t;
                                                                  ^~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:74:63: error: typedef const_slow_row_map_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::row_map_type::const_type const_slow_row_map_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:75:63: error: typedef const_slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::index_type::const_type   const_slow_cols_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:76:62: error: typedef const_slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::values_type::const_type const_slow_values_view_t;
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
Scanning dependencies of target sparse_sptrsv
[ 49%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
Scanning dependencies of target sparse_sptrsv_supernode
[ 49%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 50%] Linking CXX executable sparse_sptrsv_supernode
[ 50%] Built target sparse_sptrsv_supernode
Scanning dependencies of target sparse_block_pcg
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o
[ 50%] Linking CXX executable sparse_gs
[ 50%] Linking CXX executable sparse_pcg
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 50%] Built target sparse_gs
[ 50%] Built target sparse_pcg
[ 50%] Linking CXX executable matrix_converter
[ 50%] Linking CXX executable sparse_spadd
[ 50%] Built target matrix_converter
[ 50%] Built target sparse_spadd
[ 51%] Linking CXX executable sparse_sptrsv
cc1plus: all warnings being treated as errors
[ 51%] Built target sparse_sptrsv
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 51%] Linking CXX executable sparse_spmv_struct
[ 51%] Linking CXX executable graph_mis_d2
[ 51%] Built target sparse_spmv_struct
[ 51%] Built target graph_mis_d2
[ 51%] Linking CXX executable graph_color
[ 51%] Built target graph_color
[ 51%] Linking CXX executable graph_color_d2
[ 51%] Linking CXX executable sparse_block_pcg
[ 51%] Built target graph_color_d2
[ 51%] Built target sparse_block_pcg
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 -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/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.142/TestAll_2021-04-08_23.03.17/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 -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/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.142/TestAll_2021-04-08_23.03.17/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 1009997
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:317:69: error: typedef slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::index_type::non_const_type   slow_cols_view_t;
                                                                     ^~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:318:68: error: typedef slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::values_type::non_const_type slow_values_view_t;
                                                                    ^~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:319:65: error: typedef const_slow_row_map_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::row_map_type::const_type const_slow_row_map_view_t;
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:320:65: error: typedef const_slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::index_type::const_type   const_slow_cols_view_t;
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:321:64: error: typedef const_slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::values_type::const_type const_slow_values_view_t;
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
Scanning dependencies of target sparse_sptrsv
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
Scanning dependencies of target sparse_sptrsv_supernode
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 51%] Linking CXX executable sparse_sptrsv_supernode
[ 51%] Built target sparse_sptrsv_supernode
Scanning dependencies of target sparse_block_pcg
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o
[ 51%] Linking CXX executable sparse_pcg
[ 51%] Linking CXX executable matrix_converter
[ 51%] Built target matrix_converter
[ 51%] Built target sparse_pcg
Scanning dependencies of target sparse_spmv_struct_tuning
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o
Scanning dependencies of target sparse_kk_spmv
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_kk_spmv.dir/KokkosSparse_kk_spmv.cpp.o
[ 51%] Linking CXX executable sparse_gs
[ 51%] Linking CXX executable sparse_sptrsv
[ 51%] Built target sparse_sptrsv
[ 51%] Built target sparse_gs
[ 52%] Linking CXX executable sparse_spmv_struct
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Scanning dependencies of target sparse_sptrsv_cholmod
[ 53%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_cholmod.dir/KokkosSparse_sptrsv_cholmod.cpp.o
Scanning dependencies of target sparse_sptrsv_superlu
[ 53%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_superlu.dir/KokkosSparse_sptrsv_superlu.cpp.o
[ 53%] Built target sparse_spmv_struct
[ 53%] Linking CXX executable sparse_spadd
[ 53%] Built target sparse_spadd
[ 53%] Linking CXX executable sparse_sptrsv_superlu
[ 53%] Linking CXX executable sparse_sptrsv_cholmod
[ 53%] Built target sparse_sptrsv_superlu
[ 53%] Built target sparse_sptrsv_cholmod
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 54%] Linking CXX executable graph_mis_d2
[ 54%] Built target graph_mis_d2
[ 54%] Linking CXX executable sparse_spmv_struct_tuning
[ 54%] Built target sparse_spmv_struct_tuning
[ 54%] Linking CXX executable graph_color_d2
[ 54%] Built target graph_color_d2
[ 54%] Linking CXX executable sparse_block_pcg
[ 54%] Built target sparse_block_pcg
[ 54%] Linking CXX executable graph_color
[ 54%] Built target graph_color
[ 54%] Linking CXX executable sparse_kk_spmv
[ 54%] Built target sparse_kk_spmv
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 -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/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.135/TestAll_2021-04-08_23.03.24/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 1009998
salloc: Job allocation 1009998 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake/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 --is-inside-work-tree # 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/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/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/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /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 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --is-inside-work-tree # 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 0e130610304d5f4471ddce954ca32de73fc63d31 (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 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5bd55d2a73d010944aa67fa3efbb14bb52cab34e # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins1265236447854547159.sh
salloc: Granted job allocation 1009999
Running on machine: blake
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

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 -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 -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=1302 run_time=31
intel-18.1.163-Pthread-release build_time=959 run_time=47
salloc: Relinquishing job allocation 1009999
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 156 (click to expand)

[ 97%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/serial/Test_Serial_Batched_VectorMath.cpp.o
[ 97%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/serial/Test_Serial_Batched_VectorMisc.cpp.o
[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/serial/Test_Serial_Batched_VectorRelation.cpp.o
[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/serial/Test_Serial_Batched_VectorView.cpp.o
[ 99%] Linking CXX executable KokkosKernels_blas_serial
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable sparse_kk_spmv
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_blas_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_sparse_serial
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=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.156/TestAll_2021-04-08_23.05.06/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-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.156/TestAll_2021-04-08_23.05.06/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.156/TestAll_2021-04-08_23.05.06/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10 # 120 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 0e130610304d5f4471ddce954ca32de73fc63d31 (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 5bd55d2a73d010944aa67fa3efbb14bb52cab34e # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10] $ /bin/bash -el /tmp/jenkins7576056245978953944.sh
***Forced exclusive execution
Job <73486> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

Going to test compilers: cuda/10.1.105
Testing compiler cuda/10.1.105
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Starting job cuda-10.1.105-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -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 cuda-10.1.105-Cuda_Serial-release
#######################################################
PASSED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release build_time=764 run_time=188
/home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9 # 116 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 0e130610304d5f4471ddce954ca32de73fc63d31 (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 5bd55d2a73d010944aa67fa3efbb14bb52cab34e # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9] $ /bin/bash -el /tmp/jenkins4788196751827691928.sh
***Forced exclusive execution
Job <73487> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

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: Power8,Pascal60
kokkos options:
kokkos cuda options: force_uvm,enable_lambda
kokkos cxxflags: -O3 -Wall -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 cuda-9.2.88-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release build_time=683 run_time=149
/home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720_GCC740 # 114 (click to expand)

[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_TeamVectorUTV_Real.cpp.o
[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorArithmatic.cpp.o
[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorLogical.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMath.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMisc.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorRelation.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorView.cpp.o
[ 97%] Linking CXX executable KokkosKernels_graph_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 97%] Built target KokkosKernels_graph_openmp
[ 97%] Linking CXX executable KokkosKernels_blas_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 97%] Built target KokkosKernels_blas_openmp
[ 98%] Linking CXX executable KokkosKernels_batched_dla_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Built target KokkosKernels_batched_dla_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 98%] Built target KokkosBlas3_perf_test
[ 99%] Linking CXX executable sparse_kk_spmv
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] 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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/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= --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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.114/TestAll_2021-04-08_23.05.42/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-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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/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= --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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.114/TestAll_2021-04-08_23.05.42/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.4.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.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.4.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.114/TestAll_2021-04-08_23.05.42/gcc/7.4.0/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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 143
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 136
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 122
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 157
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 121
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 117
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 115
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: PublicSorting
  • SHA: 4c1ccc9
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 143
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 136
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 122
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 157
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 121
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 117
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 115
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 143 (click to expand)

     typedef typename slow_crstmat_t::values_type::non_const_type slow_values_view_t;
                                                                  ^~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:74:63: error: typedef const_slow_row_map_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::row_map_type::const_type const_slow_row_map_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:75:63: error: typedef const_slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::index_type::const_type   const_slow_cols_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:76:62: error: typedef const_slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::values_type::const_type const_slow_values_view_t;
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
Scanning dependencies of target sparse_sptrsv
[ 49%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
Scanning dependencies of target sparse_sptrsv_supernode
[ 49%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 50%] Linking CXX executable sparse_sptrsv_supernode
[ 50%] Built target sparse_sptrsv_supernode
Scanning dependencies of target sparse_block_pcg
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o
[ 50%] Linking CXX executable sparse_gs
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
[ 50%] Linking CXX executable sparse_pcg
[ 50%] Built target sparse_gs
[ 50%] Linking CXX executable sparse_spadd
[ 50%] Built target sparse_pcg
[ 50%] Built target sparse_spadd
[ 50%] Linking CXX executable matrix_converter
[ 50%] Built target matrix_converter
[ 51%] Linking CXX executable sparse_sptrsv
[ 51%] Built target sparse_sptrsv
[ 51%] Linking CXX executable graph_mis_d2
[ 51%] Built target graph_mis_d2
[ 51%] Linking CXX executable sparse_spmv_struct
[ 51%] Built target sparse_spmv_struct
[ 51%] Linking CXX executable graph_color_d2
[ 51%] Built target graph_color_d2
[ 51%] Linking CXX executable graph_color
[ 51%] Built target graph_color
[ 51%] Linking CXX executable sparse_block_pcg
[ 51%] Built target sparse_block_pcg
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 -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/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.143/TestAll_2021-04-09_02.18.37/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.143/TestAll_2021-04-09_02.18.37/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:313:65: error: typedef const_fast_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename fast_crstmat_t::index_type::const_type   const_fast_cols_view_t;
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:314:64: error: typedef const_fast_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename fast_crstmat_t::values_type::const_type const_fast_values_view_t;
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:317:69: error: typedef slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::index_type::non_const_type   slow_cols_view_t;
                                                                     ^~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:318:68: error: typedef slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::values_type::non_const_type slow_values_view_t;
                                                                    ^~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:319:65: error: typedef const_slow_row_map_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::row_map_type::const_type const_slow_row_map_view_t;
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:320:65: error: typedef const_slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::index_type::const_type   const_slow_cols_view_t;
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_run_spgemm_jacobi.hpp:321:64: error: typedef const_slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
       typedef typename slow_crstmat_t::values_type::const_type const_slow_values_view_t;
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
Scanning dependencies of target sparse_sptrsv
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
Scanning dependencies of target sparse_sptrsv_supernode
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 51%] Linking CXX executable sparse_sptrsv_supernode
[ 51%] Built target sparse_sptrsv_supernode
Scanning dependencies of target sparse_block_pcg
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o
[ 51%] Linking CXX executable sparse_pcg
[ 51%] Linking CXX executable matrix_converter
[ 51%] Built target sparse_pcg
[ 51%] Built target matrix_converter
[ 51%] Linking CXX executable sparse_sptrsv
Scanning dependencies of target sparse_spmv_struct_tuning
Scanning dependencies of target sparse_kk_spmv
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_kk_spmv.dir/KokkosSparse_kk_spmv.cpp.o
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o
[ 51%] Linking CXX executable sparse_gs
[ 51%] Built target sparse_sptrsv
Scanning dependencies of target sparse_sptrsv_cholmod
[ 52%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_cholmod.dir/KokkosSparse_sptrsv_cholmod.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 52%] Built target sparse_gs
[ 53%] Linking CXX executable sparse_spmv_struct
[ 53%] Built target sparse_spmv_struct
[ 53%] Linking CXX executable sparse_sptrsv_cholmod
[ 53%] Linking CXX executable sparse_spadd
[ 53%] Built target sparse_sptrsv_cholmod
cc1plus: all warnings being treated as errors
[ 53%] Built target sparse_spadd
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 54%] Linking CXX executable graph_mis_d2
[ 54%] Built target graph_mis_d2
[ 54%] Linking CXX executable sparse_spmv_struct_tuning
[ 54%] Built target sparse_spmv_struct_tuning
[ 54%] Linking CXX executable graph_color_d2
[ 54%] Built target graph_color_d2
[ 54%] Linking CXX executable sparse_block_pcg
[ 54%] Linking CXX executable graph_color
[ 54%] Built target sparse_block_pcg
[ 54%] Built target graph_color
[ 54%] Linking CXX executable sparse_kk_spmv
[ 54%] Built target sparse_kk_spmv
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 -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/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.136/TestAll_2021-04-09_02.18.47/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake/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 --is-inside-work-tree # 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/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/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/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /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 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --is-inside-work-tree # 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 0e130610304d5f4471ddce954ca32de73fc63d31 (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 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins3306628822261045778.sh
salloc: Granted job allocation 1010027
Running on machine: blake
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

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 -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 -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=1218 run_time=33
intel-18.1.163-Pthread-release build_time=918 run_time=48
salloc: Relinquishing job allocation 1010027
salloc: Job allocation 1010027 has been revoked.
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 157 (click to expand)

[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_TeamVectorUTV_Real.cpp.o
[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorArithmatic.cpp.o
[ 99%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorLogical.cpp.o
[ 99%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMath.cpp.o
[ 99%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMisc.cpp.o
[ 99%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorRelation.cpp.o
[ 99%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorView.cpp.o
[ 99%] Linking CXX executable sparse_kk_spmv
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] 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=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.157/TestAll_2021-04-09_02.18.59/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-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.157/TestAll_2021-04-09_02.18.59/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.157/TestAll_2021-04-09_02.18.59/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10 # 121 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 0e130610304d5f4471ddce954ca32de73fc63d31 (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10] $ /bin/bash -el /tmp/jenkins1871798578354913025.sh
***Forced exclusive execution
Job <73514> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

Going to test compilers: cuda/10.1.105
Testing compiler cuda/10.1.105
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Starting job cuda-10.1.105-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -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 cuda-10.1.105-Cuda_Serial-release
#######################################################
PASSED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release build_time=762 run_time=188
/home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9 # 117 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 0e130610304d5f4471ddce954ca32de73fc63d31 (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9] $ /bin/bash -el /tmp/jenkins6911013963067679818.sh
***Forced exclusive execution
Job <73515> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

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: Power8,Pascal60
kokkos options:
kokkos cuda options: force_uvm,enable_lambda
kokkos cxxflags: -O3 -Wall -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 cuda-9.2.88-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release build_time=808 run_time=148
/home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720_GCC740 # 115 (click to expand)

[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_TeamVectorUTV_Real.cpp.o
[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorArithmatic.cpp.o
[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorLogical.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMath.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMisc.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorRelation.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorView.cpp.o
[ 96%] Linking CXX executable KokkosKernels_blas_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 96%] Built target KokkosKernels_blas_openmp
[ 97%] Linking CXX executable KokkosKernels_graph_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 97%] Built target KokkosKernels_graph_openmp
[ 98%] Linking CXX executable KokkosKernels_batched_dla_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 98%] Built target KokkosKernels_batched_dla_openmp
[ 98%] Linking CXX executable KokkosBlas3_perf_test
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 98%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable sparse_kk_spmv
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target sparse_kk_spmv
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] 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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/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= --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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.115/TestAll_2021-04-09_02.19.21/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-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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/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= --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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.115/TestAll_2021-04-09_02.19.21/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.4.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.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.4.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.115/TestAll_2021-04-09_02.19.21/gcc/7.4.0/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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 144
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 137
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 123
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 158
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 122
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 118
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: PublicSorting
  • SHA: 4c1ccc9
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 144
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 137
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 123
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 158
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 122
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 118
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 116
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4c1ccc9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 144 (click to expand)

     typedef typename slow_crstmat_t::values_type::non_const_type slow_values_view_t;
                                                                  ^~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:74:63: error: typedef const_slow_row_map_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::row_map_type::const_type const_slow_row_map_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:75:63: error: typedef const_slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::index_type::const_type   const_slow_cols_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:76:62: error: typedef const_slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::values_type::const_type const_slow_values_view_t;
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
Scanning dependencies of target sparse_sptrsv
Scanning dependencies of target sparse_sptrsv_supernode
[ 49%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
[ 49%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 50%] Linking CXX executable sparse_sptrsv_supernode
[ 50%] Built target sparse_sptrsv_supernode
Scanning dependencies of target sparse_block_pcg
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o
[ 50%] Linking CXX executable sparse_gs
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 50%] Linking CXX executable matrix_converter
[ 50%] Built target sparse_gs
[ 50%] Linking CXX executable sparse_pcg
[ 50%] Linking CXX executable sparse_spadd
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 50%] Built target matrix_converter
[ 50%] Built target sparse_spadd
[ 50%] Built target sparse_pcg
[ 51%] Linking CXX executable sparse_sptrsv
[ 51%] Built target sparse_sptrsv
[ 51%] Linking CXX executable graph_mis_d2
[ 51%] Linking CXX executable sparse_spmv_struct
[ 51%] Built target graph_mis_d2
[ 51%] Built target sparse_spmv_struct
[ 51%] Linking CXX executable graph_color
[ 51%] Built target graph_color
[ 51%] Linking CXX executable sparse_block_pcg
[ 51%] Built target sparse_block_pcg
[ 51%] Linking CXX executable graph_color_d2
[ 51%] Built target graph_color_d2
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 -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/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.144/TestAll_2021-04-09_05.32.16/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 -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/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.144/TestAll_2021-04-09_05.32.16/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 1010036
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:66:63: error: typedef const_fast_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename fast_crstmat_t::index_type::const_type   const_fast_cols_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:67:62: error: typedef const_fast_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename fast_crstmat_t::values_type::const_type const_fast_values_view_t;
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:72:67: error: typedef slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::index_type::non_const_type   slow_cols_view_t;
                                                                   ^~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:73:66: error: typedef slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::values_type::non_const_type slow_values_view_t;
                                                                  ^~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:74:63: error: typedef const_slow_row_map_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::row_map_type::const_type const_slow_row_map_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:75:63: error: typedef const_slow_cols_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::index_type::const_type   const_slow_cols_view_t;
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/perf_test/sparse/KokkosSparse_multimem_spgemm.hpp:76:62: error: typedef const_slow_values_view_t locally defined but not used [-Werror=unused-local-typedefs]
     typedef typename slow_crstmat_t::values_type::const_type const_slow_values_view_t;
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
Scanning dependencies of target sparse_sptrsv
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
Scanning dependencies of target sparse_sptrsv_supernode
[ 50%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 51%] Linking CXX executable sparse_sptrsv_supernode
[ 51%] Built target sparse_sptrsv_supernode
Scanning dependencies of target sparse_block_pcg
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o
[ 51%] Linking CXX executable sparse_pcg
[ 51%] Built target sparse_pcg
[ 51%] Linking CXX executable matrix_converter
Scanning dependencies of target sparse_spmv_struct_tuning
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o
[ 51%] Built target matrix_converter
Scanning dependencies of target sparse_kk_spmv
[ 51%] Building CXX object perf_test/sparse/CMakeFiles/sparse_kk_spmv.dir/KokkosSparse_kk_spmv.cpp.o
[ 51%] Linking CXX executable sparse_sptrsv
[ 51%] Built target sparse_sptrsv
Scanning dependencies of target sparse_sptrsv_cholmod
[ 52%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_cholmod.dir/KokkosSparse_sptrsv_cholmod.cpp.o
[ 52%] Linking CXX executable sparse_gs
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 53%] Built target sparse_gs
[ 53%] Built target sparse_spmv_struct
[ 53%] Linking CXX executable sparse_sptrsv_cholmod
[ 53%] Linking CXX executable sparse_spadd
[ 53%] Built target sparse_sptrsv_cholmod
cc1plus: all warnings being treated as errors
[ 53%] Built target sparse_spadd
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/all] Error 2
[ 54%] Linking CXX executable graph_mis_d2
[ 54%] Built target graph_mis_d2
[ 54%] Linking CXX executable sparse_block_pcg
[ 54%] Built target sparse_block_pcg
[ 54%] Linking CXX executable graph_color
[ 54%] Linking CXX executable graph_color_d2
[ 54%] Built target graph_color
[ 54%] Built target graph_color_d2
[ 54%] Linking CXX executable sparse_spmv_struct_tuning
[ 54%] Built target sparse_spmv_struct_tuning
[ 54%] Linking CXX executable sparse_kk_spmv
[ 54%] Built target sparse_kk_spmv
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 -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/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.137/TestAll_2021-04-09_05.32.24/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 1010037
salloc: Job allocation 1010037 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake/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 --is-inside-work-tree # 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/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/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/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /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 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --is-inside-work-tree # 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 0e130610304d5f4471ddce954ca32de73fc63d31 (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 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins748329701434489744.sh
salloc: Granted job allocation 1010038
Running on machine: blake
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

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 -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 -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=1213 run_time=32
intel-18.1.163-Pthread-release build_time=930 run_time=47
salloc: Relinquishing job allocation 1010038
salloc: Job allocation 1010038 has been revoked.
/home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 158 (click to expand)

[ 97%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas_trtri.cpp.o
[ 97%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorArithmatic.cpp.o
[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorLogical.cpp.o
[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMath.cpp.o
[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMisc.cpp.o
[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorRelation.cpp.o
[ 98%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorView.cpp.o
[ 98%] Linking CXX executable KokkosKernels_batched_dla_serial
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 98%] Built target KokkosKernels_batched_dla_serial
[ 98%] Linking CXX executable sparse_kk_spmv
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 98%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_blas_serial
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] 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=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.158/TestAll_2021-04-09_05.32.29/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-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.158/TestAll_2021-04-09_05.32.29/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.158/TestAll_2021-04-09_05.32.29/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10 # 122 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 0e130610304d5f4471ddce954ca32de73fc63d31 (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10] $ /bin/bash -el /tmp/jenkins8891499843537485459.sh
***Forced exclusive execution
Job <73524> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

Going to test compilers: cuda/10.1.105
Testing compiler cuda/10.1.105
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Starting job cuda-10.1.105-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -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 cuda-10.1.105-Cuda_Serial-release
#######################################################
PASSED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release build_time=764 run_time=188
/home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9 # 118 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/PublicSorting^{commit} # timeout=10
Checking out Revision 4c1ccc987612752c33eb64ff0e6b560db0320e16 (refs/remotes/origin/PublicSorting)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
Commit message: "Move sorting functionality out of Impl::"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 4c1ccc987612752c33eb64ff0e6b560db0320e16 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/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/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 0e130610304d5f4471ddce954ca32de73fc63d31 (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
Commit message: "Merge pull request #3861 from masterleinad/vector_scan_reducer"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 0e130610304d5f4471ddce954ca32de73fc63d31 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9] $ /bin/bash -el /tmp/jenkins8055001627098955339.sh
***Forced exclusive execution
Job <73525> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  4c1ccc987612752c33eb64ff0e6b560db0320e16 Move sorting functionality out of Impl::

Kokkos Repository Status: 0e130610304d5f4471ddce954ca32de73fc63d31 Merge pull request #3861 from masterleinad/vector_scan_reducer

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: Power8,Pascal60
kokkos options:
kokkos cuda options: force_uvm,enable_lambda
kokkos cxxflags: -O3 -Wall -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 cuda-9.2.88-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release build_time=794 run_time=148
/home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720_GCC740 # 116 (click to expand)

[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_TeamVectorUTV_Real.cpp.o
[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorArithmatic.cpp.o
[ 95%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorLogical.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMath.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorMisc.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorRelation.cpp.o
[ 96%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_VectorView.cpp.o
[ 97%] Linking CXX executable KokkosKernels_graph_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 97%] Built target KokkosKernels_graph_openmp
[ 97%] Linking CXX executable KokkosKernels_blas_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 97%] Built target KokkosKernels_blas_openmp
[ 97%] Linking CXX executable KokkosBlas3_perf_test
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_batched_dla_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 98%] Built target KokkosKernels_batched_dla_openmp
[ 98%] Linking CXX executable KokkosKernels_sparse_openmp
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 98%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable sparse_kk_spmv
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
[ 99%] Built target sparse_kk_spmv
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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/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= --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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.116/TestAll_2021-04-09_05.33.07/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-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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/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= --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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.116/TestAll_2021-04-09_05.33.07/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.4.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.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.4.0/bin/g++ --cxxflags="-O3 -Wall -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/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.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/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.116/TestAll_2021-04-09_05.33.07/gcc/7.4.0/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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 146
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 139
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 125
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 160
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 124
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 120
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 118
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: PublicSorting
  • SHA: 868b8f7
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 146
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 139
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 125
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 160
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 124
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 120
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 118
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 868b8f7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 55f492b
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

3 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@brian-kelley brian-kelley requested review from lucbv and e10harvey April 13, 2021 19:12
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

1 similar comment
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

6 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

2 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for updating the PR.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@brian-kelley brian-kelley added AT: RETEST Have this PR retested. and removed AT: STALE labels May 4, 2021
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

  • Other jobs have been previously started - We must stop them...

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label May 4, 2021
@e10harvey e10harvey added the AT: RETEST Have this PR retested. label May 4, 2021
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 214
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0c5499e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fc55227
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0c5499e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fc55227
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 175
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0c5499e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fc55227
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 173
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0c5499e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fc55227
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: PublicSorting
  • SHA: 0c5499e
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 214
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0c5499e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fc55227
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 178
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0c5499e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fc55227
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 175
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0c5499e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fc55227
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 173
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH PublicSorting
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0c5499e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fc55227
PULLREQUESTNUM 932
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label May 4, 2021
@kokkos-devops-admin
Copy link

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

@brian-kelley brian-kelley merged commit f50457c into kokkos:develop May 4, 2021
@brian-kelley brian-kelley deleted the PublicSorting branch May 4, 2021 23:07
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Jun 10, 2021
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Jun 11, 2021
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Jul 7, 2021
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Jul 8, 2021
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Jul 9, 2021
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Oct 1, 2021
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Oct 1, 2021
ndellingwood added a commit to trilinos/Trilinos that referenced this pull request Oct 14, 2021
More compatibility changes for kokkos-kernels, see kokkos/kokkos-kernels#932
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants