Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Xpetra: PR to close #6082 and #6765 #6834

Merged
merged 2 commits into from
Feb 24, 2020
Merged

Conversation

kliegeois
Copy link
Contributor

@kliegeois kliegeois commented Feb 14, 2020

@trilinos/xpetra
@trilinos/muelu

Motivation

The motivation behind this PR is to resolve issues #6765 and #6082.

Issue #6082 is resolved by correcting the typo.

Issue #6765 is resolved by computing the static size required to store the merged blocked crs matrix.
To do so, the implementation relies on the member function getNumEntriesInLocalRow which was not fully implemented yet.
The provided implementation of getNumEntriesInLocalRow relies on getMapIndexForGID to access the block id of a global id.

Therefore, this PR provides:

  • An implementation of getNumEntriesInLocalRow and getNumEntriesInGlobalRow which supports both Thyra and Xpetra mode.
  • The computation of the required memory which has to be allocated to store the merged blocked crs matrix.

Stakeholder Feedback

Testing

This branch has been tested on the Blake system.

@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: 5755
  • 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 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5580
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4009
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3857
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3394
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1657
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1656
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Using Repos:

Repo: TRILINOS (kliegeois/Trilinos)
  • Branch: kim_PR_MueLu
  • SHA: 6738231
  • Mode: TEST_REPO

Pull Request Author: kliegeois

@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: 5755
  • 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 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5580
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4009
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3857
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3394
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1657
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1656
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 5755 (click to expand)

    ..................................................  Size: 19649K
    ..................................................  Size: 19700K
    ..................................................  Size: 19750K
    ..................................................  Size: 19800K
    ..................................................  Size: 19849K
    ..................................................  Size: 19900K
    ..................................................  Size: 19949K
    ..................................................  Size: 20000K
    ..................................................  Size: 20050K
    ..................................................  Size: 20100K
    ..................................................  Size: 20150K
    ..................................................  Size: 20200K
    ..................................................  Size: 20250K
    ..................................................  Size: 20299K
    ..................................................  Size: 20350K
    ..................................................  Size: 20400K
    ..................................................  Size: 20449K
    ..................................................  Size: 20499K
    ..................................................  Size: 20550K
    ..................................................  Size: 20599K
    ..................................................  Size: 20650K
    ..................................................  Size: 20700K
    ..................................................  Size: 20750K
    ..................................................  Size: 20800K
    ..................................................  Size: 20850K
    ..................................................  Size: 20899K
    ..................................................  Size: 20949K
    ..................................................  Size: 20999K
    ..................................................  Size: 21049K
    ..................................................  Size: 21099K
    ..................................................  Size: 21149K
    ..................................................  Size: 21199K
    ..................................................  Size: 21249K
    ..................................................  Size: 21300K
    ..................................................  Size: 21350K
    ..................................................  Size: 21400K
    ..................................................  Size: 21449K
    ..................................................  Size: 21499K
    ..................................................  Size: 21549K
    ..................................................  Size: 21599K
    ..................................................  Size: 21649K
    ..................................................  Size: 21699K
    ..................................................  Size: 21749K
    ..................................................  Size: 21799K
    ..................................................  Size: 21849K
    ..................................................  Size: 21899K
    ..................................................  Size: 21950K
    ..................................................  Size: 22000K
    ..................................................  Size: 22050K
    ..................................................  Size: 22100K
    ..................................................  Size: 22150K
    ..................................................  Size: 22200K
    ..................................................  Size: 22249K
    ..................................................  Size: 22299K
    ..................................................  Size: 22349K
    ..................................................  Size: 22399K
    ..................................................  Size: 22449K
    ..................................................  Size: 22499K
    ..................................................  Size: 22549K
    ..................................................  Size: 22599K
    ..................................................  Size: 22649K
    ..................................................  Size: 22699K
    ..................................................  Size: 22749K
    ..................................................  Size: 22799K
    ............................. Size of output: 22828K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/tr-test-8/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
= g++
PWD = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #5755
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/4.8.4/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_gcc_4.8.4-5755', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test', '-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

    ..................................................  Size: 12849K
    ..................................................  Size: 12899K
    ..................................................  Size: 12949K
    ..................................................  Size: 12999K
    ..................................................  Size: 13050K
    ..................................................  Size: 13100K
    ..................................................  Size: 13150K
    ..................................................  Size: 13199K
    ..................................................  Size: 13249K
    ..................................................  Size: 13299K
    ..................................................  Size: 13350K
    ..................................................  Size: 13400K
    ..................................................  Size: 13450K
    ..................................................  Size: 13500K
    ..................................................  Size: 13549K
    ..................................................  Size: 13599K
    ..................................................  Size: 13649K
    ..................................................  Size: 13699K
    ..................................................  Size: 13749K
    ..................................................  Size: 13799K
    ..................................................  Size: 13849K
    ..................................................  Size: 13899K
    ..................................................  Size: 13949K
    ..................................................  Size: 13999K
    ..................................................  Size: 14050K
    ..................................................  Size: 14099K
    ..................................................  Size: 14149K
    ..................................................  Size: 14199K
    ..................................................  Size: 14249K
    ..................................................  Size: 14299K
    ..................................................  Size: 14350K
    ..................................................  Size: 14399K
    ..................................................  Size: 14449K
    ..................................................  Size: 14499K
    ..................................................  Size: 14549K
    ..................................................  Size: 14599K
    ..................................................  Size: 14650K
    ..................................................  Size: 14700K
    ..................................................  Size: 14750K
    ..................................................  Size: 14800K
    ..................................................  Size: 14850K
    ..................................................  Size: 14900K
    ..................................................  Size: 14950K
    ..................................................  Size: 15000K
    ..................................................  Size: 15049K
    ..................................................  Size: 15100K
    ..................................................  Size: 15149K
    ..................................................  Size: 15199K
    ..................................................  Size: 15249K
    ..................................................  Size: 15300K
    ..................................................  Size: 15349K
    ..................................................  Size: 15399K
     Size of output: 15399K
Build succeeded.
build submit error = 0
Starting testing step.
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
rilinos/Trilinos
SEMS_INTEL_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/intel/17.0.1/base/lib
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.4.7
SNLSYSTEM = cee
MPIF77 = mpif77
SEMS_HDF5_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/intel/17.0.1/mpich/3.2/parallel
SEMS_SCOTCH_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/intel/17.0.1/mpich/3.2/nopthread_64bit_parallel/include
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/4.9.3:sems-intel/17.0.1:sems-mpich/3.2:sems-boost/1.63.0/base:sems-zlib/1.2.8/base:sems-hdf5/1.8.12/parallel:sems-netcdf/4.4.1/exo_parallel:sems-parmetis/4.0.3/parallel:sems-scotch/6.0.3/nopthread_64bit_parallel:sems-superlu/4.3/base:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 17.0.1
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = icpc
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #5580
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/intel/17.0.1/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_intel_17.0.1-5580', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test', '-Dconfigure_script=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntelTestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 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 # 4009 (click to expand)

    ..................................................  Size: 3449K
    ..................................................  Size: 3500K
    ..................................................  Size: 3550K
    ..................................................  Size: 3600K
    ..................................................  Size: 3650K
    ..................................................  Size: 3700K
    ..................................................  Size: 3750K
    ..................................................  Size: 3800K
    ..................................................  Size: 3850K
    ..................................................  Size: 3900K
    ..................................................  Size: 3950K
    ..................................................  Size: 3999K
    ..................................................  Size: 4050K
    ..................................................  Size: 4099K
    ..................................................  Size: 4149K
    ..................................................  Size: 4200K
    ..................................................  Size: 4249K
    ..................................................  Size: 4300K
    ..................................................  Size: 4350K
    ..................................................  Size: 4399K
    ..................................................  Size: 4450K
    ..................................................  Size: 4500K
    ..................................................  Size: 4549K
    ..................................................  Size: 4599K
    ..................................................  Size: 4649K
    ..................................................  Size: 4699K
    ..................................................  Size: 4749K
    ..................................................  Size: 4800K
    ..................................................  Size: 4850K
    ..................................................  Size: 4900K
    ..................................................  Size: 4950K
    ..................................................  Size: 4999K
    ..................................................  Size: 5049K
    ..................................................  Size: 5099K
    ..................................................  Size: 5149K
    ..................................................  Size: 5199K
    ..................................................  Size: 5249K
    ..................................................  Size: 5299K
    ..................................................  Size: 5349K
    ..................................................  Size: 5399K
    ..................................................  Size: 5449K
    ..................................................  Size: 5500K
    ..................................................  Size: 5550K
    ..................................................  Size: 5599K
    ..................................................  Size: 5649K
    ..................................................  Size: 5700K
    ..................................................  Size: 5750K
    ..................................................  Size: 5800K
    ..................................................  Size: 5849K
    ..................................................  Size: 5899K
    ..................................................  Size: 5949K
    ..................................................  Size: 5999K
    ..................................................  Size: 6050K
    ..................................................  Size: 6099K
    ..................................................  Size: 6149K
    ..................................................  Size: 6199K
    ..................................................  Size: 6250K
    ..................................................  Size: 6300K
    ..................................................  Size: 6349K
    ..................................................  Size: 6399K
    ..................................................  Size: 6449K
    ..................................................  Size: 6499K
    ..................................................  Size: 6549K
    ..................................................  Size: 6599K
    ..................................................  Size: 6649K
    ..................................................  Size: 6699K
    ..................................................  Size: 6749K
    ..................................................  Size: 6799K
    ..................................................  Size: 6849K
    ..................................................  Size: 6900K
    ..................................................  Size: 6950K
    ..................................................  Size: 6999K
    ..................................................  Size: 7049K
    ..................................................  Size: 7099K
    ..................................................  Size: 7149K
    ................... Size of output: 7169K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/tr-test-2/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
etting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-2/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/jenkins/tr-test-2/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/jenkins/tr-test-2/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-4009', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/jenkins/tr-test-2/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test', '-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-2/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxGCC4.9.3TestingSettingsSERIAL.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

Wrote file 'packageEnables.cmake'
Build name = PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3857
Cur dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
Binary dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test
Parallel level = 20
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 53
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/bin/cmake
-C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0TestingSettings.cmake"
-C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic113&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3857&field3=buildstamp&compare3=61&value3=20200214-2118-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3857&field2=buildstamp&compare2=61&value2=20200214-2118-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3857&field2=buildstamp&compare2=61&value2=20200214-2118-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
................................... Size of output: 234K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 400K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.................................................. Size: 699K
.................................................. Size: 749K
.................................................. Size: 799K
.................................................. Size: 849K
.................................................. Size: 899K
.................................................. Size: 949K
.................................................. Size: 999K
.................................................. Size: 1049K
.................................................. Size: 1099K
.................................................. Size: 1149K
.................................................. Size: 1199K
.................................................. Size: 1249K
.................................................. Size: 1299K
.................................................. Size: 1349K
................ Size of output: 1365K
Build succeeded.
build submit error = 0
Starting testing step.
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
WD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3857
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/gcc/7.2.0/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3857', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test', '-Dconfigure_script=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0TestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

    ..................................................  Size: 21599K
    ..................................................  Size: 21649K
    ..................................................  Size: 21699K
    ......... Size of output: 21708K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
S_ROOT = /home/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
LSB_EXIT_PRE_ABORT = 99
TRILINOS_SOURCE_REPO = https://github.com/kliegeois/Trilinos
PARMETIS_HOME = /home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
FC_VERSION = 7.2.0
LSB_JOBFILENAME = /ascldap/users/trilinos/.lsbatch/1581715168.1602
BLAS_ROOT = /home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0
FC_VENDOR = gcc
LSB_AFFINITY_HOSTFILE = /ascldap/users/trilinos/.lsbatch/1581715168.1602.hostAffinityFile
PARMETIS_ROOT = /home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
LSF_ENVDIR = /opt/lsf/conf
MPI_VENDOR = openmpi
PYTHON = /home/projects/ppc64le/python/2.7.12/bin/python
CXX_VENDOR = gcc
HDF5_ROOT = /home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
HOSTTYPE = LINUXPPC64LE
SSH_CLIENT = 205.137.81.17 35432 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
LSF_LIM_API_NTRIES = 1
PATH = /ascldap/users/rabartl/install/white-ride/cmake-3.11.2/bin:/ascldap/users/rabartl/install/white-ride/ninja-1.8.2/bin:/home/projects/ppc64le/valgrind/3.12.0/bin:/home/projects/ppc64le/cmake/3.9.6/bin:/home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0/bin:/home/projects/ppc64le-pwr8-nvidia/netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le/java/ibm/sdk/8.0.0/bin:/home/projects/ppc64le/papi/5.5.1/bin:/home/projects/ppc64le/gcc/7.2.0/bin:/home/projects/ppc64le/binutils/2.30.0/bin:/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88/bin:/home/projects/ppc64le/python/2.7.12/bin:/home/projects/ppc64le/git/2.10.1/bin:/opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/bin:/opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/etc:/usr/local/bin:/usr/bin:/opt/ibutils/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
LSB_QUEUE = rhel7F
LSF_JOB_TIMESTAMP_VALUE = 1581715169
LSB_EXEC_HOSTTYPE = LINUXPPC64LE
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 223cd6231e109e6ff5c6b087ff1a36e2170a78e1
LSB_DJOB_HOSTFILE = /ascldap/users/trilinos/.lsbatch/1581715168.1602.hostfile
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
LSF_LIBDIR = /opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/lib
CGNS_VERSION = 20180521
LSB_SUB_USER = trilinos
NODE_LABELS = ride-trilinos trilinos-ride
GIT_BRANCH_2 = origin/pull_request_changes
JOB_OWNER_EMAIL = HRSwant@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 3394
SBD_KRB5CCNAME_VAL =
LSB_RES_GET_FANOUT_INFO = Y
RUN_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_cuda_9.2/3394/display/redirect
JOB_COOWNERS_EMAILS = HRSwant@sandia.gov,trilinos@sandia.gov
LSB_BATCH_JID = 1602
MPI_HOME = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
SUPERLU_HOME = /home/projects/ppc64le-pwr8/superlu/4.3.0/gcc/7.2.0
F77_VENDOR = gcc
KRB5CCNAME = FILE:/tmp/krb5cc_91724_8fqDYUlaEY
BINUTILS_VERSION = 2.30.0
GIT_BRANCH = origin/develop
CMAKE_ROOT = /home/projects/ppc64le/cmake/3.9.6
BOOST_ROOT = /home/projects/ppc64le-pwr8/boost/1.65.1/gcc/7.2.0
VALGRIND_ROOT = /home/projects/ppc64le/valgrind/3.12.0
MPIF77 = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin/mpif77
PARMETIS_VERSION = 4.0.3
LSB_JOBNAME = trilinos-folder/Trilinos_pullrequest_cuda_9.2
LOADEDMODULES = git/2.10.1:python/2.7.12:cuda/9.2.88:binutils/2.30.0:gcc/7.2.0:papi/5.5.1:java/ibm/sdk/8.0.0:openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:zlib/1.2.8:hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:cgns/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:netlib/3.8.0/gcc/7.2.0:superlu/4.3.0/gcc/7.2.0:boost/1.65.1/gcc/7.2.0:metis/5.0.1/gcc/7.2.0:parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:cmake/3.9.6:valgrind/3.12.0:devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
GIT_BRANCH_1 = origin/master
CUDA_MANAGED_FORCE_DEVICE_ALLOC = 1
HISTCONTROL = ignoredups
PWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3
LS_EXECCWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3394
CXX_VERSION = 7.2.0
PYTHON_ROOT = /home/projects/ppc64le/python/2.7.12
OMPI_CXX = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/Trilinos/packages/kokkos/bin/nvcc_wrapper
SUPERLU_VERSION = 4.3.0
PULLREQUESTNUM = 6834
BINARY_TYPE_HPC =

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/home/projects/ppc64le/python/2.7.12/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_cuda_9.2-3394', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=64', '-Dbuild_dir=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/pull_request_test', '-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/Trilinos/cmake/std/PullRequestLinuxCuda9.2TestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_python_2 # 1657 (click to expand)

LANG = en_US.UTF-8
QTLIB = /usr/lib64/qt-3.3/lib
QTINC = /usr/lib64/qt-3.3/include
HUDSON_HOME = /var/lib/jenkins
TRILINOS_TARGET_BRANCH = develop
https_proxy = http://wwwproxy.sandia.gov:80
F90 = gfortran
SERIAL_F90 = gfortran
SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3
JOB_COOWNERS = prwolfe,trilinos
SERIAL_FC = gfortran
BUILD_CAUSE_MANUALTRIGGER = true
HUDSON_COOKIE = 4f0b5257-5b34-4c3e-af97-b9daef084992
ftp_proxy = http://wwwproxy.sandia.gov:80/
QT_GRAPHICSSYSTEM_CHECKED = 1
SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
F77 = gfortran
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-4-trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 50242 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
PATH = /projects/sierra/linux_rh7/install/Python/2.7.15/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = af143713050c248e9e4c2950fb01103eb6555fb7
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 1657
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SEMS_CCurrently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-6834-test-Trilinos_pullrequest_python_2-1657
Cur dir                  = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/pull_request_test
Parallel level           = 20
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/PullRequestLinuxPython2.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-4.novalocal&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_python_2-1657&field3=buildstamp&compare3=61&value3=20200214-2118-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_2-1657&field2=buildstamp&compare2=61&value2=20200214-2118-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_2-1657&field2=buildstamp&compare2=61&value2=20200214-2118-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
MAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1657
PULLREQUESTNUM = 6834

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_python_3 # 1656 (click to expand)

LANG = en_US.UTF-8
QTLIB = /usr/lib64/qt-3.3/lib
QTINC = /usr/lib64/qt-3.3/include
HUDSON_HOME = /var/lib/jenkins
TRILINOS_TARGET_BRANCH = develop
https_proxy = http://wwwproxy.sandia.gov:80
F90 = gfortran
SERIAL_F90 = gfortran
SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3
JOB_COOWNERS = prwolfe,trilinos
SERIAL_FC = gfortran
BUILD_CAUSE_MANUALTRIGGER = true
HUDSON_COOKIE = fa940c11-ffa9-4d77-bf96-93e069a9c0ef
ftp_proxy = http://wwwproxy.sandia.gov:80/
QT_GRAPHICSSYSTEM_CHECKED = 1
SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
F77 = gfortran
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-4-trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 50242 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
PATH = /projects/sierra/linux_rh7/install/Python/3.6.3/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = af143713050c248e9e4c2950fb01103eb6555fb7
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 1656
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SEMS_CMACurrently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-6834-test-Trilinos_pullrequest_python_3-1656
Cur dir                  = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
Parallel level           = 20
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-4.novalocal&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_python_3-1656&field3=buildstamp&compare3=61&value3=20200214-2119-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_3-1656&field2=buildstamp&compare2=61&value2=20200214-2119-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_3-1656&field2=buildstamp&compare2=61&value2=20200214-2119-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
KE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1656
PULLREQUESTNUM = 6834

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS


CDash Test Results for PR# 6834.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 5758
  • 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 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5583
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4012
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3860
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3397
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1660
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1659
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Using Repos:

Repo: TRILINOS (kliegeois/Trilinos)
  • Branch: kim_PR_MueLu
  • SHA: 6738231
  • Mode: TEST_REPO

Pull Request Author: kliegeois

@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: 5758
  • 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 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5583
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4012
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3860
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3397
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1660
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1659
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA 6738231
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA af14371
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 5758 (click to expand)

    ..................................................  Size: 16600K
    ..................................................  Size: 16650K
    ..................................................  Size: 16700K
    ..................................................  Size: 16749K
    ..................................................  Size: 16800K
    ..................................................  Size: 16850K
    ..................................................  Size: 16899K
    ..................................................  Size: 16949K
    ..................................................  Size: 17000K
    ..................................................  Size: 17049K
    ..................................................  Size: 17100K
    ..................................................  Size: 17150K
    ..................................................  Size: 17200K
    ..................................................  Size: 17250K
    ..................................................  Size: 17300K
    ..................................................  Size: 17349K
    ..................................................  Size: 17400K
    ..................................................  Size: 17450K
    ..................................................  Size: 17500K
    ..................................................  Size: 17549K
    ..................................................  Size: 17600K
    ..................................................  Size: 17649K
    ..................................................  Size: 17700K
    ..................................................  Size: 17750K
    ..................................................  Size: 17800K
    ..................................................  Size: 17850K
    ..................................................  Size: 17900K
    ..................................................  Size: 17950K
    ..................................................  Size: 17999K
    ..................................................  Size: 18049K
    ..................................................  Size: 18099K
    ..................................................  Size: 18149K
    ..................................................  Size: 18199K
    ..................................................  Size: 18249K
    ..................................................  Size: 18299K
    ..................................................  Size: 18350K
    ..................................................  Size: 18399K
    ..................................................  Size: 18450K
    ..................................................  Size: 18499K
    ..................................................  Size: 18550K
    ..................................................  Size: 18600K
    ..................................................  Size: 18650K
    ..................................................  Size: 18700K
    ..................................................  Size: 18750K
    ..................................................  Size: 18800K
    ..................................................  Size: 18850K
    ..................................................  Size: 18899K
    ..................................................  Size: 18950K
    ..................................................  Size: 19000K
    ..................................................  Size: 19050K
    ..................................................  Size: 19100K
    ..................................................  Size: 19150K
    ..................................................  Size: 19199K
    ..................................................  Size: 19249K
    ..................................................  Size: 19299K
    ..................................................  Size: 19349K
    ..................................................  Size: 19399K
    ..................................................  Size: 19449K
    ..................................................  Size: 19499K
    ..................................................  Size: 19549K
    ..................................................  Size: 19599K
    ..................................................  Size: 19649K
    ..................................................  Size: 19699K
    ..................................................  Size: 19749K
    ..................................................  Size: 19799K
    ...................... Size of output: 19821K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/tr-test-7/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
/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #5758
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/4.8.4/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_gcc_4.8.4-5758', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test', '-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

    ..................................................  Size: 8599K
    ..................................................  Size: 8649K
    ..................................................  Size: 8699K
    ..................................................  Size: 8749K
    ..................................................  Size: 8799K
    ..................................................  Size: 8849K
    ..................................................  Size: 8900K
    ..................................................  Size: 8950K
    ..................................................  Size: 9000K
    ..................................................  Size: 9050K
    ..................................................  Size: 9099K
    ..................................................  Size: 9149K
    ..................................................  Size: 9199K
    ..................................................  Size: 9249K
    ..................................................  Size: 9299K
    ..................................................  Size: 9349K
    ..................................................  Size: 9399K
    ..................................................  Size: 9449K
    ..................................................  Size: 9499K
    ..................................................  Size: 9549K
    ..................................................  Size: 9599K
    ..................................................  Size: 9649K
    ..................................................  Size: 9699K
    ..................................................  Size: 9749K
    ..................................................  Size: 9799K
    ..................................................  Size: 9849K
    ..................................................  Size: 9899K
    ..................................................  Size: 9949K
    ..................................................  Size: 9999K
    ..................................................  Size: 10049K
    ..................................................  Size: 10100K
    ..................................................  Size: 10150K
    ..................................................  Size: 10200K
    ..................................................  Size: 10250K
    ..................................................  Size: 10299K
    ..................................................  Size: 10349K
    ..................................................  Size: 10399K
    ..................................................  Size: 10449K
    ..................................................  Size: 10499K
    ..................................................  Size: 10550K
    ..................................................  Size: 10600K
    ..................................................  Size: 10650K
    ..................................................  Size: 10700K
    ..................................................  Size: 10750K
    ..................................................  Size: 10800K
    ..................................................  Size: 10850K
    ..................................................  Size: 10899K
    ..................................................  Size: 10949K
    ..................................................  Size: 10999K
    ..................................................  Size: 11049K
    ..................................................  Size: 11099K
    ..................................................  Size: 11149K
    .............................................. Size of output: 11196K
Build succeeded.
build submit error = 0
Starting testing step.
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
/github.com/trilinos/Trilinos
SEMS_INTEL_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/intel/17.0.1/base/lib
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.4.7
SNLSYSTEM = cee
MPIF77 = mpif77
SEMS_HDF5_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/intel/17.0.1/mpich/3.2/parallel
SEMS_SCOTCH_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/intel/17.0.1/mpich/3.2/nopthread_64bit_parallel/include
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/4.9.3:sems-intel/17.0.1:sems-mpich/3.2:sems-boost/1.63.0/base:sems-zlib/1.2.8/base:sems-hdf5/1.8.12/parallel:sems-netcdf/4.4.1/exo_parallel:sems-parmetis/4.0.3/parallel:sems-scotch/6.0.3/nopthread_64bit_parallel:sems-superlu/4.3/base:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 17.0.1
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = icpc
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #5583
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/intel/17.0.1/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_intel_17.0.1-5583', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test', '-Dconfigure_script=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntelTestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 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 # 4012 (click to expand)

    ..................................................  Size: 4200K
    ..................................................  Size: 4250K
    ..................................................  Size: 4299K
    ..................................................  Size: 4349K
    ..................................................  Size: 4399K
    ..................................................  Size: 4450K
    ..................................................  Size: 4499K
    ..................................................  Size: 4549K
    ..................................................  Size: 4599K
    ..................................................  Size: 4650K
    ..................................................  Size: 4700K
    ..................................................  Size: 4750K
    ..................................................  Size: 4799K
    ..................................................  Size: 4849K
    ..................................................  Size: 4899K
    ..................................................  Size: 4950K
    ..................................................  Size: 5000K
    ..................................................  Size: 5050K
    ..................................................  Size: 5100K
    ..................................................  Size: 5149K
    ..................................................  Size: 5199K
    ..................................................  Size: 5250K
    ..................................................  Size: 5299K
    ..................................................  Size: 5350K
    ..................................................  Size: 5399K
    ..................................................  Size: 5449K
    ..................................................  Size: 5500K
    ..................................................  Size: 5550K
    ..................................................  Size: 5600K
    ..................................................  Size: 5649K
    ..................................................  Size: 5699K
    ..................................................  Size: 5749K
    ..................................................  Size: 5799K
    ..................................................  Size: 5849K
    ..................................................  Size: 5900K
    ..................................................  Size: 5949K
    ..................................................  Size: 6000K
    ..................................................  Size: 6050K
    ..................................................  Size: 6100K
    ..................................................  Size: 6150K
    ..................................................  Size: 6199K
    ..................................................  Size: 6249K
    ..................................................  Size: 6299K
    ..................................................  Size: 6349K
    ..................................................  Size: 6399K
    ..................................................  Size: 6449K
    ..................................................  Size: 6499K
    ..................................................  Size: 6549K
    ..................................................  Size: 6599K
    ..................................................  Size: 6649K
    ..................................................  Size: 6699K
    ..................................................  Size: 6749K
    ..................................................  Size: 6799K
    ..................................................  Size: 6849K
     Size of output: 6850K
Build succeeded.
build submit error = 0
Starting testing step.
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
ms/tpl/netcdf/4.4.1/gcc/4.9.3/exo/lib
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/boost/1.63.0/gcc/4.9.3/base/lib
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
SNLSYSTEM = cee
SEMS_HDF5_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.9.3/base
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/4.9.3:sems-boost/1.63.0/base:sems-zlib/1.2.8/base:sems-hdf5/1.8.12/base:sems-netcdf/4.4.1/exo:sems-metis/5.1.0/base:sems-superlu/4.3/base:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 4.9.3
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #4012
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/4.9.3/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-4012', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test', '-Dconfigure_script=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxGCC4.9.3TestingSettingsSERIAL.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0

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

CHANGED_PACKAGES_FULL_LIST='MueLu,Xpetra'

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

CHANGED_PACKAGES_PT_LIST='MueLu,Xpetra'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'
Build name = PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3860
Cur dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
Binary dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test
Parallel level = 13
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 53
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/bin/cmake
-C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0TestingSettings.cmake"
-C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3860&field3=buildstamp&compare3=61&value3=20200215-0247-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3860&field2=buildstamp&compare2=61&value2=20200215-0247-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3860&field2=buildstamp&compare2=61&value2=20200215-0247-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
................................... Size of output: 234K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
....... Size of output: 556K
Build succeeded.
build submit error = 0
Starting testing step.
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
X = g++
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3860
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/gcc/7.2.0/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3860', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=13', '-Dbuild_dir=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test', '-Dconfigure_script=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0TestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

    ..................................................  Size: 13799K
    ..................................................  Size: 13850K
    ..................................................  Size: 13899K
    ................................................ Size of output: 13948K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /home/trilinos/jenkins/ride/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
me/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
LSB_EXIT_PRE_ABORT = 99
TRILINOS_SOURCE_REPO = https://github.com/kliegeois/Trilinos
PARMETIS_HOME = /home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
FC_VERSION = 7.2.0
LSB_JOBFILENAME = /ascldap/users/trilinos/.lsbatch/1581734885.1605
BLAS_ROOT = /home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0
FC_VENDOR = gcc
LSB_AFFINITY_HOSTFILE = /ascldap/users/trilinos/.lsbatch/1581734885.1605.hostAffinityFile
PARMETIS_ROOT = /home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
LSF_ENVDIR = /opt/lsf/conf
MPI_VENDOR = openmpi
PYTHON = /home/projects/ppc64le/python/2.7.12/bin/python
CXX_VENDOR = gcc
HDF5_ROOT = /home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
HOSTTYPE = LINUXPPC64LE
SSH_CLIENT = 205.137.81.17 35432 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
LSF_LIM_API_NTRIES = 1
PATH = /ascldap/users/rabartl/install/white-ride/cmake-3.11.2/bin:/ascldap/users/rabartl/install/white-ride/ninja-1.8.2/bin:/home/projects/ppc64le/valgrind/3.12.0/bin:/home/projects/ppc64le/cmake/3.9.6/bin:/home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0/bin:/home/projects/ppc64le-pwr8-nvidia/netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le/java/ibm/sdk/8.0.0/bin:/home/projects/ppc64le/papi/5.5.1/bin:/home/projects/ppc64le/gcc/7.2.0/bin:/home/projects/ppc64le/binutils/2.30.0/bin:/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88/bin:/home/projects/ppc64le/python/2.7.12/bin:/home/projects/ppc64le/git/2.10.1/bin:/opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/bin:/opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/etc:/usr/local/bin:/usr/bin:/opt/ibutils/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
LSB_QUEUE = rhel7F
LSF_JOB_TIMESTAMP_VALUE = 1581734886
LSB_EXEC_HOSTTYPE = LINUXPPC64LE
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 02d007cc25fd547cd192d50a717d36c0e6f46eb9
LSB_DJOB_HOSTFILE = /ascldap/users/trilinos/.lsbatch/1581734885.1605.hostfile
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
LSF_LIBDIR = /opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/lib
CGNS_VERSION = 20180521
LSB_SUB_USER = trilinos
NODE_LABELS = ride-trilinos trilinos-ride
GIT_BRANCH_2 = origin/pull_request_changes
JOB_OWNER_EMAIL = HRSwant@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 3397
SBD_KRB5CCNAME_VAL =
LSB_RES_GET_FANOUT_INFO = Y
RUN_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_cuda_9.2/3397/display/redirect
JOB_COOWNERS_EMAILS = HRSwant@sandia.gov,trilinos@sandia.gov
LSB_BATCH_JID = 1605
MPI_HOME = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
SUPERLU_HOME = /home/projects/ppc64le-pwr8/superlu/4.3.0/gcc/7.2.0
F77_VENDOR = gcc
KRB5CCNAME = FILE:/tmp/krb5cc_91724_8fqDYUlaEY
BINUTILS_VERSION = 2.30.0
GIT_BRANCH = origin/develop
CMAKE_ROOT = /home/projects/ppc64le/cmake/3.9.6
BOOST_ROOT = /home/projects/ppc64le-pwr8/boost/1.65.1/gcc/7.2.0
VALGRIND_ROOT = /home/projects/ppc64le/valgrind/3.12.0
MPIF77 = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin/mpif77
PARMETIS_VERSION = 4.0.3
LSB_JOBNAME = trilinos-folder/Trilinos_pullrequest_cuda_9.2
LOADEDMODULES = git/2.10.1:python/2.7.12:cuda/9.2.88:binutils/2.30.0:gcc/7.2.0:papi/5.5.1:java/ibm/sdk/8.0.0:openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:zlib/1.2.8:hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:cgns/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:netlib/3.8.0/gcc/7.2.0:superlu/4.3.0/gcc/7.2.0:boost/1.65.1/gcc/7.2.0:metis/5.0.1/gcc/7.2.0:parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:cmake/3.9.6:valgrind/3.12.0:devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
GIT_BRANCH_1 = origin/master
CUDA_MANAGED_FORCE_DEVICE_ALLOC = 1
HISTCONTROL = ignoredups
PWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
LS_EXECCWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3397
CXX_VERSION = 7.2.0
PYTHON_ROOT = /home/projects/ppc64le/python/2.7.12
OMPI_CXX = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/packages/kokkos/bin/nvcc_wrapper
SUPERLU_VERSION = 4.3.0
PULLREQUESTNUM = 6834
BINARY_TYPE_HPC =

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/home/projects/ppc64le/python/2.7.12/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_cuda_9.2-3397', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=64', '-Dbuild_dir=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/pull_request_test', '-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/std/PullRequestLinuxCuda9.2TestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_python_2 # 1660 (click to expand)

LANG = en_US.UTF-8
QTLIB = /usr/lib64/qt-3.3/lib
QTINC = /usr/lib64/qt-3.3/include
HUDSON_HOME = /var/lib/jenkins
TRILINOS_TARGET_BRANCH = develop
https_proxy = http://wwwproxy.sandia.gov:80
F90 = gfortran
SERIAL_F90 = gfortran
SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3
JOB_COOWNERS = prwolfe,trilinos
SERIAL_FC = gfortran
BUILD_CAUSE_MANUALTRIGGER = true
HUDSON_COOKIE = 0b781832-214b-42d6-9cb6-514d141e9f6c
ftp_proxy = http://wwwproxy.sandia.gov:80/
QT_GRAPHICSSYSTEM_CHECKED = 1
SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
F77 = gfortran
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-4-trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 50242 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
PATH = /projects/sierra/linux_rh7/install/Python/2.7.15/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 02d007cc25fd547cd192d50a717d36c0e6f46eb9
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 1660
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SEMS_CCurrently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-6834-test-Trilinos_pullrequest_python_2-1660
Cur dir                  = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/pull_request_test
Parallel level           = 20
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/PullRequestLinuxPython2.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-4.novalocal&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_python_2-1660&field3=buildstamp&compare3=61&value3=20200215-0248-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_2-1660&field2=buildstamp&compare2=61&value2=20200215-0248-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_2-1660&field2=buildstamp&compare2=61&value2=20200215-0248-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
MAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1660
PULLREQUESTNUM = 6834

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_python_3 # 1659 (click to expand)

LANG = en_US.UTF-8
QTLIB = /usr/lib64/qt-3.3/lib
QTINC = /usr/lib64/qt-3.3/include
HUDSON_HOME = /var/lib/jenkins
TRILINOS_TARGET_BRANCH = develop
https_proxy = http://wwwproxy.sandia.gov:80
F90 = gfortran
SERIAL_F90 = gfortran
SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3
JOB_COOWNERS = prwolfe,trilinos
SERIAL_FC = gfortran
BUILD_CAUSE_MANUALTRIGGER = true
HUDSON_COOKIE = 8ab24a71-59d5-4f42-b3b0-7a27ce766a92
ftp_proxy = http://wwwproxy.sandia.gov:80/
QT_GRAPHICSSYSTEM_CHECKED = 1
SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
F77 = gfortran
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-4-trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 50242 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
PATH = /projects/sierra/linux_rh7/install/Python/3.6.3/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 02d007cc25fd547cd192d50a717d36c0e6f46eb9
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 1659
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SEMS_CMACurrently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-6834-test-Trilinos_pullrequest_python_3-1659
Cur dir                  = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
Parallel level           = 20
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-4.novalocal&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_python_3-1659&field3=buildstamp&compare3=61&value3=20200215-0248-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_3-1659&field2=buildstamp&compare2=61&value2=20200215-0248-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_3-1659&field2=buildstamp&compare2=61&value2=20200215-0248-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
KE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1659
PULLREQUESTNUM = 6834

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS


CDash Test Results for PR# 6834.


Wiki: How to Reproduce PR Testing Builds and Errors.

@kliegeois kliegeois added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Feb 15, 2020
Copy link
Contributor

@mhoemmen mhoemmen left a comment

Choose a reason for hiding this comment

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

Are there any tests already for either of these groups of changes? It's a bit surprising that the MueLu Belos adapter ever actually worked, if the loop index was completely wrong like that. I don't know enough about @trilinos/xpetra to judge the second set of changes, though I'm happy to see you get the right entry counts. Do these changes need to go in urgently? If not, I'd rather wait to get an Xpetra developer's opinion on them. Thanks!

@kliegeois
Copy link
Contributor Author

@mhoemmen wrote:

Are there any tests already for either of these groups of changes? It's a bit surprising that the MueLu Belos adapter ever actually worked, if the loop index was completely wrong like that. I don't know enough about @trilinos/xpetra to judge the second set of changes, though I'm happy to see you get the right entry counts. Do these changes need to go in urgently? If not, I'd rather wait to get an Xpetra developer's opinion on them. Thanks!

There are some tests for the second group of changes, i.e. the changes related to the merge.
I am pretty sure that the MueLu Belos adapter (BelosXpetraStatusTestGenResSubNorm.hpp) is not tested by the AutoTester as the .hpp file is only included by one .cpp file packages/muelu/research/tawiesn/crada/Driver.cpp .

Concerning the second set of changes, there is still one issue when nesting blocked crs matrices without MPI (this raised the timeout) but I am on it.

This PR does not need to go in urgently. However, I will need it "soon" to create a tag of trilinos:develop (instead of using a forked version with modifications) for my code which is built against trilinos.

@mhoemmen
Copy link
Contributor

@kliegeois wrote:

I am pretty sure that the MueLu Belos adapter (BelosXpetraStatusTestGenResSubNorm.hpp) is not tested by the AutoTester as the .hpp file is only included by one .cpp file packages/muelu/research/tawiesn/crada/Driver.cpp .

If your changes are using it, would you consider please adding a unit test? I do wish MueLu had a test for it; it's painful to have to build all of Stokhos to exercise a MueLu-only thing.

@kliegeois
Copy link
Contributor Author

@mhoemmen wrote:

If your changes are using it, would you consider please adding a unit test? I do wish MueLu had a test for it; it's painful to have to build all of Stokhos to exercise a MueLu-only thing.

My changes are not using it directly, it is used by my software which is built against Trilinos.
Stokhos will not have to be built to exercise a MueLu-only thing.
However, I can try to include a test if you want.

@mhoemmen
Copy link
Contributor

@kliegeois wrote:

However, I can try to include a test if you want.

Yes, please :-)

@kliegeois kliegeois added 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 Feb 18, 2020
@kliegeois
Copy link
Contributor Author

@mhoemmen wrote:

Yes, please :-)

No problem! I just relaunch the AutoTester to confirm that now it works and then, I add the test.

@mhoemmen
Copy link
Contributor

@kliegeois I really appreciate it -- I don't mean to make more work for you; it's just that this is our only chance to add a test for something that was completely untested before.

@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: 5776
  • 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 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5601
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4030
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3878
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 80
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3415
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1671
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1670
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Using Repos:

Repo: TRILINOS (kliegeois/Trilinos)
  • Branch: kim_PR_MueLu
  • SHA: fc18d71
  • Mode: TEST_REPO

Pull Request Author: kliegeois

@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: 5776
  • 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 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5601
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4030
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3878
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 80
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3415
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1671
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1670
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 5776 (click to expand)

    ..................................................  Size: 8000K
    ..................................................  Size: 8049K
    ..................................................  Size: 8100K
    ..................................................  Size: 8149K
    ..................................................  Size: 8199K
    ..................................................  Size: 8250K
    ..................................................  Size: 8300K
    ..................................................  Size: 8350K
    ..................................................  Size: 8400K
    ..................................................  Size: 8450K
    ..................................................  Size: 8500K
    ..................................................  Size: 8549K
    ..................................................  Size: 8600K
    ..................................................  Size: 8650K
    ..................................................  Size: 8700K
    ..................................................  Size: 8750K
    ..................................................  Size: 8800K
    ..................................................  Size: 8850K
    ..................................................  Size: 8900K
    ..................................................  Size: 8950K
    ..................................................  Size: 9000K
    ..................................................  Size: 9050K
    ..................................................  Size: 9100K
    ..................................................  Size: 9150K
    ..................................................  Size: 9200K
    ..................................................  Size: 9250K
    ..................................................  Size: 9299K
    ..................................................  Size: 9349K
    ..................................................  Size: 9399K
    ..................................................  Size: 9450K
    ..................................................  Size: 9499K
    ..................................................  Size: 9549K
    ..................................................  Size: 9599K
    ..................................................  Size: 9650K
    ..................................................  Size: 9699K
    ..................................................  Size: 9749K
    ..................................................  Size: 9799K
    ..................................................  Size: 9849K
    ..................................................  Size: 9899K
    ..................................................  Size: 9949K
    ..................................................  Size: 9999K
    ..................................................  Size: 10049K
    ..................................................  Size: 10099K
    ..................................................  Size: 10149K
    ..................................................  Size: 10199K
    ..................................................  Size: 10249K
    ..................................................  Size: 10299K
    ..................................................  Size: 10349K
    ..................................................  Size: 10399K
    ..................................................  Size: 10450K
    ..................................................  Size: 10500K
    ..................................................  Size: 10550K
    ..................................................  Size: 10600K
    ..................................................  Size: 10650K
    ..................................................  Size: 10700K
    ..................................................  Size: 10749K
    ..................................................  Size: 10799K
    ..................................................  Size: 10849K
    ..................................................  Size: 10899K
    ..................................................  Size: 10949K
    ..................................................  Size: 10999K
    ..................................................  Size: 11049K
    ..................................................  Size: 11099K
    ..................................................  Size: 11149K
    ..................................................  Size: 11199K
    ..................................................  Size: 11249K
    ..................................................  Size: 11299K
    ..................................................  Size: 11350K
    ..................................................  Size: 11400K
    ..................................................  Size: 11450K
    ..................................................  Size: 11500K
    ..................................................  Size: 11550K
    ..................................................  Size: 11600K
    ..................................................  Size: 11649K
    ..................................................  Size: 11699K
    ..................................................  Size: 11749K
    ..................................................  Size: 11799K
    ..................... Size of output: 11820K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #5776
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/4.8.4/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

    ..................................................  Size: 7800K
    ..................................................  Size: 7850K
    ..................................................  Size: 7899K
    ..................................................  Size: 7949K
    ..................................................  Size: 7999K
    ..................................................  Size: 8050K
    ..................................................  Size: 8100K
    ..................................................  Size: 8150K
    ..................................................  Size: 8200K
    ..................................................  Size: 8250K
    ..................................................  Size: 8300K
    ..................................................  Size: 8350K
    ..................................................  Size: 8400K
    ..................................................  Size: 8450K
    ..................................................  Size: 8500K
    ..................................................  Size: 8550K
    ..................................................  Size: 8600K
    ..................................................  Size: 8650K
    ..................................................  Size: 8699K
    ..................................................  Size: 8749K
    ..................................................  Size: 8799K
    ..................................................  Size: 8849K
    ..................................................  Size: 8899K
    ..................................................  Size: 8949K
    ..................................................  Size: 8999K
    ..................................................  Size: 9050K
    ..................................................  Size: 9100K
    ..................................................  Size: 9150K
    ..................................................  Size: 9200K
    ..................................................  Size: 9250K
    ..................................................  Size: 9300K
    ..................................................  Size: 9349K
    ..................................................  Size: 9399K
    ..................................................  Size: 9449K
    ..................................................  Size: 9499K
    ..................................................  Size: 9549K
    ..................................................  Size: 9599K
    ..................................................  Size: 9649K
    ..................................................  Size: 9700K
    ..................................................  Size: 9750K
    ..................................................  Size: 9800K
    ..................................................  Size: 9850K
    ..................................................  Size: 9900K
    ..................................................  Size: 9950K
    ..................................................  Size: 10000K
    ..................................................  Size: 10050K
    ..................................................  Size: 10100K
    ..................................................  Size: 10150K
    ..................................................  Size: 10200K
    ..................................................  Size: 10250K
    ..................................................  Size: 10300K
    ..................................................  Size: 10350K
    ..................................................  Size: 10400K
    ..................................................  Size: 10450K
    ..................................................  Size: 10500K
    ..................................................  Size: 10550K
    ..................................................  Size: 10600K
    ..................................................  Size: 10650K
    ..................................................  Size: 10700K
    ..................................................  Size: 10749K
    ..................................................  Size: 10799K
    ..................................................  Size: 10849K
    ..................................................  Size: 10900K
    ..................................................  Size: 10949K
    ..... Size of output: 10954K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
//github.com/trilinos/Trilinos
SEMS_INTEL_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/intel/17.0.1/base/lib
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.4.7
SNLSYSTEM = cee
MPIF77 = mpif77
SEMS_HDF5_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/intel/17.0.1/mpich/3.2/parallel
SEMS_SCOTCH_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/intel/17.0.1/mpich/3.2/nopthread_64bit_parallel/include
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/4.9.3:sems-intel/17.0.1:sems-mpich/3.2:sems-boost/1.63.0/base:sems-zlib/1.2.8/base:sems-hdf5/1.8.12/parallel:sems-netcdf/4.4.1/exo_parallel:sems-parmetis/4.0.3/parallel:sems-scotch/6.0.3/nopthread_64bit_parallel:sems-superlu/4.3/base:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 17.0.1
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = icpc
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #5601
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/intel/17.0.1/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

    ..................................................  Size: 2850K
    ..................................................  Size: 2900K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3150K
    ..................................................  Size: 3199K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3350K
    ..................................................  Size: 3399K
    ..................................................  Size: 3449K
    ..................................................  Size: 3499K
    ..................................................  Size: 3549K
    ..................................................  Size: 3600K
    ..................................................  Size: 3649K
    ..................................................  Size: 3699K
    ..................................................  Size: 3749K
    ..................................................  Size: 3800K
    ..................................................  Size: 3850K
    ..................................................  Size: 3899K
    ..................................................  Size: 3950K
    ..................................................  Size: 4000K
    ..................................................  Size: 4050K
    ..................................................  Size: 4099K
    ..................................................  Size: 4149K
    ..................................................  Size: 4199K
    ..................................................  Size: 4249K
    ..................................................  Size: 4299K
    ..................................................  Size: 4349K
    ..................................................  Size: 4400K
    ..................................................  Size: 4449K
    ..................................................  Size: 4500K
    ..................................................  Size: 4550K
    ..................................................  Size: 4599K
    ..................................................  Size: 4649K
    ..................................................  Size: 4699K
    ..................................................  Size: 4749K
    ..................................................  Size: 4800K
    ..................................................  Size: 4849K
    ..................................................  Size: 4899K
    ..................................................  Size: 4949K
    ..................................................  Size: 4999K
    ..................................................  Size: 5049K
    ..................................................  Size: 5099K
    ..................................................  Size: 5149K
    ..................................................  Size: 5199K
    ..................................................  Size: 5250K
    ..................................................  Size: 5300K
    ..................................................  Size: 5350K
    ..................................................  Size: 5399K
    ..................................................  Size: 5450K
    ..................................................  Size: 5499K
    ..................................................  Size: 5550K
    ..................................................  Size: 5599K
    ..................................................  Size: 5649K
    ..................................................  Size: 5700K
    ..................................................  Size: 5749K
    ..................................................  Size: 5799K
    ..................................................  Size: 5849K
    ..................................................  Size: 5900K
    ..................................................  Size: 5950K
    ..................................................  Size: 6000K
    ..................................................  Size: 6050K
    ..................................................  Size: 6100K
    ..................................................  Size: 6149K
    ..................................................  Size: 6199K
    ..................................................  Size: 6250K
    ..................................................  Size: 6299K
    ..................................................  Size: 6350K
    ..................................................  Size: 6399K
    ..................................................  Size: 6450K
    ..................................................  Size: 6500K
    ..................................................  Size: 6549K
    ..................................................  Size: 6599K
    ..................................................  Size: 6649K
    ..................................................  Size: 6700K
    ..................................................  Size: 6749K
    ..................................................  Size: 6799K
    ..................................................  Size: 6849K
    ..................................................  Size: 6899K
    ..................................................  Size: 6949K
    ..................................................  Size: 6999K
    ..................................................  Size: 7050K
    ..................................................  Size: 7099K
    ..................................................  Size: 7149K
    ................................... Size of output: 7185K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
ting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-2/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

TRIBITS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/commonTools/framework/../../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: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0

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

CHANGED_PACKAGES_FULL_LIST='MueLu,Xpetra'

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

CHANGED_PACKAGES_PT_LIST='MueLu,Xpetra'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'
Build name = PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3878
Cur dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
Binary dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test
Parallel level = 13
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 53
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/bin/cmake
-C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0TestingSettings.cmake"
-C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3878&field3=buildstamp&compare3=61&value3=20200218-1724-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3878&field2=buildstamp&compare2=61&value2=20200218-1724-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_gcc_7.2.0-3878&field2=buildstamp&compare2=61&value2=20200218-1724-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.. Size of output: 251K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
......................... Size of output: 625K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
X = g++
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3878
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/gcc/7.2.0/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

Build name               = PR-6834-test-Trilinos_pullrequest_gcc_8.3.0-80
Cur dir                  = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
Binary dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test
Parallel level           = 20
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_gcc_8.3.0-80&field3=buildstamp&compare3=61&value3=20200218-1724-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_gcc_8.3.0-80&field2=buildstamp&compare2=61&value2=20200218-1724-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_gcc_8.3.0-80&field2=buildstamp&compare2=61&value2=20200218-1724-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    .. Size of output: 251K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    .............................................. Size of output: 1396K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
ms/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/8.3.0/openmpi/1.10.1/exo_parallel/lib
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/boost/1.66.0/gcc/8.3.0/base/lib
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
SNLSYSTEM = cee
MPIF77 = mpif77
SEMS_HDF5_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.8.12/gcc/8.3.0/openmpi/1.10.1/parallel
SEMS_SCOTCH_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/8.3.0/openmpi/1.10.1/nopthread_64bit_parallel/include
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/8.3.0:sems-openmpi/1.10.1:sems-boost/1.66.0/base:sems-zlib/1.2.8/base:sems-hdf5/1.8.12/parallel:sems-netcdf/4.4.1/exo_parallel:sems-parmetis/4.0.3/parallel:sems-scotch/6.0.3/nopthread_64bit_parallel:sems-superlu/4.3/base:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 8.3.0
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #80
PULLREQUESTNUM = 6834
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/8.3.0/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

    ..................................................  Size: 11449K
    ..................................................  Size: 11499K
    ..................................................  Size: 11549K
    ..................................................  Size: 11599K
    ..................................................  Size: 11650K
    ..................................................  Size: 11700K
    ..................................................  Size: 11750K
    ..................................................  Size: 11800K
    ..................................................  Size: 11850K
    ..................................................  Size: 11899K
    ..................................................  Size: 11950K
    ..................................................  Size: 12000K
    ..................................................  Size: 12050K
    ..................................................  Size: 12099K
    ..................................................  Size: 12149K
    ..................... Size of output: 12170K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
/home/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
LSB_EXIT_PRE_ABORT = 99
TRILINOS_SOURCE_REPO = https://github.com/kliegeois/Trilinos
PARMETIS_HOME = /home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
FC_VERSION = 7.2.0
LSB_JOBFILENAME = /ascldap/users/trilinos/.lsbatch/1582046715.1679
BLAS_ROOT = /home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0
FC_VENDOR = gcc
LSB_AFFINITY_HOSTFILE = /ascldap/users/trilinos/.lsbatch/1582046715.1679.hostAffinityFile
PARMETIS_ROOT = /home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
LSF_ENVDIR = /opt/lsf/conf
MPI_VENDOR = openmpi
PYTHON = /home/projects/ppc64le/python/2.7.12/bin/python
CXX_VENDOR = gcc
HDF5_ROOT = /home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
HOSTTYPE = LINUXPPC64LE
SSH_CLIENT = 205.137.81.17 35432 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
LSF_LIM_API_NTRIES = 1
PATH = /ascldap/users/rabartl/install/white-ride/cmake-3.11.2/bin:/ascldap/users/rabartl/install/white-ride/ninja-1.8.2/bin:/home/projects/ppc64le/valgrind/3.12.0/bin:/home/projects/ppc64le/cmake/3.9.6/bin:/home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0/bin:/home/projects/ppc64le-pwr8-nvidia/netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le/java/ibm/sdk/8.0.0/bin:/home/projects/ppc64le/papi/5.5.1/bin:/home/projects/ppc64le/gcc/7.2.0/bin:/home/projects/ppc64le/binutils/2.30.0/bin:/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88/bin:/home/projects/ppc64le/python/2.7.12/bin:/home/projects/ppc64le/git/2.10.1/bin:/opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/bin:/opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/etc:/usr/local/bin:/usr/bin:/opt/ibutils/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
LSB_QUEUE = rhel7F
LSF_JOB_TIMESTAMP_VALUE = 1582046715
LSB_EXEC_HOSTTYPE = LINUXPPC64LE
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 35fae4b37a50681afeb69630c37c9adc1e5a7832
LSB_DJOB_HOSTFILE = /ascldap/users/trilinos/.lsbatch/1582046715.1679.hostfile
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
LSF_LIBDIR = /opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/lib
CGNS_VERSION = 20180521
LSB_SUB_USER = trilinos
NODE_LABELS = ride-trilinos trilinos-ride
GIT_BRANCH_2 = origin/pull_request_changes
JOB_OWNER_EMAIL = HRSwant@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 3415
SBD_KRB5CCNAME_VAL = 
LSB_RES_GET_FANOUT_INFO = Y
RUN_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_cuda_9.2/3415/display/redirect
JOB_COOWNERS_EMAILS = HRSwant@sandia.gov,trilinos@sandia.gov
LSB_BATCH_JID = 1679
MPI_HOME = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
SUPERLU_HOME = /home/projects/ppc64le-pwr8/superlu/4.3.0/gcc/7.2.0
F77_VENDOR = gcc
KRB5CCNAME = FILE:/tmp/krb5cc_91724_8fqDYUlaEY
BINUTILS_VERSION = 2.30.0
GIT_BRANCH = origin/develop
CMAKE_ROOT = /home/projects/ppc64le/cmake/3.9.6
BOOST_ROOT = /home/projects/ppc64le-pwr8/boost/1.65.1/gcc/7.2.0
VALGRIND_ROOT = /home/projects/ppc64le/valgrind/3.12.0
MPIF77 = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin/mpif77
PARMETIS_VERSION = 4.0.3
LSB_JOBNAME = trilinos-folder/Trilinos_pullrequest_cuda_9.2
LOADEDMODULES = git/2.10.1:python/2.7.12:cuda/9.2.88:binutils/2.30.0:gcc/7.2.0:papi/5.5.1:java/ibm/sdk/8.0.0:openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:zlib/1.2.8:hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:cgns/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:netlib/3.8.0/gcc/7.2.0:superlu/4.3.0/gcc/7.2.0:boost/1.65.1/gcc/7.2.0:metis/5.0.1/gcc/7.2.0:parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:cmake/3.9.6:valgrind/3.12.0:devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
GIT_BRANCH_1 = origin/master
CUDA_MANAGED_FORCE_DEVICE_ALLOC = 1
HISTCONTROL = ignoredups
PWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
LS_EXECCWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3415
CXX_VERSION = 7.2.0
PYTHON_ROOT = /home/projects/ppc64le/python/2.7.12
OMPI_CXX = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/packages/kokkos/bin/nvcc_wrapper
SUPERLU_VERSION = 4.3.0
PULLREQUESTNUM = 6834
BINARY_TYPE_HPC = 

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_Xpetra = ON

Set CWD = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_python_2 # 1671 (click to expand)

LANG = en_US.UTF-8
QTLIB = /usr/lib64/qt-3.3/lib
QTINC = /usr/lib64/qt-3.3/include
HUDSON_HOME = /var/lib/jenkins
TRILINOS_TARGET_BRANCH = develop
https_proxy = http://wwwproxy.sandia.gov:80
F90 = gfortran
SERIAL_F90 = gfortran
SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3
JOB_COOWNERS = prwolfe,trilinos
SERIAL_FC = gfortran
BUILD_CAUSE_MANUALTRIGGER = true
HUDSON_COOKIE = 7ad5be0b-fb18-481a-9172-cfc1ce07b4ff
ftp_proxy = http://wwwproxy.sandia.gov:80/
QT_GRAPHICSSYSTEM_CHECKED = 1
SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
F77 = gfortran
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
NODE_OWNER_EMAIL = ceeadmin@sandia.gov
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-5-trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 44048 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-5-trilinos trilinos-CAPACITY trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_5
PATH = /projects/sierra/linux_rh7/install/Python/2.7.15/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 35fae4b37a50681afeb69630c37c9adc1e5a7832
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 1671
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROCurrently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-6834-test-Trilinos_pullrequest_python_2-1671
Cur dir                  = /scratch/trilinos/jenkins/tr-test-5/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-5/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-5/workspace/trilinos-folder/Trilinos_pullrequest_python_2/pull_request_test
Parallel level           = 20
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-5/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/PullRequestLinuxPython2.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-5/workspace/trilinos-folder/Trilinos_pullrequest_python_2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-5/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-5.novalocal&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_python_2-1671&field3=buildstamp&compare3=61&value3=20200218-1726-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_2-1671&field2=buildstamp&compare2=61&value2=20200218-1726-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_2-1671&field2=buildstamp&compare2=61&value2=20200218-1726-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
L = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-5/workspace/trilinos-folder/Trilinos_pullrequest_python_2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1671
PULLREQUESTNUM = 6834

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-5/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_python_3 # 1670 (click to expand)

NODE_OWNER_EMAIL = ceeadmin@sandia.gov
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-8-trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 44710 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-8-trilinos trilinos-CAPACITY trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_8
PATH = /projects/sierra/linux_rh7/install/Python/3.6.3/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 35fae4b37a50681afeb69630c37c9adc1e5a7832
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 1670
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
Currently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-6834-test-Trilinos_pullrequest_python_3-1670
Cur dir                  = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
Parallel level           = 20
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-8.novalocal&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_python_3-1670&field3=buildstamp&compare3=61&value3=20200218-1726-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_3-1670&field2=buildstamp&compare2=61&value2=20200218-1726-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_3-1670&field2=buildstamp&compare2=61&value2=20200218-1726-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
CMake Error at /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1670
PULLREQUESTNUM = 6834

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in
returnValue = run()
File "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_python_3-1670', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test', '-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE


CDash Test Results for PR# 6834.


Wiki: How to Reproduce PR Testing Builds and Errors.

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

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

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

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

@kliegeois
Copy link
Contributor Author

I do not understand why it is failing.
Nevertheless, the test requested by @mhoemmen is not yet ready so it is not an issue if the last jobs failed.

@mhoemmen
Copy link
Contributor

@trilinos/framework @prwolfe It looks like something went wrong with that last Python build:

NODE_OWNER_EMAIL = ceeadmin@sandia.gov
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-8-trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 44710 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-8-trilinos trilinos-CAPACITY trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_8
PATH = /projects/sierra/linux_rh7/install/Python/3.6.3/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = fdfd85e611d64d7cd6baa38d1db0b0b710541950
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 1682
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
Currently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-6834-test-Trilinos_pullrequest_python_3-1682
Cur dir                  = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
Parallel level           = 20
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-8.novalocal&field2=buildname&compare2=61&value2=PR-6834-test-Trilinos_pullrequest_python_3-1682&field3=buildstamp&compare3=61&value3=20200219-1325-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_3-1682&field2=buildstamp&compare2=61&value2=20200219-1325-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6834-test-Trilinos_pullrequest_python_3-1682&field2=buildstamp&compare2=61&value2=20200219-1325-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
Unable to find required file: CMND_PATH-NOTFOUND
CMake Error at /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1682
PULLREQUESTNUM = 6834

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 590, in 
returnValue = run()
File "/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 584, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6834-test-Trilinos_pullrequest_python_3-1682', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test', '-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-8/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

@prwolfe
Copy link
Contributor

prwolfe commented Feb 19, 2020

@mhoemmen - this is odd

  • this looks like the python executable is missing, but I looked and it is definitely in place and executable. I did some maintenance on the machine this morning, but it should not have affected this at all.
  • The errors extend back before I did that maintenance work and that makes even less sense. I will dig

@prwolfe
Copy link
Contributor

prwolfe commented Feb 19, 2020

I reconfigured in the exact same Jenkins workspace and it resolved the issue. I think this may have hit just as I was shutting the machine down for maintenance and that gave it fits. My apologies.

@kliegeois
Copy link
Contributor Author

Thanks for your inputs @mhoemmen and @prwolfe !

@mhoemmen would it be fine for you if the test is included in the following PR?
It would be easier for me as the next PR will include an interface aggregation factory for, for instance, contact problems. This is based on the work of the PhD thesis of @tawiesn. I would like to add a test for that interface aggregation factory and this test will require a GMRES solve with a blocked crs matrix. Adding a stopping criteria based on the norm of the residual of one particular block would be super easy on that test.

@kliegeois kliegeois added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 20, 2020
@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' - Failure: Timed out waiting for job Trilinos_pullrequest_gcc_8.3.0 to start: Total Wait = 603

@trilinos-autotester trilinos-autotester removed the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 20, 2020
@kliegeois kliegeois added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 20, 2020
@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: 5809
  • 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 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5634
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4063
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3911
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 106
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3443
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1697
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1696
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Using Repos:

Repo: TRILINOS (kliegeois/Trilinos)
  • Branch: kim_PR_MueLu
  • SHA: fc18d71
  • Mode: TEST_REPO

Pull Request Author: kliegeois

@mhoemmen
Copy link
Contributor

@kliegeois wrote:

would it be fine for you if the test is included in the following PR?

Sure, that's fine -- I just want to make sure that we don't forget.

@prwolfe thanks for fixing this! : - D

@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: 5809
  • 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 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5634
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4063
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3911
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 106
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3443
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1697
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1696
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6834
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kim_PR_MueLu
TRILINOS_SOURCE_REPO https://github.com/kliegeois/Trilinos
TRILINOS_SOURCE_SHA fc18d71
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 7d331fb


CDash Test Results for PR# 6834.

@trilinos-autotester trilinos-autotester removed the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 20, 2020
@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...

Copy link
Contributor

@mhoemmen mhoemmen left a comment

Choose a reason for hiding this comment

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

@kliegeois Do you need an approval right away? I don't know the Xpetra code and thus don't feel quite right reviewing it.

@kliegeois
Copy link
Contributor Author

@mhoemmen I do not need it right away, I can wait for the review of @cgcgcg or @csiefer2!

@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 BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@trilinos-autotester
Copy link
Contributor

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

2 similar comments
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Copy link
Contributor

@cgcgcg cgcgcg left a comment

Choose a reason for hiding this comment

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

Looks ok to me, but I haven't used any of the blocked stuff before.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants