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

Xpetra&MueLu: Fix some build/test failures #10144

Closed
wants to merge 5 commits into from

Conversation

cgcgcg
Copy link
Contributor

@cgcgcg cgcgcg commented Feb 1, 2022

@trilinos/xpetra @trilinos/muelu

  • The unit test was checking exceptions that Tpetra is only throwing in debug mode:
    MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node>::
    update (const Scalar& alpha,
    const MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node>& A,
    const Scalar& beta)
    {
    const char tfecfFuncName[] = "update: ";
    using Kokkos::subview;
    using Kokkos::ALL;
    ::Tpetra::Details::ProfilingRegion region ("Tpetra::MV::update(alpha,A,beta)");
    const size_t lclNumRows = getLocalLength ();
    const size_t numVecs = getNumVectors ();
    if (::Tpetra::Details::Behavior::debug ()) {
    TEUCHOS_TEST_FOR_EXCEPTION_CLASS_FUNC(
    lclNumRows != A.getLocalLength (), std::invalid_argument,
    "this->getLocalLength() = " << lclNumRows << " != A.getLocalLength() = "
    << A.getLocalLength () << ".");
    TEUCHOS_TEST_FOR_EXCEPTION_CLASS_FUNC(
    numVecs != A.getNumVectors (), std::invalid_argument,
    "this->getNumVectors() = " << numVecs << " != A.getNumVectors() = "
    << A.getNumVectors () << ".");
    }

    Should fix Xpetra_MultiVector_UnitTests_MPI_4 failing in Trilinos builds starting 2021-10-02 #9795.
  • Fix uninitialized use of variable.
  • Change capitalization of Kokkos option in nightly build config.
  • Replace old CuSparse call.
  • Fix Xpetra: Compilation error with Tpetra_INST_INT_INT #10146

@cgcgcg cgcgcg added pkg: Xpetra AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed labels Feb 1, 2022
jhux2
jhux2 previously approved these changes Feb 1, 2022
Copy link
Member

@jhux2 jhux2 left a comment

Choose a reason for hiding this comment

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

lgtm

@cgcgcg cgcgcg requested a review from a team as a code owner February 1, 2022 00:55
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6457
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 63b5fdc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3978
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 63b5fdc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4500
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 63b5fdc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11603
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 63b5fdc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4401
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 63b5fdc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: python-3

  • Build Num: 965
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 63b5fdc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: maxwell1MLTranslator
  • SHA: 63b5fdc
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

jhux2
jhux2 previously approved these changes Feb 1, 2022
Copy link
Member

@jhux2 jhux2 left a comment

Choose a reason for hiding this comment

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

lgtm

@cgcgcg cgcgcg changed the title Xpetra: Fix Tpetra MV unit test Xpetra&MueLu: Fix some build/test failures Feb 1, 2022
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job Trilinos_pullrequest_cuda_weaver to start: Total Wait = 3603

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6473
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3993
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4515
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11614
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4412
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: python-3

  • Build Num: 976
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 173
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: maxwell1MLTranslator
  • SHA: e0ce0a4
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

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

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6473
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3993
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4515
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11614
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4412
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: python-3

  • Build Num: 976
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 173
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e0ce0a4
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 6473 (click to expand)

Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6473&field3=buildstamp&compare3=61&value3=20220201-1237-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6473&field2=buildstamp&compare2=61&value2=20220201-1237-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6473&field2=buildstamp&compare2=61&value2=20220201-1237-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ........................................ Size of output: 289K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 250K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ................................ Size of output: 1581K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
--- OK

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

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

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

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

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

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

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

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

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

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

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4515
Cur dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 62
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4515&field3=buildstamp&compare3=61&value3=20220201-1237-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4515&field2=buildstamp&compare2=61&value2=20220201-1237-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4515&field2=buildstamp&compare2=61&value2=20220201-1237-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
..................................... Size of output: 286K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
..... Size of output: 554K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

    ..................................................  Size: 17050K
    ..................................................  Size: 17100K
    ..................................................  Size: 17149K
    ..................................................  Size: 17199K
    ..................................................  Size: 17249K
    ..................................................  Size: 17299K
    ..................................................  Size: 17350K
    ..................................................  Size: 17400K
    ..................................................  Size: 17450K
    ..................................................  Size: 17500K
    ..................................................  Size: 17550K
    ..................................................  Size: 17600K
    ..................................................  Size: 17650K
    ..................................................  Size: 17700K
    ..................................................  Size: 17750K
    ..................................................  Size: 17800K
    ..................................................  Size: 17850K
    ..................................................  Size: 17900K
    ..................................................  Size: 17950K
    ..................................................  Size: 18000K
    ..................................................  Size: 18050K
    ..................................................  Size: 18100K
    ..................................................  Size: 18150K
    ..................................................  Size: 18199K
    ..................................................  Size: 18249K
    ..................................................  Size: 18299K
    ..................................................  Size: 18349K
    ..................................................  Size: 18399K
    ..................................................  Size: 18449K
    ..................................................  Size: 18499K
    ..................................................  Size: 18549K
    ..................................................  Size: 18600K
    ..................................................  Size: 18650K
    ..................................................  Size: 18699K
    ..................................................  Size: 18749K
    ..................................................  Size: 18799K
    ..................................................  Size: 18849K
    ..................................................  Size: 18899K
    ..................................................  Size: 18949K
    ..................................................  Size: 18999K
    ..................................................  Size: 19050K
    ..................................................  Size: 19099K
    ..................................................  Size: 19149K
    ..................................................  Size: 19199K
    ..................................................  Size: 19249K
    ..................................................  Size: 19299K
    ..................................................  Size: 19349K
    ..................................................  Size: 19399K
    ..................................................  Size: 19449K
    ..................................................  Size: 19500K
    ..................................................  Size: 19550K
    ..................................................  Size: 19599K
    ..................................................  Size: 19649K
    ..................................................  Size: 19700K
    ..................................................  Size: 19749K
    ..................................................  Size: 19799K
    ........ Size of output: 19808K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

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

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

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

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='MueLu,Xpetra'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='MueLu,Xpetra'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-10144-test-Trilinos_pullrequest_clang_10.0.0-4412
Cur dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 62
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_clang_10.0.0-4412&field3=buildstamp&compare3=61&value3=20220201-1239-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_clang_10.0.0-4412&field2=buildstamp&compare2=61&value2=20220201-1239-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_clang_10.0.0-4412&field2=buildstamp&compare2=61&value2=20220201-1239-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................. Size of output: 283K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
......................................... Size of output: 191K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

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

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

Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-opt-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-debug.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-debug.sh
Removing cmake/ctest/drivers/atdm/serrano/local-driver.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/drive_linux_mpi_sems_atdm_7.2.0.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/ctest_linux_mpi_sems_atdm_7.2.0.cmake
Removing cmake/ctest/drivers/atdm/sems-rhel6/split-local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/local-driver.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-release-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug-pt.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-debug.sh
Removing cmake/ctest/drivers/atdm/mutrino/local-driver.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/chama/local-driver.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-18.0.2_mpich2-3.2_openmp_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-17.0.1_intelmpi-5.1.2_serial_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-7.2.0_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-4.9.3_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_clang-5.0.1_openmpi-1.10.2_serial_static_opt.sh
Removing .github/ISSUE_TEMPLATE.md
Automatic merge failed; fix conflicts and then commit the result.
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git merge --no-edit source_remote/maxwell1MLTranslator
PRLinuxDriverMerge> Received subprocess.CalledProcessError - returned 1
PRLinuxDriverMerge> from command ['git', 'merge', '--no-edit', 'source_remote/maxwell1MLTranslator']
PRLinuxDriverMerge> output None
PRLinuxDriverMerge>   stdout None
PRLinuxDriverMerge>   stderr None
PRLinuxDriverMerge>  Finished with error(s)
PRDriver> Command failed with status: 1

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


CDash Test Results for PR# 10144.


Wiki: How to Reproduce PR Testing Builds and Errors.

jhux2
jhux2 previously approved these changes Feb 1, 2022
Copy link
Member

@jhux2 jhux2 left a comment

Choose a reason for hiding this comment

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

lgtm

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_cuda_weaver

  • Build Num: 499
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_cuda_weaver_uvm_off

  • Build Num: 428
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: maxwell1MLTranslator
  • SHA: 3b44c8e
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_cuda_weaver

  • Build Num: 499
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_cuda_weaver_uvm_off

  • Build Num: 428
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6488
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4008
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4530
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11628
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4426
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: python-3

  • Build Num: 990
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: maxwell1MLTranslator
  • SHA: 3b44c8e
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_cuda_weaver

  • Build Num: 499
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_cuda_weaver_uvm_off

  • Build Num: 428
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6488
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4008
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4530
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11628
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4426
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c

Build Information

Test Name: python-3

  • Build Num: 990
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 3b44c8e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a66bb9c
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_weaver # 499 (click to expand)

Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tSTKRebalancing.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_pamgen_writer.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tDOFManager2_SimpleTests.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_model_evaluator.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_thyra_model_evaluator.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_explicit_model_evaluator.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/solver/PanzerAdaptersSTK_solver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/periodic_bcs/PanzerAdaptersSTK_periodic_bcs.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/test/sideset_overlap/PanzerAdaptersSTK_sideset_overlap.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/assembly_engine/PanzerAdaptersSTK_assembly_example.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
CMake Error at /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

Error when uploading file: /ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/Testing/20220202-0330/Test.xml
Error message was: Failed to connect to testing.sandia.gov port 80: Connection timed out
Problems when submitting via HTTP
test submit error = -1
Error when uploading file: /ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test/Testing/20220202-0330/Upload.xml
Error message was: Failed to connect to testing.sandia.gov port 80: Connection timed out
Problems when submitting via HTTP
File upload submit error = -1

Enabled Packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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 /ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10144-test-Trilinos_pullrequest_cuda_weaver-499
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/pull_request_test
-Dconfigure_script=/ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver/Trilinos/cmake/std/PullRequestLinuxWeaverTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_weaver_uvm_off # 428 (click to expand)

Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/piro/test/Piro_TempusSolver_AdjointSensitivitySinCosUnitTests.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tSingleBlockCubeHexMeshFactory.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tGhosting.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tSTKRebalancing.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_pamgen_writer.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tDOFManager2_SimpleTests.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_model_evaluator.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_thyra_model_evaluator.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_explicit_model_evaluator.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/solver/PanzerAdaptersSTK_solver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/periodic_bcs/PanzerAdaptersSTK_periodic_bcs.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/test/sideset_overlap/PanzerAdaptersSTK_sideset_overlap.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/assembly_engine/PanzerAdaptersSTK_assembly_example.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
CMake Error at /home/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

Error when uploading file: /ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/Testing/20220202-0629/Test.xml
Error message was: Failed to connect to testing.sandia.gov port 80: Connection timed out
Problems when submitting via HTTP
test submit error = -1
Error when uploading file: /ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test/Testing/20220202-0629/Upload.xml
Error message was: Failed to connect to testing.sandia.gov port 80: Connection timed out
Problems when submitting via HTTP
File upload submit error = -1

Enabled Packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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 /ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10144-test-Trilinos_pullrequest_cuda_weaver_uvm_off-428
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/pull_request_test
-Dconfigure_script=/ascldap/users/trilinos/weaver/workspace/Trilinos_pullrequest_cuda_weaver_uvm_off/Trilinos/cmake/std/PullRequestLinuxWeaverUvmOffTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 6488 (click to expand)

Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6488&field3=buildstamp&compare3=61&value3=20220202-0327-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6488&field2=buildstamp&compare2=61&value2=20220202-0327-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6488&field2=buildstamp&compare2=61&value2=20220202-0327-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ........................................ Size of output: 289K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 250K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ................................ Size of output: 1581K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype
--- OK

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

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

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

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

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

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

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

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

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

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

SHELL = /bin/bash
HUDSON_SERVER_COOKIE = 248910a9cd8de38c
PYTHON_EXE = /projects/sierra/linux_rh7/install/Python/3.6.10/bin/python3
HISTSIZE = 1000
SSH_CLIENT = 205.137.80.91 58450 22
BUILD_TAG = jenkins-trilinos-folder-Trilinos_pullrequest_gcc_7.2.0_debug-4530
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA = 3b44c8e48083bdd62c97905d32fc1b614ea2711f
PULLREQUEST_CDASH_TRACK = Pull Request
GIT_PREVIOUS_COMMIT = 7c61a12f3c1bb2f95f2147e363d40635fd3533e6
QTDIR = /usr/lib64/qt-3.3
QTINC = /usr/lib64/qt-3.3/include
ROOT_BUILD_CAUSE = MANUALTRIGGER
JOB_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0_debug/
WORKSPACE = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug
RUN_CHANGES_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0_debug/4530/display/redirect?page=changes
QT_GRAPHICSSYSTEM_CHECKED = 1
http_proxy = http://proxy.sandia.gov:80/
USER = trilinos
REQUESTS_CA_BUNDLE = /etc/pki/tls/cert.pem
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
RUN_ARTIFACTS_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0_debug/4530/display/redirect?page=artifacts
ftp_proxy = http://proxy.sandia.gov:80/
TRILINOS_TARGET_BRANCH = develop
GIT_CHECKOUT_DIR = Trilinos
JENKINS_HOME = /var/lib/jenkins
GIT_COMMIT = 7c61a12f3c1bb2f95f2147e363d40635fd3533e6
PATH = /projects/sierra/linux_rh7/install/Python/3.6.10/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
MAIL = /var/spool/mail/trilinos
RUN_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0_debug/4530/display/redirect
BUILD_CAUSE_MANUALTRIGGER = true
NODE_OWNER = ceeadmin
PWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug
HUDSON_URL = https://ascic-jenkins.sandia.gov/
LANG = en_US.UTF-8
JOB_OWNER_EMAIL = prwolfe@sandia.gov
MODULEPATH = /usr/share/Modules/modulefiles:/etc/modulefiles:/projects/sems/modulefiles/projects
JOB_NAME = trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug
LOADEDMODULES = 
PYTHONHOME = /projects/sierra/linux_rh7/install/Python/3.6.10
BUILD_DISPLAY_NAME = #4530
JENKINS_URL = https://ascic-jenkins.sandia.gov/
BUILD_ID = 4530
BUILD_CAUSE = MANUALTRIGGER
TRILINOS_TARGET_SHA = a66bb9c6fa4df2b13557a9d2b90d9c66119c0c98
TRILINOS_SOURCE_REPO = https://github.com/cgcgcg/Trilinos
https_proxy = http://proxy.sandia.gov:80/
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 7c61a12f3c1bb2f95f2147e363d40635fd3533e6
JOB_BASE_NAME = Trilinos_pullrequest_gcc_7.2.0_debug
HISTCONTROL = ignoredups
RUN_TESTS_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0_debug/4530/display/redirect?page=tests
SHLVL = 3
HOME = /ascldap/users/trilinos
GIT_BRANCH = origin/develop
no_proxy = localhost,localnets,.sandia.gov,127.0.0.1,169.254.169.254,ceecloud.sandia.gov,10.202.0.0/16,10.203.0.0/16
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
WORKSPACE_TMP = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug@tmp
JOB_OWNER = prwolfe
EXECUTOR_NUMBER = 8
JOB_COOWNERS = prwolfe,Trilinos
NODE_LABELS = tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
GIT_URL = https://github.com/trilinos/Trilinos
LOGNAME = trilinos
CVS_RSH = ssh
QTLIB = /usr/lib64/qt-3.3/lib
HUDSON_HOME = /var/lib/jenkins
SSH_CONNECTION = 205.137.80.91 58450 192.168.0.3 22
NODE_NAME = tr-test-4-trilinos
MODULESHOME = /usr/share/Modules
LESSOPEN = ||/usr/bin/lesspipe.sh %s
JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0_debug/display/redirect
BUILD_NUMBER = 4530
TRILINOS_SOURCE_BRANCH = maxwell1MLTranslator
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
HUDSON_COOKIE = 3c32c793-15ea-40ba-bbc6-52a54ba59607
ROOT_BUILD_CAUSE_MANUALTRIGGER = true
XDG_RUNTIME_DIR = /run/user/91724
NODE_COOWNERS_EMAILS = ceeadmin@sandia.gov,ceejenkins@sandia.gov
FORCE_CLEAN = false
BASH_FUNC_module() = () {  eval `/usr/bin/modulecmd bash $*`
}
_ = /projects/sierra/linux_rh7/install/Python/3.6.10/bin/python3

================================================================================
git remote exists, removing it
Recieved subprocess.CalledProcessError - returned 128
from command ['git', 'merge', '--no-edit', 'source_remote/maxwell1MLTranslator']
output None
stdout None
stderr None

+----------------------------------------------------------+
| An error occurred during merge |
| |
| 2022-02-01 20:27:02 |
+----------------------------------------------------------+
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

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

    ..................................................  Size: 1650K
    ..................................................  Size: 1699K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1850K
    ..................................................  Size: 1899K
    ..................................................  Size: 1950K
    ..................................................  Size: 2000K
    ..................................................  Size: 2049K
    ..................................................  Size: 2100K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2350K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2600K
    ..................................................  Size: 2650K
    ..................................................  Size: 2700K
    ..................................................  Size: 2750K
    ..................................................  Size: 2800K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 3000K
    ..................................................  Size: 3050K
    ..................................................  Size: 3100K
    ..................................................  Size: 3150K
    ..................................................  Size: 3200K
    ..................................................  Size: 3250K
    ..................................................  Size: 3300K
    ..................................................  Size: 3350K
    ..................................................  Size: 3400K
    ..................................................  Size: 3450K
    ..................................................  Size: 3499K
    ..................................................  Size: 3550K
    ..................................................  Size: 3599K
    ..................................................  Size: 3649K
    ..................................................  Size: 3699K
    ..................................................  Size: 3749K
    ..................................................  Size: 3799K
    ..................................................  Size: 3850K
    ..................................................  Size: 3900K
    ..................................................  Size: 3950K
    ..................................................  Size: 3999K
    ..................................................  Size: 4049K
    ..................................................  Size: 4099K
    ..................................................  Size: 4149K
    ..................................................  Size: 4199K
    ..................................................  Size: 4249K
    ..................................................  Size: 4299K
    ..................................................  Size: 4350K
    ..................................................  Size: 4399K
    ................................................ Size of output: 4448K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

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

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

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

    ..................................................  Size: 1450K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1900K
    ..................................................  Size: 1949K
    ..................................................  Size: 2000K
    ..................................................  Size: 2049K
    ..................................................  Size: 2100K
    ..................................................  Size: 2150K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2300K
    ..................................................  Size: 2350K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2500K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2850K
    ..................................................  Size: 2899K
    ..................................................  Size: 2950K
    ..................................................  Size: 3000K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3199K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3349K
    ..................................................  Size: 3399K
    ..................................................  Size: 3450K
    ..................................................  Size: 3499K
    ..................................................  Size: 3550K
    ..................................................  Size: 3599K
    ..................................................  Size: 3650K
    ..................................................  Size: 3699K
    ..................................................  Size: 3750K
    ..................................................  Size: 3800K
    ..................................................  Size: 3849K
    ..................................................  Size: 3899K
    ..................................................  Size: 3950K
    ..................................................  Size: 4000K
    ..................................................  Size: 4049K
    ..................................................  Size: 4099K
    ..................................................  Size: 4149K
    ..................................................  Size: 4199K
    ................. Size of output: 4217K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

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


CDash Test Results for PR# 10144.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester trilinos-autotester removed the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 2, 2022
@cgcgcg cgcgcg force-pushed the maxwell1MLTranslator branch from 3b44c8e to 151a3ba Compare February 2, 2022 14:39
@cgcgcg cgcgcg added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 2, 2022
mayrmt
mayrmt previously approved these changes Feb 2, 2022
Copy link
Member

@mayrmt mayrmt left a comment

Choose a reason for hiding this comment

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

lgtm

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has commited a change to the PR before testing completed. The original testing SHA = 1df0339 Does not match the current commit SHA = e022e3b. The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6600
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 1df0339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f498bdb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4120
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 1df0339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f498bdb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4642
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 1df0339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f498bdb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11728
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 1df0339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f498bdb

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4524
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 1df0339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f498bdb

Build Information

Test Name: python-3

  • Build Num: 1088
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 1df0339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f498bdb

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 289
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA 1df0339
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f498bdb
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 6600 (click to expand)

TRIBITS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/commonTools/framework/../../cmake/tribits
TRILINOS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/commonTools/framework/../../cmake/tribits

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


A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='MueLu,Xpetra'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='MueLu,Xpetra'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6600
Cur dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test
Parallel level = 20
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 62
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6600&field3=buildstamp&compare3=61&value3=20220211-0019-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6600&field2=buildstamp&compare2=61&value2=20220211-0019-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6600&field2=buildstamp&compare2=61&value2=20220211-0019-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
......................................... Size of output: 290K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 250K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.................................................. Size: 699K
.................................................. Size: 749K
.................................................. Size: 799K
.............................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
..................... Size: 850K
...........................[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

    package_subproject_list.cmake

TRILINOS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/commonTools/framework/../../cmake/tribits
TRILINOS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/commonTools/framework/../../cmake/tribits


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


A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='MueLu,Xpetra'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='MueLu,Xpetra'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_serial-4120
Cur dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/pull_request_test
Parallel level = 20
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 62
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic143&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_serial-4120&field3=buildstamp&compare3=61&value3=20220211-0019-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_serial-4120&field2=buildstamp&compare2=61&value2=20220211-0019-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_serial-4120&field2=buildstamp&compare2=61&value2=20220211-0019-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
...... Size of output: 205K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.................................................. Size: 699K
..........................Build was aborted
Aborted by James M Willenbring
.Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

|
+==============================================================================+

Validate target branch constraints:
--- Target branch is 'develop'
--- target branch constraints OK

+------------------------------------------------------------------------------+
Configuration Parameters
+------------------------------------------------------------------------------+
--- arg_filename_packageenables = ../packageEnables.cmake
--- arg_filename_subprojects = ../package_subproject_list.cmake
--- arg_jenkins_job_number = 4642
--- arg_max_cores_allowed = 29
--- arg_num_concurrent_tests = 4
--- arg_pr_config_file = Trilinos/cmake/std/pr_config/pullrequest.ini
--- arg_pr_jenkins_job_name = Trilinos_pullrequest_gcc_7.2.0_debug
--- arg_pullrequest_number = 10144
--- arg_pullrequest_cdash_track = Pull Request
--- arg_req_mem_per_core = 3.0
--- arg_workspace_dir = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug

--- concurrency_build = 20
--- concurrency_test = 4
--- config_script = PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
--- max_cores_allowed = 29
--- max_test_parallelism = 4
--- pullrequest_build_name = PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4642
--- working_directory_ctest = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype

+--------------------------------------------------------------------+
| E N V I R O N M E N T S E T U P S T A R T
+--------------------------------------------------------------------+
Processing Configuration .ini
+---------------------------+
Section: Trilinos_pullrequest_gcc_7.2.0_debug
Section: Trilinos_pullrequest_gcc_7.2.0
Section: SEMS-ENV
Section: MODULE-PURGE
Section: ATDM-ENV
Section: SEMS-DEFAULT
Section: SIERRA-PYTHON-3.6.3
Section: ATDM-DEFAULT

Module Operations
+---------------+
[module] module purge OK
[module] module use /projects/sems/modulefiles/projects OK
[module] module load sems-archive-env OK
[module] module load atdm-env OK
[module] module load sems-archive-gcc/7.2.0 OK
[module] module load sems-archive-openmpi/1.10.1 OK
[module] module load sems-archive-boost/1.63.0/base OK
[module] module load sems-archive-zlib/1.2.8/base OK
[module] module load sems-archive-hdf5/1.10.6/parallel OK
[module] module load sems-archive-netcdf/4.7.3/parallel OK
[module] module load sems-archive-parmetis/4.0.3/parallel OK
[module] module load sems-archive-scotch/6.0.3/nopthread_64bit_parallel OK
[module] module load sems-archive-superlu/4.3/base OK
[module] module load sems-archive-git/2.10.1 OK
[module] module load sems-archive-cmake/3.17.1 OK
[module] module unload sems-archive-python OK
[module] module load atdm-ninja_fortran/1.7.2
An error occurred in modulecmd:

[module output start]

[module output end]
[module stderr start]
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'atdm-ninja_fortran/1.7.2'

[module stderr end]

FAILED

Environment Vars
+--------------+
[envvar] export MANPATH=/projects/sierra/linux_rh7/install/Python/3.6.3/share/man
[envvar] export PATH_TMP=/projects/sierra/linux_rh7/install/Python/extras/bin:${PATH}
[envvar] export PATH_TMP=/projects/sierra/linux_rh7/install/Python/extras/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/parmetis/4.0.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.7.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.10.6/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/openmpi/1.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sierra/linux_rh7/install/Python/3.6.10/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin (expanded)
[envvar] export PATH=/projects/sierra/linux_rh7/install/Python/3.6.3/share/bin:${PATH_TMP}
[envvar] export PATH=/projects/sierra/linux_rh7/install/Python/3.6.3/share/bin:/projects/sierra/linux_rh7/install/Python/extras/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/parmetis/4.0.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.7.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.10.6/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/openmpi/1.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sierra/linux_rh7/install/Python/3.6.10/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin (expanded)
[envvar] export OMP_NUM_THREADS=2
[envvar] unset PATH_TMP
Traceback (most recent call last):
File "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 259, in
status = main(args)
File "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 249, in main
pr_config.prepare_test()
File "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 563, in prepare_test
rval = tr_config.apply(throw_on_error=True)
File "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/trilinosprhelpers/setenvironment/SetEnvironment.py", line 222, in apply
raise Exception("FATAL ERROR in SetEnvironment.apply()")
Exception: FATAL ERROR in SetEnvironment.apply()
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

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

    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1100K
    ..................................................  Size: 1150K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1650K
    ..................................................  Size: 1700K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1900K
    ..................................................  Size: 1950K
    ..................................................  Size: 2000K
    ..................................................  Size: 2050K
    ..................................................  Size: 2100K
    ..................................................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2250K
    ..................................................  Size: 2300K
    ..................................................  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: 2950K
    ..................................................  Size: 3000K
    ..................................................  Size: 3050K
    ..................................................  Size: 3100K
    ..................................................  Size: 3150K
    ..................................................  Size: 3200K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3349K
    ..................................................  Size: 3400K
    ..................................................  Size: 3450K
    ..................................................  Size: 3500K
    ..................................................  Size: 3550K
    ..................................................  Size: 3599K
    ..................................................  Size: 3649K
    ..................................................  Size: 3699K
    ..................................................  Size: 3749K
    ..................................................  Size: 3799K
    ..................................................  Size: 3849K
    ..................................................  Size: 3899K
    ..................................................  Size: 3950K
    ..................................................  Size: 4000K
    ..................................................  Size: 4050K
    ..................................................  Size: 4100K
    ..................................................  Size: 4150K
    ..................................................  Size: 4200K
    ..................................................  Size: 4249K
    ..................................................  Size: 4299K
    ..................................................  Size: 4349K
    ..................................................  Size: 4399K
    ..................................................  Size: 4449K
    ..................................................  Size: 4499K
    ..................................................  Size: 4549K
    ..................................................  Size: 4599K
    ..................................................  Size: 4649K
    ..................................................  Size: 4699K
    ..................................................  Size: 4750K
    ..................................................  Size: 4800K
    ..................................................  Size: 4850K
    ..................................................  Size: 4900K
    ..................................................  Size: 4950K
    ..................................................  Size: 4999K
    ..................................................  Size: 5049K
    ..................................................  Size: 5099K
    ..................................................  Size: 5150K
    ..................................................  Size: 5200K
    ..................................................  Size: 5250K
    ..................................................  Size: 5300K
    ..................................................  Size: 5350K
    ..................................................  Size: 5400K
    ..................................................  Size: 5450K
    .......Build was aborted
Aborted by James M Willenbring
Archiving artifacts
[Checks API] No suitable checks publisher found.
...........................................  Size: 5499K
    ..................................................  Size: 5549K
    ..................................................  Size: 5599K
    .............Finished: ABORTED

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

    ..................................................  Size: 3250K
    ..................................................  Size: 3299K
    ..................................................  Size: 3349K
    ..................................................  Size: 3399K
    ..................................................  Size: 3449K
    ..................................................  Size: 3499K
    ..................................................  Size: 3549K
    ..................................................  Size: 3599K
    ..................................................  Size: 3649K
    ..................................................  Size: 3700K
    ..................................................  Size: 3749K
    ..................................................  Size: 3800K
    ..................................................  Size: 3849K
    ..................................................  Size: 3899K
    ..................................................  Size: 3949K
    ..................................................  Size: 3999K
    ..................................................  Size: 4049K
    ..................................................  Size: 4100K
    ..................................................  Size: 4149K
    ..................................................  Size: 4199K
    ..................................................  Size: 4249K
    ..................................................  Size: 4299K
    ..................................................  Size: 4349K
    ..................................................  Size: 4399K
    ..................................................  Size: 4450K
    ..................................................  Size: 4499K
    ..................................................  Size: 4549K
    ..................................................  Size: 4600K
    ..................................................  Size: 4649K
    ..................................................  Size: 4699K
    ..................................................  Size: 4750K
    ..................................................  Size: 4799K
    ..................................................  Size: 4849K
    ..................................................  Size: 4899K
    ..................................................  Size: 4950K
    ..................................................  Size: 5000K
    ..................................................  Size: 5049K
    ..................................................  Size: 5100K
    ..................................................  Size: 5150K
    ..................................................  Size: 5199K
    ..................................................  Size: 5249K
    ..................................................  Size: 5299K
    ..................................................  Size: 5350K
    ..................................................  Size: 5400K
    ..................................................  Size: 5449K
    ..................................................  Size: 5500K
    ..................................................  Size: 5550K
    ..................................................  Size: 5600K
    ..................................................  Size: 5650K
    ..................................................  Size: 5699K
    ..................................................  Size: 5749K
    ..................................................  Size: 5800K
    ..................................................  Size: 5850K
    ..................................................  Size: 5899K
    ..................................................  Size: 5949K
    ..................................................  Size: 6000K
    ..................................................  Size: 6050K
    ..................................................  Size: 6099K
    ..................................................  Size: 6149K
    ..................................................  Size: 6200K
    ..................................................  Size: 6249K
    ..................................................  Size: 6299K
    ..................................................  Size: 6350K
    ..................................................  Size: 6400K
    ..................................................  Size: 6450K
    ..................................................  Size: 6500K
    ..................................................  Size: 6550K
    ..................................................  Size: 6600K
    ..................................................  Size: 6649K
    ..................................................  Size: 6700K
    ..................................................  Size: 6750K
    ..................................................  Size: 6800K
    ..................................................  Size: 6850K
    ..................................................  Size: 6900K
    ..................................................  Size: 6949K
    ..................................................  Size: 6999K
    ..................................................  Size: 7050K
    ..................................................  Size: 7100K
    ..................................................  Size: 7149K
    ..................................................  Size: 7200K
    ..................................................  Size: 7250K
    ..................................................  Size: 7300K
    ..................................................  Size: 7350K
    ..................................................  Size: 7399K
    ..................................................  Size: 7449K
    ..................................................  Size: 7500K
    ..................................................  Size: 7550K
    ..................................................  Size: 7599K
    ..................................................  Size: 7650K
    ..................................................  Size: 7699K
    ...Build was aborted
Aborted by James M Willenbring
...............................................  Size: 7750K
    .................Archiving artifacts
[Checks API] No suitable checks publisher found.
.................................  Size: 7799K
    ..................................................  Size: 7849K
    ..................................................  Size: 7899K
    ..................................................  Size: 7949K
    .........................................Finished: ABORTED

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

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

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

Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-opt-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-debug.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-debug.sh
Removing cmake/ctest/drivers/atdm/serrano/local-driver.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/drive_linux_mpi_sems_atdm_7.2.0.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/ctest_linux_mpi_sems_atdm_7.2.0.cmake
Removing cmake/ctest/drivers/atdm/sems-rhel6/split-local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/local-driver.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-release-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug-pt.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-debug.sh
Removing cmake/ctest/drivers/atdm/mutrino/local-driver.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/chama/local-driver.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-18.0.2_mpich2-3.2_openmp_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-17.0.1_intelmpi-5.1.2_serial_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-7.2.0_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-4.9.3_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_clang-5.0.1_openmpi-1.10.2_serial_static_opt.sh
Removing .github/ISSUE_TEMPLATE.md
Automatic merge failed; fix conflicts and then commit the result.
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git merge --no-edit source_remote/maxwell1MLTranslator
PRLinuxDriverMerge> Received subprocess.CalledProcessError - returned 1
PRLinuxDriverMerge> from command ['git', 'merge', '--no-edit', 'source_remote/maxwell1MLTranslator']
PRLinuxDriverMerge> output None
PRLinuxDriverMerge>   stdout None
PRLinuxDriverMerge>   stderr None
PRLinuxDriverMerge>  Finished with error(s)
PRDriver> Command failed with status: 1

Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: FAILURE


CDash Test Results for PR# 10144.


Wiki: How to Reproduce PR Testing Builds and Errors.

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

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6601
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4121
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4643
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11729
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4525
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: python-3

  • Build Num: 1089
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 291
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: maxwell1MLTranslator
  • SHA: e022e3b
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6601
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4121
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4643
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11729
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4525
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: python-3

  • Build Num: 1089
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 291
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 6601 (click to expand)

Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6601&field3=buildstamp&compare3=61&value3=20220211-0052-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6601&field2=buildstamp&compare2=61&value2=20220211-0052-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6601&field2=buildstamp&compare2=61&value2=20220211-0052-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ......................................... Size of output: 290K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ................................ Size of output: 1582K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype
--- OK

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

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

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

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

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

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

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

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

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

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

|
+==============================================================================+

Validate target branch constraints:
--- Target branch is 'develop'
--- target branch constraints OK

+------------------------------------------------------------------------------+
Configuration Parameters
+------------------------------------------------------------------------------+
--- arg_filename_packageenables = ../packageEnables.cmake
--- arg_filename_subprojects = ../package_subproject_list.cmake
--- arg_jenkins_job_number = 4643
--- arg_max_cores_allowed = 29
--- arg_num_concurrent_tests = 4
--- arg_pr_config_file = Trilinos/cmake/std/pr_config/pullrequest.ini
--- arg_pr_jenkins_job_name = Trilinos_pullrequest_gcc_7.2.0_debug
--- arg_pullrequest_number = 10144
--- arg_pullrequest_cdash_track = Pull Request
--- arg_req_mem_per_core = 3.0
--- arg_workspace_dir = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug

--- concurrency_build = 20
--- concurrency_test = 4
--- config_script = PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
--- max_cores_allowed = 29
--- max_test_parallelism = 4
--- pullrequest_build_name = PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4643
--- working_directory_ctest = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype

+--------------------------------------------------------------------+
| E N V I R O N M E N T S E T U P S T A R T
+--------------------------------------------------------------------+
Processing Configuration .ini
+---------------------------+
Section: Trilinos_pullrequest_gcc_7.2.0_debug
Section: Trilinos_pullrequest_gcc_7.2.0
Section: SEMS-ENV
Section: MODULE-PURGE
Section: ATDM-ENV
Section: SEMS-DEFAULT
Section: SIERRA-PYTHON-3.6.3
Section: ATDM-DEFAULT

Module Operations
+---------------+
[module] module purge OK
[module] module use /projects/sems/modulefiles/projects OK
[module] module load sems-archive-env OK
[module] module load atdm-env OK
[module] module load sems-archive-gcc/7.2.0 OK
[module] module load sems-archive-openmpi/1.10.1 OK
[module] module load sems-archive-boost/1.63.0/base OK
[module] module load sems-archive-zlib/1.2.8/base OK
[module] module load sems-archive-hdf5/1.10.6/parallel OK
[module] module load sems-archive-netcdf/4.7.3/parallel OK
[module] module load sems-archive-parmetis/4.0.3/parallel OK
[module] module load sems-archive-scotch/6.0.3/nopthread_64bit_parallel OK
[module] module load sems-archive-superlu/4.3/base OK
[module] module load sems-archive-git/2.10.1 OK
[module] module load sems-archive-cmake/3.17.1 OK
[module] module unload sems-archive-python OK
[module] module load atdm-ninja_fortran/1.7.2
An error occurred in modulecmd:

[module output start]

[module output end]
[module stderr start]
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'atdm-ninja_fortran/1.7.2'

[module stderr end]

FAILED

Environment Vars
+--------------+
[envvar] export MANPATH=/projects/sierra/linux_rh7/install/Python/3.6.3/share/man
[envvar] export PATH_TMP=/projects/sierra/linux_rh7/install/Python/extras/bin:${PATH}
[envvar] export PATH_TMP=/projects/sierra/linux_rh7/install/Python/extras/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/parmetis/4.0.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.7.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.10.6/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/openmpi/1.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sierra/linux_rh7/install/Python/3.6.10/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin (expanded)
[envvar] export PATH=/projects/sierra/linux_rh7/install/Python/3.6.3/share/bin:${PATH_TMP}
[envvar] export PATH=/projects/sierra/linux_rh7/install/Python/3.6.3/share/bin:/projects/sierra/linux_rh7/install/Python/extras/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/parmetis/4.0.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.7.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.10.6/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/openmpi/1.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sierra/linux_rh7/install/Python/3.6.10/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin (expanded)
[envvar] export OMP_NUM_THREADS=2
[envvar] unset PATH_TMP
Traceback (most recent call last):
File "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 259, in
status = main(args)
File "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 249, in main
pr_config.prepare_test()
File "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 563, in prepare_test
rval = tr_config.apply(throw_on_error=True)
File "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/trilinosprhelpers/setenvironment/SetEnvironment.py", line 222, in apply
raise Exception("FATAL ERROR in SetEnvironment.apply()")
Exception: FATAL ERROR in SetEnvironment.apply()
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

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

    ..................................................  Size: 14500K
    ..................................................  Size: 14550K
    ..................................................  Size: 14600K
    ..................................................  Size: 14650K
    ..................................................  Size: 14699K
    ..................................................  Size: 14749K
    ..................................................  Size: 14799K
    ..................................................  Size: 14849K
    ..................................................  Size: 14899K
    ..................................................  Size: 14949K
    ..................................................  Size: 14999K
    ..................................................  Size: 15049K
    ..................................................  Size: 15099K
    ..................................................  Size: 15149K
    ..................................................  Size: 15199K
    ..................................................  Size: 15249K
    ..................................................  Size: 15300K
    ..................................................  Size: 15350K
    ..................................................  Size: 15400K
    ..................................................  Size: 15450K
    ..................................................  Size: 15500K
    ..................................................  Size: 15550K
    ..................................................  Size: 15600K
    ..................................................  Size: 15650K
    ..................................................  Size: 15700K
    ..................................................  Size: 15750K
    ..................................................  Size: 15800K
    ..................................................  Size: 15850K
    ..................................................  Size: 15900K
    ..................................................  Size: 15950K
    ..................................................  Size: 16000K
    ..................................................  Size: 16050K
    ..................................................  Size: 16100K
    ..................................................  Size: 16150K
    ..................................................  Size: 16200K
    ..................................................  Size: 16250K
    ..................................................  Size: 16300K
    ..................................................  Size: 16350K
    ..................................................  Size: 16400K
    ..................................................  Size: 16450K
    ..................................................  Size: 16500K
    ..................................................  Size: 16550K
    ..................................................  Size: 16600K
    ..................................................  Size: 16650K
    ..................................................  Size: 16700K
    ..................................................  Size: 16750K
    ..................................................  Size: 16800K
    ..................................................  Size: 16850K
    ..................................................  Size: 16900K
    ..................................................  Size: 16950K
    ..................................................  Size: 17000K
    ..................................................  Size: 17049K
    ..................................................  Size: 17099K
    ..................................................  Size: 17149K
    ..................................................  Size: 17199K
    ..................................................  Size: 17249K
    .......................... Size of output: 17275K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

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

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

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

    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    .................................. Size of output: 283K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 550K
    ..................................................  Size: 600K
    ..................................................  Size: 650K
    ..................................................  Size: 700K
    ..................................................  Size: 750K
    ..................................................  Size: 800K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 950K
    ..................................................  Size: 1000K
    ..................................................  Size: 1050K
    ..................................................  Size: 1100K
    ..................................................  Size: 1150K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1550K
    ..................................................  Size: 1600K
    ..................................................  Size: 1649K
    ..................................................  Size: 1700K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2050K
    ..................................................  Size: 2100K
    ..................................................  Size: 2150K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ............................... Size of output: 2330K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

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

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

Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-opt-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-debug.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-debug.sh
Removing cmake/ctest/drivers/atdm/serrano/local-driver.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/drive_linux_mpi_sems_atdm_7.2.0.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/ctest_linux_mpi_sems_atdm_7.2.0.cmake
Removing cmake/ctest/drivers/atdm/sems-rhel6/split-local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/local-driver.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-release-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug-pt.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-debug.sh
Removing cmake/ctest/drivers/atdm/mutrino/local-driver.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/chama/local-driver.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-18.0.2_mpich2-3.2_openmp_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-17.0.1_intelmpi-5.1.2_serial_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-7.2.0_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-4.9.3_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_clang-5.0.1_openmpi-1.10.2_serial_static_opt.sh
Removing .github/ISSUE_TEMPLATE.md
Automatic merge failed; fix conflicts and then commit the result.
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git merge --no-edit source_remote/maxwell1MLTranslator
PRLinuxDriverMerge> Received subprocess.CalledProcessError - returned 1
PRLinuxDriverMerge> from command ['git', 'merge', '--no-edit', 'source_remote/maxwell1MLTranslator']
PRLinuxDriverMerge> output None
PRLinuxDriverMerge>   stdout None
PRLinuxDriverMerge>   stderr None
PRLinuxDriverMerge>  Finished with error(s)
PRDriver> Command failed with status: 1

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


CDash Test Results for PR# 10144.


Wiki: How to Reproduce PR Testing Builds and Errors.

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

cgcgcg commented Feb 11, 2022

@e10harvey The cuda build failed again, the gcc debug build now hits module errors.

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6604
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4124
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4646
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11732
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4528
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: python-3

  • Build Num: 1092
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 294
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: maxwell1MLTranslator
  • SHA: e022e3b
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job Trilinos_pullrequest_intel_17.0.1 to start: Total Wait = 603

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6613
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4133
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4655
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11740
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4536
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: python-3

  • Build Num: 1100
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 302
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: maxwell1MLTranslator
  • SHA: e022e3b
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6613
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4133
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4655
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11740
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4536
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: python-3

  • Build Num: 1100
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 302
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 6613 (click to expand)

Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6613&field3=buildstamp&compare3=61&value3=20220211-1818-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6613&field2=buildstamp&compare2=61&value2=20220211-1818-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6613&field2=buildstamp&compare2=61&value2=20220211-1818-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ........................................ Size of output: 289K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 250K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ................................ Size of output: 1581K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
--- OK

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

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

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

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

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

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

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

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

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

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

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='MueLu,Xpetra'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='MueLu,Xpetra'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4655
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 62
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4655&field3=buildstamp&compare3=61&value3=20220211-1819-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4655&field2=buildstamp&compare2=61&value2=20220211-1819-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4655&field2=buildstamp&compare2=61&value2=20220211-1819-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
..................................... Size of output: 286K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
................................................ Size of output: 197K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

    ..................................................  Size: 7650K
    ..................................................  Size: 7700K
    ..................................................  Size: 7750K
    ..................................................  Size: 7800K
    ..................................................  Size: 7850K
    ..................................................  Size: 7899K
    ..................................................  Size: 7949K
    ..................................................  Size: 8000K
    ..................................................  Size: 8050K
    ..................................................  Size: 8100K
    ..................................................  Size: 8150K
    ..................................................  Size: 8200K
    ..................................................  Size: 8249K
    ..................................................  Size: 8299K
    ..................................................  Size: 8349K
    ..................................................  Size: 8399K
    ..................................................  Size: 8449K
    ..................................................  Size: 8499K
    ..................................................  Size: 8549K
    ..................................................  Size: 8599K
    ..................................................  Size: 8649K
    ..................................................  Size: 8699K
    ..................................................  Size: 8749K
    ..................................................  Size: 8799K
    ..................................................  Size: 8849K
    ..................................................  Size: 8899K
    ..................................................  Size: 8950K
    ..................................................  Size: 9000K
    ..................................................  Size: 9050K
    ..................................................  Size: 9099K
    ..................................................  Size: 9149K
    ..................................................  Size: 9199K
    ..................................................  Size: 9249K
    ..................................................  Size: 9299K
    ..................................................  Size: 9349K
    ..................................................  Size: 9399K
    ..................................................  Size: 9449K
    ..................................................  Size: 9500K
    ..................................................  Size: 9550K
    ..................................................  Size: 9600K
    ..................................................  Size: 9649K
    ..................................................  Size: 9699K
    ..................................................  Size: 9749K
    ..................................................  Size: 9799K
    ..................................................  Size: 9850K
    ..................................................  Size: 9899K
    ..................................................  Size: 9950K
    ..................................................  Size: 10000K
    ..................................................  Size: 10050K
    ..................................................  Size: 10099K
    ..................................................  Size: 10149K
    ..................................................  Size: 10199K
    ..................................................  Size: 10250K
    ..................................................  Size: 10300K
    ..................................................  Size: 10350K
    ..................................................  Size: 10399K
    ........ Size of output: 10407K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

    ..................................................  Size: 3649K
    ..................................................  Size: 3699K
    ..................................................  Size: 3750K
    ..................................................  Size: 3799K
    ..................................................  Size: 3849K
    ..................................................  Size: 3899K
    ..................................................  Size: 3949K
    ..................................................  Size: 4000K
    ..................................................  Size: 4050K
    ..................................................  Size: 4100K
    ..................................................  Size: 4150K
    ..................................................  Size: 4199K
    ..................................................  Size: 4249K
    ..................................................  Size: 4299K
    ..................................................  Size: 4349K
    ..................................................  Size: 4399K
    ..................................................  Size: 4450K
    ..................................................  Size: 4500K
    ..................................................  Size: 4550K
    ..................................................  Size: 4600K
    ..................................................  Size: 4649K
    ..................................................  Size: 4699K
    ..................................................  Size: 4749K
    ..................................................  Size: 4799K
    ..................................................  Size: 4849K
    ..................................................  Size: 4899K
    ..................................................  Size: 4950K
    ..................................................  Size: 5000K
    ..................................................  Size: 5050K
    ..................................................  Size: 5100K
    ..................................................  Size: 5150K
    ..................................................  Size: 5200K
    ..................................................  Size: 5249K
    ..................................................  Size: 5299K
    ..................................................  Size: 5349K
    ..................................................  Size: 5399K
    ..................................................  Size: 5449K
    ..................................................  Size: 5499K
    ..................................................  Size: 5549K
    ..................................................  Size: 5599K
    ..................................................  Size: 5649K
    ..................................................  Size: 5699K
    ..................................................  Size: 5750K
    ..................................................  Size: 5799K
    ..................................................  Size: 5850K
    ..................................................  Size: 5900K
    ..................................................  Size: 5949K
    ..................................................  Size: 5999K
    ..................................................  Size: 6050K
    ..................................................  Size: 6100K
    ..................................................  Size: 6149K
    ..................................................  Size: 6199K
    ..................................................  Size: 6249K
    ..................................................  Size: 6299K
    ..................................................  Size: 6349K
    ..................................................  Size: 6399K
    ............. Size of output: 6413K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

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

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

Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-opt-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-debug.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-debug.sh
Removing cmake/ctest/drivers/atdm/serrano/local-driver.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/drive_linux_mpi_sems_atdm_7.2.0.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/ctest_linux_mpi_sems_atdm_7.2.0.cmake
Removing cmake/ctest/drivers/atdm/sems-rhel6/split-local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/local-driver.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-release-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug-pt.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-debug.sh
Removing cmake/ctest/drivers/atdm/mutrino/local-driver.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/chama/local-driver.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-18.0.2_mpich2-3.2_openmp_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-17.0.1_intelmpi-5.1.2_serial_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-7.2.0_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-4.9.3_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_clang-5.0.1_openmpi-1.10.2_serial_static_opt.sh
Removing .github/ISSUE_TEMPLATE.md
Automatic merge failed; fix conflicts and then commit the result.
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git merge --no-edit source_remote/maxwell1MLTranslator
PRLinuxDriverMerge> Received subprocess.CalledProcessError - returned 1
PRLinuxDriverMerge> from command ['git', 'merge', '--no-edit', 'source_remote/maxwell1MLTranslator']
PRLinuxDriverMerge> output None
PRLinuxDriverMerge>   stdout None
PRLinuxDriverMerge>   stderr None
PRLinuxDriverMerge>  Finished with error(s)
PRDriver> Command failed with status: 1

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


CDash Test Results for PR# 10144.


Wiki: How to Reproduce PR Testing Builds and Errors.

@cgcgcg cgcgcg added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 14, 2022
@e10harvey
Copy link
Contributor

@e10harvey The cuda build failed again, the gcc debug build now hits module errors.

Hi Christian. We are working to resolve these errors. See #10147 and #10167. Thank you for your patience.

@cgcgcg
Copy link
Contributor Author

cgcgcg commented Feb 14, 2022

@e10harvey Thanks for the update!

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6622
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4142
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4664
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11749
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4545
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: python-3

  • Build Num: 1109
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 312
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Using Repos:

Repo: TRILINOS (cgcgcg/Trilinos)
  • Branch: maxwell1MLTranslator
  • SHA: e022e3b
  • Mode: TEST_REPO

Pull Request Author: cgcgcg

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 6622
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 4142
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4664
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11749
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 4545
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: python-3

  • Build Num: 1109
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 312
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS pkg: MueLu;pkg: Xpetra;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10144
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH maxwell1MLTranslator
TRILINOS_SOURCE_REPO https://github.com/cgcgcg/Trilinos
TRILINOS_SOURCE_SHA e022e3b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a10d3cc
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 6622 (click to expand)

Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6622&field3=buildstamp&compare3=61&value3=20220214-1439-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6622&field2=buildstamp&compare2=61&value2=20220214-1439-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_8.3.0-6622&field2=buildstamp&compare2=61&value2=20220214-1439-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ......................................... Size of output: 290K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 250K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ................................ Size of output: 1581K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = 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/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
--- OK

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

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

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

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

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

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

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

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

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

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

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4664
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 62
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4664&field3=buildstamp&compare3=61&value3=20220214-1439-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4664&field2=buildstamp&compare2=61&value2=20220214-1439-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10144-test-Trilinos_pullrequest_gcc_7.2.0_debug-4664&field2=buildstamp&compare2=61&value2=20220214-1439-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
..................................... Size of output: 286K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
............................................ Size of output: 544K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

    ..................................................  Size: 6250K
    ..................................................  Size: 6300K
    ..................................................  Size: 6350K
    ..................................................  Size: 6399K
    ..................................................  Size: 6449K
    ..................................................  Size: 6500K
    ..................................................  Size: 6550K
    ..................................................  Size: 6600K
    ..................................................  Size: 6649K
    ..................................................  Size: 6699K
    ..................................................  Size: 6749K
    ..................................................  Size: 6799K
    ..................................................  Size: 6849K
    ..................................................  Size: 6899K
    ..................................................  Size: 6949K
    ..................................................  Size: 6999K
    ..................................................  Size: 7049K
    ..................................................  Size: 7099K
    ..................................................  Size: 7149K
    ..................................................  Size: 7199K
    ..................................................  Size: 7249K
    ..................................................  Size: 7299K
    ..................................................  Size: 7349K
    ..................................................  Size: 7399K
    ..................................................  Size: 7449K
    ..................................................  Size: 7499K
    ..................................................  Size: 7550K
    ..................................................  Size: 7600K
    ..................................................  Size: 7650K
    ..................................................  Size: 7700K
    ..................................................  Size: 7750K
    ..................................................  Size: 7800K
    ..................................................  Size: 7850K
    ..................................................  Size: 7900K
    ..................................................  Size: 7949K
    ..................................................  Size: 7999K
    ..................................................  Size: 8049K
    ..................................................  Size: 8099K
    ..................................................  Size: 8149K
    ..................................................  Size: 8199K
    ..................................................  Size: 8249K
    ..................................................  Size: 8299K
    ..................................................  Size: 8349K
    ..................................................  Size: 8399K
    ..................................................  Size: 8449K
    ..................................................  Size: 8500K
    ..................................................  Size: 8549K
    ..................................................  Size: 8599K
    ..................................................  Size: 8650K
    ..................................................  Size: 8700K
    ..................................................  Size: 8749K
    ..................................................  Size: 8799K
    ..................................................  Size: 8849K
    ..................................................  Size: 8900K
    ..................................................  Size: 8949K
    ..................................................  Size: 8999K
    ........... Size of output: 9010K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

    ..................................................  Size: 400K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 550K
    ..................................................  Size: 599K
    ..................................................  Size: 650K
    ..................................................  Size: 699K
    ..................................................  Size: 750K
    ..................................................  Size: 799K
    ..................................................  Size: 850K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1100K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1250K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1400K
    ..................................................  Size: 1450K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1650K
    ..................................................  Size: 1700K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 2000K
    ..................................................  Size: 2050K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2300K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2450K
    ..................................................  Size: 2500K
    ..................................................  Size: 2549K
    ..................................................  Size: 2600K
    ..................................................  Size: 2650K
    ..................................................  Size: 2699K
    ..................................................  Size: 2750K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 3000K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ...................................... Size of output: 3188K
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_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

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

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

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

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

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

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

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

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

Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-opt-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-9.0-debug.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-opt.sh
Removing cmake/ctest/drivers/atdm/shiller/drivers/Trilinos-atdm-hansen-shiller-cuda-8.0-debug.sh
Removing cmake/ctest/drivers/atdm/serrano/local-driver.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/serrano/drivers/Trilinos-atdm-serrano-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/drive_linux_mpi_sems_atdm_7.2.0.sh
Removing cmake/ctest/drivers/atdm/sems_gcc-7.2.0/ctest_linux_mpi_sems_atdm_7.2.0.cmake
Removing cmake/ctest/drivers/atdm/sems-rhel6/split-local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-serial-panzer.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/sems-rhel6/drivers/Trilinos-atdm-sems-rhel6-gnu-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/local-driver.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.4.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-release-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-gnu-7.2.0-openmp-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-panzer-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-debug-pt.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-release-Pascal60.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-9.2-gnu-7.2.0-debug-panzer.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-release-debug.sh
Removing cmake/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.0-gnu-7.4.0-debug.sh
Removing cmake/ctest/drivers/atdm/mutrino/local-driver.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-opt-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-panzer-HSW.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-KNL-panzer.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.REMOTE.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1253.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh.BACKUP.1159.sh
Removing cmake/ctest/drivers/atdm/mutrino/drivers/Trilinos-atdm-mutrino-intel-debug-openmp-HSW.sh
Removing cmake/ctest/drivers/atdm/chama/local-driver.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-opt-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp.sh
Removing cmake/ctest/drivers/atdm/chama/drivers/Trilinos-atdm-chama-intel-debug-openmp-panzer.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/local-driver.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-18.0.2_mpich2-3.2_openmp_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_intel-17.0.1_intelmpi-5.1.2_serial_static_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-7.2.0_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_gnu-4.9.3_openmpi-1.10.2_serial_shared_opt.sh
Removing cmake/ctest/drivers/atdm/cee-rhel6/drivers/Trilinos-atdm-cee-rhel6_clang-5.0.1_openmpi-1.10.2_serial_static_opt.sh
Removing .github/ISSUE_TEMPLATE.md
Automatic merge failed; fix conflicts and then commit the result.
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git merge --no-edit source_remote/maxwell1MLTranslator
PRLinuxDriverMerge> Received subprocess.CalledProcessError - returned 1
PRLinuxDriverMerge> from command ['git', 'merge', '--no-edit', 'source_remote/maxwell1MLTranslator']
PRLinuxDriverMerge> output None
PRLinuxDriverMerge>   stdout None
PRLinuxDriverMerge>   stderr None
PRLinuxDriverMerge>  Finished with error(s)
PRDriver> Command failed with status: 1

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


CDash Test Results for PR# 10144.


Wiki: How to Reproduce PR Testing Builds and Errors.

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

@cgcgcg: Did you do a force push before this cuda error started showing up? Regardless, please close this PR and open a new PR.

@cgcgcg cgcgcg closed this Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed pkg: MueLu pkg: Xpetra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants