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

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20210927_180047 branch to master #9752

Closed
wants to merge 112 commits into from

Conversation

trilinos-autotester
Copy link
Contributor

Auto PR created to promote from master_merge_20210927_180047 branch to master

Irina Tezaur and others added 30 commits June 14, 2021 19:13
for adjoint sensitivities and to be consistent with the
Piro::SteadySolver.

We might want to have a joint routine for both of these functions to set
the supports, but need to verify that they can indeed be the same.
Code compiles and tests pass, and Albany compiles on top of this
Trilinos, but there are no tests yet that execute the adjoint
capability.

Need to write a test to verify implementation (and debug, if necessary).
More tests are needed, as these are somewhat trivial, but this is a
start.

Also making a couple corrections to the sensitivities based on setting
up the tests.
…solver - should not be

done in the same as forward solver.
Adding PL options to fix runtime errors.  Test is only setting up
integrator so far, not actually doing a solve / verifying the solution.
within the 'Tempus' parameter list through Piro.
for explicit steppers with mass lumping (needed for transient adjoint
sensitivities).

If the user tries to set this to 'false' in this case, the code will
throw.
Piro::ObserverToTempusIntegrationObserverAdapter for adjoint transient
sensitivities.  A few more fixes are still needed.
correctly for adjoint transient sensitivities.

Requires addition of helper functions to other routines in Piro.
ObserverToTempusIntegrattionObserverAdapter.
computed/printed) for transient adjoint sensitivities.
correctly responses for adjoint transient sensitivities.

Non-zero DgDp is returned only for the 'Tempus->Sensitivities->
Response Function Index' value specified in the input file,
as Tempus does not handle multiple responses for adjoint transient
sensitivities.
Keno and others added 18 commits September 23, 2021 17:45
The standard syntax (and only syntax for this accepted by GCC)
is `template class <instantiation>` rather than simply
`template <instantitation>`. Since this is guarded by WIN32,
it is possible MSVC accepts the latter as an extension (I
did not check this). However, to make it build everywhere,
use the standard syntax.
These were marked as being exported from epetra, but are actually
in ifpack. It is possible that rather than removing these, they
should get their own ifpack-export specification, but that depends
on how they are used. It did not show up in my build, but in any
case, the epetra export spec is clearly incorrect so needs to be
removed. If they need to be exported from ifpack, that can be
done in a follow up commit.
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: MueLu: Tag isolated nodes as Dirichlet
PR Author: cgcgcg
…fault

Tempus: add default flag to delay initialization
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Fix various windows build issues
PR Author: Keno
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Phalanx: add conversion utility
PR Author: rppawlo
Amesos2: disable NON_CONTIGUOUS_AND_ROOTED option for SuperLU_MT
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Framework: Update the stale bot to use v4.x
PR Author: william76
…t-sens

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Piro: implementation of transient adjoint sensitivities
PR Author: ikalash
…) and setAllToScalar() (#9660)

* tpetra:  removed need for matrix to have isFillActive() in scale() and
setAllToScalar(), removing need for resumeFill/fillComplete around
calls to these functions #9640

tpetra:  removed caching of Frobenius norm value; there was no way to
guarantee that the cached value would be correct. #9658

muelu, panzer, teko, xpetra, zoltan2:  removed resumeFill/fillComplete
that are no longer needed in light of these changes.

* tpetra:  #9658 removed comments about caching the Frobenius norm
@trilinos-autotester trilinos-autotester requested review from a team as code owners September 28, 2021 00:00
@trilinos-autotester
Copy link
Contributor Author

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

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: gcc-7.2.0

  • Build Num: 56
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: gcc-8.3.0

  • Build Num: 105
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: gcc-7.2.0-serial

  • Build Num: 35
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3724
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: intel-17.0.1

  • Build Num: 32
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: intel-19.0.5

  • Build Num: 34
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2365
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1360
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: clang-7.0.1

  • Build Num: 4
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 1755
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3739
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.243

  • Build Num: 442
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: master_merge_20210927_180047
  • SHA: 9813022
  • Mode: TEST_REPO

Pull Request Author: trilinos-autotester

@trilinos-autotester
Copy link
Contributor Author

NOTICE: The AutoTester has encountered an internal error (usually a Communications Timeout), testing will be restarted, previous tests may still be running but will be ignored by the AutoTester...

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: gcc-7.2.0

  • Build Num: 57
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: gcc-8.3.0

  • Build Num: 106
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: gcc-7.2.0-serial

  • Build Num: 36
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3732
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: intel-17.0.1

  • Build Num: 33
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: intel-19.0.5

  • Build Num: 35
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2371
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1366
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: clang-7.0.1

  • Build Num: 5
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 1756
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3745
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.243

  • Build Num: 443
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: master_merge_20210927_180047
  • SHA: 9813022
  • Mode: TEST_REPO

Pull Request Author: trilinos-autotester

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 15 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: gcc-7.2.0

  • Build Num: 57
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: gcc-8.3.0

  • Build Num: 106
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: gcc-7.2.0-serial

  • Build Num: 36
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3732
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: intel-17.0.1

  • Build Num: 33
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: intel-19.0.5

  • Build Num: 35
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2371
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1366
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: clang-7.0.1

  • Build Num: 5
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 1756
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3745
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.243

  • Build Num: 443
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 9752
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20210927_180047
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 9813022
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA e0adf23
Console Output (last 100 lines) : gcc-7.2.0 # 57 (click to expand)

|                  Launch the Test Driver                  |
|                                                          |
|                   2021-09-28 04:04:26                    |
+----------------------------------------------------------+

+----------------------------------------------------------+
| Execute Test Command |
| |
| 2021-09-28 04:04:26 |
+----------------------------------------------------------+
PRDriver> cd /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0
PRDriver> /usr/local/anaconda/3-2020-02/bin/python3 /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos/packages/framework/pr_tools/PullRequestLinuxDriverTest.py --source-repo-url=https://github.com/trilinos/Trilinos --source-branch-name=master_merge_20210927_180047 --target-repo-url=https://github.com/trilinos/Trilinos --target-branch-name=master --pullrequest-build-name=gcc-7.2.0 --genconfig-build-name=rhel7_sems-gnu-7.2.0-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables --pullrequest-env-config-file=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos/packages/framework/pr_tools/trilinos_pr.ini --pullrequest-gen-config-file=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/GenConfig/src/gen-config.ini --pullrequest-number=9752 --jenkins-job-number=57 --req-mem-per-core=3.0 --max-cores-allowed=29 --num-concurrent-tests=4 --test-mode=standard --workspace-dir=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0 --filename-packageenables=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/packageEnables.cmake --filename-subprojects=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/package_subproject_list.cmake --source-dir=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos --build-dir=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pull_request_test --ctest-driver=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pr-ctest-framework/cmake/ctest-driver.cmake --pullrequest-cdash-track='Clean'
PRDriver> /usr/local/anaconda/3-2020-02/bin/python3 /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos/packages/framework/pr_tools/PullRequestLinuxDriverTest.py --source-repo-url=https://github.com/trilinos/Trilinos --source-branch-name=master_merge_20210927_180047 --target-repo-url=https://github.com/trilinos/Trilinos --target-branch-name=master --pullrequest-build-name=gcc-7.2.0 --genconfig-build-name=rhel7_sems-gnu-7.2.0-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables --pullrequest-env-config-file=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos/packages/framework/pr_tools/trilinos_pr.ini --pullrequest-gen-config-file=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/GenConfig/src/gen-config.ini --pullrequest-number=9752 --jenkins-job-number=57 --req-mem-per-core=3.0 --max-cores-allowed=29 --num-concurrent-tests=4 --test-mode=standard --workspace-dir=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0 --filename-packageenables=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/packageEnables.cmake --filename-subprojects=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/package_subproject_list.cmake --source-dir=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos --build-dir=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pull_request_test --ctest-driver=/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pr-ctest-framework/cmake/ctest-driver.cmake --pullrequest-cdash-track='Clean'

+==============================================================================+
| PullRequestLinuxDriverTest Parameters
+==============================================================================+
| - [R] source-repo-url : https://github.com/trilinos/Trilinos
| - [R] source-branch-name : master_merge_20210927_180047
| - [R] target_repo_url : https://github.com/trilinos/Trilinos
| - [R] target_branch_name : master
| - [R] pullrequest-build-name : gcc-7.2.0
| - [R] genconfig-build-name : rhel7_sems-gnu-7.2.0-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables
| - [R] pullrequest-number : 9752
| - [R] jenkins-job-number : 57
| - [R] source-dir : /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos
| - [R] build-dir : /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pull_request_test
| - [R] ctest-driver : /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pr-ctest-framework/cmake/ctest-driver.cmake
|
| - [O] dry-run : False
| - [O] filename-packageenables : /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/packageEnables.cmake
| - [O] max-cores-allowed : 29
| - [O] num-concurrent-tests : 4
| - [O] pullrequest-cdash-track : Clean
| - [O] pullrequest-env-config-file : /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos/packages/framework/pr_tools/trilinos_pr.ini
| - [O] pullrequest-gen-config-file : /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/GenConfig/src/gen-config.ini
| - [O] req-mem-per-core : 3.0
| - [O] test-mode : standard
| - [O] workspace-dir : /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0
+==============================================================================+
+==============================================================================+
|
| T R I L I N O S P U L L R E Q U E S T D R I V E R S T A R T
|
+==============================================================================+

Validate target branch constraints:
--- Target branch is 'master'
--- Target branch is 'master'. Checking source branch constraints...
--- target branch constraints OK

TrilinosPRConfigurationBase.py:654 prepare_test()> +------------------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:655 prepare_test()> Configuration Parameters
TrilinosPRConfigurationBase.py:656 prepare_test()> +------------------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:657 prepare_test()> --- arg_filename_packageenables = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/packageEnables.cmake
TrilinosPRConfigurationBase.py:658 prepare_test()> --- arg_filename_subprojects = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/package_subproject_list.cmake
TrilinosPRConfigurationBase.py:659 prepare_test()> --- arg_jenkins_job_number = 57
TrilinosPRConfigurationBase.py:660 prepare_test()> --- arg_max_cores_allowed = 29
TrilinosPRConfigurationBase.py:661 prepare_test()> --- arg_num_concurrent_tests = 4
TrilinosPRConfigurationBase.py:662 prepare_test()> --- arg_pr_env_config_file = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos/packages/framework/pr_tools/trilinos_pr.ini
TrilinosPRConfigurationBase.py:663 prepare_test()> --- arg_pr_gen_config_file = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/GenConfig/src/gen-config.ini
TrilinosPRConfigurationBase.py:664 prepare_test()> --- arg_pr_jenkins_job_name = gcc-7.2.0
TrilinosPRConfigurationBase.py:665 prepare_test()> --- arg_pr_genconfig_job_name = rhel7_sems-gnu-7.2.0-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables
TrilinosPRConfigurationBase.py:666 prepare_test()> --- arg_pullrequest_number = 9752
TrilinosPRConfigurationBase.py:667 prepare_test()> --- arg_pullrequest_cdash_track = Clean
TrilinosPRConfigurationBase.py:668 prepare_test()> --- arg_req_mem_per_core = 3.0
TrilinosPRConfigurationBase.py:669 prepare_test()> --- arg_workspace_dir = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0
TrilinosPRConfigurationBase.py:670 prepare_test()> --- arg_source_dir = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/Trilinos
TrilinosPRConfigurationBase.py:671 prepare_test()> --- arg_build_dir = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pull_request_test
TrilinosPRConfigurationBase.py:672 prepare_test()> --- arg_ctest_driver = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pr-ctest-framework/cmake/ctest-driver.cmake
TrilinosPRConfigurationBase.py:673 prepare_test()>
TrilinosPRConfigurationBase.py:674 prepare_test()> --- concurrency_build = 20
TrilinosPRConfigurationBase.py:675 prepare_test()> --- concurrency_test = 4
TrilinosPRConfigurationBase.py:676 prepare_test()> --- config_script = generatedPRFragment.cmake
TrilinosPRConfigurationBase.py:677 prepare_test()> --- max_cores_allowed = 29
TrilinosPRConfigurationBase.py:678 prepare_test()> --- max_test_parallelism = 4
TrilinosPRConfigurationBase.py:679 prepare_test()> --- pullrequest_build_name = PR-9752-test-rhel7_sems-gnu-7.2.0-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-57
TrilinosPRConfigurationBase.py:680 prepare_test()> --- working_directory_ctest = /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/gcc-7.2.0/pr-ctest-framework/cmake
TrilinosPRConfigurationBase.py:682 prepare_test()>
TrilinosPRConfigurationBase.py:685 prepare_test()> +--------------------------------------------------------------------+
TrilinosPRConfigurationBase.py:686 prepare_test()> | E N V I R O N M E N T S E T U P S T A R T
TrilinosPRConfigurationBase.py:687 prepare_test()> +--------------------------------------------------------------------+
Setting system to 'rhel7' based on specification in build name 'rhel7_sems-gnu-7.2.0-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables'.

+==============================================================================+
| ERROR: Hostname 'tr-test-3.novalocal' matched to system 'None' in
| '/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-
| folder/gcc-7.2.0/GenConfig/deps/LoadEnv/examples/trilinos/supported-
| systems.ini', but you specified 'rhel7' in the build name. If you
| want to force the use of 'rhel7', add the --force flag.
+==============================================================================+

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

Console Output (last 100 lines) : gcc-8.3.0 # 106 (click to expand)

    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ............................................. Size of output: 2944K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> 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=ascic141&field2=buildname&compare2=61&value2=PR-9752-test-rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-106&field3=buildstamp&compare3=61&value3=20210928-1004-Clean-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-9752-test-rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-106&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-106&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 9999268
+----------------------------------------------------------+
+ 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_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=ascic141&field2=buildname&compare2=61&value2=PR-9752-test-rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-106&field3=buildstamp&compare3=61&value3=20210928-1004-Clean-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-9752-test-rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-106&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-106&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 9999268
+----------------------------------------------------------+
+ 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/ascic141/workspace/trilinos-folder/gcc-8.3.0/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/gcc-8.3.0/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/gcc-8.3.0/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:98 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:106 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : gcc-7.2.0-serial # 36 (click to expand)

    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    .............................................. Size of output: 2196K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> 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=ascic142&field2=buildname&compare2=61&value2=PR-9752-test-rhel7_sems-gnu-7.2.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-package-enables-36&field3=buildstamp&compare3=61&value3=20210928-1004-Clean-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-9752-test-rhel7_sems-gnu-7.2.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-package-enables-36&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-gnu-7.2.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-package-enables-36&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 9999330
+----------------------------------------------------------+
+ 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_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=ascic142&field2=buildname&compare2=61&value2=PR-9752-test-rhel7_sems-gnu-7.2.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-package-enables-36&field3=buildstamp&compare3=61&value3=20210928-1004-Clean-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-9752-test-rhel7_sems-gnu-7.2.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-package-enables-36&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-gnu-7.2.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-package-enables-36&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 9999330
+----------------------------------------------------------+
+ 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/gcc-7.2.0-serial/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/gcc-7.2.0-serial/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/gcc-7.2.0-serial/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:98 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:106 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

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

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 of output: 751K
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_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Amesos2 = ON
-- Setting Trilinos_ENABLE_Epetra = ON
-- Setting Trilinos_ENABLE_Ifpack = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_NOX = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_PanzerDiscFE = ON
-- Setting Trilinos_ENABLE_PanzerDofMgr = ON
-- Setting Trilinos_ENABLE_PanzerMiniEM = ON
-- Setting Trilinos_ENABLE_Phalanx = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_SEACAS = ON
-- Setting Trilinos_ENABLE_SEACASAprepro = ON
-- Setting Trilinos_ENABLE_SEACASConjoin = ON
-- Setting Trilinos_ENABLE_SEACASEjoin = ON
-- Setting Trilinos_ENABLE_SEACASEpu = ON
-- Setting Trilinos_ENABLE_SEACASExodiff = ON
-- Setting Trilinos_ENABLE_SEACASExomatlab = ON
-- Setting Trilinos_ENABLE_SEACASMapvar-kd = ON
-- Setting Trilinos_ENABLE_SEACASNas2exo = ON
-- Setting Trilinos_ENABLE_SEACASNemslice = ON
-- Setting Trilinos_ENABLE_SEACASNemspread = ON
-- Setting Trilinos_ENABLE_SEACASZellij = ON
-- Setting Trilinos_ENABLE_SEACASAprepro_lib = ON
-- Setting Trilinos_ENABLE_SEACASChaco = ON
-- Setting Trilinos_ENABLE_SEACASExodus = ON
-- Setting Trilinos_ENABLE_SEACASExodus_for = ON
-- Setting Trilinos_ENABLE_SEACASIoss = ON
-- Setting Trilinos_ENABLE_SEACASNemesis = ON
-- Setting Trilinos_ENABLE_SEACASSupes = ON
-- Setting Trilinos_ENABLE_SEACASSuplibC = ON
-- Setting Trilinos_ENABLE_SEACASSVDI = ON
-- Setting Trilinos_ENABLE_Teko = ON
-- Setting Trilinos_ENABLE_Tempus = ON
-- Setting Trilinos_ENABLE_TeuchosNumerics = ON
-- Setting Trilinos_ENABLE_TeuchosParameterList = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_Xpetra = ON
-- Setting Trilinos_ENABLE_Zoltan2 = 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-9752-test-Trilinos_pullrequest_gcc_7.2.0_debug-3732
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Clean
-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

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

Console Output (last 100 lines) : intel-17.0.1 # 33 (click to expand)

    ..................................................  Size: 21099K
    ..................................................  Size: 21150K
    ..................................................  Size: 21200K
    ..................................................  Size: 21250K
    ..................................................  Size: 21300K
    ..................................................  Size: 21349K
    ..................................................  Size: 21399K
    ..................................................  Size: 21450K
    ..................................................  Size: 21499K
    ..................................................  Size: 21550K
    ..................................................  Size: 21600K
    ..................................................  Size: 21649K
    ....................... Size of output: 21673K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> 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-9752-test-rhel7_sems-intel-17.0.1-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-33&field3=buildstamp&compare3=61&value3=20210928-1004-Clean-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-9752-test-rhel7_sems-intel-17.0.1-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-33&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-intel-17.0.1-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-33&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 9999454
+----------------------------------------------------------+
+ 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_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-9752-test-rhel7_sems-intel-17.0.1-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-33&field3=buildstamp&compare3=61&value3=20210928-1004-Clean-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-9752-test-rhel7_sems-intel-17.0.1-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-33&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-intel-17.0.1-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-33&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 9999454
+----------------------------------------------------------+
+ 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/ascic143/workspace/trilinos-folder/intel-17.0.1/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/intel-17.0.1/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/intel-17.0.1/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:98 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:106 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : intel-19.0.5 # 35 (click to expand)

    ..................................................  Size: 13349K
    ..................................................  Size: 13399K
    ..................................................  Size: 13449K
    ..................................................  Size: 13499K
    ............... Size of output: 13515K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> 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-9752-test-rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-35&field3=buildstamp&compare3=61&value3=20210928-1004-Clean-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-9752-test-rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-35&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-35&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 9999392
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - FAILURE
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> 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-9752-test-rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-35&field3=buildstamp&compare3=61&value3=20210928-1004-Clean-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-9752-test-rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-35&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-35&field2=buildstamp&compare2=61&value2=20210928-1004-Clean-Experimental
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 9999392
+----------------------------------------------------------+
+ 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/ascic166/workspace/trilinos-folder/intel-19.0.5/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/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           = -1
CMake Error at /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/pr-ctest-framework/cmake/ctest-stage-test.cmake:47 (message):
  ERROR: There are errors detected in the test.
Call Stack (most recent call first):
  /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/pr-ctest-framework/cmake/ctest-driver.cmake:14 (include)

+--------------------------------------+
| ctest-stage-test.cmake FINISH |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:100 execute_test()> --- ctest command failed!
TrilinosPRConfigurationStandard.py:101 execute_test()> --- error:
TrilinosPRConfigurationStandard.py:102 execute_test()> Command '['ctest', '-S', '/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/pr-ctest-framework/cmake/ctest-driver.cmake', '-Dsource_dir:PATH=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/Trilinos', '-Dbuild_dir:PATH=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/pull_request_test', '-Dbuild_name:STRING=PR-9752-test-rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-package-enables-35', '-Dskip_by_parts_submit:BOOL=OFF', '-Dskip_update_step:BOOL=ON', "-Ddashboard_model:STRING='Experimental'", "-Ddashboard_track:STRING='Clean'", '-DPARALLEL_LEVEL:STRING=29', '-DTEST_PARALLEL_LEVEL:STRING=4', '-Dconfigure_script:FILEPATH=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/generatedPRFragment.cmake', '-Dpackage_enables:FILEPATH=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/packageEnables.cmake', '-Dsubprojects_file:FILEPATH=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/intel-19.0.5/package_subproject_list.cmake']' 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

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105 # 2371 (click to expand)

    ..................................................  Size: 22899K
    ..................................................  Size: 22949K
    ..................................................  Size: 22999K
    ..................................................  Size: 23049K
    ..................................................  Size: 23099K
    ..................................................  Size: 23149K
    ..................................................  Size: 23200K
    ..................................................  Size: 23249K
    ..................................................  Size: 23299K
    ..................................................  Size: 23349K
    ..................................................  Size: 23400K
    ..................................................  Size: 23450K
    ..................................................  Size: 23500K
    ..................................................  Size: 23550K
    ..................................................  Size: 23599K
    ..................................................  Size: 23650K
    ..................................................  Size: 23699K
    ..................................................  Size: 23749K
    ................. Size of output: 23766K
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_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Amesos2 = ON
-- Setting Trilinos_ENABLE_Epetra = ON
-- Setting Trilinos_ENABLE_Ifpack = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_NOX = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_PanzerDiscFE = ON
-- Setting Trilinos_ENABLE_PanzerDofMgr = ON
-- Setting Trilinos_ENABLE_PanzerMiniEM = ON
-- Setting Trilinos_ENABLE_Phalanx = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_SEACAS = ON
-- Setting Trilinos_ENABLE_SEACASAprepro = ON
-- Setting Trilinos_ENABLE_SEACASConjoin = ON
-- Setting Trilinos_ENABLE_SEACASEjoin = ON
-- Setting Trilinos_ENABLE_SEACASEpu = ON
-- Setting Trilinos_ENABLE_SEACASExodiff = ON
-- Setting Trilinos_ENABLE_SEACASExomatlab = ON
-- Setting Trilinos_ENABLE_SEACASMapvar-kd = ON
-- Setting Trilinos_ENABLE_SEACASNas2exo = ON
-- Setting Trilinos_ENABLE_SEACASNemslice = ON
-- Setting Trilinos_ENABLE_SEACASNemspread = ON
-- Setting Trilinos_ENABLE_SEACASZellij = ON
-- Setting Trilinos_ENABLE_SEACASAprepro_lib = ON
-- Setting Trilinos_ENABLE_SEACASChaco = ON
-- Setting Trilinos_ENABLE_SEACASExodus = ON
-- Setting Trilinos_ENABLE_SEACASExodus_for = ON
-- Setting Trilinos_ENABLE_SEACASIoss = ON
-- Setting Trilinos_ENABLE_SEACASNemesis = ON
-- Setting Trilinos_ENABLE_SEACASSupes = ON
-- Setting Trilinos_ENABLE_SEACASSuplibC = ON
-- Setting Trilinos_ENABLE_SEACASSVDI = ON
-- Setting Trilinos_ENABLE_Teko = ON
-- Setting Trilinos_ENABLE_Tempus = ON
-- Setting Trilinos_ENABLE_TeuchosNumerics = ON
-- Setting Trilinos_ENABLE_TeuchosParameterList = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_Xpetra = ON
-- Setting Trilinos_ENABLE_Zoltan2 = 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 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9752-test-Trilinos_pullrequest_cuda_10.1.105-2371
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Clean
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105@2/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105@2/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.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_cuda_10.1.105_uvm_off # 1366 (click to expand)

    ..................................................  Size: 17699K
    ..................................................  Size: 17750K
    ..................................................  Size: 17800K
    ..................................................  Size: 17850K
    ..................................................  Size: 17899K
    ..................................................  Size: 17949K
    ..................................................  Size: 18000K
    ..................................................  Size: 18050K
    ..................................................  Size: 18100K
    ..................................................  Size: 18150K
    ..................................................  Size: 18199K
    ..................................................  Size: 18250K
    ..................................................  Size: 18299K
    ..................................................  Size: 18350K
    ..................................................  Size: 18399K
    ..................................................  Size: 18450K
    ..................................................  Size: 18499K
    ..................................................  Size: 18549K
    ............... Size of output: 18565K
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_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Amesos2 = ON
-- Setting Trilinos_ENABLE_Epetra = ON
-- Setting Trilinos_ENABLE_Ifpack = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_NOX = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_PanzerDiscFE = ON
-- Setting Trilinos_ENABLE_PanzerDofMgr = ON
-- Setting Trilinos_ENABLE_PanzerMiniEM = ON
-- Setting Trilinos_ENABLE_Phalanx = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_SEACAS = ON
-- Setting Trilinos_ENABLE_SEACASAprepro = ON
-- Setting Trilinos_ENABLE_SEACASConjoin = ON
-- Setting Trilinos_ENABLE_SEACASEjoin = ON
-- Setting Trilinos_ENABLE_SEACASEpu = ON
-- Setting Trilinos_ENABLE_SEACASExodiff = ON
-- Setting Trilinos_ENABLE_SEACASExomatlab = ON
-- Setting Trilinos_ENABLE_SEACASMapvar-kd = ON
-- Setting Trilinos_ENABLE_SEACASNas2exo = ON
-- Setting Trilinos_ENABLE_SEACASNemslice = ON
-- Setting Trilinos_ENABLE_SEACASNemspread = ON
-- Setting Trilinos_ENABLE_SEACASZellij = ON
-- Setting Trilinos_ENABLE_SEACASAprepro_lib = ON
-- Setting Trilinos_ENABLE_SEACASChaco = ON
-- Setting Trilinos_ENABLE_SEACASExodus = ON
-- Setting Trilinos_ENABLE_SEACASExodus_for = ON
-- Setting Trilinos_ENABLE_SEACASIoss = ON
-- Setting Trilinos_ENABLE_SEACASNemesis = ON
-- Setting Trilinos_ENABLE_SEACASSupes = ON
-- Setting Trilinos_ENABLE_SEACASSuplibC = ON
-- Setting Trilinos_ENABLE_SEACASSVDI = ON
-- Setting Trilinos_ENABLE_Teko = ON
-- Setting Trilinos_ENABLE_Tempus = ON
-- Setting Trilinos_ENABLE_TeuchosNumerics = ON
-- Setting Trilinos_ENABLE_TeuchosParameterList = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_Xpetra = ON
-- Setting Trilinos_ENABLE_Zoltan2 = 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 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9752-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-1366
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Clean
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@2/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@2/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105uvmOffTestingSettings.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) : clang-7.0.1 # 5 (click to expand)

    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3150K
    ..................................................  Size: 3199K
    ..................................................  Size: 3250K
    ..................................................  Size: 3300K
    ............................. Size of output: 3328K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> 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=ascic113&field2=buildname&compare2=61&value2=PR-9752-test-rhel7_sems-clang-7.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-5&field3=buildstamp&compare3=61&value3=20210928-1006-Clean-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-9752-test-rhel7_sems-clang-7.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-5&field2=buildstamp&compare2=61&value2=20210928-1006-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-clang-7.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-5&field2=buildstamp&compare2=61&value2=20210928-1006-Clean-Experimental
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 9999702
+----------------------------------------------------------+
+ 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_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=ascic113&field2=buildname&compare2=61&value2=PR-9752-test-rhel7_sems-clang-7.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-5&field3=buildstamp&compare3=61&value3=20210928-1006-Clean-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-9752-test-rhel7_sems-clang-7.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-5&field2=buildstamp&compare2=61&value2=20210928-1006-Clean-Experimental
>>> CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-9752-test-rhel7_sems-clang-7.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-package-enables-5&field2=buildstamp&compare2=61&value2=20210928-1006-Clean-Experimental
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 9999702
+----------------------------------------------------------+
+ 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/ascic113/workspace/trilinos-folder/clang-7.0.1/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic113/workspace/trilinos-folder/clang-7.0.1/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic113/workspace/trilinos-folder/clang-7.0.1/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:98 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:106 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_clang_9.0.0 # 1756 (click to expand)

    ..................................................  Size: 2499K
    ..................................................  Size: 2550K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2900K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3200K
    ..................................................  Size: 3249K
    ..................................................  Size: 3300K
    ..................................................  Size: 3350K
    .......................... Size of output: 3376K
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_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Amesos2 = ON
-- Setting Trilinos_ENABLE_Epetra = ON
-- Setting Trilinos_ENABLE_Ifpack = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_NOX = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_PanzerDiscFE = ON
-- Setting Trilinos_ENABLE_PanzerDofMgr = ON
-- Setting Trilinos_ENABLE_PanzerMiniEM = ON
-- Setting Trilinos_ENABLE_Phalanx = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_SEACAS = ON
-- Setting Trilinos_ENABLE_SEACASAprepro = ON
-- Setting Trilinos_ENABLE_SEACASConjoin = ON
-- Setting Trilinos_ENABLE_SEACASEjoin = ON
-- Setting Trilinos_ENABLE_SEACASEpu = ON
-- Setting Trilinos_ENABLE_SEACASExodiff = ON
-- Setting Trilinos_ENABLE_SEACASExomatlab = ON
-- Setting Trilinos_ENABLE_SEACASMapvar-kd = ON
-- Setting Trilinos_ENABLE_SEACASNas2exo = ON
-- Setting Trilinos_ENABLE_SEACASNemslice = ON
-- Setting Trilinos_ENABLE_SEACASNemspread = ON
-- Setting Trilinos_ENABLE_SEACASZellij = ON
-- Setting Trilinos_ENABLE_SEACASAprepro_lib = ON
-- Setting Trilinos_ENABLE_SEACASChaco = ON
-- Setting Trilinos_ENABLE_SEACASExodus = ON
-- Setting Trilinos_ENABLE_SEACASExodus_for = ON
-- Setting Trilinos_ENABLE_SEACASIoss = ON
-- Setting Trilinos_ENABLE_SEACASNemesis = ON
-- Setting Trilinos_ENABLE_SEACASSupes = ON
-- Setting Trilinos_ENABLE_SEACASSuplibC = ON
-- Setting Trilinos_ENABLE_SEACASSVDI = ON
-- Setting Trilinos_ENABLE_Teko = ON
-- Setting Trilinos_ENABLE_Tempus = ON
-- Setting Trilinos_ENABLE_TeuchosNumerics = ON
-- Setting Trilinos_ENABLE_TeuchosParameterList = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_Xpetra = ON
-- Setting Trilinos_ENABLE_Zoltan2 = 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/ascic114/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9752-test-Trilinos_pullrequest_clang_9.0.0-1756
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Clean
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic114/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic114/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/Trilinos/cmake/std/PullRequestLinuxClang9.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) : Trilinos_pullrequest_clang_10.0.0 # 3745 (click to expand)

    ..................................................  Size: 2450K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2700K
    ..................................................  Size: 2750K
    ..................................................  Size: 2800K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3199K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ......................................... Size of output: 3340K
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_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Amesos2 = ON
-- Setting Trilinos_ENABLE_Epetra = ON
-- Setting Trilinos_ENABLE_Ifpack = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_NOX = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_PanzerDiscFE = ON
-- Setting Trilinos_ENABLE_PanzerDofMgr = ON
-- Setting Trilinos_ENABLE_PanzerMiniEM = ON
-- Setting Trilinos_ENABLE_Phalanx = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_SEACAS = ON
-- Setting Trilinos_ENABLE_SEACASAprepro = ON
-- Setting Trilinos_ENABLE_SEACASConjoin = ON
-- Setting Trilinos_ENABLE_SEACASEjoin = ON
-- Setting Trilinos_ENABLE_SEACASEpu = ON
-- Setting Trilinos_ENABLE_SEACASExodiff = ON
-- Setting Trilinos_ENABLE_SEACASExomatlab = ON
-- Setting Trilinos_ENABLE_SEACASMapvar-kd = ON
-- Setting Trilinos_ENABLE_SEACASNas2exo = ON
-- Setting Trilinos_ENABLE_SEACASNemslice = ON
-- Setting Trilinos_ENABLE_SEACASNemspread = ON
-- Setting Trilinos_ENABLE_SEACASZellij = ON
-- Setting Trilinos_ENABLE_SEACASAprepro_lib = ON
-- Setting Trilinos_ENABLE_SEACASChaco = ON
-- Setting Trilinos_ENABLE_SEACASExodus = ON
-- Setting Trilinos_ENABLE_SEACASExodus_for = ON
-- Setting Trilinos_ENABLE_SEACASIoss = ON
-- Setting Trilinos_ENABLE_SEACASNemesis = ON
-- Setting Trilinos_ENABLE_SEACASSupes = ON
-- Setting Trilinos_ENABLE_SEACASSuplibC = ON
-- Setting Trilinos_ENABLE_SEACASSVDI = ON
-- Setting Trilinos_ENABLE_Teko = ON
-- Setting Trilinos_ENABLE_Tempus = ON
-- Setting Trilinos_ENABLE_TeuchosNumerics = ON
-- Setting Trilinos_ENABLE_TeuchosParameterList = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_Xpetra = ON
-- Setting Trilinos_ENABLE_Zoltan2 = 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-9752-test-Trilinos_pullrequest_clang_10.0.0-3745
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Clean
-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) : Trilinos_pullrequest_cuda_10.1.243 # 443 (click to expand)

    ..................................................  Size: 26099K
    ..................................................  Size: 26150K
    ..................................................  Size: 26199K
    ..................................................  Size: 26250K
    ..................................................  Size: 26300K
    ..................................................  Size: 26349K
    ..................................................  Size: 26399K
    ..................................................  Size: 26450K
    ..................................................  Size: 26499K
    ..................................................  Size: 26549K
    ..................................................  Size: 26600K
    ..................................................  Size: 26649K
    ..................................................  Size: 26700K
    ..................................................  Size: 26750K
    ..................................................  Size: 26800K
    ..................................................  Size: 26849K
    ..................................................  Size: 26899K
    ..................................................  Size: 26949K
    ................................................ Size of output: 26998K
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_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Amesos2 = ON
-- Setting Trilinos_ENABLE_Epetra = ON
-- Setting Trilinos_ENABLE_Ifpack = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_NOX = ON
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON
-- Setting Trilinos_ENABLE_PanzerDiscFE = ON
-- Setting Trilinos_ENABLE_PanzerDofMgr = ON
-- Setting Trilinos_ENABLE_PanzerMiniEM = ON
-- Setting Trilinos_ENABLE_Phalanx = ON
-- Setting Trilinos_ENABLE_Piro = ON
-- Setting Trilinos_ENABLE_SEACAS = ON
-- Setting Trilinos_ENABLE_SEACASAprepro = ON
-- Setting Trilinos_ENABLE_SEACASConjoin = ON
-- Setting Trilinos_ENABLE_SEACASEjoin = ON
-- Setting Trilinos_ENABLE_SEACASEpu = ON
-- Setting Trilinos_ENABLE_SEACASExodiff = ON
-- Setting Trilinos_ENABLE_SEACASExomatlab = ON
-- Setting Trilinos_ENABLE_SEACASMapvar-kd = ON
-- Setting Trilinos_ENABLE_SEACASNas2exo = ON
-- Setting Trilinos_ENABLE_SEACASNemslice = ON
-- Setting Trilinos_ENABLE_SEACASNemspread = ON
-- Setting Trilinos_ENABLE_SEACASZellij = ON
-- Setting Trilinos_ENABLE_SEACASAprepro_lib = ON
-- Setting Trilinos_ENABLE_SEACASChaco = ON
-- Setting Trilinos_ENABLE_SEACASExodus = ON
-- Setting Trilinos_ENABLE_SEACASExodus_for = ON
-- Setting Trilinos_ENABLE_SEACASIoss = ON
-- Setting Trilinos_ENABLE_SEACASNemesis = ON
-- Setting Trilinos_ENABLE_SEACASSupes = ON
-- Setting Trilinos_ENABLE_SEACASSuplibC = ON
-- Setting Trilinos_ENABLE_SEACASSVDI = ON
-- Setting Trilinos_ENABLE_Teko = ON
-- Setting Trilinos_ENABLE_Tempus = ON
-- Setting Trilinos_ENABLE_TeuchosNumerics = ON
-- Setting Trilinos_ENABLE_TeuchosParameterList = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_Xpetra = ON
-- Setting Trilinos_ENABLE_Zoltan2 = 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 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.243/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9752-test-Trilinos_pullrequest_cuda_10.1.243-443
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Clean
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.243/pull_request_test
-Dconfigure_script=/vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.243/Trilinos/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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


CDash Test Results for PR# 9752.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Failure: Timed out waiting for job intel-17.0.1 to start: Total Wait = 603

@william76
Copy link
Contributor

Closing this because of newer master merge builds.

@william76 william76 closed this Sep 30, 2021
@william76 william76 deleted the master_merge_20210927_180047 branch October 25, 2021 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.