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

Fix unused parameter warnings in GEMM test. #1381

Merged
merged 2 commits into from
Apr 19, 2022

Conversation

jennloe
Copy link
Contributor

@jennloe jennloe commented Apr 7, 2022

This fixes the following unused parameter warnings that were blocking my build:

/ascldap/users/jloe/Kokkos/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_gemm_perf_test.hpp: In instantiation of ‘void __gemm_copy_simd_view_to_3d_view(gemm_simd_args_t, dstViewType, options_t) 
[with dstViewType = Kokkos::View<double***, Kokkos::LayoutLeft, Kokkos::Cuda>; gemm_simd_args_t = gemm_simd_args; options_t = perf_test_options]’:
/ascldap/users/jloe/Kokkos/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_gemm_perf_test.hpp:1845:97:   required from ‘void __gemm_do_verify(options_t, gemm_args_t, void (*)(options_t, gemm_args_t)) 
[with ScalarType = double; LayoutType = Kokkos::LayoutLeft; DeviceType = Kokkos::Cuda; options_t = perf_test_options; gemm_args_t = gemm_args]’
/ascldap/users/jloe/Kokkos/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_gemm_perf_test.hpp:2209:84:   required from here
/ascldap/users/jloe/Kokkos/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_gemm_perf_test.hpp:1641:51: error: unused parameter ‘src’ [-Werror=unused-parameter]
 static inline void __gemm_copy_simd_view_to_3d_view(gemm_simd_args_t src,
                                                   ^~~
/ascldap/users/jloe/Kokkos/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_gemm_perf_test.hpp:1642:1: error: unused parameter ‘dst’ [-Werror=unused-parameter]
                                                     dstViewType dst,
 ^
/ascldap/users/jloe/Kokkos/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_gemm_perf_test.hpp:1643:1: error: unused parameter ‘options’ [-Werror=unused-parameter]
                                                     options_t options) {

That said, I am not 100% sure that this is the correct fix. I am building with CUDA 10.2.89.
The test error message only indicates a problem with CUDA 10.2.2. Should my build really be skipping this test per the ifdef in this code?

@jennloe jennloe requested review from brian-kelley and lucbv April 7, 2022 17:07
Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

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

Fair enough, thanks for the change

@jennloe
Copy link
Contributor Author

jennloe commented Apr 7, 2022

@lucbv Should we be hitting that code block with CUDA 10.2.89, or does the above #if (CUDA_VERSION != 10020) on line 1649 need to be changed? Because the corresponding note seems to indicate that the #if is intended to avoid CUDA 10.2.2.

@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_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 156
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 927
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 573
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 917
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 904
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 309
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: FixGEMMUnusedParams
  • SHA: e8dd918
  • Mode: TEST_REPO

Pull Request Author: jennloe

@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_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 156
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 927
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 573
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 917
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 904
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 309
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 156 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/jennloe/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git init /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:797)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:834)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to weaver
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
		at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
		at com.sun.proxy.$Proxy82.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1224)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
		at hudson.model.Run.execute(Run.java:1888)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:99)
		at hudson.model.Executor.run(Executor.java:432)
Caused by: hudson.plugins.git.GitException: Error performing git command: /home/projects/ppc64le/git/2.10.1/bin/git init /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2679)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2601)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1968)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1040)
	... 11 more
Caused by: java.io.IOException: Cannot run program "/home/projects/ppc64le/git/2.10.1/bin/git" (in directory "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
	at hudson.Proc$LocalProc.(Proc.java:252)
	at hudson.Proc$LocalProc.(Proc.java:221)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:995)
	at hudson.Launcher$ProcStarter.start(Launcher.java:507)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2664)
	... 15 more
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.ProcessImpl.forkAndExec(Native Method)
	at java.lang.ProcessImpl.(ProcessImpl.java:340)
	at java.lang.ProcessImpl.start(ProcessImpl.java:271)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
	... 21 more
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE

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

16: Shortcut relative residual for iteration 27 is: 2.26961e-10
16: Shortcut relative residual for iteration 28 is: 1.0514e-10
16: Shortcut relative residual for iteration 29 is: 5.003e-11
16: True relative residual for iteration 29 is : 5.003e-11
16: Ending relative residual is: 5.003e-11
16: Solver converged! 
16: The solver completed 30 iterations.
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test MGS Passed!
16: =======================================
16: 
16: 
16: Both tests have passed!!
16/17 Test #16: gmres_test_real_A ................   Passed    0.02 sec
test 17
      Start 17: gmres_test_prec

17: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.927/TestAll_2022-04-07_12.35.10/gcc/7.2.0/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec
17: Test timeout computed to be: 2500
17: Convergence tolerance is: 1e-10
17: Convergence tolerance is: 1e-10
17: Initial relative residual is: 332.144
17: Shortcut relative residual for iteration 0 is: 2.64818e-14
17: True relative residual for iteration 0 is : 3.48957e-14
17: Ending relative residual is: 3.48957e-14
17: Solver converged!
17: The solver completed 1 iterations.
17: =========================================
17: Verify from main: Ending residual is 3.48957e-14
17: Number of iterations is: 1
17: Diff of residual from main - residual from solver: 0
17: Convergence flag is : Converged
17: Test passed!
17/17 Test #17: gmres_test_prec .................. Passed 0.01 sec

94% tests passed, 1 tests failed out of 17

Total Test time (real) = 142.38 sec

The following tests FAILED:
5 - graph_openmp (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.927/TestAll_2022-04-07_12.35.10/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.927/TestAll_2022-04-07_12.35.10/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

16: Shortcut relative residual for iteration 26 is: 4.9994e-10
16: Shortcut relative residual for iteration 27 is: 2.26961e-10
16: Shortcut relative residual for iteration 28 is: 1.0514e-10
16: Shortcut relative residual for iteration 29 is: 5.003e-11
16: True relative residual for iteration 29 is : 5.003e-11
16: Ending relative residual is: 5.003e-11
16: Solver converged! 
16: The solver completed 30 iterations.
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test MGS Passed!
16: =======================================
16: 
16: 
16: Both tests have passed!!
16/17 Test #16: gmres_test_real_A ................   Passed    0.03 sec
test 17
      Start 17: gmres_test_prec

17: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.573/TestAll_2022-04-07_12.35.21/gcc/7.2.0/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec
17: Test timeout computed to be: 2500
17: Convergence tolerance is: 1e-10
17: Convergence tolerance is: 1e-10
17: Initial relative residual is: 332.144
17: Shortcut relative residual for iteration 0 is: 2.64818e-14
17: True relative residual for iteration 0 is : 3.48957e-14
17: Ending relative residual is: 3.48957e-14
17: Solver converged!
17: The solver completed 1 iterations.
17: =========================================
17: Verify from main: Ending residual is 3.48957e-14
17: Number of iterations is: 1
17: Diff of residual from main - residual from solver: 0
17: Convergence flag is : Converged
17: Test passed!
17/17 Test #17: gmres_test_prec .................. Passed 0.01 sec

94% tests passed, 1 tests failed out of 17

Total Test time (real) = 138.30 sec

The following tests FAILED:
5 - graph_openmp (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.573/TestAll_2022-04-07_12.35.21/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.573/TestAll_2022-04-07_12.35.21/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

22: Shortcut relative residual for iteration 6 is: 0.00218954
22: Shortcut relative residual for iteration 7 is: 0.000991922
22: Shortcut relative residual for iteration 8 is: 0.000463021
22: Shortcut relative residual for iteration 9 is: 0.000217945
22: Shortcut relative residual for iteration 10 is: 0.00010212
22: Shortcut relative residual for iteration 11 is: 4.74669e-05
22: Shortcut relative residual for iteration 12 is: 2.19568e-05
22: Shortcut relative residual for iteration 13 is: 1.01615e-05
22: Shortcut relative residual for iteration 14 is: 4.77165e-06
22: True relative residual for iteration 14 is : 4.77165e-06
22: Shortcut relative residual for iteration 15 is: 2.38402e-06
22: Shortcut relative residual for iteration 16 is: 1.19465e-06
22: Shortcut relative residual for iteration 17 is: 5.95332e-07
22: Shortcut relative residual for iteration 18 is: 2.83012e-07
22: Shortcut relative residual for iteration 19 is: 1.32401e-07
22: Shortcut relative residual for iteration 20 is: 6.06542e-08
22: Shortcut relative residual for iteration 21 is: 2.71614e-08
22: Shortcut relative residual for iteration 22 is: 1.2012e-08
22: Shortcut relative residual for iteration 23 is: 5.37439e-09
22: Shortcut relative residual for iteration 24 is: 2.41075e-09
22: Shortcut relative residual for iteration 25 is: 1.11111e-09
22: Shortcut relative residual for iteration 26 is: 4.9994e-10
22: Shortcut relative residual for iteration 27 is: 2.26961e-10
22: Shortcut relative residual for iteration 28 is: 1.0514e-10
22: Shortcut relative residual for iteration 29 is: 5.003e-11
22: True relative residual for iteration 29 is : 5.003e-11
22: Ending relative residual is: 5.003e-11
22: Solver converged! 
22: The solver completed 30 iterations.
22: =======================================
22: Verify from main: Ending residual is 5.003e-11
22: Number of iterations is: 30
22: Diff of residual from main - residual from solver: 0
22: Convergence flag is : Converged
22: Test MGS Passed!
22: =======================================
22: 
22: 
22: Both tests have passed!!
22/23 Test #22: gmres_test_real_A ................   Passed    0.03 sec
test 23
      Start 23: gmres_test_prec

23: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.917/TestAll_2022-04-07_12.35.31/gcc/7.2.0/OpenMP_Serial-release/example/gmres/KokkosKernels_gmres_test_prec
23: Test timeout computed to be: 2500
23: Convergence tolerance is: 1e-10
23: Convergence tolerance is: 1e-10
23: Initial relative residual is: 332.144
23: Shortcut relative residual for iteration 0 is: 2.64818e-14
23: True relative residual for iteration 0 is : 3.48957e-14
23: Ending relative residual is: 3.48957e-14
23: Solver converged!
23: The solver completed 1 iterations.
23: =========================================
23: Verify from main: Ending residual is 3.48957e-14
23: Number of iterations is: 1
23: Diff of residual from main - residual from solver: 0
23: Convergence flag is : Converged
23: Test passed!
23/23 Test #23: gmres_test_prec .................. Passed 0.01 sec

96% tests passed, 1 tests failed out of 23

Total Test time (real) = 254.67 sec

The following tests FAILED:
5 - graph_openmp (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.917/TestAll_2022-04-07_12.35.31/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

16: Shortcut relative residual for iteration 21 is: 2.71614e-08
16: Shortcut relative residual for iteration 22 is: 1.2012e-08
16: Shortcut relative residual for iteration 23 is: 5.37439e-09
16: Shortcut relative residual for iteration 24 is: 2.41075e-09
16: Shortcut relative residual for iteration 25 is: 1.11111e-09
16: Shortcut relative residual for iteration 26 is: 4.9994e-10
16: Shortcut relative residual for iteration 27 is: 2.26961e-10
16: Shortcut relative residual for iteration 28 is: 1.0514e-10
16: Shortcut relative residual for iteration 29 is: 5.003e-11
16: True relative residual for iteration 29 is : 5.003e-11
16: Ending relative residual is: 5.003e-11
16: Solver converged! 
16: The solver completed 30 iterations.
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test MGS Passed!
16: =======================================
16: 
16: 
16: Both tests have passed!!
16/17 Test #16: gmres_test_real_A ................   Passed    0.06 sec
test 17
      Start 17: gmres_test_prec

17: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.904/TestAll_2022-04-07_12.35.40/intel/18.1.163/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec
17: Test timeout computed to be: 2500
17: Convergence tolerance is: 1e-10
17: Convergence tolerance is: 1e-10
17: Initial relative residual is: 332.144
17: Shortcut relative residual for iteration 0 is: 2.64818e-14
17: True relative residual for iteration 0 is : 3.48957e-14
17: Ending relative residual is: 3.48957e-14
17: Solver converged!
17: The solver completed 1 iterations.
17: =========================================
17: Verify from main: Ending residual is 3.48957e-14
17: Number of iterations is: 1
17: Diff of residual from main - residual from solver: 0
17: Convergence flag is : Converged
17: Test passed!
17/17 Test #17: gmres_test_prec .................. Passed 0.08 sec

94% tests passed, 1 tests failed out of 17

Total Test time (real) = 101.36 sec

The following tests FAILED:
5 - graph_openmp (Failed)
Errors while running CTest
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-18.1.163-Threads-release build_time=743 run_time=147
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.904/TestAll_2022-04-07_12.35.40/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk e57e2eef9e3b774f10dc6c180b7f2815383d0544 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 4f1b433fcd66301b5eae755c123b9194315589ab (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 4f1b433fcd66301b5eae755c123b9194315589ab # timeout=10
Commit message: "Merge pull request #4946 from dalg24/bug_runtime_check_memory_access_violation"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 8646acecf7b11c38a9f983cd29a4b13a63f1c9bc # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins2514340602977076707.sh
salloc: Granted job allocation 1021860
salloc: Waiting for resource configuration
salloc: Nodes blake25 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 4f1b433fcd66301b5eae755c123b9194315589ab Merge pull request #4946 from dalg24/bug_runtime_check_memory_access_violation

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=554 run_time=231
salloc: Relinquishing job allocation 1021860
salloc: Job allocation 1021860 has been revoked.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

@jennloe jennloe added the AT: RETEST Have this PR retested. label Apr 12, 2022
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 170
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 941
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 585
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 929
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 916
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 321
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: FixGEMMUnusedParams
  • SHA: e8dd918
  • Mode: TEST_REPO

Pull Request Author: jennloe

@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_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 170
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 941
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 585
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 929
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 916
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 321
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 170 (click to expand)

Going to test compilers:  gcc/7.2.0
Testing compiler gcc/7.2.0
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
  Starting job gcc-7.2.0-Serial-release
kokkos devices: Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-Serial-release
  Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=352 run_time=140
gcc-7.2.0-OpenMP_Serial-release build_time=460 run_time=350
gcc-7.2.0-Serial-release build_time=337 run_time=145
Running on machine: weaver
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 7093fcf3e234262d5ccfc6507d03375ab28644c9 Merge pull request #4957 from dalg24/deprecate_is_reducer_type

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

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

Scanning dependencies of target KokkosKernels_wiki_rcm
[ 95%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_mis2
[ 96%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target gmres_ex_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_gauss_seidel
[ 98%] Linking CXX executable KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 98%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 98%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 98%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 98%] Linking CXX executable KokkosKernels_blas_threads
[ 98%] Built target KokkosKernels_blas_threads
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosKernels_wiki_coloring
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 99%] Built target KokkosKernels_gmres_test_prec
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Internal.hpp:8:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Impl.hpp:7,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/KokkosBatched_QR_WithColumnPivoting_Decl.hpp:28,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_TeamVectorQR_WithColumnPivoting.hpp:12,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:85,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp: In static member function static int KokkosBatched::TeamVectorQR_WithColumnPivotingInternal::invoke(const MemberType&, int, int, ValueType*, int, int, ValueType*, int, IntType*, int, ValueType*, int&) [with MemberType = Kokkos::Impl::ThreadsExecTeamMember; ValueType = double; IntType = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:58:55: error: value.Kokkos::ValLocScalar::loc may be used uninitialized in this function [-Werror=maybe-uninitialized]
       Kokkos::single(Kokkos::PerTeam(member), [&]() { *idx = value.loc; });
                                                       ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:46:26: note: value.Kokkos::ValLocScalar::loc was declared here
       reducer_value_type value;
                          ^~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=304 run_time=114
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.941/TestAll_2022-04-12_21.01.09/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 94%] Linking CXX executable KokkosKernels_wiki_mis2
[ 95%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 96%] Linking CXX executable KokkosKernels_blas_serial
[ 96%] Built target KokkosKernels_wiki_mis2
[ 96%] Built target KokkosKernels_wiki_gauss_seidel
[ 96%] Built target KokkosKernels_blas_serial
[ 97%] Linking CXX executable KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 98%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 98%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 98%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 98%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 98%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosKernels_wiki_coloring
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosKernels_blas_threads
[ 98%] Built target KokkosKernels_blas_threads
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 99%] Built target gmres_ex_real_A
[ 99%] Built target KokkosKernels_gmres_test_prec
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Internal.hpp:8:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Impl.hpp:7,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/KokkosBatched_QR_WithColumnPivoting_Decl.hpp:28,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/batched/dense/Test_Batched_TeamVectorQR_WithColumnPivoting.hpp:12,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:85,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp: In function static int KokkosBatched::TeamVectorQR_WithColumnPivotingInternal::invoke(const MemberType&, int, int, ValueType*, int, int, ValueType*, int, IntType*, int, ValueType*, int&) [with MemberType = Kokkos::Impl::ThreadsExecTeamMember; ValueType = double; IntType = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:58:55: error: value.Kokkos::ValLocScalar::loc may be used uninitialized in this function [-Werror=maybe-uninitialized]
       Kokkos::single(Kokkos::PerTeam(member), [&]() { *idx = value.loc; });
                                                       ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:46:26: note: value.Kokkos::ValLocScalar::loc was declared here
       reducer_value_type value;
                          ^~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=270 run_time=106
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.585/TestAll_2022-04-12_21.01.11/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk cb301341aeb052995014af0e06d26adb6219dd02 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7093fcf3e234262d5ccfc6507d03375ab28644c9 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 7093fcf3e234262d5ccfc6507d03375ab28644c9 # timeout=10
Commit message: "Merge pull request #4957 from dalg24/deprecate_is_reducer_type"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk f6d567f0a37c489d890c40610b6145153624b69e # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins3213632087873849557.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 7093fcf3e234262d5ccfc6507d03375ab28644c9 Merge pull request #4957 from dalg24/deprecate_is_reducer_type

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk cb301341aeb052995014af0e06d26adb6219dd02 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 774ff19e79951fd2cdbd30af4ba5c7a63598bb8a (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 774ff19e79951fd2cdbd30af4ba5c7a63598bb8a # timeout=10
Commit message: "Merge pull request #4954 from NexGenAnalytics/combined-reducers-volatile"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk f6d567f0a37c489d890c40610b6145153624b69e # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins1964815809940157534.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 774ff19e79951fd2cdbd30af4ba5c7a63598bb8a Merge pull request #4954 from NexGenAnalytics/combined-reducers-volatile

Going to test compilers: intel/18.1.163
Testing compiler intel/18.1.163
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-OpenMP-release
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-18.1.163-OpenMP-release build_time=1547 run_time=113
intel-18.1.163-Threads-release build_time=1246 run_time=173
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk cb301341aeb052995014af0e06d26adb6219dd02 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 774ff19e79951fd2cdbd30af4ba5c7a63598bb8a (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 774ff19e79951fd2cdbd30af4ba5c7a63598bb8a # timeout=10
Commit message: "Merge pull request #4954 from NexGenAnalytics/combined-reducers-volatile"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk f6d567f0a37c489d890c40610b6145153624b69e # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins8835324115653094695.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 774ff19e79951fd2cdbd30af4ba5c7a63598bb8a Merge pull request #4954 from NexGenAnalytics/combined-reducers-volatile

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=481 run_time=239
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Apr 13, 2022
@jennloe jennloe added the AT: RETEST Have this PR retested. label Apr 13, 2022
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 174
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 945
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 589
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 933
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 920
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 325
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: FixGEMMUnusedParams
  • SHA: e8dd918
  • Mode: TEST_REPO

Pull Request Author: jennloe

@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_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 174
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 945
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 589
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 933
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 920
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 325
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 174 (click to expand)

Going to test compilers:  gcc/7.2.0
Testing compiler gcc/7.2.0
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
  Starting job gcc-7.2.0-Serial-release
kokkos devices: Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-Serial-release
  Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=356 run_time=140
gcc-7.2.0-OpenMP_Serial-release build_time=460 run_time=350
gcc-7.2.0-Serial-release build_time=337 run_time=145
Running on machine: weaver
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 61fb44c745812c400dd10dffd4ae62b2ecaadf09 Merge pull request #4948 from rgayatri23/OpenMPTarget_scratch_memory_access

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

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

Scanning dependencies of target KokkosKernels_wiki_rcm
[ 95%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_gauss_seidel
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
Scanning dependencies of target gmres_ex_real_A
[ 97%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 97%] Built target KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_blas_threads
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 97%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 97%] Built target KokkosKernels_blas_threads
[ 98%] Linking CXX executable KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 98%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosKernels_wiki_rcm
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosKernels_wiki_coloring
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target KokkosKernels_gmres_test_prec
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Internal.hpp:8:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Impl.hpp:7,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/KokkosBatched_QR_WithColumnPivoting_Decl.hpp:28,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_TeamVectorQR_WithColumnPivoting.hpp:12,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:85,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp: In static member function static int KokkosBatched::TeamVectorQR_WithColumnPivotingInternal::invoke(const MemberType&, int, int, ValueType*, int, int, ValueType*, int, IntType*, int, ValueType*, int&) [with MemberType = Kokkos::Impl::ThreadsExecTeamMember; ValueType = double; IntType = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:58:55: error: value.Kokkos::ValLocScalar::loc may be used uninitialized in this function [-Werror=maybe-uninitialized]
       Kokkos::single(Kokkos::PerTeam(member), [&]() { *idx = value.loc; });
                                                       ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:46:26: note: value.Kokkos::ValLocScalar::loc was declared here
       reducer_value_type value;
                          ^~~~~
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=296 run_time=117
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.945/TestAll_2022-04-13_16.32.28/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 95%] Linking CXX executable KokkosKernels_blas_serial
[ 96%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 96%] Built target KokkosKernels_wiki_gauss_seidel
[ 96%] Built target KokkosKernels_blas_serial
[ 96%] Linking CXX executable KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_real_A
Scanning dependencies of target gmres_ex_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 97%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 97%] Built target KokkosKernels_wiki_mis2
[ 98%] Linking CXX executable KokkosKernels_wiki_rcm
[ 98%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 98%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_test_cmplx_A
[ 98%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosKernels_wiki_coloring
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosKernels_blas_threads
[ 98%] Built target KokkosKernels_blas_threads
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 98%] Built target gmres_test_cmplx_A
[ 98%] Built target KokkosKernels_gmres_test_prec
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Internal.hpp:8:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Impl.hpp:7,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/KokkosBatched_QR_WithColumnPivoting_Decl.hpp:28,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/batched/dense/Test_Batched_TeamVectorQR_WithColumnPivoting.hpp:12,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:85,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp: In function static int KokkosBatched::TeamVectorQR_WithColumnPivotingInternal::invoke(const MemberType&, int, int, ValueType*, int, int, ValueType*, int, IntType*, int, ValueType*, int&) [with MemberType = Kokkos::Impl::ThreadsExecTeamMember; ValueType = double; IntType = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:58:55: error: value.Kokkos::ValLocScalar::loc may be used uninitialized in this function [-Werror=maybe-uninitialized]
       Kokkos::single(Kokkos::PerTeam(member), [&]() { *idx = value.loc; });
                                                       ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:46:26: note: value.Kokkos::ValLocScalar::loc was declared here
       reducer_value_type value;
                          ^~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=274 run_time=111
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.589/TestAll_2022-04-13_16.32.27/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5a791be6cb22f5f4f388788fb90a610368880ccc # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 61fb44c745812c400dd10dffd4ae62b2ecaadf09 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 61fb44c745812c400dd10dffd4ae62b2ecaadf09 # timeout=10
Commit message: "Merge pull request #4948 from rgayatri23/OpenMPTarget_scratch_memory_access"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 61fb44c745812c400dd10dffd4ae62b2ecaadf09 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins2283325952513886837.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 61fb44c745812c400dd10dffd4ae62b2ecaadf09 Merge pull request #4948 from rgayatri23/OpenMPTarget_scratch_memory_access

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5a791be6cb22f5f4f388788fb90a610368880ccc # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 61fb44c745812c400dd10dffd4ae62b2ecaadf09 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 61fb44c745812c400dd10dffd4ae62b2ecaadf09 # timeout=10
Commit message: "Merge pull request #4948 from rgayatri23/OpenMPTarget_scratch_memory_access"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 61fb44c745812c400dd10dffd4ae62b2ecaadf09 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins4923192523226579911.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 61fb44c745812c400dd10dffd4ae62b2ecaadf09 Merge pull request #4948 from rgayatri23/OpenMPTarget_scratch_memory_access

Going to test compilers: intel/18.1.163
Testing compiler intel/18.1.163
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-OpenMP-release
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-18.1.163-OpenMP-release build_time=1163 run_time=114
intel-18.1.163-Threads-release build_time=865 run_time=174
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5a791be6cb22f5f4f388788fb90a610368880ccc # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 61fb44c745812c400dd10dffd4ae62b2ecaadf09 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 61fb44c745812c400dd10dffd4ae62b2ecaadf09 # timeout=10
Commit message: "Merge pull request #4948 from rgayatri23/OpenMPTarget_scratch_memory_access"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 61fb44c745812c400dd10dffd4ae62b2ecaadf09 # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins7045979900895018317.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: 61fb44c745812c400dd10dffd4ae62b2ecaadf09 Merge pull request #4948 from rgayatri23/OpenMPTarget_scratch_memory_access

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=485 run_time=240
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Apr 14, 2022
@jennloe jennloe added the AT: RETEST Have this PR retested. label Apr 14, 2022
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 949
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 593
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 937
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 924
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 329
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: FixGEMMUnusedParams
  • SHA: e8dd918
  • Mode: TEST_REPO

Pull Request Author: jennloe

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 182
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 953
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 597
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 941
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 928
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 333
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: FixGEMMUnusedParams
  • SHA: e8dd918
  • Mode: TEST_REPO

Pull Request Author: jennloe

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has commited a change to the PR before testing completed. The original testing SHA = e8dd918 Does not match the current commit SHA = e65d78e. 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_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 182
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 953
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 597
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 941
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 928
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 333
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e8dd918
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 403a417
PR_LABELS AT: RETEST
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740 # 182 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse refs/remotes/origin/FixGEMMUnusedParams^{commit} # timeout=10
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (refs/remotes/origin/FixGEMMUnusedParams)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 # timeout=10
Commit message: "Merge pull request #4963 from ndellingwood/update-testscript"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740] $ /bin/bash -el /tmp/jenkins15493928074280169021.sh
***Forced exclusive execution
Job <35878> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 Merge pull request #4963 from ndellingwood/update-testscript

Going to test compilers: cuda/9.2.88
Testing compiler cuda/9.2.88
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Starting job cuda-9.2.88-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options: force_uvm,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED cuda-9.2.88-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release build_time=1047 run_time=855
Running on machine: weaver
KokkosKernels Repository Status: e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 Merge pull request #4963 from ndellingwood/update-testscript

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

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

Scanning dependencies of target KokkosKernels_wiki_rcm
[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_mis2
[ 94%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 95%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
Scanning dependencies of target gmres_ex_real_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_blas_serial
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_blas_serial
[ 97%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target gmres_test_cmplx_A
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 97%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 97%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_rcm
[ 98%] Built target KokkosKernels_wiki_rcm
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosKernels_wiki_coloring
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 99%] Built target KokkosKernels_gmres_test_prec
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Internal.hpp:8:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Impl.hpp:7,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/KokkosBatched_QR_WithColumnPivoting_Decl.hpp:28,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_TeamVectorQR_WithColumnPivoting.hpp:12,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:85,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp: In static member function static int KokkosBatched::TeamVectorQR_WithColumnPivotingInternal::invoke(const MemberType&, int, int, ValueType*, int, int, ValueType*, int, IntType*, int, ValueType*, int&) [with MemberType = Kokkos::Impl::ThreadsExecTeamMember; ValueType = double; IntType = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:58:55: error: value.Kokkos::ValLocScalar::loc may be used uninitialized in this function [-Werror=maybe-uninitialized]
       Kokkos::single(Kokkos::PerTeam(member), [&]() { *idx = value.loc; });
                                                       ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:46:26: note: value.Kokkos::ValLocScalar::loc was declared here
       reducer_value_type value;
                          ^~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=306 run_time=116
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.953/TestAll_2022-04-18_13.15.00/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 95%] Linking CXX executable KokkosKernels_common_threads
[ 95%] Built target KokkosKernels_common_threads
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 97%] Built target KokkosKernels_wiki_mis2
[ 97%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target gmres_ex_real_A
[ 97%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 97%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_rcm
[ 98%] Built target KokkosKernels_wiki_rcm
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_test_cmplx_A
[ 98%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable KokkosKernels_wiki_coloring
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosKernels_blas_threads
[ 98%] Built target KokkosKernels_blas_threads
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target KokkosKernels_gmres_test_prec
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Internal.hpp:8:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_QR_WithColumnPivoting_TeamVector_Impl.hpp:7,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/KokkosBatched_QR_WithColumnPivoting_Decl.hpp:28,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/batched/dense/Test_Batched_TeamVectorQR_WithColumnPivoting.hpp:12,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/batched/dense/Test_Batched_Dense.hpp:85,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/threads/Test_Threads_Batched_Dense.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp: In function static int KokkosBatched::TeamVectorQR_WithColumnPivotingInternal::invoke(const MemberType&, int, int, ValueType*, int, int, ValueType*, int, IntType*, int, ValueType*, int&) [with MemberType = Kokkos::Impl::ThreadsExecTeamMember; ValueType = double; IntType = int]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:58:55: error: value.Kokkos::ValLocScalar::loc may be used uninitialized in this function [-Werror=maybe-uninitialized]
       Kokkos::single(Kokkos::PerTeam(member), [&]() { *idx = value.loc; });
                                                       ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/batched/dense/impl/KokkosBatched_FindAmax_Internal.hpp:46:26: note: value.Kokkos::ValLocScalar::loc was declared here
       reducer_value_type value;
                          ^~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_threads
[100%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
  PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=272 run_time=110
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.597/TestAll_2022-04-18_13.15.07/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk cb301341aeb052995014af0e06d26adb6219dd02 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 # timeout=10
Commit message: "Merge pull request #4963 from ndellingwood/update-testscript"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins2005317332740135227.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 Merge pull request #4963 from ndellingwood/update-testscript

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk cb301341aeb052995014af0e06d26adb6219dd02 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 # timeout=10
Commit message: "Merge pull request #4963 from ndellingwood/update-testscript"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins3164342050258268571.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 Merge pull request #4963 from ndellingwood/update-testscript

Going to test compilers: intel/18.1.163
Testing compiler intel/18.1.163
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-OpenMP-release
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-18.1.163-OpenMP-release build_time=1150 run_time=117
intel-18.1.163-Threads-release build_time=872 run_time=180
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/jennloe/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/jennloe/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/jennloe/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse e8dd918e89d2f063255fa126c827965260cd5ebd^{commit} # timeout=10
Checking out Revision e8dd918e89d2f063255fa126c827965260cd5ebd (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f e8dd918e89d2f063255fa126c827965260cd5ebd # timeout=10
Commit message: "Fix unused parameter warnings."
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk cb301341aeb052995014af0e06d26adb6219dd02 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 # timeout=10
Commit message: "Merge pull request #4963 from ndellingwood/update-testscript"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins8406674120646656050.sh
Running on machine: blake
KokkosKernels Repository Status:  e8dd918e89d2f063255fa126c827965260cd5ebd Fix unused parameter warnings.

Kokkos Repository Status: b6f691cb66c57071a27c5addb96cf7b8eb94fbd4 Merge pull request #4963 from ndellingwood/update-testscript

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=487 run_time=227
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Apr 18, 2022
@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_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 184
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 955
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 599
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 943
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 930
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 335
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: FixGEMMUnusedParams
  • SHA: e65d78e
  • Mode: TEST_REPO

Pull Request Author: jennloe

@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_Tpls_CUDA9_Tpls_CUDA10_Tpls_CUDA10_LayoutRight_GCC720_Light_GCC720_GCC740

  • Build Num: 184
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 955
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 599
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 943
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 930
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 335
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH FixGEMMUnusedParams
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65d78e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1764296
PR_LABELS
PULLREQUESTNUM 1381
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

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

Good, thanks

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@lucbv lucbv merged commit ef0f8f0 into kokkos:develop Apr 19, 2022
@jennloe jennloe deleted the FixGEMMUnusedParams branch April 19, 2022 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants