Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tpetra: Fix #5279 (add test for checking a pointer to see if it's CUDA-accessible) #5280

Merged
merged 7 commits into from
Jun 2, 2019

Conversation

mhoemmen
Copy link
Contributor

@trilinos/tpetra @bathmatt @vbrunini

Description

Add a Tpetra implementation detail function to test whether a given nonnull pointer is CUDA-accessible. This is a partial fix for #5279. A full fix would involve finding all the Tpetra object constructors that take Kokkos::View or Kokkos::DualView from the user, and using this function in those constructors. I'll open a separate issue for that.

Motivation and Context

Help debug run-time errors in Panzer: see discussion here.

@vbrunini suggested that Kokkos::View's constructor (the overloads that take a raw pointer from the user) could use this function, at least in debug mode. @crtrott , what do you think?

Related Issues

How Has This Been Tested?

CUDA 9.2 build with GCC 7.2.0 (x86) and OpenMPI 1.10.1.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 3699
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3514
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1960
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1735
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1364
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: Fix-5279
  • SHA: 972a933
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

@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_4.8.4

  • Build Num: 3699
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3514
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1960
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1735
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1364
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 3699 (click to expand)

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/MultiVectorFiller/TpetraCore_MultiVectorFiller2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_crsUtils.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/example/Lesson03-Power-Method/TpetraCore_lesson03_power_method.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_withLocalAccess_generic.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_MultipleFillCompletes.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_user_initializes_mpi_and_tpetra_initializes_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_matrix_fill_1.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_iallreduce.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsMatrix/Regression/TpetraCore_Albany182.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/dof-mgr/test/field_pattern/PanzerDofMgr_tFieldAggPattern2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_WithGraph_OpenMP.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_CrsGraph_UnpackIntoStaticGraph.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/zoltan2/test/temp/Zoltan2_testfail.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_NodeConversion.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_SliceTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_removeEmptyProcesses.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/example/Lesson05-Redistribution/TpetraCore_lesson05_redistribution.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Directory/TpetraCore_Directory_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_CrsGraph_getNumDiags.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/dof-mgr/test/dofmngr_test/PanzerDofMgr_tNodalFieldPattern.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_Off.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_Default.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/BugTests/TpetraCore_BugTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_tpetra_initializes_mpi_and_user_initializes_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_Bug6051.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_user_initializes_mpi_and_provides_comm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_aliased_deep_copy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_extractMpiCommFromTeuchos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_SliceTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_Bug5474.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_getMinGlobalIndex.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_read_modify_vec_no_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_mpi_only_through_Tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_Bug6171.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/dof-mgr/test/field_pattern/PanzerDofMgr_tFieldPattern2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_gathervPrint.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_user_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_Bug6069_2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_MV_reduce_strided.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_LocalMap.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/HashTable/TpetraCore_computeOffsetsFromConstantCount.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/dof-mgr/test/dofmngr_test/PanzerDofMgr_tGeometricAggFieldPattern.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_DetermineLocalTriangularStructure.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_tpetra_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_no_warn_on_pre_finalize_destruction_issue_2372.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_WithLocalAccess.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/inout/TpetraCore_MatrixMarket_Tpetra_MultiVector_InOutTest.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_Issue_114.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_congruent.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_Bug5399.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Distributor/TpetraCore_Issue1454.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_ForEach.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Block/TpetraCore_BlockMap.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/dof-mgr/test/field_pattern/PanzerDofMgr_tGeometricAggFieldPattern2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_isInterComm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_matrix_construct_heat2d_2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_Transform.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_ReverseCommunication_Issue227.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_user_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_no_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_user_initializes_mpi_and_provides_comm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/dof-mgr/test/dofmngr_test/PanzerDofMgr_tFieldPattern.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_contiguous_no_global_num.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_initializes_Kokkos_inner_scope.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_vector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_does_not_double_initialize_Kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_Named.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_getMyGlobalIndices.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_initializing_tpetra_with_teuchos_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_warn_on_post_finalize_destruction_issue_2372.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_initializing_tpetra_with_teuchos_serial.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_CheckMemoryType.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_TransformValues.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_SliceTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/inout/TpetraCore_Bug6288.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_MultipleFillCompletes.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_CrsGraph_UnpackIntoStaticGraph.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_NonlocalSumInto_Ignore.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/inout/TpetraCore_MatrixMarket_Tpetra_Map_InOutTest.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_CrsGraph_getNumDiags.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Directory/TpetraCore_Directory_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_matrix_fill_1.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_user_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_UnitTests4.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_ReplaceLocalValues.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_user_initializes_mpi_and_provides_comm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Lesson03-Power-Method/TpetraCore_lesson03_power_method.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_isOneToOne.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_NonlocalSumInto.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/BugTests/TpetraCore_BugTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Additive-Schwarz-Halo/TpetraCore_AdditiveSchwarzHalo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Lesson06-Custom-Operator/TpetraCore_lesson06_custom_operator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_iallreduce.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Distributor/TpetraCore_Issue1454.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_WithLocalAccess.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_rcb.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/FEMultiVector/TpetraCore_FEMultiVector_Fix3101.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_ExportToStaticGraphCrsMatrix.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/FEMultiVector/TpetraCore_FEMultiVector_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_contiguous_and_uniform.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_ImportExport_ImportConstructExpert.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_MakeOptColMap.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_initializing_tpetra_with_standalone_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_user_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_CrsGraph_StaticImportExport.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_init_map_vec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_withLocalAccess_generic.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_NodeConversion.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVectorFiller/TpetraCore_MultiVectorFiller.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_read_modify_vec_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_Issue_3968.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_Named.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_replaceCommWithSubset.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_no_warn_on_pre_finalize_destruction_issue_2372.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_ImportBug5430.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_Transform.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_mpi_only_through_Tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_idot.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_Bug5399.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_tpetra_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_DetermineLocalTriangularStructure.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_getMinGlobalIndex.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_warn_on_post_finalize_destruction_issue_2372.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_read_modify_vec_no_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_contiguous_no_global_num.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_vector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_getMyGlobalIndices.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Block/TpetraCore_BlockMap.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_MV_reduce_strided.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_LocalMap.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/ImportExport2/TpetraCore_ImportExport2_CrsSortingUtils.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVectorFiller/TpetraCore_MultiVectorFiller2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_cyclic.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_no_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_Bug5474.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_extractMpiCommFromTeuchos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_mpi_on_its_own.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_On.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_isInterComm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_ForEach.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/inout/TpetraCore_MatrixMarket_Tpetra_MultiVector_InOutTest.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_aliased_deep_copy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_gathervPrint.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_Default.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_isLocallyFitted.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_Off.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_initializing_tpetra_with_teuchos_serial.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_tpetra_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_user_initializes_mpi_and_provides_comm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_initializing_tpetra_with_teuchos_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_crsUtils.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_contiguous.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_congruent.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_KokkosViewFadMPVectorUnitTest_Serial.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraMatVec.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 1960 (click to expand)

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_isOneToOne.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/ImportExport2/TpetraCore_ImportExport2_CrsSortingUtils.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_warn_on_post_finalize_destruction_issue_2372.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/ifpack/test/PreconditionerFactory_LL/Ifpack_PreconditionerFactory_LL.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/zoltan2/test/driver/driverinputs/rectilinearRCB/../../Zoltan2_test_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/zoltan2/test/unit/Zoltan2_Machine.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/zoltan2/test/unit/Zoltan2_XpetraCrsMatrixInput.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/zoltan2/test/partition/Zoltan2_Partitioning1.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/ifpack/example/Ifpack_ex_filtering_LL.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/zoltan2/test/partition/Zoltan2_Partitioning1.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/EpetraRowMatrix/TpetraCore_EpetraRowMatrix_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/domi/doc/parameterList/Domi_ValidParameters.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/RowMatrixTransposer/TpetraCore_RowMatrixTransposer_test.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_mpi_only_through_Tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/zoltan2/example/block/Zoltan2_kokkosBlock.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/zoltan2/test/unit/Zoltan2_BasicKokkosIdentifierInput.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/example/Lesson03-Power-Method/TpetraCore_lesson03_power_method.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/example/Lesson05-Redistribution/TpetraCore_lesson05_redistribution.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos/example/Amesos_compare_solvers.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_no_warn_on_pre_finalize_destruction_issue_2372.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_StaticView.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/xpetra/test/Map/Xpetra_StridedMapFactory_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_Off.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/xpetra/example/Simple/Xpetra_Laplace1D-Xpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/galeri/test/VerySimple/Galeri_VerySimple.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/galeri/example-xpetra/Galeri_XpetraMap_LL.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/xpetra/test/MultiVector/Xpetra_MultiVector_UnitTestsThyraSpecific.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/xpetra/test/Map/Xpetra_Map_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/test/solvers/Amesos2_KLU2_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_does_not_double_initialize_Kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/xpetra/test/Map/Xpetra_StridedMap_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/xpetra/test/Cloner/Xpetra_Cloner_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/galeri/example/Galeri_LinearProblem.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_initializes_Kokkos_inner_scope.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_createMirrorView.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/test/solvers/Amesos2_Solver_Test.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/src/KLU2/Source/examples/Amesos2_klu2_simple.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/test/adapters/Amesos2_Epetra_RowMatrix_Adapter_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_merge.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_getEntryOnHost.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_Transform.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/test/adapters/Amesos2_Tpetra_CrsMatrix_Adapter_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/thyra/adapters/tpetra/test/ThyraTpetraAdapters_TpetraThyraWrappersUnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/domi/test/MDArray/Domi_MDArray_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/test/solvers/Amesos2_SolverFactory_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Merge/TpetraCore_Merge.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/test/adapters/Amesos2_CrsMatrix_Adapter_Consistency_Tests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/example/Amesos2_GappedMtxGIDs-1proc.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/domi/test/MDArray/Domi_MDArrayView_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/test/adapters/Amesos2_Tpetra_MultiVector_Adapter_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/domi/test/MDMap/Domi_MDMap_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/amesos2/test/adapters/Amesos2_Epetra_MultiVector_Adapter_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_contiguous_no_global_num.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_read_modify_vec_no_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/domi/test/MDArray/Domi_MDRevIterator_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_MultiVector_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/thyra/adapters/tpetra/test/ThyraTpetraAdapters_Simple2DTpetraModelEvaluatorUnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/RowMatrixTransposer/TpetraCore_RowMatrixTransposer_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_Behavior.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_Bug5474.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_power_method_1.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_MV_Kokkos_DualView_subview.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_MultiVector_get2dView.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVectorFiller/TpetraCore_MultiVectorFiller2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_MultiVector_TwoArgRandomize.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_Issue364.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_vector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/domi/test/MDArray/Domi_MDIterator_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_CrsGraph_UnitTests1.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/example/Lesson06-Custom-Operator/TpetraCore_lesson06_custom_operator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_deep_copy_MultiVector_to_SerialDenseMatrix.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_withLocalAccess_generic.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_read_modify_vec_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_init_map_vec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_deep_copy_SerialDenseMatrix_to_MultiVector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_gathervPrint.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_aliased_deep_copy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Node/TpetraCore_Issue510.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_crsUtils.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Node/TpetraCore_Issue510.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_user_initializes_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_CombineMode.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_CheckMemoryType.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_MakeOptColMap.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_LocalMap.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_Issue_2198.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/dof-mgr/test/dofmngr_test/PanzerDofMgr_tGeometricAggFieldPattern.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDMap/Domi_MDMap_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/Regression/TpetraCore_Albany182.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_getMinGlobalIndex.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/ImportExport2/TpetraCore_ImportExport2_CrsSortingUtils.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_contiguous_and_uniform.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_congruent.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_idot.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_isOneToOne.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_MultipleFillCompletes.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_data_redist_1.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_NonlocalSumInto_Ignore.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_extractMpiCommFromTeuchos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_vector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_WithLocalAccess.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_isInterComm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_user_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_gathervPrint.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_removeEmptyProcesses.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_ReplaceDomainMapAndImporter.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_DetermineLocalTriangularStructure.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_CrsGraph_ReindexColumns.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_no_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_Import_Union.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Distributor/TpetraCore_Issue1454.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_GetRowCopy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/MultiVectorFiller/TpetraCore_MultiVectorFiller.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/dof-mgr/test/dofmngr_test/PanzerDofMgr_tFieldAggPattern.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_isLocallyFitted.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_replaceCommWithSubset.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_ReplaceDiagonal.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_NonlocalSumInto.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_Issue_114.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Lesson05-Redistribution/TpetraCore_lesson05_redistribution.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/RowMatrixTransposer/TpetraCore_RowMatrixTransposer_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_contiguous.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_aliased_deep_copy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_getMyGlobalIndices.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_init_map_vec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/BugTests/TpetraCore_BugTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Lesson03-Power-Method/TpetraCore_lesson03_power_method.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Additive-Schwarz-Halo/TpetraCore_AdditiveSchwarzHalo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_user_initializes_mpi_and_provides_comm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_mpi_only_through_Tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_Bug5399.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_ExportToStaticGraphCrsMatrix.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_initializing_tpetra_with_standalone_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Block/TpetraCore_BlockMultiVector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_TpetraUtils_crsUtils.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_user_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/FECrsGraph/TpetraCore_FECrsGraph_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_NodeConversion.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDComm/Domi_MDComm_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Comm/TpetraCore_iallreduce.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_initialize_where_tpetra_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_tpetra_initializes_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/ImportExport/TpetraCore_ImportBug5430.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_Bug5474.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Behavior/TpetraCore_Behavior_Off.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Map/TpetraCore_Map_Bug2431.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/RowMatrixTransposer/TpetraCore_RowMatrixTransposer_test.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/MultiVector/TpetraCore_ForEach.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Lesson02-Map-Vector/TpetraCore_lesson02_read_modify_vec_no_kokkos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Core/TpetraCore_Core_ScopeGuard_where_user_initializes_mpi_and_provides_comm.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_initializing_tpetra_with_teuchos_mpi.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsMatrix/TpetraCore_CrsMatrix_Bug6069_1.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Lesson06-Custom-Operator/TpetraCore_lesson06_custom_operator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/CrsGraph/TpetraCore_CrsGraph_getNumDiags.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/Utils/TpetraCore_withLocalAccess_generic.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/domi/test/MDVector/Domi_MDVector_CommTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_cyclic.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/test/inout/TpetraCore_CooMatrixImpl.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/example/Lesson01-Init/TpetraCore_lesson01_mpi_on_its_own.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/tpetra/core/guide/src/Examples/SourceCode/TpetraCore_guide_map_contiguous_no_global_num.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/ifpack/test/AztecOO/Ifpack_ifp_aztecoo.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_KokkosViewFadMPVectorUnitTest_Serial.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraMatVec.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 1364 (click to expand)

    ..................................................  Size: 36499K
    ..................................................  Size: 36549K
    ..................................................  Size: 36600K
    ..................................................  Size: 36650K
    ..................................................  Size: 36700K
    ..................................................  Size: 36750K
    ..................................................  Size: 36800K
    ..................................................  Size: 36849K
    ..................................................  Size: 36900K
    ..................................................  Size: 36950K
    ..................................................  Size: 37000K
    ..................................................  Size: 37050K
    ..................................................  Size: 37100K
    ..................................................  Size: 37150K
    ..................................................  Size: 37200K
    ..................................................  Size: 37249K
    ..................................................  Size: 37299K
    ..................................................  Size: 37349K
    ..................................................  Size: 37399K
    ..................................................  Size: 37449K
    ..................................................  Size: 37500K
    ..................................................  Size: 37550K
    ..................................................  Size: 37600K
    ..................................................  Size: 37650K
    ..................................................  Size: 37700K
    ..................................................  Size: 37750K
    ..................................................  Size: 37800K
    ..................................................  Size: 37850K
    ..................................................  Size: 37899K
    ..................................................  Size: 37950K
    ..................................................  Size: 38000K
    ..................................................  Size: 38050K
    ..................................................  Size: 38100K
    ..................................................  Size: 38150K
    ..................................................  Size: 38199K
    ..................................................  Size: 38249K
    ..................................................  Size: 38299K
    ..................................................  Size: 38349K
    ..................................................  Size: 38399K
    ..................................................  Size: 38450K
    ..................................................  Size: 38499K
    ..................................................  Size: 38549K
    ..................................................  Size: 38599K
    ..................................................  Size: 38649K
    ..................................................  Size: 38700K
    ..................................................  Size: 38750K
    ..................................................  Size: 38800K
    ..................................................  Size: 38850K
    ..................................................  Size: 38900K
    ..................................................  Size: 38949K
    ..................................................  Size: 38999K
    ..................................................  Size: 39049K
    ..................................................  Size: 39099K
    ..................................................  Size: 39149K
    ..................................................  Size: 39199K
    ..................................................  Size: 39249K
    ..................................................  Size: 39299K
    ..................................................  Size: 39349K
    ..................................................  Size: 39399K
    ..................................................  Size: 39449K
    ..................................................  Size: 39499K
    ..................................................  Size: 39549K
    ..................................................  Size: 39599K
    ..................................................  Size: 39649K
    ..................................................  Size: 39699K
    ..................................................  Size: 39749K
    ..................................................  Size: 39799K
    ..................................................  Size: 39849K
    ..................................................  Size: 39899K
    ..................................................  Size: 39949K
    ..................................................  Size: 40000K
    ..................................................  Size: 40049K
    ..................................................  Size: 40100K
    ..................................................  Size: 40149K
    ..................................................  Size: 40199K
    ..................................................  Size: 40249K
    ..................................................  Size: 40299K
    ..................................................  Size: 40349K
    ..................................................  Size: 40400K
    ..................................................  Size: 40449K
    ..................................................  Size: 40499K
    ..................................................  Size: 40550K
    ..................................................  Size: 40600K
    ..................................................  Size: 40650K
    ..................................................  Size: 40699K
    ..................................................  Size: 40749K
    .............. Size of output: 40763K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE


CDash Test Results for PR# 5280.


Wiki: How to Reproduce PR Testing Builds and Errors.

csiefer2
csiefer2 previously approved these changes May 30, 2019
rppawlo
rppawlo previously approved these changes May 30, 2019
Copy link
Contributor

@rppawlo rppawlo left a comment

Choose a reason for hiding this comment

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

Thanks @mhoemmen !

@bathmatt
Copy link
Contributor

@mhoemmen do you need some flag to turn this on..??

@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_4.8.4

  • Build Num: 3700
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3515
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1961
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1736
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1365
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: Fix-5279
  • SHA: 972a933
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

@mhoemmen
Copy link
Contributor Author

@bathmatt wrote:

@mhoemmen do you need some flag to turn this on..??

This is only the first step. Once I get this PR through, I will make Tpetra classes like Map, MultiVector, CrsGraph, and CrsMatrix use this function. Their constructors will use the TPETRA_DEBUG environment variable to decide whether to check. If it's not expensive, I may just check by default.

@mhoemmen mhoemmen added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label May 30, 2019
@mhoemmen
Copy link
Contributor Author

@trilinos/framework Something appears to be wrong with tests.

@bathmatt
Copy link
Contributor

OK, so there is no reason to test this yet? It won't show anything?

@mhoemmen
Copy link
Contributor Author

@bathmatt wrote:

OK, so there is no reason to test this yet? It won't show anything?

That's right, this first part is just the function for testing itself, not the use of that function in Tpetra objects.

@jwillenbring
Copy link
Member

Something appears to be wrong with tests.

I am looking at it now.

@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_4.8.4

  • Build Num: 3700
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3515
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1961
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1736
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1365
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 3700 (click to expand)

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/periodic_bcs/PanzerAdaptersSTK_periodic_mesh.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/bcstrategy/PanzerAdaptersSTK_bcstrategy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/bcstrategy/PanzerAdaptersSTK_bcstrategy_composite_factory.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/response_library/PanzerAdaptersSTK_STK_ResponseLibraryTest2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/response_library/PanzerAdaptersSTK_STK_VolumeSideResponse.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tBasisTimesVector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/ip_coordinates/PanzerAdaptersSTK_ip_coordinates.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tGatherSolution.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tScatterResidual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tScatterDirichletResidual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tPointBasisValuesEvaluator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tDomainInterface.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/node_normals/PanzerAdaptersSTK_node_normals.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/face_to_elem/PanzerAdaptersSTK_tFaceToElem.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/local_mesh/PanzerAdaptersSTK_LocalMesh_Tests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/test/projection/PanzerAdaptersSTK_projection.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_NoFE.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2_tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_GradDiv.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/assembly_engine/PanzerAdaptersSTK_assembly_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CVFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn_tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Darcy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_DivLSFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CurlLSFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_StabilizatedADR.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/ip_coordinates/PanzerAdaptersSTK_ip_coordinates.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tGatherSolution.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tScatterResidual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tScatterDirichletResidual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tBasisTimesVector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tPointBasisValuesEvaluator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tDomainInterface.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/node_normals/PanzerAdaptersSTK_node_normals.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/face_to_elem/PanzerAdaptersSTK_tFaceToElem.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/local_mesh/PanzerAdaptersSTK_LocalMesh_Tests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/test/projection/PanzerAdaptersSTK_projection.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/assembly_engine/PanzerAdaptersSTK_assembly_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_NoFE.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2_tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_GradDiv.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CVFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn_tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Darcy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_DivLSFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CurlLSFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_StabilizatedADR.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 1961 (click to expand)

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/dense-hessian/ROL_example_dense-hessian_DenseHessian.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/sacado/ROL_example_sacado_example_01a.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/sacado/ROL_example_sacado_example_01b.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/sacado/ROL_example_sacado_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/burgers-control/ROL_example_burgers-control_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/burgers-control/ROL_example_burgers-control_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/burgers-control/ROL_example_burgers-control_example_03.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/burgers-control/ROL_example_burgers-control_example_04.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/burgers-control/ROL_example_burgers-control_example_05.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/burgers-control/ROL_example_burgers-control_example_06.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/burgers-control/ROL_example_burgers-control_example_07.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/parabolic-control/ROL_example_parabolic-control_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/parabolic-control/ROL_example_parabolic-control_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/parabolic-control/ROL_example_parabolic-control_example_03.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/parabolic-control/ROL_example_parabolic-control_example_04.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/parabolic-control/ROL_example_parabolic-control_example_05.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/parabolic-control/ROL_example_parabolic-control_example_06.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/poisson-control/ROL_example_poisson-control_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/poisson-control/ROL_example_poisson-control_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/tensor-opt/ROL_example_tensor-opt_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_03.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_04.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_05.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_07.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_08.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_09.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/0ld/poisson/ROL_example_PDE-OPT_0ld_poisson_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/0ld/elasticity/ROL_example_PDE-OPT_0ld_elasticity_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/0ld/elasticity/ROL_example_PDE-OPT_0ld_elasticity_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/helmholtz/ROL_example_PDE-OPT_helmholtz_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/0ld/stefan-boltzmann/ROL_example_PDE-OPT_0ld_stefan-boltzmann_example_03.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/0ld/adv-diff-react/ROL_example_PDE-OPT_0ld_adv-diff-react_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/0ld/adv-diff-react/ROL_example_PDE-OPT_0ld_adv-diff-react_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/0ld/stoch-adv-diff/ROL_example_PDE-OPT_0ld_stoch-adv-diff_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/poisson/ROL_example_PDE-OPT_poisson_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/poisson-boltzmann/ROL_example_PDE-OPT_poisson-boltzmann_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_sincos.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/adv-diff-react/ROL_example_PDE-OPT_adv-diff-react_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/navier-stokes/ROL_example_PDE-OPT_navier-stokes_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_parabolic_thyravec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/navier-stokes/ROL_example_PDE-OPT_navier-stokes_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/obstacle/ROL_example_PDE-OPT_obstacle_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_parabolic_modeleval.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/helmholtz/ROL_example_PDE-OPT_helmholtz_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/ginzburg-landau/ROL_example_PDE-OPT_ginzburg-landau_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/tutorial/ROL_tutorial_BoundAndInequality.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/ginzburg-landau/ROL_example_PDE-OPT_ginzburg-landau_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/nonlinear-elliptic/ROL_example_PDE-OPT_nonlinear-elliptic_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/tutorial/ROL_tutorial_Unconstrained.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/nonlinear-elliptic/ROL_example_PDE-OPT_nonlinear-elliptic_example_02.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/rol/example/PDE-OPT/topo-opt/poisson/ROL_example_PDE-OPT_topo-opt_poisson_example_01.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_Epetra_MatrixFreeOperator_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_MatrixFreeDecorator_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_EvalModel.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_ThyraSolver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_AnalysisDriver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_AnalysisDriverTpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_SecondOrderIntegrator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_NOXSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_LOCASolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_Epetra_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/piro/test/Piro_TempusSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_NoFE.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_GradDiv.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CVFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Darcy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_DivLSFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CurlLSFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_StabilizatedADR.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/ip_coordinates/PanzerAdaptersSTK_ip_coordinates.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tGatherSolution.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tScatterResidual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tScatterDirichletResidual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tBasisTimesVector.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tPointBasisValuesEvaluator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tDomainInterface.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/node_normals/PanzerAdaptersSTK_node_normals.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/face_to_elem/PanzerAdaptersSTK_tFaceToElem.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/local_mesh/PanzerAdaptersSTK_LocalMesh_Tests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/projection/PanzerAdaptersSTK_projection.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/assembly_engine/PanzerAdaptersSTK_assembly_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_NoFE.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2_tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_GradDiv.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CVFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn_tpetra.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Darcy.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_DivLSFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CurlLSFEM.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_StabilizatedADR.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 1365 (click to expand)

 19) valgrind/3.12.0
 20) devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
Job is CUDA
MPI type = sems-openmpi/2.1.2
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
CDash Track = Pull Request
pwd: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
+ env TRILINOS_DIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos TRILINOS_SCRIPTS_DIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/commonTools/framework/get-changed-trilinos-packages.sh origin/develop HEAD packageEnables.cmake

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


TRILINOS_DIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos
TRILINOS_SCRIPTS_DIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos
TRIBITS_DIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/tribits

A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos

git diff --name-only origin/develop..HEAD > /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2

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

CHANGED_PACKAGES_FULL_LIST='TpetraCore'

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

CHANGED_PACKAGES_PT_LIST='TpetraCore'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE


CDash Test Results for PR# 5280.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 3701
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3516
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1962
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1737
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1366
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 972a933
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: Fix-5279
  • SHA: 972a933
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

@mhoemmen
Copy link
Contributor Author

mhoemmen commented Jun 1, 2019

I think I know what's going on here. In CUDA 9.2, the only way cudaPointerGetAttributes can identify an unregistered host pointer is by returning cudaErrorInvalidValue. That's an error code other than cudaSuccess. This must stick around as the "last error" that CUDA encountered. My code didn't clear the error by calling cudaGetLastError, so the next time I did some Kokkos thing, Kokkos might have thought that CUDA was returning an error when it really wasn't.

This suggests I can fix this issue by calling cudaGetLastError after calling cudaPointerGetAttributes. I will do that.

@mhoemmen mhoemmen added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Jun 1, 2019
@mhoemmen
Copy link
Contributor Author

mhoemmen commented Jun 1, 2019

I was able to replicate the test failure in a debug CUDA build. When I added the cudaGetLastError call, the test passed.

@trilinos/tpetra

My fix for trilinos#5279 uses the error code returned by
cudaPointerGetAttributes to identify an unregistered host pointer.  It
turns out that this error code sticks around and causes a spurious
failure later.  I fixed this by calling cudaGetLastError after
cudaPointerGetAttributes; that resets the "last error" to cudaSuccess.
@mhoemmen mhoemmen added AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration and removed AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) labels Jun 1, 2019
@mhoemmen
Copy link
Contributor Author

mhoemmen commented Jun 1, 2019

I just pushed the fix. Let's try this again.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 3718
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3533
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1979
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1754
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1383
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: Fix-5279
  • SHA: 66b9e0e
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 3718
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3533
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1979
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1754
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1383
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5280
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH Fix-5279
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 66b9e0e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA adbe590


CDash Test Results for PR# 5280.

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

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS NOT BEEN REVIEWED YET!

@trilinos-autotester
Copy link
Contributor

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

@mhoemmen
Copy link
Contributor Author

mhoemmen commented Jun 2, 2019

IT PASSED YAY!!!

@tjfulle tjfulle self-requested a review June 2, 2019 18:58
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit da26afb into trilinos:develop Jun 2, 2019
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Jun 2, 2019
@mhoemmen
Copy link
Contributor Author

mhoemmen commented Jun 3, 2019

Thanks @tjfulle ! :-D

@mhoemmen mhoemmen deleted the Fix-5279 branch June 3, 2019 01:50
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Jun 3, 2019
…s:develop' (d1a6821).

* trilinos-develop: (41 commits)
  Tpetra: Fix CUDA run-time error in PR trilinos#5280
  Tpetra: Allow CrsMatrix with StaticProfile to resize during import/export (trilinos#5268)
  Xpetra: ETI TpetraBlockCrsMatrix bug fixes trilinos#4 (compiles)
  Tpetra: Fix Intel build errors in PR trilinos#5280
  Tpetra: Use trilinos#5279 fix to check Map array/View input
  Tpetra: Use trilinos#5279 fix to check MultiVector (Dual)View input
  Xpetra: ETI TpetraBlockCrsMatrix bug fixes trilinos#3
  Tpetra: Rename headers in fix for trilinos#5279
  Tpetra: Fix trilinos#5279
  Xpetra: ETI TpetraBlockCrsMatrix bug fixes trilinos#2
  Tpetra: Add inMemorySpace & memorySpaceName (part of trilinos#5279)
  Panzer: Generalized logic to use DirichletResidual_FaceBasis for all HDiv DOFs
  Cmake/Ctest: Fixing Avatar Issues
  MueLu: Updates for Avatar-as-external-package
  MueLu: Updates for Avatar-as-external-package
  Cmake: Adding back Avatar TPL Support
  CMake: Add support for Check TPL
  Ctest: More lighsaber mods
  Ctest: More lightsaber fixes
  Ctest: Adding lightsaber experimentals
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Jun 4, 2019
…s:develop' (d1a6821).

* trilinos-develop: (56 commits)
  TrilinosCouplings: More updates for Avatar-as-external-package
  SEACAS: bug fix for may snapshot
  Stk update (trilinos#5289)
  Xpetra: fixing a specialization of the Xpetra::TpetraOperator see issue trilinos#5293
  MueLu: adjusing number of iterations in unit-test to new tolerance
  Tempus: pactch from Empire (trilinos#5282)
  Tpetra: Fix CUDA run-time error in PR trilinos#5280
  Tpetra: Allow CrsMatrix with StaticProfile to resize during import/export (trilinos#5268)
  MueLu: cleaning unit-tests and code for build with Scalar=float
  Ifpack2::Relaxation: Fix signed/unsigned comparison warning
  Teuchos::ScalarTraits: Fix Kokkos::complex specialization macro
  Xpetra: ETI TpetraBlockCrsMatrix bug fixes trilinos#4 (compiles)
  Tpetra: Fix Intel build errors in PR trilinos#5280
  Tpetra: Use trilinos#5279 fix to check Map array/View input
  Tpetra: Use trilinos#5279 fix to check MultiVector (Dual)View input
  Xpetra: ETI TpetraBlockCrsMatrix bug fixes trilinos#3
  Tpetra: Rename headers in fix for trilinos#5279
  Tpetra: Fix trilinos#5279
  Xpetra: ETI TpetraBlockCrsMatrix bug fixes trilinos#2
  Tpetra: Add inMemorySpace & memorySpaceName (part of trilinos#5279)
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Jun 5, 2019
…s:develop' (d1a6821).

* trilinos-develop: (69 commits)
  Add Intel 18.0.5 compiler to ATDM environment.
  Fix stk cmake files to disable unit and doc tests that depend on STKNGP_TEST if STKNGP_TEST is not enabled.
  MueLu: removing the Epetra path tests for unit-tests-kokkos, see issue trilinos#4325
  Xpetra: fix MultiVector unit-test for Epetra=OFF configuration, see issue trilinos#5300
  fix another type of quoting error
  TrilinosCouplings: More updates for Avatar-as-external-package
  Correct shell quoting in the package file replacement for python
  SEACAS: bug fix for may snapshot
  Python testing - resolve issues found during testing
  Stk update (trilinos#5289)
  Xpetra: fixing a specialization of the Xpetra::TpetraOperator see issue trilinos#5293
  move gcc 7.2.0 environment back to python2
  MueLu: adjusing number of iterations in unit-test to new tolerance
  Add stand-alone tests for framework python unittests
  Tempus: pactch from Empire (trilinos#5282)
  This commit allows all of the clean_workspace scripts and test to run under both pyython 2 and 3
  test_Modules.py: re-work to run under both python 2 and 3
  Change gcc 7.2 PR testing to use python 3 and disable Modules tests
  Tpetra: Fix CUDA run-time error in PR trilinos#5280
  Tpetra: Allow CrsMatrix with StaticProfile to resize during import/export (trilinos#5268)
  ...
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.

8 participants