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

Kokkos 4 compatibility: modifying the preprocessor logic #1827

Merged
merged 3 commits into from
May 20, 2023

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented May 12, 2023

Should check that Kokkos version is less than 40099 and use the old Impl::ALL_t in that case only for versions higher than 40099 should the new public interface be used. Note that this assumes the public ALL_t will be included in 40100...

Should check that Kokkos version is less than 40099 and
use the old Impl::ALL_t in that case only for versions
higher than 40099 should the new public interface be used.
Note that this assumes the public ALL_t will be included
in 40100...
@lucbv lucbv requested a review from ndellingwood May 12, 2023 20:23
@lucbv lucbv self-assigned this May 12, 2023
@lucbv lucbv requested a review from crtrott May 12, 2023 20:23
lucbv added 2 commits May 13, 2023 16:07
coo2csr needed to be split between src and impl, eventually we could
decide to add a spec file and do the whole ETI for it, to be discussed.
Additionally coo2csr uses features that are in Kokkos Core develop
which prevents Kokkos Kernels from building against 4.0.00 or 4.0.01.
Adding preprocessor checks to avoid this issue.

The par_ilut benchmark unfortunately does not make any sense, it
force its way around using google benchmark for every things from
arguments setting, to timing and to printing outputs. This leads
to unsued variable issues which cannot be fixed... This should really
be reverted but I am just commenting it out for now.
@lucbv
Copy link
Contributor Author

lucbv commented May 13, 2023

Adding a couple more changes in this PR:

  1. Checking the Kokkos Core version before enabling coo2csr as the required utilities in Core are not released yet, additionally splitting the public interface from the implementation details. Eventually we could also ETI this function as we do for the rest of sparse but should probably discuss that first.
  2. Removing par_ilut benchmark as it is not a benchmark, it is a perf test and that creates issues like having unused variables because google benchmark has nothing to do...

Copy link
Contributor

@jgfouca jgfouca left a comment

Choose a reason for hiding this comment

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

I'm fine with disabling the par_ilut perf test or you can give me the config you used and I can fix the unused variables.

@lucbv lucbv added the AT: RETEST Have this PR retested. label May 17, 2023
@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 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 625
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 215
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 239
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 509
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 470
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 559
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 612
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 413
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 408
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 409
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: Kokkos_ALL_t
  • SHA: b3ef19c
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 625
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 215
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 239
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 509
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 470
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 559
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 612
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 413
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 408
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 409
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 625 (click to expand)

b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <56675> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  8aed15438674e21c3810a092b8a5b1d557f077c8 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=3310 run_time=535'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  8aed15438674e21c3810a092b8a5b1d557f077c8 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=4255 run_time=534'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 215 (click to expand)

b'      Start 24: wiki_coarsening'
b''
b'24: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.215/TestAll_2023-05-18_01.56.05/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_coarsening'
b'24: Test timeout computed to be: 2500'
b"24: terminate called after throwing an instance of 'std::runtime_error'"
b'24:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'24/26 Test #24: wiki_coarsening ..................Subprocess aborted***Exception:   0.50 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 25'
b'      Start 25: wiki_rcm'
b''
b'25: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.215/TestAll_2023-05-18_01.56.05/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'25: Test timeout computed to be: 2500'
b"25: terminate called after throwing an instance of 'std::runtime_error'"
b'25:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'25/26 Test #25: wiki_rcm .........................Subprocess aborted***Exception:   0.51 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 26'
b'      Start 26: gmres_test_prec'
b''
b'26: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.215/TestAll_2023-05-18_01.56.05/clang/13.0.0/Cuda-release/example/gmres/KokkosKernels_gmres_test_prec'
b'26: Test timeout computed to be: 2500'
b'26: Convergence tolerance is: 1e-10'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'26/26 Test #26: gmres_test_prec ..................Subprocess aborted***Exception:   0.60 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b''
b'0% tests passed, 26 tests failed out of 26'
b''
b'Total Test time (real) =  14.28 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_cuda (Subprocess aborted)'
b'\t  2 - common_serial (Subprocess aborted)'
b'\t  3 - batched_dla_cuda (Subprocess aborted)'
b'\t  4 - batched_gemm_cuda (Subprocess aborted)'
b'\t  5 - batched_dla_serial (Subprocess aborted)'
b'\t  6 - batched_gemm_serial (Subprocess aborted)'
b'\t  7 - batched_sla_cuda (Subprocess aborted)'
b'\t  8 - batched_sla_serial (Subprocess aborted)'
b'\t  9 - blas_cuda (Subprocess aborted)'
b'\t 10 - blas_serial (Subprocess aborted)'
b'\t 11 - graph_cuda (Subprocess aborted)'
b'\t 12 - graph_serial (Subprocess aborted)'
b'\t 13 - sparse_cuda (Subprocess aborted)'
b'\t 14 - sparse_serial (Subprocess aborted)'
b'\t 15 - ode_cuda (Subprocess aborted)'
b'\t 16 - ode_serial (Subprocess aborted)'
b'\t 17 - wiki_crsmatrix (Subprocess aborted)'
b'\t 18 - wiki_spmv (Subprocess aborted)'
b'\t 19 - wiki_spadd (Subprocess aborted)'
b'\t 20 - wiki_spgemm (Subprocess aborted)'
b'\t 21 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 22 - wiki_coloring (Subprocess aborted)'
b'\t 23 - wiki_mis2 (Subprocess aborted)'
b'\t 24 - wiki_coarsening (Subprocess aborted)'
b'\t 25 - wiki_rcm (Subprocess aborted)'
b'\t 26 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.215/TestAll_2023-05-18_01.56.05/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 239 (click to expand)

b'[KokkosKernels_PullRequest_GCC1020] $ /bin/bash -el /tmp/jenkins5329225097216129350.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  dc8f3240e08d31c6fccd19be23549206372e7da2 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Running on machine: blake'
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --disable-test-eti-only'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b"KokkosKernels Repository Status:  dc8f3240e08d31c6fccd19be23549206372e7da2 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --disable-test-eti-only'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP-release build_time=4364 run_time=438'
b'  PASSED gcc-10.2.0-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-Threads_Serial-release build_time=4227 run_time=832'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 509 (click to expand)

b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_GCC1020_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins7622524277841813480.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  85134850d692df3167373a89aee3cd739c26290d Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gcc-10.2.0-Threads_Serial-release'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gcc-10.2.0-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP-release build_time=427 run_time=95'
b'gcc-10.2.0-Threads_Serial-release build_time=575 run_time=210'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 470 (click to expand)

b' > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 990d7db764044d8e178e330293b14b60bd23c6b3 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins5306624766677524223.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  517c8e170f87a3ed47b5364d436a1644500f5bb4 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=640 run_time=222'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 559 (click to expand)

b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19] $ /bin/bash -el /tmp/jenkins1697614719851819429.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  837c509882a5c1e8be33407e4e9be39291d4de6f Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  intel/19.5.281'
b'Testing compiler intel/19.5.281'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'  Starting job intel-19.5.281-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.5.281-OpenMP-release'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'  Starting job intel-19.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.5.281-OpenMP-release build_time=1389 run_time=117'
b'intel-19.5.281-Threads-release build_time=884 run_time=131'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19'
b'Finished: SUCCESS'
b''

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

b' > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 990d7db764044d8e178e330293b14b60bd23c6b3 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins1893898717512343732.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  0bcf620335dece5dbe67bf8fa8cc1a8f6d18a6c0 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  clang/10.0.1'
b'Testing compiler clang/10.0.1'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'  Starting job clang-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED clang-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'clang-10.0.1-Threads_Serial-release build_time=646 run_time=252'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001'
b'Finished: SUCCESS'
b''

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

b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3579'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  b75126aa346a63332df2cdb59ad6d21e0238c3a9 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  armpl/21.1.0'
b'Testing compiler armpl/21.1.0'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-OpenMP-release'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=1884 run_time=1234'
b'armpl-21.1.0-Serial-release build_time=1752 run_time=278'
b'salloc: Relinquishing job allocation 3579'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins4599332743198814523.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3580'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  356cdbe5434a34caa00109d0e71cea3f26fe2666 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2588 run_time=2436'
b'salloc: Relinquishing job allocation 3580'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b' > git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > git rev-list --no-walk 990d7db764044d8e178e330293b14b60bd23c6b3 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins8944460115588850678.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  419d0a8c0cbb5f8691bf7f8e217dcc11ecce3e5f Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=902 run_time=464'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label May 18, 2023
@lucbv lucbv added the AT: RETEST Have this PR retested. label May 18, 2023
@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 629
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 219
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 243
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 513
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 474
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 563
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 616
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 417
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 412
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 413
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: Kokkos_ALL_t
  • SHA: b3ef19c
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 629
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 219
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 243
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 513
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 474
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 563
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 616
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 417
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 412
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 413
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 629 (click to expand)

b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <56701> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  28a0911e848d08f7dcbd885d43d2290140bb5738 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=3358 run_time=556'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  28a0911e848d08f7dcbd885d43d2290140bb5738 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=4256 run_time=552'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 219 (click to expand)

b'      Start 24: wiki_coarsening'
b''
b'24: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.219/TestAll_2023-05-18_13.11.17/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_coarsening'
b'24: Test timeout computed to be: 2500'
b"24: terminate called after throwing an instance of 'std::runtime_error'"
b'24:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'24/26 Test #24: wiki_coarsening ..................Subprocess aborted***Exception:   0.51 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 25'
b'      Start 25: wiki_rcm'
b''
b'25: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.219/TestAll_2023-05-18_13.11.17/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'25: Test timeout computed to be: 2500'
b"25: terminate called after throwing an instance of 'std::runtime_error'"
b'25:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'25/26 Test #25: wiki_rcm .........................Subprocess aborted***Exception:   0.53 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 26'
b'      Start 26: gmres_test_prec'
b''
b'26: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.219/TestAll_2023-05-18_13.11.17/clang/13.0.0/Cuda-release/example/gmres/KokkosKernels_gmres_test_prec'
b'26: Test timeout computed to be: 2500'
b'26: Convergence tolerance is: 1e-10'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'26/26 Test #26: gmres_test_prec ..................Subprocess aborted***Exception:   0.51 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b''
b'0% tests passed, 26 tests failed out of 26'
b''
b'Total Test time (real) =  14.64 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_cuda (Subprocess aborted)'
b'\t  2 - common_serial (Subprocess aborted)'
b'\t  3 - batched_dla_cuda (Subprocess aborted)'
b'\t  4 - batched_gemm_cuda (Subprocess aborted)'
b'\t  5 - batched_dla_serial (Subprocess aborted)'
b'\t  6 - batched_gemm_serial (Subprocess aborted)'
b'\t  7 - batched_sla_cuda (Subprocess aborted)'
b'\t  8 - batched_sla_serial (Subprocess aborted)'
b'\t  9 - blas_cuda (Subprocess aborted)'
b'\t 10 - blas_serial (Subprocess aborted)'
b'\t 11 - graph_cuda (Subprocess aborted)'
b'\t 12 - graph_serial (Subprocess aborted)'
b'\t 13 - sparse_cuda (Subprocess aborted)'
b'\t 14 - sparse_serial (Subprocess aborted)'
b'\t 15 - ode_cuda (Subprocess aborted)'
b'\t 16 - ode_serial (Subprocess aborted)'
b'\t 17 - wiki_crsmatrix (Subprocess aborted)'
b'\t 18 - wiki_spmv (Subprocess aborted)'
b'\t 19 - wiki_spadd (Subprocess aborted)'
b'\t 20 - wiki_spgemm (Subprocess aborted)'
b'\t 21 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 22 - wiki_coloring (Subprocess aborted)'
b'\t 23 - wiki_mis2 (Subprocess aborted)'
b'\t 24 - wiki_coarsening (Subprocess aborted)'
b'\t 25 - wiki_rcm (Subprocess aborted)'
b'\t 26 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.219/TestAll_2023-05-18_13.11.17/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 243 (click to expand)

b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020'
b'Running on machine: blake'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  fed710441b5db63f76f9186097871e2917175f95 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b"KokkosKernels Repository Status:  fed710441b5db63f76f9186097871e2917175f95 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --disable-test-eti-only'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  Starting job gcc-10.2.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --disable-test-eti-only'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP-release build_time=4322 run_time=429'
b'  PASSED gcc-10.2.0-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP-release build_time=4322 run_time=429'
b'gcc-10.2.0-Threads_Serial-release build_time=4276 run_time=826'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 513 (click to expand)

b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_GCC1020_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins3804774251026040669.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  fed710441b5db63f76f9186097871e2917175f95 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gcc-10.2.0-Threads_Serial-release'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gcc-10.2.0-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP-release build_time=428 run_time=96'
b'gcc-10.2.0-Threads_Serial-release build_time=581 run_time=209'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 474 (click to expand)

b' > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk abe8558b1ff01dd3d32b357b2f3a5e14e1ec74c3 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins5009263465658116468.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  ddf905bc47dfdb889b9635e2ca25f9958b902874 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=641 run_time=219'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 563 (click to expand)

b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19] $ /bin/bash -el /tmp/jenkins1762265595916708206.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  44cf463b0978e5b2a69ac5a838cd5ef8aba09ba5 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  intel/19.5.281'
b'Testing compiler intel/19.5.281'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'  Starting job intel-19.5.281-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.5.281-OpenMP-release'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'  Starting job intel-19.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.5.281-OpenMP-release build_time=1394 run_time=118'
b'intel-19.5.281-Threads-release build_time=905 run_time=131'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19'
b'Finished: SUCCESS'
b''

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

b' > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk abe8558b1ff01dd3d32b357b2f3a5e14e1ec74c3 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins5572779135418082429.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  b6ad525c5496cfd79953154ada72c80a1798a974 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  clang/10.0.1'
b'Testing compiler clang/10.0.1'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'  Starting job clang-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED clang-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'clang-10.0.1-Threads_Serial-release build_time=668 run_time=255'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001'
b'Finished: SUCCESS'
b''

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

b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3587'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  6e2c565db4bd281e838f6b4787e818124d352931 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  armpl/21.1.0'
b'Testing compiler armpl/21.1.0'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-OpenMP-release'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=1913 run_time=1209'
b'armpl-21.1.0-Serial-release build_time=1762 run_time=278'
b'salloc: Relinquishing job allocation 3587'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins144970036090336542.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3588'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  6e2c565db4bd281e838f6b4787e818124d352931 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2582 run_time=2412'
b'salloc: Relinquishing job allocation 3588'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b' > git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > git rev-list --no-walk abe8558b1ff01dd3d32b357b2f3a5e14e1ec74c3 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'Commit message: "Merge pull request #6137 from masterleinad/fix_sycl_bit_cast"'
b' > git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins2992508139359241587.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  a532316f5c2079048b313a9456a3a6ad6266080a Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 Merge pull request #6137 from masterleinad/fix_sycl_bit_cast'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=899 run_time=475'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label May 18, 2023
@lucbv lucbv added the AT: RETEST Have this PR retested. label May 19, 2023
@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 631
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 221
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 245
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 515
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 476
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 565
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 618
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 419
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 414
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 415
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: Kokkos_ALL_t
  • SHA: b3ef19c
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 631
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 221
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 245
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 515
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 476
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 565
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 618
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 419
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 414
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 415
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 631 (click to expand)

b''
b'22: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.631/TestAll_2023-05-18_22.29.14/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_coloring'
b'22: Test timeout computed to be: 2500'
b"22: terminate called after throwing an instance of 'std::runtime_error'"
b'22:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'22/26 Test #22: wiki_coloring ....................Subprocess aborted***Exception:   0.63 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 23'
b'      Start 23: wiki_mis2'
b''
b'23: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.631/TestAll_2023-05-18_22.29.14/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_mis2'
b'23: Test timeout computed to be: 2500'
b"23: terminate called after throwing an instance of 'std::runtime_error'"
b'23:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'23/26 Test #23: wiki_mis2 ........................Subprocess aborted***Exception:   0.57 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 24'
b'      Start 24: wiki_coarsening'
b''
b'24: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.631/TestAll_2023-05-18_22.29.14/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_coarsening'
b'24: Test timeout computed to be: 2500'
b"24: terminate called after throwing an instance of 'std::runtime_error'"
b'24:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'24/26 Test #24: wiki_coarsening ..................Subprocess aborted***Exception:   0.63 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 25'
b'      Start 25: wiki_rcm'
b''
b'25: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.631/TestAll_2023-05-18_22.29.14/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'25: Test timeout computed to be: 2500'
b"25: terminate called after throwing an instance of 'std::runtime_error'"
b'25:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'25/26 Test #25: wiki_rcm .........................Subprocess aborted***Exception:   0.51 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 26'
b'      Start 26: gmres_test_prec'
b''
b'26: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.631/TestAll_2023-05-18_22.29.14/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'26: Test timeout computed to be: 2500'
b'26: Convergence tolerance is: 1e-10'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'26/26 Test #26: gmres_test_prec ..................Subprocess aborted***Exception:   0.55 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b''
b'0% tests passed, 26 tests failed out of 26'
b''
b'Total Test time (real) =  17.09 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_cuda (Subprocess aborted)'
b'\t  2 - common_openmp (Subprocess aborted)'
b'\t  3 - batched_dla_cuda (Subprocess aborted)'
b'\t  4 - batched_gemm_cuda (Subprocess aborted)'
b'\t  5 - batched_dla_openmp (Subprocess aborted)'
b'\t  6 - batched_gemm_openmp (Subprocess aborted)'
b'\t  7 - batched_sla_cuda (Subprocess aborted)'
b'\t  8 - batched_sla_openmp (Subprocess aborted)'
b'\t  9 - blas_cuda (Subprocess aborted)'
b'\t 10 - blas_openmp (Subprocess aborted)'
b'\t 11 - graph_cuda (Subprocess aborted)'
b'\t 12 - graph_openmp (Subprocess aborted)'
b'\t 13 - sparse_cuda (Subprocess aborted)'
b'\t 14 - sparse_openmp (Subprocess aborted)'
b'\t 15 - ode_cuda (Subprocess aborted)'
b'\t 16 - ode_openmp (Subprocess aborted)'
b'\t 17 - wiki_crsmatrix (Subprocess aborted)'
b'\t 18 - wiki_spmv (Subprocess aborted)'
b'\t 19 - wiki_spadd (Subprocess aborted)'
b'\t 20 - wiki_spgemm (Subprocess aborted)'
b'\t 21 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 22 - wiki_coloring (Subprocess aborted)'
b'\t 23 - wiki_mis2 (Subprocess aborted)'
b'\t 24 - wiki_coarsening (Subprocess aborted)'
b'\t 25 - wiki_rcm (Subprocess aborted)'
b'\t 26 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.631/TestAll_2023-05-18_22.29.14/cuda/11.2.2/gcc-8.3.1-Cuda_OpenMP-release/reload_modules.sh: No such file or directory'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 221 (click to expand)

b'      Start 24: wiki_coarsening'
b''
b'24: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.221/TestAll_2023-05-18_22.29.14/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_coarsening'
b'24: Test timeout computed to be: 2500'
b"24: terminate called after throwing an instance of 'std::runtime_error'"
b'24:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'24/26 Test #24: wiki_coarsening ..................Subprocess aborted***Exception:   0.46 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 25'
b'      Start 25: wiki_rcm'
b''
b'25: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.221/TestAll_2023-05-18_22.29.14/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'25: Test timeout computed to be: 2500'
b"25: terminate called after throwing an instance of 'std::runtime_error'"
b'25:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'25/26 Test #25: wiki_rcm .........................Subprocess aborted***Exception:   0.55 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b'test 26'
b'      Start 26: gmres_test_prec'
b''
b'26: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.221/TestAll_2023-05-18_22.29.14/clang/13.0.0/Cuda-release/example/gmres/KokkosKernels_gmres_test_prec'
b'26: Test timeout computed to be: 2500'
b'26: Convergence tolerance is: 1e-10'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b'26/26 Test #26: gmres_test_prec ..................Subprocess aborted***Exception:   0.58 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  cudaGetDeviceCount(&m_cudaDevCount) error( cudaErrorNoDevice): no CUDA-capable device is detected /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp:256'
b''
b''
b'0% tests passed, 26 tests failed out of 26'
b''
b'Total Test time (real) =  15.73 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_cuda (Subprocess aborted)'
b'\t  2 - common_serial (Subprocess aborted)'
b'\t  3 - batched_dla_cuda (Subprocess aborted)'
b'\t  4 - batched_gemm_cuda (Subprocess aborted)'
b'\t  5 - batched_dla_serial (Subprocess aborted)'
b'\t  6 - batched_gemm_serial (Subprocess aborted)'
b'\t  7 - batched_sla_cuda (Subprocess aborted)'
b'\t  8 - batched_sla_serial (Subprocess aborted)'
b'\t  9 - blas_cuda (Subprocess aborted)'
b'\t 10 - blas_serial (Subprocess aborted)'
b'\t 11 - graph_cuda (Subprocess aborted)'
b'\t 12 - graph_serial (Subprocess aborted)'
b'\t 13 - sparse_cuda (Subprocess aborted)'
b'\t 14 - sparse_serial (Subprocess aborted)'
b'\t 15 - ode_cuda (Subprocess aborted)'
b'\t 16 - ode_serial (Subprocess aborted)'
b'\t 17 - wiki_crsmatrix (Subprocess aborted)'
b'\t 18 - wiki_spmv (Subprocess aborted)'
b'\t 19 - wiki_spadd (Subprocess aborted)'
b'\t 20 - wiki_spgemm (Subprocess aborted)'
b'\t 21 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 22 - wiki_coloring (Subprocess aborted)'
b'\t 23 - wiki_mis2 (Subprocess aborted)'
b'\t 24 - wiki_coarsening (Subprocess aborted)'
b'\t 25 - wiki_rcm (Subprocess aborted)'
b'\t 26 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.221/TestAll_2023-05-18_22.29.14/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 245 (click to expand)

b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020'
b'Running on machine: blake'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  c2fe72ee1cd6744eaa003fa13ba629b365dcf12c Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b"KokkosKernels Repository Status:  c2fe72ee1cd6744eaa003fa13ba629b365dcf12c Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --disable-test-eti-only'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  Starting job gcc-10.2.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --disable-test-eti-only'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP-release build_time=4445 run_time=442'
b'  PASSED gcc-10.2.0-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP-release build_time=4445 run_time=442'
b'gcc-10.2.0-Threads_Serial-release build_time=4298 run_time=833'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 515 (click to expand)

b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 87c7be94fa09ee81d17db26902f801c38f93b1b4 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 87c7be94fa09ee81d17db26902f801c38f93b1b4 # timeout=10'
b'Commit message: "Merge pull request #6047 from masterleinad/simplify_sycl_reductions"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_GCC1020_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins1372625607891584571.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  a6b5d0e2133d82f89e7e947766345360bef5b5ac Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gcc-10.2.0-Threads_Serial-release'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gcc-10.2.0-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP-release build_time=430 run_time=96'
b'gcc-10.2.0-Threads_Serial-release build_time=574 run_time=209'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 476 (click to expand)

b' > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0dbe3570abbe5836470d36be11beb3588dc6d864 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 87c7be94fa09ee81d17db26902f801c38f93b1b4 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 87c7be94fa09ee81d17db26902f801c38f93b1b4 # timeout=10'
b'Commit message: "Merge pull request #6047 from masterleinad/simplify_sycl_reductions"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins7864493325248026364.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  53c9a96177996f1412ee82756f16c1e44ba1e997 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=644 run_time=223'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 565 (click to expand)

b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 87c7be94fa09ee81d17db26902f801c38f93b1b4 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 87c7be94fa09ee81d17db26902f801c38f93b1b4 # timeout=10'
b'Commit message: "Merge pull request #6047 from masterleinad/simplify_sycl_reductions"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19] $ /bin/bash -el /tmp/jenkins5369390257703776846.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  26f6082a16d9ded803fbe4fbdd91954a1a5ff743 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  intel/19.5.281'
b'Testing compiler intel/19.5.281'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'  Starting job intel-19.5.281-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.5.281-OpenMP-release'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.5.281 when looking for Spack variants'
b'  Starting job intel-19.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.5.281-OpenMP-release build_time=1395 run_time=120'
b'intel-19.5.281-Threads-release build_time=873 run_time=129'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19'
b'Finished: SUCCESS'
b''

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

b' > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0dbe3570abbe5836470d36be11beb3588dc6d864 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10'
b" > git --version # 'git version 2.9.4'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 87c7be94fa09ee81d17db26902f801c38f93b1b4 (origin/develop)'
b' > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 87c7be94fa09ee81d17db26902f801c38f93b1b4 # timeout=10'
b'Commit message: "Merge pull request #6047 from masterleinad/simplify_sycl_reductions"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins6430397871562939164.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update'
b' * [new branch]      develop    -> upstream/develop'
b' * [new branch]      master     -> upstream/master'
b' * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new tag]         2.6.00     -> 2.6.00'
b' * [new tag]         2.7.00     -> 2.7.00'
b' * [new tag]         2.7.24     -> 2.7.24'
b' * [new tag]         2.8.00     -> 2.8.00'
b' * [new tag]         2.9.00     -> 2.9.00'
b' * [new tag]         3.0.00     -> 3.0.00'
b' * [new tag]         3.1.00     -> 3.1.00'
b' * [new tag]         3.1.01     -> 3.1.01'
b' * [new tag]         3.2.00     -> 3.2.00'
b' * [new tag]         3.2.01     -> 3.2.01'
b' * [new tag]         3.3.00     -> 3.3.00'
b' * [new tag]         3.3.01     -> 3.3.01'
b' * [new tag]         3.4.00     -> 3.4.00'
b' * [new tag]         3.4.01     -> 3.4.01'
b' * [new tag]         3.5.00     -> 3.5.00'
b' * [new tag]         3.6.00     -> 3.6.00'
b' * [new tag]         3.6.01     -> 3.6.01'
b' * [new tag]         3.7.00     -> 3.7.00'
b' * [new tag]         3.7.01     -> 3.7.01'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001'
b'Running on machine: blake'
b"KokkosKernels Repository Status:  02a7cad4d7f63d0cebbad0f8c272194af7601add Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  clang/10.0.1'
b'Testing compiler clang/10.0.1'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'Unrecognized compiler clang/10.0.1 when looking for Spack variants'
b'  Starting job clang-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: SKX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED clang-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'clang-10.0.1-Threads_Serial-release build_time=658 run_time=254'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001'
b'Finished: SUCCESS'
b''

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

b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3593'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  0007813c428e67598921bb5cf435bd34168a6e63 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  armpl/21.1.0'
b'Testing compiler armpl/21.1.0'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-OpenMP-release'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=1918 run_time=1160'
b'armpl-21.1.0-Serial-release build_time=1767 run_time=273'
b'salloc: Relinquishing job allocation 3593'
b'salloc: Job allocation 3593 has been revoked.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' > git checkout -f 87c7be94fa09ee81d17db26902f801c38f93b1b4 # timeout=10'
b'Commit message: "Merge pull request #6047 from masterleinad/simplify_sycl_reductions"'
b' > git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins2216196362750209031.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3592'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  0007813c428e67598921bb5cf435bd34168a6e63 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2600 run_time=2306'
b'salloc: Relinquishing job allocation 3592'
b'salloc: Job allocation 3592 has been revoked.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b' > git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse b3ef19c74c30818e8b2cf6dd01047a7db11e692e^{commit} # timeout=10'
b'Checking out Revision b3ef19c74c30818e8b2cf6dd01047a7db11e692e (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f b3ef19c74c30818e8b2cf6dd01047a7db11e692e # timeout=10'
b'Commit message: "Applying clang-format"'
b' > git rev-list --no-walk 0dbe3570abbe5836470d36be11beb3588dc6d864 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 87c7be94fa09ee81d17db26902f801c38f93b1b4 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 87c7be94fa09ee81d17db26902f801c38f93b1b4 # timeout=10'
b'Commit message: "Merge pull request #6047 from masterleinad/simplify_sycl_reductions"'
b' > git rev-list --no-walk 8f4fb725e79b3fbc6558d8fa6e1a8a628890b113 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins3323498340640391596.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new tag]             2.6.00                      -> 2.6.00'
b' * [new tag]             2.7.00                      -> 2.7.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b"Merge made by the 'recursive' strategy."
b' scripts/cm_test_all_sandia | 44 +++++++++-----------------------------------'
b' 1 file changed, 9 insertions(+), 35 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  e2eed7504f7928163e9aef3be2d90d44699f9884 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  87c7be94fa09ee81d17db26902f801c38f93b1b4 Merge pull request #6047 from masterleinad/simplify_sycl_reductions'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=889 run_time=471'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label May 19, 2023
@lucbv lucbv added the AT: RETEST Have this PR retested. label May 19, 2023
@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 634
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 224
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 248
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 518
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 479
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 568
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 621
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 422
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 417
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 418
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: Kokkos_ALL_t
  • SHA: b3ef19c
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 634
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 224
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 248
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 518
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 479
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 568
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 621
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 422
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 417
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 418
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3ef19c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 69d0a8b
PR_LABELS AT: RETEST;CompatibilityUpdate
PULLREQUESTNUM 1827
TEST_REPO_ALIAS KOKKOSKERNELS

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

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

@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

@lucbv lucbv merged commit 058f099 into kokkos:develop May 20, 2023
@lucbv lucbv deleted the Kokkos_ALL_t branch May 20, 2023 14:22
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.

5 participants