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

Stratimikos: Factory for scalar types != double #10507

Merged
merged 8 commits into from
Jun 7, 2022

Conversation

cgcgcg
Copy link
Contributor

@cgcgcg cgcgcg commented May 8, 2022

@trilinos/stratimikos @trilinos/muelu @trilinos/trilinoscouplings @trilinos/panzer

Motivation

Stratimikos currently only exposes the DefaultLinearSolverBuilder that creates solvers and preconditioners for double operators.

This PR adds Stratimikos::LinearSolverBuilder<Scalar> and uses it in MueLu. This allows to remove a lot of special code from MueLu. It seems to be working fine for Scalar = double, float and complex<double>.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7584
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5080
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5598
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12607
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5286
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: python-3

  • Build Num: 1847
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 955
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: templatedStratimikos
  • SHA: e6ce738
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@cgcgcg cgcgcg added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label May 8, 2022
@trilinos-autotester
Copy link
Contributor

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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7584
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5080
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5598
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12607
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5286
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: python-3

  • Build Num: 1847
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 955
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e6ce738
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA d9756c7
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 7584 (click to expand)

Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Laplace/ShyLU_DDFROSch_thyra_xpetra_laplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rythmos/example/diagonalTransient/Rythmos_diagonalTransient.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rythmos/example/diagonalTransient/Rythmos_diagonalTransient.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraCrsMatrixUQPCEUnitTest_Serial.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraCrsMatrixUQPCEUnitTest_OpenMP.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraCrsMatrixMPVectorUnitTest_Serial.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraCrsMatrixMPVectorUnitTest_OpenMP.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/poisson/ROL_example_PDE-OPT_poisson_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/poisson-boltzmann/ROL_example_PDE-OPT_poisson-boltzmann_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/adv-diff-react/ROL_example_PDE-OPT_adv-diff-react_example_06.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/navier-stokes/ROL_example_PDE-OPT_navier-stokes_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/obstacle/ROL_example_PDE-OPT_obstacle_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/helmholtz/ROL_example_PDE-OPT_helmholtz_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/ginzburg-landau/ROL_example_PDE-OPT_ginzburg-landau_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/ginzburg-landau/ROL_example_PDE-OPT_ginzburg-landau_example_02.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/nonlinear-elliptic/ROL_example_PDE-OPT_nonlinear-elliptic_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/nonlinear-elliptic/ROL_example_PDE-OPT_nonlinear-elliptic_example_02.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/rol/example/PDE-OPT/topo-opt/poisson/ROL_example_PDE-OPT_topo-opt_poisson_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/piro/test/Piro_ThyraSolver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/piro/test/Piro_ThyraSolverTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/piro/test/Piro_AnalysisDriver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/piro/test/Piro_AnalysisDriverTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/piro/test/Piro_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/piro/test/Piro_Epetra_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/test/solver/PanzerAdaptersSTK_solver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
CMake Error at /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7584
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_serial # 5080 (click to expand)

Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_04.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_05.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_07.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_08.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_09.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/helmholtz/ROL_example_PDE-OPT_helmholtz_example_02.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_02.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_sincos.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_parabolic_thyravec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_parabolic_modeleval.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_parabolic_modeleval_forward-adjoint.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/tutorial/ROL_tutorial_BoundAndInequality.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/tutorial/ROL_tutorial_Unconstrained.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_Epetra_MatrixFreeOperator_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_MatrixFreeDecorator_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_EvalModel.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_ThyraSolver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_ThyraSolverTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_AnalysisDriver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_AnalysisDriverTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_SecondOrderIntegrator.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_NOXSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_LOCASolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_Epetra_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_TempusSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_TempusSolverForwardOnly_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_TempusSolver_SensitivityUnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_TempusSolver_SensitivitySinCosUnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_TempusSolver_AdjointSensitivitySinCosUnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_NoFE.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_GradDiv.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CVFEM.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Darcy.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_DivLSFEM.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CurlLSFEM.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_StabilizatedADR.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell_Tpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_rtpamgen.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/muelu/test/unit_tests/MueLu_UnitTests_Intrepid2.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_KokkosViewFadMPVectorUnitTest_Serial.exe
CMake Error at /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5080
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_debug # 5598 (click to expand)

Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/example/block/Zoltan2_kokkosBlock.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/driver/Zoltan2_test_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_DebugManager.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_TPLTraits.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/scaling/Zoltan2_rcbPerformanceZ1.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/partition/Zoltan2_mjTest.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/temp/Zoltan2_tpetraOneToOneMapTest.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/partition/Zoltan2_blockTest.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_BasicKokkosIdentifierInput.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/temp/Zoltan2_teuchosCommTest.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/partition/Zoltan2_fix2010.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_Environment.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/directory/Zoltan2_directoryTest_findUniqueGids.cpp.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_PartitioningSolution.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_Mapping.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_MetricOutputManager.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_AlltoAll.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_BasicVectorInput.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_StridedData.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_BasicIdentifierInput.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/unit/Zoltan2_Machine.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/Brusselator/NOX_brusselator.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/muelu/example/advanced/memory/MueLu_Tpetra1DLaplace.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/tpetra/NOX_Tpetra_MultiVectorOpsTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/tpetra/NOX_Tpetra_1DFEM_ME_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/tpetra/NOX_Tpetra_ConstraintModelEvaluator.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/FiniteDifferenceColoring/NOX_FiniteDifferenceIsorropiaColoring.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/muelu/test/factories/MueLu_simple-factory-request-mechanism.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemTensorBased.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/muelu/example/advanced/levelwrap/MueLu_LevelWrap.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemIfpackRebuild.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemLeanMatrixFree.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemIfpackRecompute.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/tpetra/NOX_Tpetra_VectorOpsTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemAztecPrecRebuild.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemAztecPrecReuse.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemIfpackReuse.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemScaled.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1Dfem.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemAztecSolverPrecRebuild.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/FiniteDifferenceColoring/NOX_FiniteDifferenceColoring.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemAztecSolverPrecRecompute.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemAztecSolverPrecReuse.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemTransient.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemScaledInexactTrustRegion.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/NOX_Group/NOX_NOX_Epetra_Group.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/NOX_NewTest/NOX_NOX_NewTest.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/nox/test/epetra/1Dfem/NOX_1DfemNonlinearCG.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/stratimikos/test/Stratimikos_GaleriDriver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/temp/Zoltan2_testfail.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/stratimikos/example/Stratimikos_ForwardSolverAsPreconditioner.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/zoltan2/test/core/temp/Zoltan2_testfail.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/muelu/test/paramlist/MueLu_paramlist.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/muelu/test/paramlist/MueLu_paramlistAdv.exe
CMake Error at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5598
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 12607 (click to expand)

Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/piro/test/Piro_TempusSolver_AdjointSensitivitySinCosUnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tSingleBlockCubeHexMeshFactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tGhosting.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tSTKRebalancing.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_pamgen_writer.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tDOFManager2_SimpleTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/solver/PanzerAdaptersSTK_solver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/sideset_overlap/PanzerAdaptersSTK_sideset_overlap.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
CMake Error at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_intel_17.0.1-12607
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_clang_10.0.0 # 5286 (click to expand)

Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_LOCASolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_NOXSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_ThyraSolver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_MatrixFreeDecorator_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraCrsMatrixUQPCEUnitTest_Serial.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/test/solver/PanzerAdaptersSTK_solver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tDOFManager2_SimpleTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraCrsMatrixMPVectorUnitTest_Serial.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_TempusSolver_SensitivityUnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_pamgen_writer.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_ThyraSolverTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_KokkosViewFadMPVectorUnitTest_Serial.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_Epetra_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_TempusSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_TempusSolverForwardOnly_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/test/sideset_overlap/PanzerAdaptersSTK_sideset_overlap.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tSTKRebalancing.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tGhosting.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tSingleBlockCubeHexMeshFactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_AnalysisDriver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_Epetra_MatrixFreeOperator_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/piro/test/Piro_EvalModel.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraMatVec.exe
CMake Error at /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_clang_10.0.0-5286
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : python-3 # 1847 (click to expand)

+--------------------------------------+
| ctest-stage-configure.cmake FINISH   |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake START        |
+--------------------------------------+
+----------------------------------------------------------+
+ START build step
+----------------------------------------------------------+
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1847&field3=buildstamp&compare3=61&value3=20220508-1500-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1847&field2=buildstamp&compare2=61&value2=20220508-1500-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1847&field2=buildstamp&compare2=61&value2=20220508-1500-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 137998
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1847&field3=buildstamp&compare3=61&value3=20220508-1500-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1847&field2=buildstamp&compare2=61&value2=20220508-1500-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1847&field2=buildstamp&compare2=61&value2=20220508-1500-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 137998
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : _cuda_10.1.243 # 955 (click to expand)

+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=vortex11&field2=buildname&compare2=61&value2=PR-10507-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-955&field3=buildstamp&compare3=61&value3=20220508-1503-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-955&field2=buildstamp&compare2=61&value2=20220508-1503-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-955&field2=buildstamp&compare2=61&value2=20220508-1503-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
   Error when uploading file: /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pull_request_test/Testing/20220508-1503/Build.xml
   Error message was: The requested URL returned error: 500 Internal Server Error
   Problems when submitting via HTTP
>>> Build submit: FAILED
>>> - The ERROR code is -1
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
Unable to find required file: /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraCrsMatrixMPVectorUnitTest_Serial.exe
Unable to find required file: /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pull_request_test/packages/piro/test/Piro_AnalysisDriverTpetra.exe
Unable to find required file: /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
+----------------------------------------------------------+
+ END test step - FAILURE
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=vortex11&field2=buildname&compare2=61&value2=PR-10507-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-955&field3=buildstamp&compare3=61&value3=20220508-1503-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-955&field2=buildstamp&compare2=61&value2=20220508-1503-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-955&field2=buildstamp&compare2=61&value2=20220508-1503-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 138000
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pull_request_test/configure_command.txt
                 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/generatedPRFragment.cmake
                 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = -1 (unused)
>>> test_error           = -1
CMake Error at /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pr-ctest-framework/cmake/ctest-stage-test.cmake:47 (message):
  ERROR: There are errors detected in the test.
Call Stack (most recent call first):
  /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pr-ctest-framework/cmake/ctest-driver.cmake:14 (include)

+--------------------------------------+
| ctest-stage-test.cmake FINISH |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:101 execute_test()> --- ctest command failed!
TrilinosPRConfigurationStandard.py:102 execute_test()> --- error:
TrilinosPRConfigurationStandard.py:103 execute_test()> Command '['ctest', '-S', '/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pr-ctest-framework/cmake/ctest-driver.cmake', '-Dsource_dir:PATH=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/Trilinos', '-Dbuild_dir:PATH=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pull_request_test', '-Dbuild_name:STRING=PR-10507-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-955', '-Dskip_by_parts_submit:BOOL=OFF', '-Dskip_update_step:BOOL=ON', "-Ddashboard_model:STRING='Experimental'", "-Ddashboard_track:STRING='Pull Request'", '-DPARALLEL_LEVEL:STRING=29', '-DTEST_PARALLEL_LEVEL:STRING=4', '-Dconfigure_script:FILEPATH=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/generatedPRFragment.cmake', '-Dpackage_enables:FILEPATH=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/packageEnables.cmake', '-Dsubprojects_file:FILEPATH=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/package_subproject_list.cmake', '-DCTEST_DROP_SITE:STRING=trilinos-cdash.sandia.gov']' returned non-zero exit status 255.
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> Command failed with status: 1

Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE


CDash Test Results for PR# 10507.


Wiki: How to Reproduce PR Testing Builds and Errors.

@cgcgcg cgcgcg force-pushed the templatedStratimikos branch from e6ce738 to 3538b29 Compare May 9, 2022 15:44
@cgcgcg cgcgcg added AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration and removed AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) labels May 9, 2022
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7587
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3538b29
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7188706

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5083
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3538b29
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7188706

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5601
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3538b29
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7188706

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12610
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3538b29
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7188706

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5289
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3538b29
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7188706

Build Information

Test Name: python-3

  • Build Num: 1850
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3538b29
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7188706

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 958
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3538b29
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7188706

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: templatedStratimikos
  • SHA: 3538b29
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@bartlettroscoe
Copy link
Member

@cgcgcg how is this tested for Scalar tests other than double?

@cgcgcg
Copy link
Contributor Author

cgcgcg commented May 9, 2022

Currently not at all. I'll have to see if I can even get it to pass the AT builds before I add tests.

@cgcgcg cgcgcg added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label May 9, 2022
@bartlettroscoe
Copy link
Member

Currently not at all. I'll have to see if I can even get it to pass the AT builds before I add tests.

@cgcgcg, sounds reasonable. To make that more clear, you might consider prefixing the summary with WIP: to let others know that still PR is still being worked on and not ready to be merged (in case someone approves it and all of the tests pass).

It may be fairly tractable to take the existing testing infrastructure that is currently hard-coded to double and template it on the Scalar type to test float for example.

Just curious, but what Scalar types are you looking to support, other than just double and float? The changes look like it may also be trying instantiate std::complex<> scalar types as well (and therefore differentiating ScalarType and MagnitudeType).

@cgcgcg cgcgcg changed the title Stratimikos: Factory for scalar types != double WIP: Stratimikos: Factory for scalar types != double May 9, 2022
@cgcgcg
Copy link
Contributor Author

cgcgcg commented May 9, 2022

I primarily want float in order to do some multiprecision work. It would be nice if we could enable other scalar types as well, as that would avoid having workarounds in code that is templated on scalar. For example, we have some MueLu test drivers that either use Belos directly or through the Stratimikos interface. I think I got the issues with complex fixed, but not sure yet about the Sacado types. I don't really want to support that.

@bartlettroscoe
Copy link
Member

I think I got the issues with complex fixed, but not sure yet about the Sacado types. I don't really want to support that.

@cgcgcg, are people really wanting to create preconditioners and do linear solves with Sacado differentiation types? If you are doing differentiation, linear solves (to high enough tolerance) are a linear function between input and output so you should not need (nor should you want) to actually differentiate through the linear solver. You just do solves involving deltas from the RHSs and you solve for deltas in the solution.

@cgcgcg
Copy link
Contributor Author

cgcgcg commented May 9, 2022

MueLu supports it, so I don't want to break it..

@etphipp
Copy link
Contributor

etphipp commented May 9, 2022

Currently we don't support Sacado AD types in any templated solvers. We do however support Stokhos UQ types and being able to propagate those types through Stratimikos would be useful (and even different types for the linear solver and preconditioner).

@cgcgcg
Copy link
Contributor Author

cgcgcg commented May 9, 2022

@etphipp What options do I need to enabled those? I tried enabling Sacado and Stokhos, but it seems that wasn't enough to reproduce the build errors.

@etphipp
Copy link
Contributor

etphipp commented May 9, 2022

As long as you enable Sacado, Tpetra and Muelu, that should do it. It looks like the linking errors are due to missing ETI for Thyra on Stokhos scalar types. I think ETI for Thyra is on by default, but I'm not sure. ETI for Thyra in Stokhos would have to be added. Also, we have not propagated Stokhos scalar types through Thyra before at all, so this could be a really deep rabbit hole. You could also consider just disabling instantiation of the Muelu-Stratimikos stuff in Stokhos (in which case you would have to provide stubs to fix the linking errors that would likely create, unless there is no code in Muelu itself that actually calls it).

@cgcgcg cgcgcg force-pushed the templatedStratimikos branch from 3538b29 to 42a367e Compare May 9, 2022 21:48
@cgcgcg
Copy link
Contributor Author

cgcgcg commented May 9, 2022

Ah, I just didn't enable the correct tests :-) I can now reproduce the error.

@cgcgcg cgcgcg added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label May 30, 2022
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7720
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5216
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5734
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12700
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5405
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: python-3

  • Build Num: 1966
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1074
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: templatedStratimikos
  • SHA: e8d507b
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7720
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5216
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5734
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12700
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5405
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: python-3

  • Build Num: 1966
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1074
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 7720 (click to expand)

/projects/sems/install/rhel7-x86_64/sems/v2/utility/cmake/3.18.4/gcc/7.3.0/2nuomee/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7720&field3=buildstamp&compare3=61&value3=20220530-1635-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7720&field2=buildstamp&compare2=61&value2=20220530-1635-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7720&field2=buildstamp&compare2=61&value2=20220530-1635-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ............. Size of output: 262K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ............ Size of output: 1261K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7720
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_serial # 5216 (click to expand)

Cur dir                  = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
Binary dir               = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
Parallel level           = 20
Testing Parallel level   = 4
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic143&field2=buildname&compare2=61&value2=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5216&field3=buildstamp&compare3=61&value3=20220530-1635-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5216&field2=buildstamp&compare2=61&value2=20220530-1635-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5216&field2=buildstamp&compare2=61&value2=20220530-1635-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ......................................... Size of output: 190K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 250K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ............................................. Size of output: 895K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5216
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_debug # 5734 (click to expand)

skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5734&field3=buildstamp&compare3=61&value3=20220530-1635-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5734&field2=buildstamp&compare2=61&value2=20220530-1635-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5734&field2=buildstamp&compare2=61&value2=20220530-1635-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ........... Size of output: 260K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ................................. Size of output: 1032K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5734
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 12700 (click to expand)

    ..................................................  Size: 18150K
    ..................................................  Size: 18199K
    ..................................................  Size: 18249K
    ..................................................  Size: 18299K
    ..................................................  Size: 18349K
    ..................................................  Size: 18399K
    ..................................................  Size: 18449K
    ..................................................  Size: 18500K
    ..................................................  Size: 18549K
    ..................................................  Size: 18600K
    ..................................................  Size: 18650K
    ..................................................  Size: 18700K
    ..................................................  Size: 18750K
    ..................................................  Size: 18799K
    ..................................................  Size: 18850K
    ..................................................  Size: 18900K
    ..................................................  Size: 18950K
    ..................................................  Size: 19000K
    ..................................................  Size: 19050K
    ..................................................  Size: 19100K
    ..................................................  Size: 19150K
    ..................................................  Size: 19200K
    ..................................................  Size: 19250K
    ..................................................  Size: 19300K
    ..................................................  Size: 19350K
    ..................................................  Size: 19400K
    ..................................................  Size: 19450K
    ..................................................  Size: 19500K
    ..................................................  Size: 19550K
    ..................................................  Size: 19600K
    ..................................................  Size: 19650K
    ..................................................  Size: 19699K
    ..................................................  Size: 19749K
    ..................................................  Size: 19799K
    ..................................................  Size: 19849K
    ..................................................  Size: 19899K
    ..................................................  Size: 19949K
    ..................................................  Size: 19999K
    ..................................................  Size: 20049K
    ..................................................  Size: 20099K
    ..................................................  Size: 20149K
    ..................................................  Size: 20199K
    ..................................................  Size: 20249K
    ..................................................  Size: 20299K
    ..................................................  Size: 20350K
    ..................................................  Size: 20399K
    ..................................................  Size: 20449K
    ..................................................  Size: 20499K
    ..................................................  Size: 20550K
    ..................................................  Size: 20600K
    ..................................................  Size: 20649K
    ..................................................  Size: 20699K
    ........................ Size of output: 20723K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_intel_17.0.1-12700
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_clang_10.0.0 # 5405 (click to expand)

    ..................................................  Size: 1499K
    ..................................................  Size: 1550K
    ..................................................  Size: 1599K
    ..................................................  Size: 1650K
    ..................................................  Size: 1700K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1900K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2050K
    ..................................................  Size: 2100K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2300K
    ..................................................  Size: 2349K
    ..................................................  Size: 2400K
    ..................................................  Size: 2449K
    ..................................................  Size: 2500K
    ..................................................  Size: 2550K
    ..................................................  Size: 2600K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2750K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3199K
    ..................................................  Size: 3249K
    ..................................................  Size: 3300K
    ..................................................  Size: 3350K
    ..................................................  Size: 3399K
    ..................................................  Size: 3449K
    ..................................................  Size: 3500K
    ..................................................  Size: 3549K
    ..................................................  Size: 3600K
    ..................................................  Size: 3649K
    ..................................................  Size: 3699K
    ..................................................  Size: 3749K
    ..................................................  Size: 3799K
    ..................................................  Size: 3849K
    ..................................................  Size: 3899K
    ..................................................  Size: 3949K
    ..................................................  Size: 3999K
    ..................................................  Size: 4049K
    ...................................... Size of output: 4088K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_clang_10.0.0-5405
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : python-3 # 1966 (click to expand)

+--------------------------------------+
| ctest-stage-configure.cmake FINISH   |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake START        |
+--------------------------------------+
+----------------------------------------------------------+
+ START build step
+----------------------------------------------------------+
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1966&field3=buildstamp&compare3=61&value3=20220530-1636-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1966&field2=buildstamp&compare2=61&value2=20220530-1636-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1966&field2=buildstamp&compare2=61&value2=20220530-1636-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 164249
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1966&field3=buildstamp&compare3=61&value3=20220530-1636-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1966&field2=buildstamp&compare2=61&value2=20220530-1636-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1966&field2=buildstamp&compare2=61&value2=20220530-1636-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 164249
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : _cuda_10.1.243 # 1074 (click to expand)

[envvar]: CGNS_ROOT
[envvar]: CUDA_LAUNCH_BLOCKING
[envvar]: CXX = mpicxx
[envvar]: EUCLID_ROOT
[envvar]: F77 = mpifort
[envvar]: F90 = mpifort
[envvar]: FC = mpifort
[envvar]: HDF5_ROOT
[envvar]: LAPACK_DIR
[envvar]: LAPACK_INC
[envvar]: LAPACK_ROOT
[envvar]: LLNL_USE_OMPI_VARS
[envvar]: LMOD_FAMILY_BSUBWRAPPER
[envvar]: LMOD_FAMILY_BSUBWRAPPER_VERSION
[envvar]: METIS_ROOT
[envvar]: NETCDF_ROOT
[envvar]: NVCC_WRAPPER_TMPDIR = /tmp/trilinos
[envvar]: OMPI_CXX = /usr/gapps/sparc/tools/nvcc_wrapper/20220419/nvcc_wrapper
[envvar]: PARMETIS_ROOT
[envvar]: PNETCDF_ROOT
[envvar]: __LMOD_REF_COUNT_PYTHONPATH = /usr/gapps/sparc/tools/exodus/seacas-develop/2021.11.26-p2/a18bb916730d273aa5e1b3beb1cb7814fb6a58d6/ats2-pwr9_gcc-7.3.1_spmpi-rolling/lib:1;/usr/gapps/sparc/tools/aerotools/ppc64le/lib/python3.7/site-packages:1;/usr/gapps/sparc/tools/aerotools:1;/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools:1;/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/GenConfig:1
[envvar]: SGM_ROOT
[envvar]: SPARC_ARCH
[envvar]: SPARC_COMPILER
[envvar]: SPARC_HDF5
[envvar]: SPARC_MODULE
[envvar]: SPARC_MPI
[envvar]: SPARC_SERIAL_GOOGLETEST_ROOT
[envvar]: SUPERLUDIST_ROOT
[envvar]: TRILINOS_BASE = /usr/gapps/sparc/tpls/ats2-v100/trilinos-develop/2021.11.26/46236bb72b0993acc9665fc53b9d005f83b9c979/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling
[envvar]: _AEROTOOLS_USE_INSTALLED_EXODUS_PY
[envvar]: _ModuleTable008_
[envvar]: _ModuleTable009_
[envvar]: _ModuleTable010_
[envvar]: OMPI_CC = /usr/tce/packages/gcc/gcc-8.3.1/bin/gcc
[envvar]: OMPI_FC = /usr/tce/packages/gcc/gcc-8.3.1/bin/gfortran
[envvar]: SEMS_BOOST_LIBRARY_PATH = /usr/gapps/sparc/tpls/ats2-v100/boost-1.74.0/5a635f849e8d2d561494058cc0f57936f4fba465/ats2-v100_cuda-10.1.243_gcc-7.3.1/lib
[envvar]: SEMS_BOOST_INCLUDE_PATH = /usr/gapps/sparc/tpls/ats2-v100/boost-1.74.0/5a635f849e8d2d561494058cc0f57936f4fba465/ats2-v100_cuda-10.1.243_gcc-7.3.1/include
[envvar]: SEMS_HDF5_LIBRARY_PATH = /usr/gapps/sparc/tpls/ats2-v100/hdf5-1.10.5/ce2aeedca1b24db55d45d8d2f3180a342dcce998/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling/lib
[envvar]: SEMS_HDF5_INCLUDE_PATH = /usr/gapps/sparc/tpls/ats2-v100/hdf5-1.10.5/ce2aeedca1b24db55d45d8d2f3180a342dcce998/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling/include
[envvar]: SEMS_NETCDF_LIBRARY_PATH = /usr/gapps/sparc/tpls/ats2-v100/netcdf-4.8.0/1ecafe75e6a155db7f388ef1c73d39d9636d8224/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling/lib64
[envvar]: SEMS_NETCDF_INCLUDE_PATH = /usr/gapps/sparc/tpls/ats2-v100/netcdf-4.8.0/1ecafe75e6a155db7f388ef1c73d39d9636d8224/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling/include
[envvar]: HDF5_LIBRARIES
[envvar]: NETCDF_LIBRARIES
[envvar]: DLlib_LIBRARIES
[envvar]: BLAS_LIBRARIES
[envvar]: LAPACK_LIBRARIES
TrilinosPRConfigurationBase.py:750 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:751 prepare_test()> |   E N V I R O N M E N T   S E T   U P   C O M P L E T E
TrilinosPRConfigurationBase.py:752 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:754 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:755 prepare_test()> |   G e n e r a t e   `packageEnables.cmake`   S T A R T I N G
TrilinosPRConfigurationBase.py:756 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:561 create_package_enables_file()> 
TrilinosPRConfigurationBase.py:562 create_package_enables_file()> packageEnables Command:
TrilinosPRConfigurationBase.py:563 create_package_enables_file()> /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/commonTools/framework/get-changed-trilinos-packages.sh \
    origin/develop \
    HEAD \
    packageEnables.cmake \
    package_subproject_list.cmake \
    2>&1
TRILINOS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos
TRILINOS_SCRIPTS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos
TRIBITS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/cmake/tribits
TRILINOS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos
TRILINOS_SCRIPTS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos
TRIBITS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/cmake/tribits

*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


A) Generate the Trilinos Packages definition and depencencies XML file

TrilinosPRConfigurationBase.py:573 create_package_enables_file()> --- There was an issue generating packageEnables.cmake.
TrilinosPRConfigurationBase.py:574 create_package_enables_file()> --- The error code was: 1
TrilinosPRConfigurationBase.py:575 create_package_enables_file()> --- Console Output:
None
Traceback (most recent call last):
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/PullRequestLinuxDriverTest.py", line 310, in
status = main(args)
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/PullRequestLinuxDriverTest.py", line 298, in main
pr_config.prepare_test()
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 758, in prepare_test
self.create_package_enables_file(dryrun=self.args.dry_run)
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 578, in create_package_enables_file
raise cpe
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 570, in create_package_enables_file
subprocess.check_call(cmd)
File "/usr/tce/packages/python/python-3.7.2/lib/python3.7/subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/commonTools/framework/get-changed-trilinos-packages.sh', 'origin/develop', 'HEAD', 'packageEnables.cmake', 'package_subproject_list.cmake', '2>&1']' returned non-zero exit status 1.
PRDriver> Command failed with status: 1

Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE


CDash Test Results for PR# 10507.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester trilinos-autotester removed the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label May 30, 2022
@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7724
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5220
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5738
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12704
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5409
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: python-3

  • Build Num: 1970
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1078
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: templatedStratimikos
  • SHA: e8d507b
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7724
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5220
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5738
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12704
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5409
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: python-3

  • Build Num: 1970
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1078
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 7724 (click to expand)

Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/v2/utility/cmake/3.18.4/gcc/7.3.0/2nuomee/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7724&field3=buildstamp&compare3=61&value3=20220530-2315-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7724&field2=buildstamp&compare2=61&value2=20220530-2315-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7724&field2=buildstamp&compare2=61&value2=20220530-2315-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ............. Size of output: 262K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ............ Size of output: 1262K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_8.3.0-7724
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_serial # 5220 (click to expand)

Cur dir                  = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
Binary dir               = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
Parallel level           = 20
Testing Parallel level   = 4
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic143&field2=buildname&compare2=61&value2=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5220&field3=buildstamp&compare3=61&value3=20220530-2315-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5220&field2=buildstamp&compare2=61&value2=20220530-2315-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5220&field2=buildstamp&compare2=61&value2=20220530-2315-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ......................................... Size of output: 190K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ............................................. Size of output: 895K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_serial-5220
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_debug # 5738 (click to expand)

Wrote file 'package_subproject_list.cmake'
Build name               = PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5738
Cur dir                  = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
Parallel level           = 20
Testing Parallel level   = 4
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-4.novalocal&field2=buildname&compare2=61&value2=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5738&field3=buildstamp&compare3=61&value3=20220530-2343-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5738&field2=buildstamp&compare2=61&value2=20220530-2343-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5738&field2=buildstamp&compare2=61&value2=20220530-2343-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ............ Size of output: 261K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ................................. Size of output: 483K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_gcc_7.2.0_debug-5738
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 12704 (click to expand)

    ..................................................  Size: 18150K
    ..................................................  Size: 18200K
    ..................................................  Size: 18250K
    ..................................................  Size: 18300K
    ..................................................  Size: 18350K
    ..................................................  Size: 18400K
    ..................................................  Size: 18450K
    ..................................................  Size: 18500K
    ..................................................  Size: 18550K
    ..................................................  Size: 18600K
    ..................................................  Size: 18650K
    ..................................................  Size: 18700K
    ..................................................  Size: 18750K
    ..................................................  Size: 18800K
    ..................................................  Size: 18849K
    ..................................................  Size: 18899K
    ..................................................  Size: 18950K
    ..................................................  Size: 19000K
    ..................................................  Size: 19050K
    ..................................................  Size: 19100K
    ..................................................  Size: 19149K
    ..................................................  Size: 19199K
    ..................................................  Size: 19249K
    ..................................................  Size: 19300K
    ..................................................  Size: 19350K
    ..................................................  Size: 19400K
    ..................................................  Size: 19450K
    ..................................................  Size: 19500K
    ..................................................  Size: 19550K
    ..................................................  Size: 19600K
    ..................................................  Size: 19650K
    ..................................................  Size: 19700K
    ..................................................  Size: 19749K
    ..................................................  Size: 19799K
    ..................................................  Size: 19849K
    ..................................................  Size: 19899K
    ..................................................  Size: 19950K
    ..................................................  Size: 20000K
    ..................................................  Size: 20050K
    ..................................................  Size: 20100K
    ..................................................  Size: 20150K
    ..................................................  Size: 20200K
    ..................................................  Size: 20250K
    ..................................................  Size: 20299K
    ..................................................  Size: 20349K
    ..................................................  Size: 20400K
    ..................................................  Size: 20449K
    ..................................................  Size: 20499K
    ..................................................  Size: 20549K
    ..................................................  Size: 20600K
    ..................................................  Size: 20649K
    ..................................................  Size: 20699K
    ........................ Size of output: 20723K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_intel_17.0.1-12704
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_clang_10.0.0 # 5409 (click to expand)

CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_clang_10.0.0-5409&field2=buildstamp&compare2=61&value2=20220530-2345-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-Trilinos_pullrequest_clang_10.0.0-5409&field2=buildstamp&compare2=61&value2=20220530-2345-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ........ Size of output: 257K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 400K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    ..................................................  Size: 550K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 700K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 850K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 1000K
    ..................................................  Size: 1050K
    ..................................................  Size: 1100K
    ..................................................  Size: 1149K
    ..................................................  Size: 1200K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1500K
    ..................................................  Size: 1550K
    ..................................................  Size: 1600K
    ..................................................  Size: 1650K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ........................................ Size of output: 1939K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Belos = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_Stratimikos = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/tr-test-9/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10507-test-Trilinos_pullrequest_clang_10.0.0-5409
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/tr-test-9/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-9/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : python-3 # 1970 (click to expand)

+--------------------------------------+
| ctest-stage-configure.cmake FINISH   |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake START        |
+--------------------------------------+
+----------------------------------------------------------+
+ START build step
+----------------------------------------------------------+
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1970&field3=buildstamp&compare3=61&value3=20220530-2316-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1970&field2=buildstamp&compare2=61&value2=20220530-2316-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1970&field2=buildstamp&compare2=61&value2=20220530-2316-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 164257
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1970&field3=buildstamp&compare3=61&value3=20220530-2316-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1970&field2=buildstamp&compare2=61&value2=20220530-2316-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10507-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1970&field2=buildstamp&compare2=61&value2=20220530-2316-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 164257
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : _cuda_10.1.243 # 1078 (click to expand)

[envvar]: CGNS_ROOT
[envvar]: CUDA_LAUNCH_BLOCKING
[envvar]: CXX = mpicxx
[envvar]: EUCLID_ROOT
[envvar]: F77 = mpifort
[envvar]: F90 = mpifort
[envvar]: FC = mpifort
[envvar]: HDF5_ROOT
[envvar]: LAPACK_DIR
[envvar]: LAPACK_INC
[envvar]: LAPACK_ROOT
[envvar]: LLNL_USE_OMPI_VARS
[envvar]: LMOD_FAMILY_BSUBWRAPPER
[envvar]: LMOD_FAMILY_BSUBWRAPPER_VERSION
[envvar]: METIS_ROOT
[envvar]: NETCDF_ROOT
[envvar]: NVCC_WRAPPER_TMPDIR = /tmp/trilinos
[envvar]: OMPI_CXX = /usr/gapps/sparc/tools/nvcc_wrapper/20220419/nvcc_wrapper
[envvar]: PARMETIS_ROOT
[envvar]: PNETCDF_ROOT
[envvar]: __LMOD_REF_COUNT_PYTHONPATH = /usr/gapps/sparc/tools/exodus/seacas-develop/2021.11.26-p2/a18bb916730d273aa5e1b3beb1cb7814fb6a58d6/ats2-pwr9_gcc-7.3.1_spmpi-rolling/lib:1;/usr/gapps/sparc/tools/aerotools/ppc64le/lib/python3.7/site-packages:1;/usr/gapps/sparc/tools/aerotools:1;/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools:1;/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/GenConfig:1
[envvar]: SGM_ROOT
[envvar]: SPARC_ARCH
[envvar]: SPARC_COMPILER
[envvar]: SPARC_HDF5
[envvar]: SPARC_MODULE
[envvar]: SPARC_MPI
[envvar]: SPARC_SERIAL_GOOGLETEST_ROOT
[envvar]: SUPERLUDIST_ROOT
[envvar]: TRILINOS_BASE = /usr/gapps/sparc/tpls/ats2-v100/trilinos-develop/2021.11.26/46236bb72b0993acc9665fc53b9d005f83b9c979/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling
[envvar]: _AEROTOOLS_USE_INSTALLED_EXODUS_PY
[envvar]: _ModuleTable008_
[envvar]: _ModuleTable009_
[envvar]: _ModuleTable010_
[envvar]: OMPI_CC = /usr/tce/packages/gcc/gcc-8.3.1/bin/gcc
[envvar]: OMPI_FC = /usr/tce/packages/gcc/gcc-8.3.1/bin/gfortran
[envvar]: SEMS_BOOST_LIBRARY_PATH = /usr/gapps/sparc/tpls/ats2-v100/boost-1.74.0/5a635f849e8d2d561494058cc0f57936f4fba465/ats2-v100_cuda-10.1.243_gcc-7.3.1/lib
[envvar]: SEMS_BOOST_INCLUDE_PATH = /usr/gapps/sparc/tpls/ats2-v100/boost-1.74.0/5a635f849e8d2d561494058cc0f57936f4fba465/ats2-v100_cuda-10.1.243_gcc-7.3.1/include
[envvar]: SEMS_HDF5_LIBRARY_PATH = /usr/gapps/sparc/tpls/ats2-v100/hdf5-1.10.5/ce2aeedca1b24db55d45d8d2f3180a342dcce998/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling/lib
[envvar]: SEMS_HDF5_INCLUDE_PATH = /usr/gapps/sparc/tpls/ats2-v100/hdf5-1.10.5/ce2aeedca1b24db55d45d8d2f3180a342dcce998/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling/include
[envvar]: SEMS_NETCDF_LIBRARY_PATH = /usr/gapps/sparc/tpls/ats2-v100/netcdf-4.8.0/1ecafe75e6a155db7f388ef1c73d39d9636d8224/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling/lib64
[envvar]: SEMS_NETCDF_INCLUDE_PATH = /usr/gapps/sparc/tpls/ats2-v100/netcdf-4.8.0/1ecafe75e6a155db7f388ef1c73d39d9636d8224/ats2-v100_cuda-10.1.243_gcc-7.3.1_spmpi-rolling/include
[envvar]: HDF5_LIBRARIES
[envvar]: NETCDF_LIBRARIES
[envvar]: DLlib_LIBRARIES
[envvar]: BLAS_LIBRARIES
[envvar]: LAPACK_LIBRARIES
TrilinosPRConfigurationBase.py:750 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:751 prepare_test()> |   E N V I R O N M E N T   S E T   U P   C O M P L E T E
TrilinosPRConfigurationBase.py:752 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:754 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:755 prepare_test()> |   G e n e r a t e   `packageEnables.cmake`   S T A R T I N G
TrilinosPRConfigurationBase.py:756 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:561 create_package_enables_file()> 
TrilinosPRConfigurationBase.py:562 create_package_enables_file()> packageEnables Command:
TrilinosPRConfigurationBase.py:563 create_package_enables_file()> /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/commonTools/framework/get-changed-trilinos-packages.sh \
    origin/develop \
    HEAD \
    packageEnables.cmake \
    package_subproject_list.cmake \
    2>&1
TRILINOS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos
TRILINOS_SCRIPTS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos
TRIBITS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/cmake/tribits
TRILINOS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos
TRILINOS_SCRIPTS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos
TRIBITS_DIR=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/cmake/tribits

*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


A) Generate the Trilinos Packages definition and depencencies XML file

TrilinosPRConfigurationBase.py:573 create_package_enables_file()> --- There was an issue generating packageEnables.cmake.
TrilinosPRConfigurationBase.py:574 create_package_enables_file()> --- The error code was: 1
TrilinosPRConfigurationBase.py:575 create_package_enables_file()> --- Console Output:
None
Traceback (most recent call last):
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/PullRequestLinuxDriverTest.py", line 310, in
status = main(args)
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/PullRequestLinuxDriverTest.py", line 298, in main
pr_config.prepare_test()
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 758, in prepare_test
self.create_package_enables_file(dryrun=self.args.dry_run)
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 578, in create_package_enables_file
raise cpe
File "/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/packages/framework/pr_tools/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 570, in create_package_enables_file
subprocess.check_call(cmd)
File "/usr/tce/packages/python/python-3.7.2/lib/python3.7/subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/Trilinos/commonTools/framework/get-changed-trilinos-packages.sh', 'origin/develop', 'HEAD', 'packageEnables.cmake', 'package_subproject_list.cmake', '2>&1']' returned non-zero exit status 1.
PRDriver> Command failed with status: 1

Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE


CDash Test Results for PR# 10507.


Wiki: How to Reproduce PR Testing Builds and Errors.

@cgcgcg cgcgcg added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Jun 6, 2022
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7789
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5285
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5803
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12758
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5463
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: python-3

  • Build Num: 2023
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1130
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: templatedStratimikos
  • SHA: e8d507b
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7789
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5285
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5803
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12758
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5463
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: python-3

  • Build Num: 2023
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1130
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Panzer;pkg: Stratimikos;pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 10507
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH templatedStratimikos
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e8d507b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f82fdc8


CDash Test Results for PR# 10507.

@trilinos-autotester trilinos-autotester removed the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Jun 6, 2022
@trilinos-autotester
Copy link
Contributor

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!

@trilinos-autotester
Copy link
Contributor

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

@cgcgcg cgcgcg changed the title [DO NOT MERGE] Stratimikos: Factory for scalar types != double Stratimikos: Factory for scalar types != double Jun 6, 2022
@cgcgcg
Copy link
Contributor Author

cgcgcg commented Jun 6, 2022

@bartlettroscoe Would you mind re-approving? I had to make a minor change to avoid a merge conflict.

@cgcgcg cgcgcg added the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Jun 6, 2022
Copy link
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

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

Re-approving after conflict resolution

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged

@trilinos-autotester trilinos-autotester merged commit 9b0ec55 into trilinos:develop Jun 7, 2022
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 10507: IS A SUCCESS - Pull Request successfully merged

@trilinos-autotester trilinos-autotester removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Jun 7, 2022
bartlettroscoe added a commit to bartlettroscoe/Trilinos that referenced this pull request Oct 22, 2022
When this file was converted from a *.cpp file to a *_def.hpp file when
Stratimikos::LinearSolverBuilder was templated in PR trilinos#10507, include guards
did not get added to this file.
trilinos-autotester added a commit that referenced this pull request Oct 27, 2022
…ude-guards

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Add include guards for *_def.hpp file (#10507)
PR Author: bartlettroscoe
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Oct 27, 2022
…s:develop' (9dd9187).

* trilinos-develop:
  MueLu: reenable libmuelu-adapters.a
  small improvements (TriBITSPub/TriBITS#533)
  Ctest: lightsaber update
  Sacado:  Fix memory leaks in Rad when using DFad nested scalar type.
  Netcdf modern is only used if HDF5 is modern
  Tacho : use same max vector length for factor & update
  Tacho : query max vector / team sizes for factor
  Tacho : cleaner way to avoid "out-of-bound access"
  fix modern Netcdf import (TriBITSPub/TriBITS#533)
  fix modern HDF5 import (TriBITSPub/TriBITS#533)
  Tacho : to avoid "requested too large team size."
  Make Netcdf depend on HDF5, fix TriBITS find modules (TriBITSPub/TriBITS#533)
  Revert "add REQUIRED_HEADERS for TriBITS MPI TPL" (TriBITSPub/TriBITS#534)
  Don't wipe out TPL_<tplName>_INCLUDE_DIRS if set by user (TriBITSPub/TriBITS#534)
  Tacho : fix issue with LDLt
  Add include guards for *_def.hpp file (trilinos#10507)
  STK: Snapshot 10-21-22 11:03
  Netcdf_ENABLE_MODERN mode for TriBITS Netcdf TPL
  add REQUIRED_HEADERS for TriBITS MPI TPL
  Avoid double instantiation of CrsMatrix< SCALAR , LO , GO , NODE >::convert< SCALAR >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants