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

Sacado local deep copy #9917

Merged
merged 4 commits into from
Nov 15, 2023

Conversation

etphipp
Copy link
Contributor

@etphipp etphipp commented Nov 10, 2021

A Sacado customer requested the ability to use Kokkos::Experimental::local_deep_copy() with View's holding Fad scalar types. This requires overloading two forms of local_deep_copy_contiguous() that don't work for Sacado view's because value_type (a.k.a., a Fad) is not assignable to *pointer_type (a.k.a. a double). All of the other cases do appear to work however. This PR adds the necessary overloads, and also changes the signature of the Kokkos versions to only be valid for "normal" views where specialize == void. The Kokkos changes will also have to be pushed to the Kokkos repo.

The implementation of local_deep_copy_contiguous(view,value) does not
work for special views like Sacado.  Constrain the
implementation here to only be valid for "normal" views, so it can be
overloaded by Sacado.
@etphipp etphipp added the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Nov 10, 2021
@etphipp etphipp requested a review from ndellingwood November 10, 2021 21:33
@etphipp etphipp self-assigned this Nov 10, 2021
@ndellingwood
Copy link
Contributor

@etphipp for the kokkos changes we'd like to get those merged to the main repo first then we'll snapshot to Trilinos for the use case here, would you like me to submit a PR to kokkos or would you prefer to do so?

@etphipp
Copy link
Contributor Author

etphipp commented Nov 10, 2021

@ndellingwood If you don't mind doing it, that would be great. Thanks!

ndellingwood added a commit to ndellingwood/kokkos that referenced this pull request Nov 10, 2021
Changes signature of routine so the call is valid for case
when the trait specialize == void, allowing for customized
implementations when specialize != void

See trilinos/Trilinos#9917 for request and use case
ndellingwood added a commit to ndellingwood/kokkos that referenced this pull request Nov 10, 2021
Changes signature of routine so the call is valid for case
when the trait specialize == void, allowing for customized
implementations when specialize != void

See trilinos/Trilinos#9917 for request and use case
@ndellingwood
Copy link
Contributor

@etphipp the kokkos changes are submitted kokkos/kokkos#4520, after that PR is reviewed+merged we'll cherry-pick to master and snapshot to Trilinos along with a couple other updates

@etphipp
Copy link
Contributor Author

etphipp commented Nov 10, 2021

Thanks @ndellingwood !

@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' - Failure: Timed out waiting for job Trilinos_pullrequest_intel_17.0.1 to start: Total Wait = 603

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5956
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3499
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4017
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11174
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2683
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1674
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3972
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: python-3

  • Build Num: 608
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Using Repos:

Repo: TRILINOS (etphipp/Trilinos)
  • Branch: sacado_local_deep_copy
  • SHA: ea2be86
  • Mode: TEST_REPO

Pull Request Author: etphipp

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5959
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3502
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4020
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11177
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2686
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1677
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3975
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: python-3

  • Build Num: 611
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Using Repos:

Repo: TRILINOS (etphipp/Trilinos)
  • Branch: sacado_local_deep_copy
  • SHA: ea2be86
  • Mode: TEST_REPO

Pull Request Author: etphipp

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5977
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3520
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4038
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11189
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2699
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1690
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3987
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: python-3

  • Build Num: 623
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Using Repos:

Repo: TRILINOS (etphipp/Trilinos)
  • Branch: sacado_local_deep_copy
  • SHA: ea2be86
  • Mode: TEST_REPO

Pull Request Author: etphipp

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - Timed out waiting for ALL builds to complete: Total Wait = 25260; Max Timeout = 25200

@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: 5977
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3520
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4038
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11189
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2699
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1690
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3987
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: python-3

  • Build Num: 623
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 5977 (click to expand)

    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 400K
    ..................................................  Size: 450K
    .......................... Size of output: 475K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 650K
    ..................................................  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: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ......................... Size of output: 2224K
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_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = ON

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

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

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

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

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

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

Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/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-9917-test-Trilinos_pullrequest_gcc_7.2.0_serial-3520&field3=buildstamp&compare3=61&value3=20211112-2229-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-9917-test-Trilinos_pullrequest_gcc_7.2.0_serial-3520&field2=buildstamp&compare2=61&value2=20211112-2229-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-9917-test-Trilinos_pullrequest_gcc_7.2.0_serial-3520&field2=buildstamp&compare2=61&value2=20211112-2229-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: 350K
    ................................ Size of output: 381K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 550K
    ..................................................  Size: 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 of output: 1499K
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_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = 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-9917-test-Trilinos_pullrequest_gcc_7.2.0_serial-3520
-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 # 4038 (click to expand)

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-9917-test-Trilinos_pullrequest_gcc_7.2.0_debug-4038&field3=buildstamp&compare3=61&value3=20211112-2229-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-9917-test-Trilinos_pullrequest_gcc_7.2.0_debug-4038&field2=buildstamp&compare2=61&value2=20211112-2229-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-9917-test-Trilinos_pullrequest_gcc_7.2.0_debug-4038&field2=buildstamp&compare2=61&value2=20211112-2229-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: 350K
    ..................................................  Size: 400K
    ..................................................  Size: 450K
    ....... Size of output: 456K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ................................... Size of output: 1434K
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_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = 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-9917-test-Trilinos_pullrequest_gcc_7.2.0_debug-4038
-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 # 11189 (click to expand)

    ..................................................  Size: 11299K
    ..................................................  Size: 11349K
    ..................................................  Size: 11399K
    ..................................................  Size: 11450K
    ..................................................  Size: 11500K
    ..................................................  Size: 11550K
    ..................................................  Size: 11600K
    ..................................................  Size: 11649K
    ..................................................  Size: 11699K
    ..................................................  Size: 11749K
    ..................................................  Size: 11799K
    ..................................................  Size: 11849K
    ..................................................  Size: 11899K
    ..................................................  Size: 11949K
    ..................................................  Size: 11999K
    ..................................................  Size: 12049K
    ..................................................  Size: 12099K
    ..................................................  Size: 12149K
    ..................................................  Size: 12200K
    ..................................................  Size: 12250K
    ..................................................  Size: 12300K
    ..................................................  Size: 12350K
    ..................................................  Size: 12400K
    ..................................................  Size: 12449K
    ..................................................  Size: 12499K
    ..................................................  Size: 12549K
    ..................................................  Size: 12599K
    ..................................................  Size: 12649K
    ..................................................  Size: 12700K
    ..................................................  Size: 12750K
    ..................................................  Size: 12800K
    ..................................................  Size: 12850K
    ..................................................  Size: 12900K
    ..................................................  Size: 12950K
    ..................................................  Size: 13000K
    ..................................................  Size: 13050K
    ..................................................  Size: 13099K
    ..................................................  Size: 13149K
    ..................................................  Size: 13199K
    ..................................................  Size: 13249K
    ..................................................  Size: 13299K
    ..................................................  Size: 13349K
    ..................................................  Size: 13399K
    ..................................................  Size: 13450K
    ..................................................  Size: 13500K
    ..................................................  Size: 13550K
    ..................................................  Size: 13600K
    ..................................................  Size: 13650K
    ..................................................  Size: 13700K
    ..................................................  Size: 13750K
    ..................................................  Size: 13799K
    ..................................................  Size: 13849K
    ..................................................  Size: 13900K
    ..................................................  Size: 13950K
    ..................................................  Size: 13999K
    ..................................................  Size: 14049K
    ......... Size of output: 14058K
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_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = ON

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

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

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

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

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on ride-trilinos (trilinos-ride) in workspace /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105@3
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/trilinos/Trilinos # timeout=10
Fetching upstream changes from https://github.com/trilinos/Trilinos
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
Setting http proxy: proxy.sandia.gov:80
 > git fetch --tags --progress https://github.com/trilinos/Trilinos +refs/heads/*:refs/remotes/origin/* # timeout=20
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 37e9418d71893c0633c5182bbb8272507f5eb59d (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37e9418d71893c0633c5182bbb8272507f5eb59d # timeout=10
Commit message: "Panzer: improve edge/face block implementation for multiblock meshes (#9880)"
 > git rev-list --no-walk 37e9418d71893c0633c5182bbb8272507f5eb59d # timeout=10
The recommended git tool is: NONE
using credential d114a317-3cfb-4285-8fc7-79ae654877f4
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:trilinos-project/TFW_single_configure_support_scripts.git # timeout=10
Fetching upstream changes from [email protected]:trilinos-project/TFW_single_configure_support_scripts.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Trilinos ssh key
 > git fetch --tags --progress [email protected]:trilinos-project/TFW_single_configure_support_scripts.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 6b18fbd791032f935925d2a3ea1c94ca51e173fa (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b18fbd791032f935925d2a3ea1c94ca51e173fa # timeout=10
Commit message: "Add Shylu_NODE and ShyLU_DD as labels for packages"
 > git rev-list --no-walk 6b18fbd791032f935925d2a3ea1c94ca51e173fa # timeout=10
The recommended git tool is: NONE
using credential d114a317-3cfb-4285-8fc7-79ae654877f4
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git # timeout=10
Fetching upstream changes from [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Trilinos ssh key
 > git fetch --tags --progress [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/pull_request_changes^{commit} # timeout=10
Checking out Revision 83804082aada11571975f7d9db53d353e5d9d690 (refs/remotes/origin/pull_request_changes)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 83804082aada11571975f7d9db53d353e5d9d690 # timeout=10
Commit message: "Merge branch 'add_test_parallelism' into 'pull_request_changes'"
 > git rev-list --no-walk 83804082aada11571975f7d9db53d353e5d9d690 # timeout=10
[Checks API] No suitable checks publisher found.
[Trilinos_pullrequest_cuda_10.1.105@3] $ /bin/env bash -l /tmp/jenkins7057755792838196381.sh
/usr/bin/env: python3: No such file or directory
[Trilinos_pullrequest_cuda_10.1.105@3] $ /bin/env bash /tmp/jenkins2390950090347097777.sh
+ [[ trilinos-folder/Trilinos_pullrequest_cuda_10.1.105 == \t\r\i\l\i\n\o\s\-\f\o\l\d\e\r\/\T\r\i\l\i\n\o\s\_\p\u\l\l\r\e\q\u\e\s\t\_\c\u\d\a\_\1\0\.\1\.\1\0\5* ]]
+ bsub -x -Is -q rhel7G -n 16 -J trilinos-folder/Trilinos_pullrequest_cuda_10.1.105 -W 12:00 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105@3/Trilinos/cmake/std/PullRequestLinuxDriver.sh
***Forced exclusive execution
Job <18537> is submitted to queue .
<>
Build was aborted
Aborted by James M Willenbring
Job <18537> is being terminated
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on ride-trilinos (trilinos-ride) in workspace /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@4
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/trilinos/Trilinos # timeout=10
Fetching upstream changes from https://github.com/trilinos/Trilinos
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
Setting http proxy: proxy.sandia.gov:80
 > git fetch --tags --progress https://github.com/trilinos/Trilinos +refs/heads/*:refs/remotes/origin/* # timeout=20
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 37e9418d71893c0633c5182bbb8272507f5eb59d (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37e9418d71893c0633c5182bbb8272507f5eb59d # timeout=10
Commit message: "Panzer: improve edge/face block implementation for multiblock meshes (#9880)"
 > git rev-list --no-walk 37e9418d71893c0633c5182bbb8272507f5eb59d # timeout=10
The recommended git tool is: NONE
using credential d114a317-3cfb-4285-8fc7-79ae654877f4
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:trilinos-project/TFW_single_configure_support_scripts.git # timeout=10
Fetching upstream changes from [email protected]:trilinos-project/TFW_single_configure_support_scripts.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Trilinos ssh key
 > git fetch --tags --progress [email protected]:trilinos-project/TFW_single_configure_support_scripts.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 6b18fbd791032f935925d2a3ea1c94ca51e173fa (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b18fbd791032f935925d2a3ea1c94ca51e173fa # timeout=10
Commit message: "Add Shylu_NODE and ShyLU_DD as labels for packages"
 > git rev-list --no-walk 6b18fbd791032f935925d2a3ea1c94ca51e173fa # timeout=10
The recommended git tool is: NONE
using credential d114a317-3cfb-4285-8fc7-79ae654877f4
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git # timeout=10
Fetching upstream changes from [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Trilinos ssh key
 > git fetch --tags --progress [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/pull_request_changes^{commit} # timeout=10
Checking out Revision 83804082aada11571975f7d9db53d353e5d9d690 (refs/remotes/origin/pull_request_changes)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 83804082aada11571975f7d9db53d353e5d9d690 # timeout=10
Commit message: "Merge branch 'add_test_parallelism' into 'pull_request_changes'"
 > git rev-list --no-walk 83804082aada11571975f7d9db53d353e5d9d690 # timeout=10
[Checks API] No suitable checks publisher found.
[Trilinos_pullrequest_cuda_10.1.105_uvm_off@4] $ /bin/env bash -l /tmp/jenkins1953855233328868531.sh
/usr/bin/env: python3: No such file or directory
[Trilinos_pullrequest_cuda_10.1.105_uvm_off@4] $ /bin/env bash /tmp/jenkins4492122439091712346.sh
+ [[ trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off == \t\r\i\l\i\n\o\s\-\f\o\l\d\e\r\/\T\r\i\l\i\n\o\s\_\p\u\l\l\r\e\q\u\e\s\t\_\c\u\d\a\_\1\0\.\1\.\1\0\5* ]]
+ bsub -x -Is -q rhel7G -n 16 -J trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off -W 12:00 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@4/Trilinos/cmake/std/PullRequestLinuxDriver.sh
***Forced exclusive execution
Job <18538> is submitted to queue .
<>
Build timed out (after 720 minutes). Marking the build as aborted.
Build was aborted
Job <18538> is being terminated
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 450K
    ..................................................  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: 1500K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1650K
    ..................................................  Size: 1699K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1950K
    ..................................................  Size: 1999K
    ..................................................  Size: 2050K
    ..................................................  Size: 2099K
    ..................................................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2600K
    ..................................................  Size: 2650K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ...................... Size of output: 2771K
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_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = 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-9917-test-Trilinos_pullrequest_clang_10.0.0-3987
-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 # 623 (click to expand)

+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-configure.cmake FINISH   |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake START        |
+--------------------------------------+
+----------------------------------------------------------+
+ START build step
+----------------------------------------------------------+
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_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-9917-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-623&field3=buildstamp&compare3=61&value3=20211112-2230-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-9917-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-623&field2=buildstamp&compare2=61&value2=20211112-2230-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-9917-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-623&field2=buildstamp&compare2=61&value2=20211112-2230-Pull Request-Experimental
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 10234706
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_LOCATION : /cdash/submit.php?project=Trilinos
>>> CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-9917-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-623&field3=buildstamp&compare3=61&value3=20211112-2230-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-9917-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-623&field2=buildstamp&compare2=61&value2=20211112-2230-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-9917-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-623&field2=buildstamp&compare2=61&value2=20211112-2230-Pull Request-Experimental
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 10234706
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/python-3/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/python-3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS


CDash Test Results for PR# 9917.


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

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3528
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4046
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11196
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2707
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1698
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3994
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: python-3

  • Build Num: 630
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Using Repos:

Repo: TRILINOS (etphipp/Trilinos)
  • Branch: sacado_local_deep_copy
  • SHA: ea2be86
  • Mode: TEST_REPO

Pull Request Author: etphipp

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - Timed out waiting for ALL builds to complete: Total Wait = 25260; Max Timeout = 25200

@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: 5985
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 3528
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 4046
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 11196
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 2707
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 1698
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3994
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418

Build Information

Test Name: python-3

  • Build Num: 630
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE
PULLREQUESTNUM 9917
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH sacado_local_deep_copy
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA ea2be86
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 37e9418
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 5985 (click to expand)

    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 650K
    ..................................................  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: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ....... Size of output: 2257K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
  Build failed with error 1

build submit error = 0
Starting testing step.
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test/packages/intrepid2/unit-test/Projection/Serial/Intrepid2_unit-test_Projection_Serial_Test_InterpolationProjection_HEX.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test/packages/intrepid2/unit-test/Projection/Serial/Intrepid2_unit-test_Projection_Serial_Test_InterpolationProjection_QUAD.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test/packages/intrepid2/unit-test/Projection/Serial/Intrepid2_unit-test_Projection_Serial_Test_Convergence_HEX.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test/packages/intrepid2/unit-test/Projection/Serial/Intrepid2_unit-test_Projection_Serial_Test_Convergence_QUAD.exe
CMake Error at /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = ON

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

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

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

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

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

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

Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic158/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/ascic158/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=ascic158&field2=buildname&compare2=61&value2=PR-9917-test-Trilinos_pullrequest_gcc_7.2.0_serial-3528&field3=buildstamp&compare3=61&value3=20211113-1409-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-9917-test-Trilinos_pullrequest_gcc_7.2.0_serial-3528&field2=buildstamp&compare2=61&value2=20211113-1409-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-9917-test-Trilinos_pullrequest_gcc_7.2.0_serial-3528&field2=buildstamp&compare2=61&value2=20211113-1409-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: 350K
    ................................ Size of output: 381K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 550K
    ..................................................  Size: 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 of output: 1499K
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_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = 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_serial/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9917-test-Trilinos_pullrequest_gcc_7.2.0_serial-3528
-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_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/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 # 4046 (click to expand)

Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/assembly_engine/PanzerAdaptersSTK_assembly_example.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/adelus/test/vector_random/Adelus_vector_random.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/adelus/test/vector_random/Adelus_vector_random.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
CMake Error: Unable to read from file 'build_stats.csv': Can't lstat build_stats.csv
Error creating tar while encoding file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/build_stats.csv
CMake Error at /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
  Test failed with error -1

Cannot find file: /scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/Testing/20211113-1411/Test.xml
Problems when submitting via HTTP
test submit error = -1
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = 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/ascic115/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-9917-test-Trilinos_pullrequest_gcc_7.2.0_debug-4046
-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/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic115/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

    ..................................................  Size: 10749K
    ..................................................  Size: 10799K
    ..................................................  Size: 10849K
    ..................................................  Size: 10899K
    ..................................................  Size: 10950K
    ..................................................  Size: 11000K
    ..................................................  Size: 11050K
    ..................................................  Size: 11100K
    ..................................................  Size: 11149K
    ..................................................  Size: 11199K
    ..................................................  Size: 11249K
    ..................................................  Size: 11299K
    ..................................................  Size: 11349K
    ..................................................  Size: 11400K
    ..................................................  Size: 11450K
    ..................................................  Size: 11500K
    ..................................................  Size: 11550K
    ..................................................  Size: 11600K
    ..................................................  Size: 11650K
    ..................................................  Size: 11699K
    ..................................................  Size: 11749K
    ..................................................  Size: 11799K
    ..................................................  Size: 11849K
    ..................................................  Size: 11899K
    ..................................................  Size: 11950K
    ..................................................  Size: 11999K
    ..................................................  Size: 12049K
    ..................................................  Size: 12099K
    ..................................................  Size: 12150K
    ..................................................  Size: 12199K
    ..................................................  Size: 12249K
    ..................................................  Size: 12299K
    ..................................................  Size: 12349K
    ..................................................  Size: 12399K
    ..................................................  Size: 12449K
    ..................................................  Size: 12499K
    ..................................................  Size: 12549K
    ..................................................  Size: 12600K
    ..................................................  Size: 12650K
    ..................................................  Size: 12700K
    ..................................................  Size: 12750K
    ..................................................  Size: 12800K
    ..................................................  Size: 12850K
    ..................................................  Size: 12900K
    ..................................................  Size: 12949K
    ..................................................  Size: 12999K
    ..................................................  Size: 13049K
    ..................................................  Size: 13100K
    ..................................................  Size: 13149K
    ..................................................  Size: 13199K
    ..................................................  Size: 13249K
    ............ Size of output: 13262K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
  Build failed with error 1

build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = ON

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

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

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

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

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

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on ride-trilinos (trilinos-ride) in workspace /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105@8
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/trilinos/Trilinos # timeout=10
Fetching upstream changes from https://github.com/trilinos/Trilinos
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
Setting http proxy: proxy.sandia.gov:80
 > git fetch --tags --progress https://github.com/trilinos/Trilinos +refs/heads/*:refs/remotes/origin/* # timeout=20
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 37e9418d71893c0633c5182bbb8272507f5eb59d (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37e9418d71893c0633c5182bbb8272507f5eb59d # timeout=10
Commit message: "Panzer: improve edge/face block implementation for multiblock meshes (#9880)"
 > git rev-list --no-walk 37e9418d71893c0633c5182bbb8272507f5eb59d # timeout=10
The recommended git tool is: NONE
using credential d114a317-3cfb-4285-8fc7-79ae654877f4
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:trilinos-project/TFW_single_configure_support_scripts.git # timeout=10
Fetching upstream changes from [email protected]:trilinos-project/TFW_single_configure_support_scripts.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Trilinos ssh key
 > git fetch --tags --progress [email protected]:trilinos-project/TFW_single_configure_support_scripts.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 6b18fbd791032f935925d2a3ea1c94ca51e173fa (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b18fbd791032f935925d2a3ea1c94ca51e173fa # timeout=10
Commit message: "Add Shylu_NODE and ShyLU_DD as labels for packages"
 > git rev-list --no-walk 6b18fbd791032f935925d2a3ea1c94ca51e173fa # timeout=10
The recommended git tool is: NONE
using credential d114a317-3cfb-4285-8fc7-79ae654877f4
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git # timeout=10
Fetching upstream changes from [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Trilinos ssh key
 > git fetch --tags --progress [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/pull_request_changes^{commit} # timeout=10
Checking out Revision 83804082aada11571975f7d9db53d353e5d9d690 (refs/remotes/origin/pull_request_changes)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 83804082aada11571975f7d9db53d353e5d9d690 # timeout=10
Commit message: "Merge branch 'add_test_parallelism' into 'pull_request_changes'"
 > git rev-list --no-walk 83804082aada11571975f7d9db53d353e5d9d690 # timeout=10
[Checks API] No suitable checks publisher found.
[Trilinos_pullrequest_cuda_10.1.105@8] $ /bin/env bash -l /tmp/jenkins2533630442216030721.sh
/usr/bin/env: python3: No such file or directory
[Trilinos_pullrequest_cuda_10.1.105@8] $ /bin/env bash /tmp/jenkins7987388815803983928.sh
+ [[ trilinos-folder/Trilinos_pullrequest_cuda_10.1.105 == \t\r\i\l\i\n\o\s\-\f\o\l\d\e\r\/\T\r\i\l\i\n\o\s\_\p\u\l\l\r\e\q\u\e\s\t\_\c\u\d\a\_\1\0\.\1\.\1\0\5* ]]
+ bsub -x -Is -q rhel7G -n 16 -J trilinos-folder/Trilinos_pullrequest_cuda_10.1.105 -W 12:00 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105@8/Trilinos/cmake/std/PullRequestLinuxDriver.sh
***Forced exclusive execution
Job <18553> is submitted to queue .
<>
Build was aborted
Aborted by James M Willenbring
Job <18553> is being terminated
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on ride-trilinos (trilinos-ride) in workspace /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@8
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/trilinos/Trilinos # timeout=10
Fetching upstream changes from https://github.com/trilinos/Trilinos
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
Setting http proxy: proxy.sandia.gov:80
 > git fetch --tags --progress https://github.com/trilinos/Trilinos +refs/heads/*:refs/remotes/origin/* # timeout=20
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 37e9418d71893c0633c5182bbb8272507f5eb59d (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37e9418d71893c0633c5182bbb8272507f5eb59d # timeout=10
Commit message: "Panzer: improve edge/face block implementation for multiblock meshes (#9880)"
 > git rev-list --no-walk 37e9418d71893c0633c5182bbb8272507f5eb59d # timeout=10
The recommended git tool is: NONE
using credential d114a317-3cfb-4285-8fc7-79ae654877f4
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:trilinos-project/TFW_single_configure_support_scripts.git # timeout=10
Fetching upstream changes from [email protected]:trilinos-project/TFW_single_configure_support_scripts.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Trilinos ssh key
 > git fetch --tags --progress [email protected]:trilinos-project/TFW_single_configure_support_scripts.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 6b18fbd791032f935925d2a3ea1c94ca51e173fa (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b18fbd791032f935925d2a3ea1c94ca51e173fa # timeout=10
Commit message: "Add Shylu_NODE and ShyLU_DD as labels for packages"
 > git rev-list --no-walk 6b18fbd791032f935925d2a3ea1c94ca51e173fa # timeout=10
The recommended git tool is: NONE
using credential d114a317-3cfb-4285-8fc7-79ae654877f4
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git # timeout=10
Fetching upstream changes from [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials Trilinos ssh key
 > git fetch --tags --progress [email protected]:trilinos-project/TFW_testing_single_configure_prototype.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/pull_request_changes^{commit} # timeout=10
Checking out Revision 83804082aada11571975f7d9db53d353e5d9d690 (refs/remotes/origin/pull_request_changes)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 83804082aada11571975f7d9db53d353e5d9d690 # timeout=10
Commit message: "Merge branch 'add_test_parallelism' into 'pull_request_changes'"
 > git rev-list --no-walk 83804082aada11571975f7d9db53d353e5d9d690 # timeout=10
[Checks API] No suitable checks publisher found.
[Trilinos_pullrequest_cuda_10.1.105_uvm_off@8] $ /bin/env bash -l /tmp/jenkins6071912898849501779.sh
/usr/bin/env: python3: No such file or directory
[Trilinos_pullrequest_cuda_10.1.105_uvm_off@8] $ /bin/env bash /tmp/jenkins5097057658547834926.sh
+ [[ trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off == \t\r\i\l\i\n\o\s\-\f\o\l\d\e\r\/\T\r\i\l\i\n\o\s\_\p\u\l\l\r\e\q\u\e\s\t\_\c\u\d\a\_\1\0\.\1\.\1\0\5* ]]
+ bsub -x -Is -q rhel7G -n 16 -J trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off -W 12:00 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@8/Trilinos/cmake/std/PullRequestLinuxDriver.sh
***Forced exclusive execution
Job <18554> is submitted to queue .
<>
Build timed out (after 720 minutes). Marking the build as aborted.
Build was aborted
Job <18554> is being terminated
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    ..................................................  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: 1400K
    ..................................................  Size: 1449K
    ..................................................  Size: 1500K
    ..................................................  Size: 1549K
    ..................................................  Size: 1600K
    ..................................................  Size: 1649K
    ..................................................  Size: 1700K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1950K
    ..................................................  Size: 2000K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2150K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2500K
    ..................................................  Size: 2550K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ............................... Size of output: 2680K
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_KokkosCore = ON
-- Setting Trilinos_ENABLE_Sacado = ON

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

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

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

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

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

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

+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-configure.cmake FINISH   |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake START        |
+--------------------------------------+
+----------------------------------------------------------+
+ START build step
+----------------------------------------------------------+
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_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-9917-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-630&field3=buildstamp&compare3=61&value3=20211113-1414-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-9917-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-630&field2=buildstamp&compare2=61&value2=20211113-1414-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-9917-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-630&field2=buildstamp&compare2=61&value2=20211113-1414-Pull Request-Experimental
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 10238700
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_LOCATION : /cdash/submit.php?project=Trilinos
>>> CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-9917-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-630&field3=buildstamp&compare3=61&value3=20211113-1414-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-9917-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-630&field2=buildstamp&compare2=61&value2=20211113-1414-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-9917-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-630&field2=buildstamp&compare2=61&value2=20211113-1414-Pull Request-Experimental
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 10238700
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/python-3/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/python-3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS


CDash Test Results for PR# 9917.


Wiki: How to Reproduce PR Testing Builds and Errors.

@ndellingwood ndellingwood mentioned this pull request Nov 19, 2021
@e10harvey e10harvey closed this Jun 3, 2022
@e10harvey e10harvey reopened this Jun 3, 2022
@github-actions
Copy link

github-actions bot commented Jun 4, 2023

This Pull Request has been marked for closure due to inactivity.
Because of the changing nature of the Trilinos source due to active development, a pull request with no activity for 365 days is considered to be abandoned and will be automatically closed after 30 additional days of inactivity from when it was marked inactive.
If this should be kept open, please post a comment and/or remove the label MARKED_FOR_CLOSURE to reset the inactivity timer.
If it is ok for this pull request to be closed, feel free to go ahead and close it. Please do not add any comments or change any labels or otherwise touch this issue unless your intention is to reset the inactivity counter for an additional year.

@github-actions github-actions bot added the MARKED_FOR_CLOSURE Issue or PR is marked for auto-closure by the GitHub Actions bot. label Jun 4, 2023
@etphipp etphipp requested a review from a team as a code owner November 9, 2023 22:05
@ndellingwood
Copy link
Contributor

Looks like kokkos/kokkos#4520 contained the changes and came into Trilinos with #9958 , so the Sacado changes should be good to pursue separately from the Kokkos changes in this PR

@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' - GitHub reports Mergeable status = False

@github-actions github-actions bot removed CLOSED_DUE_TO_INACTIVITY Issue or PR has been closed by the GitHub Actions bot due to inactivity. MARKED_FOR_CLOSURE Issue or PR is marked for auto-closure by the GitHub Actions bot. labels Nov 11, 2023
@etphipp
Copy link
Contributor Author

etphipp commented Nov 13, 2023

I updated the branch, fixed the merge conflicts, and got the code building again. We'll see if it passes the autotester.

@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_PR_gcc-8.3.0

  • Build Num: 3287
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 1786
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 1776
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.1-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 1775
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 2978
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 2778
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_intel-2021.3

  • Build Num: 1417
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-intel-2021.3-sems-openmpi-4.0.5_release-debug_shared_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-off_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Using Repos:

Repo: TRILINOS (etphipp/Trilinos)
  • Branch: sacado_local_deep_copy
  • SHA: cf15649
  • Mode: TEST_REPO

Pull Request Author: etphipp

@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_PR_gcc-8.3.0

  • Build Num: 3287
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 1786
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 1776
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.1-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 1775
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 2978
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 2778
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_intel-2021.3

  • Build Num: 1417
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-intel-2021.3-sems-openmpi-4.0.5_release-debug_shared_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-off_no-package-enables
PR_LABELS pkg: Sacado;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca


CDash Test Results for PR# 9917.


Wiki: How to Reproduce PR Testing Builds and Errors.

@etphipp etphipp added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Nov 13, 2023
@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_PR_gcc-8.3.0

  • Build Num: 3293
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 1792
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 1782
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.1-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 1781
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 2984
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 2784
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_intel-2021.3

  • Build Num: 1423
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-intel-2021.3-sems-openmpi-4.0.5_release-debug_shared_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-off_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Using Repos:

Repo: TRILINOS (etphipp/Trilinos)
  • Branch: sacado_local_deep_copy
  • SHA: cf15649
  • Mode: TEST_REPO

Pull Request Author: etphipp

@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_PR_gcc-8.3.0

  • Build Num: 3293
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 1792
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 1782
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.1-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 1781
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.1-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 2984
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 2784
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca

Build Information

Test Name: Trilinos_PR_intel-2021.3

  • Build Num: 1423
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-intel-2021.3-sems-openmpi-4.0.5_release-debug_shared_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-off_no-package-enables
PR_LABELS pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 9917
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_REPO https://github.com/etphipp/Trilinos
TRILINOS_SOURCE_SHA cf15649
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 4217cca


CDash Test Results for PR# 9917.

@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 Nov 14, 2023
@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...

@etphipp
Copy link
Contributor Author

etphipp commented Nov 14, 2023

@ndellingwood would you mind reviewing this PR?

Copy link
Contributor

@ndellingwood ndellingwood left a comment

Choose a reason for hiding this comment

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

Hi @etphipp , I looked over the changes and the added local_deep_copy_contiguous routines seem reasonable, but to make sure I understand the changes, can you comment on my summary here?

  • The new unit tests call local_deep_copy (not local_deep_copy_contiguous), which does not require overloads in Sacado
  • This PR adds overloads for local_deep_copy_contiguous for specialized (non-void) View types (i.e. Fad, FadContinguous, etc)
  • The call to local_deep_copy is a routine in Kokkos that calls out to local_deep_copy_contiguous
  • SFINAE helps the compiler select the appropriate overload, where the Sacado overloads provided here are the non-void-specialized counterparts to the void-specialized impls in Kokkos at https://github.com/kokkos/kokkos/blob/2f5723bd6c0717c301b217fba43f7c32864cb37b/core/src/Kokkos_CopyViews.hpp#L2160-L2179

Let me know if I'm following, or please correct me so I understand properly

@etphipp
Copy link
Contributor Author

etphipp commented Nov 15, 2023

Yes, I think that is all correct.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit c449155 into trilinos:develop Nov 15, 2023
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 9917: 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 Nov 15, 2023
@etphipp etphipp deleted the sacado_local_deep_copy branch November 15, 2023 15:03
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.

5 participants