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

Tpetra: Make DistObject use a local DistributorActor #9605

Merged
merged 8 commits into from
Aug 27, 2021

Conversation

tasmith4
Copy link
Contributor

@trilinos/tpetra

Motivation

Previously, DistObject used the Distributor handed in by the Transfer object to perform communication. With this PR, DistObject now holds a DistributorActor, and all of DistObject's internal calls to doPosts/doWaits go through this actor. The Distributor held by Transfer is now only used to obtain a DistributorPlan for the local actor. This means the connection between the communication plan and the actual communication is now broken, allowing multiple DistObjects to communicate in parallel using the same Transfer object.

Using the plan in this fashion also allowed elimination of most of the repeated code due to the "ReverseOption" logic.

Related Issues

Testing

This is strictly a refactor of implementation details, that continues to pass existing tests.

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

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2909
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3389
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10640
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2052
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1049
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3427
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: python-3

  • Build Num: 87
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: tasmit/distobject-local-actor
  • SHA: e0f107c
  • Mode: TEST_REPO

Pull Request Author: tasmith4

@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: 5367
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2909
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3389
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10640
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2052
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1049
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3427
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: python-3

  • Build Num: 87
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 5367 (click to expand)

  -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-9605-test-Trilinos_pullrequest_gcc_8.3.0-5367&field3=buildstamp&compare3=61&value3=20210823-2005-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-9605-test-Trilinos_pullrequest_gcc_8.3.0-5367&field2=buildstamp&compare2=61&value2=20210823-2005-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-9605-test-Trilinos_pullrequest_gcc_8.3.0-5367&field2=buildstamp&compare2=61&value2=20210823-2005-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ................................................. Size of output: 348K
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: 400K
    ..................................................  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: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................... Size of output: 1721K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_gcc_8.3.0-5367
-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 # 2909 (click to expand)

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         = 61
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-9605-test-Trilinos_pullrequest_gcc_7.2.0_serial-2909&field3=buildstamp&compare3=61&value3=20210823-2005-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-9605-test-Trilinos_pullrequest_gcc_7.2.0_serial-2909&field2=buildstamp&compare2=61&value2=20210823-2005-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-9605-test-Trilinos_pullrequest_gcc_7.2.0_serial-2909&field2=buildstamp&compare2=61&value2=20210823-2005-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: 291K
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: 350K
    ..................................................  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 of output: 1089K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_gcc_7.2.0_serial-2909
-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 # 3389 (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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3389
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 = 61
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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3389&field3=buildstamp&compare3=61&value3=20210823-2005-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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3389&field2=buildstamp&compare2=61&value2=20210823-2005-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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3389&field2=buildstamp&compare2=61&value2=20210823-2005-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.............................................. Size of output: 345K
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: 533K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3389
-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 # 10640 (click to expand)

    ..................................................  Size: 10549K
    ..................................................  Size: 10599K
    ..................................................  Size: 10649K
    ..................................................  Size: 10699K
    ..................................................  Size: 10749K
    ..................................................  Size: 10799K
    ..................................................  Size: 10849K
    ..................................................  Size: 10900K
    ..................................................  Size: 10950K
    ..................................................  Size: 11000K
    ..................................................  Size: 11049K
    ..................................................  Size: 11100K
    ..................................................  Size: 11150K
    ..................................................  Size: 11200K
    ..................................................  Size: 11250K
    ..................................................  Size: 11300K
    ..................................................  Size: 11350K
    ..................................................  Size: 11400K
    ..................................................  Size: 11450K
    ..................................................  Size: 11500K
    ..................................................  Size: 11550K
    ..................................................  Size: 11600K
    ..................................................  Size: 11650K
    ..................................................  Size: 11700K
    ..................................................  Size: 11750K
    ..................................................  Size: 11800K
    ..................................................  Size: 11849K
    ..................................................  Size: 11899K
    ..................................................  Size: 11950K
    ..................................................  Size: 12000K
    ..................................................  Size: 12050K
    ..................................................  Size: 12100K
    ..................................................  Size: 12150K
    ..................................................  Size: 12199K
    ..................................................  Size: 12249K
    ..................................................  Size: 12299K
    ..................................................  Size: 12349K
    ..................................................  Size: 12399K
    ..................................................  Size: 12449K
    ..................................................  Size: 12499K
    ..................................................  Size: 12549K
    ..................................................  Size: 12599K
    ..................................................  Size: 12649K
    ..................................................  Size: 12699K
    ..................................................  Size: 12749K
    ..................................................  Size: 12800K
    ..................................................  Size: 12849K
    ..................................................  Size: 12899K
    ..................................................  Size: 12949K
    ..................................................  Size: 12999K
    ..................................................  Size: 13049K
    ..................................................  Size: 13099K
    ..................................................  Size: 13149K
    ..................................................  Size: 13200K
    ..................................................  Size: 13249K
    ..................................................  Size: 13299K
    .................................... Size of output: 13335K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_intel_17.0.1-10640
-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_cuda_10.1.105 # 2052 (click to expand)

    ..................................................  Size: 16750K
    ..................................................  Size: 16800K
    ..................................................  Size: 16850K
    ..................................................  Size: 16900K
    ..................................................  Size: 16950K
    ..................................................  Size: 16999K
    ..................................................  Size: 17049K
    ..................................................  Size: 17099K
    ..................................................  Size: 17149K
    ..................................................  Size: 17199K
    ..................................................  Size: 17249K
    ..................................................  Size: 17299K
    ..................................................  Size: 17349K
    ..................................................  Size: 17399K
    ..................................................  Size: 17450K
    ..................................................  Size: 17500K
    ..................................................  Size: 17550K
    ..................................................  Size: 17600K
    ..................................................  Size: 17649K
    ..................................................  Size: 17699K
    ..................................................  Size: 17749K
    ..................................................  Size: 17799K
    ..................................................  Size: 17850K
    ..................................................  Size: 17899K
    ..................................................  Size: 17949K
    ..................................................  Size: 17999K
    ..................................................  Size: 18049K
    ..................................................  Size: 18099K
    ..................................................  Size: 18149K
    ..................................................  Size: 18199K
    ..................................................  Size: 18250K
    ..................................................  Size: 18300K
    ..................................................  Size: 18350K
    ..................................................  Size: 18400K
    ..................................................  Size: 18449K
    ..................................................  Size: 18499K
    ..................................................  Size: 18549K
    ..................................................  Size: 18599K
    ..................................................  Size: 18649K
    ..................................................  Size: 18699K
    ..................................................  Size: 18750K
    ..................................................  Size: 18800K
    ..................................................  Size: 18850K
    ..................................................  Size: 18900K
    ..................................................  Size: 18950K
    ..................................................  Size: 18999K
    ..................................................  Size: 19049K
    ..................................................  Size: 19099K
    ..................................................  Size: 19150K
    ..................................................  Size: 19199K
    ..................................................  Size: 19250K
    ..................................................  Size: 19299K
    ..................................................  Size: 19350K
    ..................................................  Size: 19399K
    ..................................................  Size: 19450K
    ..................................................  Size: 19499K
    ................................................. Size of output: 19548K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON

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

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

--- Change directory to /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9605-test-Trilinos_pullrequest_cuda_10.1.105-2052
-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=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

    ..................................................  Size: 11499K
    ..................................................  Size: 11550K
    ..................................................  Size: 11600K
    ..................................................  Size: 11650K
    ..................................................  Size: 11700K
    ..................................................  Size: 11750K
    ..................................................  Size: 11800K
    ..................................................  Size: 11850K
    ..................................................  Size: 11900K
    ..................................................  Size: 11950K
    ..................................................  Size: 11999K
    ..................................................  Size: 12049K
    ..................................................  Size: 12099K
    ..................................................  Size: 12149K
    ..................................................  Size: 12200K
    ..................................................  Size: 12250K
    ..................................................  Size: 12300K
    ..................................................  Size: 12350K
    ..................................................  Size: 12400K
    ..................................................  Size: 12450K
    ..................................................  Size: 12500K
    ..................................................  Size: 12550K
    ..................................................  Size: 12600K
    ..................................................  Size: 12649K
    ..................................................  Size: 12699K
    ..................................................  Size: 12749K
    ..................................................  Size: 12799K
    ..................................................  Size: 12849K
    ..................................................  Size: 12899K
    ..................................................  Size: 12949K
    ..................................................  Size: 12999K
    ..................................................  Size: 13049K
    ..................................................  Size: 13099K
    ..................................................  Size: 13149K
    ..................................................  Size: 13199K
    ..................................................  Size: 13249K
    ..................................................  Size: 13299K
    ..................................................  Size: 13349K
    ..................................................  Size: 13399K
    ..................................................  Size: 13449K
    ..................................................  Size: 13500K
    ..................................................  Size: 13550K
    ..................................................  Size: 13600K
    ..................................................  Size: 13650K
    ..................................................  Size: 13700K
    ..................................................  Size: 13749K
    ..................................................  Size: 13799K
    ..................................................  Size: 13849K
    ..................................................  Size: 13900K
    ..................................................  Size: 13950K
    ..................................................  Size: 13999K
    ..................................................  Size: 14050K
    ..................................................  Size: 14100K
    ..................................................  Size: 14150K
    ..................................................  Size: 14199K
    ..................................................  Size: 14249K
    ............................ Size of output: 14278K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON

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

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

--- Change directory to /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9605-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-1049
-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=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105uvmOffTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

  /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-9605-test-Trilinos_pullrequest_clang_10.0.0-3427&field3=buildstamp&compare3=61&value3=20210823-2006-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-9605-test-Trilinos_pullrequest_clang_10.0.0-3427&field2=buildstamp&compare2=61&value2=20210823-2006-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-9605-test-Trilinos_pullrequest_clang_10.0.0-3427&field2=buildstamp&compare2=61&value2=20210823-2006-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ........................................... Size of output: 342K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 150K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 750K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 900K
    ..................................................  Size: 949K
    ..................................................  Size: 1000K
    ..................................................  Size: 1050K
    ..................................................  Size: 1099K
    ..................................................  Size: 1150K
    ..................................................  Size: 1200K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1349K
    ..................................................  Size: 1400K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ...... Size of output: 1905K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_clang_10.0.0-3427
-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 # 87 (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 = 87
--- arg_max_cores_allowed = 29
--- arg_num_concurrent_tests = 4
--- arg_pr_env_config_file = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/Trilinos/packages/framework/pr_tools/trilinos_pr.ini
--- arg_pr_gen_config_file = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/GenConfig/src/gen-config.ini
--- arg_pr_jenkins_job_name = python-3
--- arg_pr_genconfig_job_name = 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
--- arg_pullrequest_number = 9605
--- arg_pullrequest_cdash_track = Pull Request
--- arg_req_mem_per_core = 3.0
--- arg_workspace_dir = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3

--- concurrency_build = 20
--- concurrency_test = 4
--- config_script = generatedPRFragment.cmake
--- max_cores_allowed = 29
--- max_test_parallelism = 4
--- pullrequest_build_name = PR-9605-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-87
--- working_directory_ctest = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/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
+--------------------------------------------------------------------+
Unhandled option found in section RHEL7_SIERRA-PYTHON-3.6.10 or one of its dependent sections.
The following key(s) does not match any known operation handlers:

  • setenv MANPATH
  • setenv PATH_TMP
  • setenv PATH

Unhandled option found in section rhel7_sems-gnu-7.2.0-python-3.6.10-serial or one of its dependent sections.
The following key(s) does not match any known operation handlers:

  • setenv MANPATH
  • setenv PATH_TMP
  • setenv PATH

Valid operations are:

  • vvar-append
  • vvar-assert-not-empty
  • vvar-find-in-path
  • vvar-prepend
  • vvar-remove
  • vvar-remove-path-entry
  • vvar-remove-substr
  • vvar-set
  • vvar-set-if-empty
  • vvar-unset
  • module-load
  • module-purge
  • module-remove
  • module-swap
  • module-unload
  • module-use
  • use

Traceback (most recent call last):
File "/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/Trilinos/packages/framework/pr_tools/PullRequestLinuxDriverTest.py", line 275, in
status = main(args)
File "/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/Trilinos/packages/framework/pr_tools/PullRequestLinuxDriverTest.py", line 265, in main
pr_config.prepare_test()
File "/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/Trilinos/packages/framework/pr_tools/trilinosprhelpers/TrilinosPRConfigurationBase.py", line 606, in prepare_test
tr_env.load_set_environment()
File "/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/GenConfig/LoadEnv/load_env.py", line 220, in load_set_environment
self.set_environment.assert_file_all_sections_handled()
File "/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/GenConfig/configparserenhanced/ConfigParserEnhanced.py", line 400, in assert_file_all_sections_handled
self.exception_control_event("SERIOUS", ValueError, message.strip())
File "/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/GenConfig/configparserenhanced/ExceptionControl.py", line 232, in exception_control_event
raise exception_type(message)
ValueError: Valid operations are:

  • vvar-append
  • vvar-assert-not-empty
  • vvar-find-in-path
  • vvar-prepend
  • vvar-remove
  • vvar-remove-path-entry
  • vvar-remove-substr
  • vvar-set
  • vvar-set-if-empty
  • vvar-unset
  • module-load
  • module-purge
  • module-remove
  • module-swap
  • module-unload
  • module-use
  • use
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    [Checks API] No suitable checks publisher found.
    Finished: FAILURE


CDash Test Results for PR# 9605.


Wiki: How to Reproduce PR Testing Builds and 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: 5371
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2913
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3393
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10644
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2056
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1053
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3431
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: python-3

  • Build Num: 91
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: tasmit/distobject-local-actor
  • SHA: e0f107c
  • Mode: TEST_REPO

Pull Request Author: tasmith4

@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: 5371
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2913
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3393
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10644
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2056
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1053
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3431
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: python-3

  • Build Num: 91
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 5371 (click to expand)

  -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-9605-test-Trilinos_pullrequest_gcc_8.3.0-5371&field3=buildstamp&compare3=61&value3=20210824-0223-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-9605-test-Trilinos_pullrequest_gcc_8.3.0-5371&field2=buildstamp&compare2=61&value2=20210824-0223-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-9605-test-Trilinos_pullrequest_gcc_8.3.0-5371&field2=buildstamp&compare2=61&value2=20210824-0223-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ................................................. Size of output: 348K
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: 400K
    ..................................................  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: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................... Size of output: 1721K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_gcc_8.3.0-5371
-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 # 2913 (click to expand)

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         = 61
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-9605-test-Trilinos_pullrequest_gcc_7.2.0_serial-2913&field3=buildstamp&compare3=61&value3=20210824-0223-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-9605-test-Trilinos_pullrequest_gcc_7.2.0_serial-2913&field2=buildstamp&compare2=61&value2=20210824-0223-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-9605-test-Trilinos_pullrequest_gcc_7.2.0_serial-2913&field2=buildstamp&compare2=61&value2=20210824-0223-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: 291K
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: 350K
    ..................................................  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 of output: 1089K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_gcc_7.2.0_serial-2913
-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 # 3393 (click to expand)

CHANGED_PACKAGES_ST_LIST='Ifpack2,TpetraCore'

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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3393
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 = 61
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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3393&field3=buildstamp&compare3=61&value3=20210824-0223-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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3393&field2=buildstamp&compare2=61&value2=20210824-0223-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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3393&field2=buildstamp&compare2=61&value2=20210824-0223-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.............................................. Size of output: 345K
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 of output: 434K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_gcc_7.2.0_debug-3393
-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 # 10644 (click to expand)

    ..................................................  Size: 10550K
    ..................................................  Size: 10600K
    ..................................................  Size: 10650K
    ..................................................  Size: 10700K
    ..................................................  Size: 10750K
    ..................................................  Size: 10799K
    ..................................................  Size: 10849K
    ..................................................  Size: 10899K
    ..................................................  Size: 10950K
    ..................................................  Size: 11000K
    ..................................................  Size: 11050K
    ..................................................  Size: 11100K
    ..................................................  Size: 11150K
    ..................................................  Size: 11200K
    ..................................................  Size: 11250K
    ..................................................  Size: 11300K
    ..................................................  Size: 11350K
    ..................................................  Size: 11400K
    ..................................................  Size: 11450K
    ..................................................  Size: 11499K
    ..................................................  Size: 11549K
    ..................................................  Size: 11599K
    ..................................................  Size: 11649K
    ..................................................  Size: 11699K
    ..................................................  Size: 11749K
    ..................................................  Size: 11799K
    ..................................................  Size: 11849K
    ..................................................  Size: 11899K
    ..................................................  Size: 11949K
    ..................................................  Size: 11999K
    ..................................................  Size: 12049K
    ..................................................  Size: 12099K
    ..................................................  Size: 12149K
    ..................................................  Size: 12199K
    ..................................................  Size: 12250K
    ..................................................  Size: 12299K
    ..................................................  Size: 12349K
    ..................................................  Size: 12399K
    ..................................................  Size: 12450K
    ..................................................  Size: 12500K
    ..................................................  Size: 12550K
    ..................................................  Size: 12600K
    ..................................................  Size: 12649K
    ..................................................  Size: 12699K
    ..................................................  Size: 12749K
    ..................................................  Size: 12799K
    ..................................................  Size: 12850K
    ..................................................  Size: 12900K
    ..................................................  Size: 12950K
    ..................................................  Size: 13000K
    ..................................................  Size: 13049K
    ..................................................  Size: 13099K
    ..................................................  Size: 13149K
    ..................................................  Size: 13199K
    ..................................................  Size: 13249K
    ..................................................  Size: 13299K
    ........................................ Size of output: 13340K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_intel_17.0.1-10644
-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_cuda_10.1.105 # 2056 (click to expand)

    ..................................................  Size: 17949K
    ..................................................  Size: 17999K
    ..................................................  Size: 18049K
    ..................................................  Size: 18099K
    ..................................................  Size: 18149K
    ..................................................  Size: 18199K
    ..................................................  Size: 18249K
    ..................................................  Size: 18299K
    ..................................................  Size: 18350K
    ..................................................  Size: 18400K
    ..................................................  Size: 18450K
    ..................................................  Size: 18500K
    ..................................................  Size: 18550K
    ..................................................  Size: 18600K
    ..................................................  Size: 18650K
    ..................................................  Size: 18700K
    ..................................................  Size: 18750K
    ..................................................  Size: 18800K
    ..................................................  Size: 18850K
    ..................................................  Size: 18899K
    ..................................................  Size: 18949K
    ..................................................  Size: 19000K
    ..................................................  Size: 19050K
    ..................................................  Size: 19100K
    ..................................................  Size: 19150K
    ..................................................  Size: 19199K
    ..................................................  Size: 19249K
    ..................................................  Size: 19299K
    ..................................................  Size: 19350K
    ..................................................  Size: 19400K
    ..................................................  Size: 19450K
    ..................................................  Size: 19499K
    ..................................................  Size: 19549K
    ..................................................  Size: 19599K
    ..................................................  Size: 19649K
    ..................................................  Size: 19700K
    ..................................................  Size: 19750K
    ..................................................  Size: 19800K
    ..................................................  Size: 19850K
    ..................................................  Size: 19900K
    ..................................................  Size: 19950K
    ..................................................  Size: 20000K
    ..................................................  Size: 20050K
    ..................................................  Size: 20100K
    ..................................................  Size: 20150K
    ..................................................  Size: 20200K
    ..................................................  Size: 20250K
    ..................................................  Size: 20300K
    ..................................................  Size: 20350K
    ..................................................  Size: 20399K
    ..................................................  Size: 20449K
    ..................................................  Size: 20499K
    ..................................................  Size: 20549K
    ..................................................  Size: 20600K
    ..................................................  Size: 20649K
    ..................................................  Size: 20699K
    .. Size of output: 20701K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON

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

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

--- Change directory to /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9605-test-Trilinos_pullrequest_cuda_10.1.105-2056
-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=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

    ..................................................  Size: 11500K
    ..................................................  Size: 11550K
    ..................................................  Size: 11600K
    ..................................................  Size: 11650K
    ..................................................  Size: 11700K
    ..................................................  Size: 11750K
    ..................................................  Size: 11800K
    ..................................................  Size: 11849K
    ..................................................  Size: 11899K
    ..................................................  Size: 11949K
    ..................................................  Size: 11999K
    ..................................................  Size: 12049K
    ..................................................  Size: 12099K
    ..................................................  Size: 12149K
    ..................................................  Size: 12199K
    ..................................................  Size: 12250K
    ..................................................  Size: 12300K
    ..................................................  Size: 12350K
    ..................................................  Size: 12400K
    ..................................................  Size: 12450K
    ..................................................  Size: 12500K
    ..................................................  Size: 12550K
    ..................................................  Size: 12600K
    ..................................................  Size: 12650K
    ..................................................  Size: 12699K
    ..................................................  Size: 12749K
    ..................................................  Size: 12799K
    ..................................................  Size: 12849K
    ..................................................  Size: 12899K
    ..................................................  Size: 12950K
    ..................................................  Size: 13000K
    ..................................................  Size: 13050K
    ..................................................  Size: 13100K
    ..................................................  Size: 13150K
    ..................................................  Size: 13200K
    ..................................................  Size: 13249K
    ..................................................  Size: 13299K
    ..................................................  Size: 13349K
    ..................................................  Size: 13399K
    ..................................................  Size: 13450K
    ..................................................  Size: 13500K
    ..................................................  Size: 13550K
    ..................................................  Size: 13600K
    ..................................................  Size: 13650K
    ..................................................  Size: 13700K
    ..................................................  Size: 13750K
    ..................................................  Size: 13800K
    ..................................................  Size: 13850K
    ..................................................  Size: 13899K
    ..................................................  Size: 13950K
    ..................................................  Size: 14000K
    ..................................................  Size: 14049K
    ..................................................  Size: 14100K
    ..................................................  Size: 14149K
    ..................................................  Size: 14200K
    ..................................................  Size: 14249K
    ............................ Size of output: 14278K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON

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

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

--- Change directory to /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9605-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-1053
-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=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105uvmOffTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

  /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-9605-test-Trilinos_pullrequest_clang_10.0.0-3431&field3=buildstamp&compare3=61&value3=20210824-0224-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-9605-test-Trilinos_pullrequest_clang_10.0.0-3431&field2=buildstamp&compare2=61&value2=20210824-0224-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-9605-test-Trilinos_pullrequest_clang_10.0.0-3431&field2=buildstamp&compare2=61&value2=20210824-0224-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ........................................... Size of output: 342K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 150K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 750K
    ..................................................  Size: 800K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1200K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ...... Size of output: 1905K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9605-test-Trilinos_pullrequest_clang_10.0.0-3431
-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 # 91 (click to expand)

[envvar]: SEMS_METIS_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/metis/5.1.0/gcc/7.2.0/base/include
[envvar]: SEMS_METIS_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/metis/5.1.0/gcc/7.2.0/base/lib
[envvar]: SEMS_METIS_LOCAL_COMPILER_VERSION = 4.8.5
[envvar]: SEMS_METIS_LOCAL_PYTHON_VERSION = 2.7.5
[envvar]: SEMS_METIS_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/metis/5.1.0/gcc/7.2.0/base
[envvar]: BLAS_LIBRARIES
[envvar]: SEMS_GIT_LOCAL_COMPILER_VERSION = 4.8.5
[envvar]: SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
[envvar]: SEMS_GIT_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1
[envvar]: SEMS_GIT_VERSION = 2.10.1
[envvar]: SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
[envvar]: SEMS_CMAKE_LOCAL_PYTHON_VERSION = 2.7.5
[envvar]: SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.19.1
[envvar]: SEMS_CMAKE_VERSION = 3.19.1
[envvar]: SEMS_ZLIB_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/zlib/1.2.8/gcc/7.2.0/base/include
[envvar]: SEMS_ZLIB_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/zlib/1.2.8/gcc/7.2.0/base/lib
[envvar]: SEMS_ZLIB_LOCAL_COMPILER_VERSION = 4.8.5
[envvar]: SEMS_ZLIB_LOCAL_PYTHON_VERSION = 2.7.5
[envvar]: SEMS_ZLIB_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/zlib/1.2.8/gcc/7.2.0/base
[envvar]: SEMS_BOOST_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/boost/1.63.0/gcc/7.2.0/base/include
[envvar]: SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/boost/1.63.0/gcc/7.2.0/base/lib
[envvar]: SEMS_BOOST_LOCAL_COMPILER_VERSION = 4.8.5
[envvar]: SEMS_BOOST_LOCAL_PYTHON_VERSION = 2.7.5
[envvar]: SEMS_BOOST_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/boost/1.63.0/gcc/7.2.0/base
[envvar]: SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/7.2.0/base/include
[envvar]: SEMS_SUPERLU_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/7.2.0/base/lib
[envvar]: SEMS_SUPERLU_LOCAL_COMPILER_VERSION = 4.8.5
[envvar]: SEMS_SUPERLU_LOCAL_PYTHON_VERSION = 2.7.5
[envvar]: SEMS_SUPERLU_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/7.2.0/base
[envvar]: HWLOC_LIBS
[envvar]: BOOST_ROOT
[envvar]: HDF5_ROOT
[envvar]: NETCDF_ROOT
[envvar]: NetCDF_ROOT
[envvar]: SEMS_PNETCDF_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.7.3/gcc/7.2.0/base
[envvar]: PNETCDF_ROOT
[envvar]: SEMS_PARMETIS_LIBRARY_PATH = ${SEMS_PARMETIS_ROOT}/lib
[envvar]: SEMS_PARMETIS_INCLUDE_PATH = ${SEMS_PARMETIS_ROOT}/include
[envvar]: LAPACK_LIBRARIES
[envvar]: DL_LIBRARIES
[envvar]: OMP_PROC_BIND = false
[envvar]: OMP_NUM_THREADS = 1
[envvar]: SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
[envvar]: SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
[envvar]: SEMS_NINJA_FORTRAN_ROOT = /projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2
[envvar]: SEMS_NINJA_FORTRAN_VERSION = 1.7.2
[envvar]: ACLOCAL_PATH = /projects/cde/v1/spack/opt/spack/linux-rhel7-x86_64/gcc-7.2.0/anaconda3-4.6.14-nturlzz/share/aclocal
[envvar]: CMAKE_PREFIX_PATH = /projects/cde/v1/spack/opt/spack/linux-rhel7-x86_64/gcc-7.2.0/anaconda3-4.6.14-nturlzz/
[envvar]: PKG_CONFIG_PATH = /projects/cde/v1/spack/opt/spack/linux-rhel7-x86_64/gcc-7.2.0/anaconda3-4.6.14-nturlzz/lib/pkgconfig
[envvar]: PYTHON_EXECUTABLE
+--------------------------------------------------------------------+
|   E N V I R O N M E N T   S E T   U P   C O M P L E T E
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
|   G e n e r a t e   `packageEnables.cmake`   S T A R T I N G
+--------------------------------------------------------------------+

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = 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/python-3/TFW_testing_single_configure_prototype
--- OK

Using system 'rhel7' based on matching hostname 'ascic142'.
Overriding system to 'rhel7' based on specification in build name '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'.
Matched environment name 'sems-gnu-7.2.0-anaconda3-serial' in build name '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'.
Matched complete configuration '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'
for build name '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'.

  • CMake fragment file written to: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/generatedPRFragment.cmake

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9605-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-91
-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/python-3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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


CDash Test Results for PR# 9605.


Wiki: How to Reproduce PR Testing Builds and Errors.

@tasmith4 tasmith4 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Aug 27, 2021
@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: 5428
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2975
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3455
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10703
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2114
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1111
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3490
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: python-3

  • Build Num: 153
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: tasmit/distobject-local-actor
  • SHA: e0f107c
  • Mode: TEST_REPO

Pull Request Author: tasmith4

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5428
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2975
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3455
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10703
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2114
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1111
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3490
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286

Build Information

Test Name: python-3

  • Build Num: 153
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: Tpetra;AT: RETEST
PULLREQUESTNUM 9605
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tasmit/distobject-local-actor
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA e0f107c
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 353c286


CDash Test Results for PR# 9605.

@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 Aug 27, 2021
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

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

Copy link
Contributor

@kddevin kddevin left a comment

Choose a reason for hiding this comment

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

LGTM. I like the removal of the "if forward do* else doReverse*" blocks in favor of selecting the appropriate plan and then just do* with it.

@kddevin kddevin added the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Aug 27, 2021
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit 1b009a4 into develop Aug 27, 2021
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Aug 27, 2021
@tasmith4 tasmith4 deleted the tasmit/distobject-local-actor branch August 30, 2021 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants