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

cusparse 12 spmv: check y vector alignment #1889

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

brian-kelley
Copy link
Contributor

@brian-kelley brian-kelley commented Jun 28, 2023

cusparse 12 requires that the y (output) vector in cusparseSpMV has 16-byte alignment (for all scalar types).
So check for this and call the native fallback if y has less than 16 bytes alignment.

This will fix trilinos/Trilinos#11926.

@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: 711
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 302
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 325
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 595
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 556
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 645
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 698
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 499
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 494
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 494
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 16
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: FixTrilinos11926
  • SHA: 1e8e25b
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

cusparse 12 requires that the y (output) vector has 16-byte alignment.
So check for this and call the native fallback if y has less alignment.

This fixes Trilinos #11926.
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has pushed a change to the PR before testing completed. NEW EVENT 'committed', ID C_kwDOBK7s5toAKDg1NzY0OTlhMGUwYzM0OGViYjYwNWMzODliOTMxMDk4OTcxODM0ZjI... The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 711
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 302
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 325
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 595
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 556
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 645
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 698
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 499
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 494
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 494
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 16
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 1e8e25b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 711 (click to expand)

b'Setting http proxy: proxy.sandia.gov:80'
b' > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 1e8e25b547732f3cc72f4c4c2463698d8d8deef2^{commit} # timeout=10'
b'JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script'
b'Checking out Revision 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 (detached)'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 # timeout=10'
b'Commit message: "cusparse 12 spmv: check y vector alignment"'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk d7397d57dfc798fd78368bbf78a0a62072d5affb # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > /home/projects/ppc64le/git/2.10.1/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/ppc64le/git/2.10.1/bin/git --version # timeout=10'
b" > git --version # 'git version 2.10.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (origin/develop)'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins15404444460697518594.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 branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <58883> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b" > git --version # 'git version 2.10.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 1e8e25b547732f3cc72f4c4c2463698d8d8deef2^{commit} # timeout=10'
b'Checking out Revision 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 (detached)'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 # timeout=10'
b'Commit message: "cusparse 12 spmv: check y vector alignment"'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk d7397d57dfc798fd78368bbf78a0a62072d5affb # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > /home/projects/ppc64le/git/2.10.1/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/ppc64le/git/2.10.1/bin/git --version # timeout=10'
b" > git --version # 'git version 2.10.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (origin/develop)'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10] $ /bin/bash -el /tmp/jenkins10125084639994158260.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 branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10'
b'***Forced exclusive execution'
b'Job <58884> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
b''
b''
b'Going to test compilers:  clang/13.0.0'
b'Testing compiler clang/13.0.0'
b'Unrecognized compiler clang/13.0.0 when looking for Spack variants'
b'Unrecognized compiler clang/13.0.0 when looking for Spack variants'
b'Unrecognized compiler clang/13.0.0 when looking for Spack variants'
b'  Starting job clang-13.0.0-Cuda-release'
b'kokkos devices: Cuda'
b'kokkos arch: Power9,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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_GCC1020] $ /bin/bash -el /tmp/jenkins6966912294124232130.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 branch]      release-candidate-4.1.00 -> upstream/release-candidate-4.1.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]         3.7.02     -> 3.7.02'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b'Already up-to-date.'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020'
b'Running on machine: blake'
b'Running on machine: blake'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
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'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b' > /home/projects/x86-64/git/2.9.4/bin/git init /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
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/brian-kelley/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/brian-kelley/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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2^{commit} # timeout=10'
b'Checking out Revision 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 (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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 # timeout=10'
b'Commit message: "cusparse 12 spmv: check y vector alignment"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk d7397d57dfc798fd78368bbf78a0a62072d5affb # 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_GCC1020_Light_LayoutRight/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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_GCC1020_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins4534606286022231465.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 branch]      release-candidate-4.1.00 -> upstream/release-candidate-4.1.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]         3.7.02     -> 3.7.02'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b'Already up-to-date.'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight'
b'Running on machine: blake'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b' > /home/projects/x86-64/git/2.9.4/bin/git init /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
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/brian-kelley/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/brian-kelley/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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2^{commit} # timeout=10'
b'Checking out Revision 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 (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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 # timeout=10'
b'Commit message: "cusparse 12 spmv: check y vector alignment"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk d7397d57dfc798fd78368bbf78a0a62072d5affb # 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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins6803590222700507358.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 branch]      release-candidate-4.1.00 -> upstream/release-candidate-4.1.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]         3.7.02     -> 3.7.02'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b'Already up-to-date.'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020'
b'Running on machine: blake'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b' > /home/projects/x86-64/git/2.9.4/bin/git init /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
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/brian-kelley/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/brian-kelley/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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2^{commit} # timeout=10'
b'Checking out Revision 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 (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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 # timeout=10'
b'Commit message: "cusparse 12 spmv: check y vector alignment"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk d7397d57dfc798fd78368bbf78a0a62072d5affb # 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_INTEL19/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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19] $ /bin/bash -el /tmp/jenkins2442664499222134736.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 branch]      release-candidate-4.1.00 -> upstream/release-candidate-4.1.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]         3.7.02     -> 3.7.02'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b'Already up-to-date.'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19'
b'Running on machine: blake'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b' > /home/projects/x86-64/git/2.9.4/bin/git init /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
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/brian-kelley/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/brian-kelley/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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2^{commit} # timeout=10'
b'Checking out Revision 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 (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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 # timeout=10'
b'Commit message: "cusparse 12 spmv: check y vector alignment"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk d7397d57dfc798fd78368bbf78a0a62072d5affb # 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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins7564637858663292774.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 branch]      release-candidate-4.1.00 -> upstream/release-candidate-4.1.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]         3.7.02     -> 3.7.02'
b' * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new tag]         4.0.00     -> 4.0.00'
b' * [new tag]         4.0.01     -> 4.0.01'
b'Already up-to-date.'
b'/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001'
b'Running on machine: blake'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.19.2'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110] $ /bin/bash -el /tmp/jenkins2840415798931983048.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 branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
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 3797'
b'Running on machine: inouye'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.19.2'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins8087974052563440467.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 branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
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 3796'
b'Running on machine: inouye'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b' > git init /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
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/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/brian-kelley/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 1e8e25b547732f3cc72f4c4c2463698d8d8deef2^{commit} # timeout=10'
b'Checking out Revision 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 # timeout=10'
b'Commit message: "cusparse 12 spmv: check y vector alignment"'
b' > git rev-list --no-walk d7397d57dfc798fd78368bbf78a0a62072d5affb # 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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins1772223164890711582.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 branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520 # 16 (click to expand)

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
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_Tpls_ROCM520/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
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/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 1e8e25b547732f3cc72f4c4c2463698d8d8deef2^{commit} # timeout=10'
b'Checking out Revision 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 1e8e25b547732f3cc72f4c4c2463698d8d8deef2 # timeout=10'
b'Commit message: "cusparse 12 spmv: check y vector alignment"'
b' > git rev-list --no-walk d7397d57dfc798fd78368bbf78a0a62072d5affb # timeout=10'
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_Tpls_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 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'Commit message: "Fix whitespace in bug_report.md (#6244)"'
b' > git rev-list --no-walk 0db68e41bab29e9cb5ea51f52e0f13ea0b38586a # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520] $ /bin/bash -el /tmp/jenkins7675059783746678388.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b'   1331baf11..25a31f881  master     -> upstream/master'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Running on machine: caraway'
b'KokkosKernels Repository Status:  1e8e25b547732f3cc72f4c4c2463698d8d8deef2 cusparse 12 spmv: check y vector alignment'
b''
b'Kokkos Repository Status:  0db68e41bab29e9cb5ea51f52e0f13ea0b38586a Fix whitespace in bug_report.md (#6244)'
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'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

@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: 712
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 303
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 326
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 596
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 557
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 646
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 699
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 500
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 495
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 495
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 17
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: FixTrilinos11926
  • SHA: 8576499
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 712
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 303
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 326
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 596
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 557
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 646
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 699
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 500
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 495
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 495
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 17
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8576499
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c11cd33
PR_LABELS
PULLREQUESTNUM 1889
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ 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

@brian-kelley brian-kelley merged commit 9b5a1a2 into kokkos:develop Jun 29, 2023
@brian-kelley brian-kelley deleted the FixTrilinos11926 branch June 29, 2023 02:32
brian-kelley added a commit to brian-kelley/Trilinos that referenced this pull request Jun 29, 2023
(Patch of kokkos/kokkos-kernels#1889)

For cusparse 12 spmv, make sure y vector is aligned to 16 bytes. If not, call the native impl as a fallback.
@ndellingwood ndellingwood added the TrilinosPatchMatch Apply this label for PR's mirroring changes submitted directly to Trilinos label Jul 3, 2023
@ndellingwood
Copy link
Contributor

Patch match to Trilinos trilinos/Trilinos#12004

cwpearson pushed a commit to cwpearson/Trilinos that referenced this pull request Sep 19, 2023
(Patch of kokkos/kokkos-kernels#1889)

For cusparse 12 spmv, make sure y vector is aligned to 16 bytes. If not, call the native impl as a fallback.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TrilinosPatchMatch Apply this label for PR's mirroring changes submitted directly to Trilinos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants