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

Testing: Tpetra: enable downstream testing with deprecrated code disabled #5789

Merged
merged 4 commits into from
Aug 24, 2019

Conversation

jhux2
Copy link
Member

@jhux2 jhux2 commented Aug 23, 2019

Progress for #5787


This change is Reviewable

jhux2 and others added 2 commits August 23, 2019 15:16
Test downstream packages with Tpetra deprecated code disabled
Dial back the build parallelism in the Tpetra downstream testing
to avoid some weird build failures in ROL.  (Thanks to Tim Fuller
for the tip!), and add some explicit package disables.

In order to do this, I moved the build parallelism to the individual tests,
rather than the base file TrilinosCTestDriverCore.rocketman.gcc.cmake.
I couldn't figure out how to override the parallelism for a particular test.

Addresses #5787.
@jhux2 jhux2 added AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed pkg: Tpetra labels Aug 23, 2019
@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: 4339
  • 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 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4161
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2600
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2424
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2001
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 455
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 455
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: jhu-c320706
  • SHA: c320706
  • Mode: TEST_REPO

Pull Request Author: jhux2

For Tpetra deprecated code testing, there is no need to
run the tests for Kokkos, Teuchos, or KokkosKernels.
@jhux2 jhux2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Aug 23, 2019
@jhux2 jhux2 requested a review from william76 August 23, 2019 22:58
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4339
  • Status: ERROR

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 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4161
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2600
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2424
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2001
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 455
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 455
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA c320706
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4339 (click to expand)

SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-7-trilinos
OMP_NUM_THREADS = 2
SEMS_HDF5_LOCAL_PYTHON_VERSION = 2.7.5
CPATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/4.8.4/base/include:/projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/4.8.5/base/include:/projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/4.8.4/openmpi/1.10.1/nopthread_64bit_parallel/include:/projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/4.8.5/openmpi/1.10.1/nopthread_64bit_parallel/include:/projects/sems/install/rhel7-x86_64/sems/tpl/parmetis/4.0.3/gcc/4.8.4/openmpi/1.10.1/parallel/include:/projects/sems/install/rhel7-x86_64/sems/tpl/parmetis/4.0.3/gcc/4.8.5/openmpi/1.10.1/parallel/include:/projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/4.8.4/openmpi/1.10.1/exo_parallel/include:/projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/4.8.5/openmpi/1.10.1/exo_parallel/include:/projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.8.4/openmpi/1.10.1/parallel/include:/projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.8.5/openmpi/1.10.1/parallel/include:/projects/sems/install/rhel7-x86_64/sems/tpl/zlib/1.2.8/gcc/4.8.4/base/include:/projects/sems/install/rhel7-x86_64/sems/tpl/zlib/1.2.8/gcc/4.8.5/base/include:/projects/sems/install/rhel7-x86_64/sems/tpl/boost/1.63.0/gcc/4.8.4/base/include:/projects/sems/install/rhel7-x86_64/sems/tpl/boost/1.63.0/gcc/4.8.5/base/include:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/4.8.4/openmpi/1.10.1/include:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/4.8.5/openmpi/1.10.1/include
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
MPIFC = mpif90
JENKINS_BUILD_TYPE = Release
SEMS_ZLIB_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/zlib/1.2.8/gcc/4.8.4/base
SSH_CLIENT = 205.137.81.17 51714 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-7-trilinos trilinos-CAPACITY trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_7
PATH = /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/tpl/scotch/6.0.3/gcc/4.8.4/openmpi/1.10.1/nopthread_64bit_parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/4.8.5/openmpi/1.10.1/nopthread_64bit_parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/parmetis/4.0.3/gcc/4.8.4/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/parmetis/4.0.3/gcc/4.8.5/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/4.8.4/openmpi/1.10.1/exo_parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/4.8.5/openmpi/1.10.1/exo_parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.8.4/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.8.5/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/4.8.4/openmpi/1.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/4.8.5/openmpi/1.10.1/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/4.8.4/base/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/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_BOOST_LOCAL_COMPILER_VERSION = 4.8.5
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 2488a0c585247c81614a3b2ba8e7ffe8596cc3ea
SEMS_SUPERLU_LOCAL_PYTHON_VERSION = 2.7.5
no_proxy = localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_SCOTCH_LOCAL_COMPILER_VERSION = 4.8.5
SEMS_ZLIB_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/zlib/1.2.8/gcc/4.8.4/base/include
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = [email protected]
SEMS_SCOTCH_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/4.8.4/openmpi/1.10.1/nopthread_64bit_parallel
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 4339
SEMS_NETCDF_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/4.8.4/openmpi/1.10.1/exo_parallel/include
SEMS_SCOTCH_LOCAL_PYTHON_VERSION = 2.7.5
JOB_COOWNERS_EMAILS = [email protected],[email protected]
SEMS_PARMETIS_LOCAL_COMPILER_VERSION = 4.8.5
SEMS_PARMETIS_LOCAL_PYTHON_VERSION = 2.7.5
SEMS_NETCDF_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/4.8.4/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.63.0/gcc/4.8.4/base/lib
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
MPIF77 = mpif77
SEMS_HDF5_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.8.4/openmpi/1.10.1/parallel
SEMS_SCOTCH_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/scotch/6.0.3/gcc/4.8.4/openmpi/1.10.1/nopthread_64bit_parallel/include
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/4.8.4:sems-openmpi/1.10.1: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 = 4.8.4
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
JENKINS_SERVECurrently Loaded Modulefiles:
  1) sems-env
  2) sems-git/2.10.1
  3) sems-python/2.7.9
  4) sems-gcc/4.8.4
  5) sems-openmpi/1.10.1
  6) sems-boost/1.63.0/base
  7) sems-zlib/1.2.8/base
  8) sems-hdf5/1.8.12/parallel
  9) sems-netcdf/4.4.1/exo_parallel
 10) sems-parmetis/4.0.3/parallel
 11) sems-scotch/6.0.3/nopthread_64bit_parallel
 12) sems-superlu/4.3/base
 13) sems-cmake/3.10.3
 14) atdm-env
 15) atdm-ninja_fortran/1.7.2
Build name               = PR-5789-test-Trilinos_pullrequest_gcc_4.8.4-4339
Cur dir                  = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
Binary dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/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_4.8.4/Trilinos/cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake"
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/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-7.novalocal&field2=buildname&compare2=61&value2=PR-5789-test-Trilinos_pullrequest_gcc_4.8.4-4339&field3=buildstamp&compare3=61&value3=20190823-2240-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-5789-test-Trilinos_pullrequest_gcc_4.8.4-4339&field2=buildstamp&compare2=61&value2=20190823-2240-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-5789-test-Trilinos_pullrequest_gcc_4.8.4-4339&field2=buildstamp&compare2=61&value2=20190823-2240-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ............. Size of output: 162K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ....Build was aborted
Aborted by James M Willenbring
Archiving artifacts
...........Finished: ABORTED

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

SERIAL_FC = ifort
SEMS_PYTHON_ROOT = /projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9
MANPATH = /projects/sems/install/rhel6-x86_64/atdm/utility/ninja_fortran/1.7.2/share/man:/projects/sems/install/rhel6-x86_64/atdm/utility/ninja_fortran/1.7.2/man:/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/share/man:/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/man:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/intel/17.0.1/mpich/3.2/nopthread_64bit_parallel/share/man:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/4.4.7/mpich/3.2/nopthread_64bit_parallel/share/man:/projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/intel/17.0.1/mpich/3.2/exo_parallel/share/man:/projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/intel/17.0.1/base/share/man:/projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/gcc/4.4.7/base/share/man:/projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/mpich/3.2/share/man:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/4.4.7/mpich/3.2/share/man:/projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/base/share/man:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/4.9.3/base/share/man:/projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9/share/man:/projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9/man:/projects/sems/install/rhel6-x86_64/sems/utility/git/2.10.1/share/man:/projects/sems/install/rhel6-x86_64/sems/utility/git/2.10.1/man:/usr/share/man
HUDSON_COOKIE = 32e13824-46d1-4942-babc-0416db973006
SEMS_PYTHON_LOCAL_COMPILER_VERSION = 4.4.7
MPIF90 = mpif90
ftp_proxy = http://wwwproxy.sandia.gov:80/
SEMS_NETCDF_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_PYTHON_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_MPI_NAME = mpich
BASH_FUNC_module() = () {  eval `/usr/bin/modulecmd bash $*`
}
NLSPATH = /usr/dt/lib/nls/msg/%L/%N.cat
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
KDEDIRS = /usr
SEMS_PARMETIS_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/intel/17.0.1/mpich/3.2/parallel
NODE_OWNER_EMAIL = [email protected]
SEMS_SCOTCH_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.6.6
TRILINOS_SOURCE_REPO = https://github.com/trilinos/Trilinos
OMP_NUM_THREADS = 2
SEMS_HDF5_LOCAL_PYTHON_VERSION = 2.6.6
CPATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/intel/17.0.1/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/gcc/4.4.7/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/intel/17.0.1/mpich/3.2/nopthread_64bit_parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/4.4.7/mpich/3.2/nopthread_64bit_parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/intel/17.0.1/mpich/3.2/parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/gcc/4.4.7/mpich/3.2/parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/intel/17.0.1/mpich/3.2/exo_parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/intel/17.0.1/mpich/3.2/parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.4.7/mpich/3.2/parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/intel/17.0.1/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/gcc/4.4.7/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/intel/17.0.1/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/gcc/4.4.7/base/include:/projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/mpich/3.2/include:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/4.4.7/mpich/3.2/include
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
MPIFC = mpif90
SEMS_ZLIB_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/intel/17.0.1/base
SSH_CLIENT = 205.137.81.17 47110 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = ascic158-trilinos trilinos-32 trilinos-37 trilinos-any trilinos-broadwell
PATH = /projects/sems/install/rhel6-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel6-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/intel/17.0.1/mpich/3.2/nopthread_64bit_parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/4.4.7/mpich/3.2/nopthread_64bit_parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/intel/17.0.1/mpich/3.2/parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/gcc/4.4.7/mpich/3.2/parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/intel/17.0.1/mpich/3.2/exo_parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/intel/17.0.1/mpich/3.2/parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.4.7/mpich/3.2/parallel/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/mpich/3.2/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/4.4.7/mpich/3.2/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/base/mkl/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/base/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/4.9.3/base/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9/bin:/projects/sems/install/rhel6-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel6-x86_64/sems/utility/git/2.10.1/bin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/opt/puppetlabs/bin:/usr/local/sbin
SEMS_BOOST_LOCAL_COMPILER_VERSION = 4.4.7
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 2488a0c585247c81614a3b2ba8e7ffe8596cc3ea
SEMS_SUPERLU_LOCAL_PYTHON_VERSION = 2.6.6
no_proxy = localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = icc
SEMS_SCOTCH_LOCAL_COMPILER_VERSION = 4.4.7
SEMS_ZLIB_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/intel/17.0.1/base/include
GIT_BRANCH_2 = origin/pull_request_changes
JOB_OWNER_EMAIL = [email protected]
SEMS_SCOTCH_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/intel/17.0.1/mpich/3.2/nopthread_64bit_parallel
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 4161
SEMS_NETCDF_INCLUDE_PATH = /prCurrently Loaded Modulefiles:
  1) sems-env
  2) sems-git/2.10.1
  3) sems-python/2.7.9
  4) sems-gcc/4.9.3
  5) sems-intel/17.0.1
  6) sems-mpich/3.2
  7) sems-boost/1.63.0/base
  8) sems-zlib/1.2.8/base
  9) sems-hdf5/1.8.12/parallel
 10) sems-netcdf/4.4.1/exo_parallel
 11) sems-parmetis/4.0.3/parallel
 12) sems-scotch/6.0.3/nopthread_64bit_parallel
 13) sems-superlu/4.3/base
 14) sems-cmake/3.10.3
 15) atdm-env
 16) atdm-ninja_fortran/1.7.2
Build name               = PR-5789-test-Trilinos_pullrequest_intel_17.0.1-4161
Cur dir                  = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
Binary dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/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_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntelTestingSettings.cmake"
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/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-5789-test-Trilinos_pullrequest_intel_17.0.1-4161&field3=buildstamp&compare3=61&value3=20190823-2239-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-5789-test-Trilinos_pullrequest_intel_17.0.1-4161&field2=buildstamp&compare2=61&value2=20190823-2239-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-5789-test-Trilinos_pullrequest_intel_17.0.1-4161&field2=buildstamp&compare2=61&value2=20190823-2239-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ............ Size of output: 161K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    .....................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
.............  Size: 49K
    ...Finished: ABORTED

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

  1) sems-env                   8) sems-netcdf/4.4.1/exo
  2) sems-git/2.10.1            9) sems-metis/5.1.0/base
  3) sems-python/2.7.9         10) sems-superlu/4.3/base
  4) sems-gcc/4.9.3            11) sems-cmake/3.10.3
  5) sems-boost/1.63.0/base    12) atdm-env
  6) sems-zlib/1.2.8/base      13) atdm-ninja_fortran/1.7.2
  7) sems-hdf5/1.8.12/base
Build name               = PR-5789-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-2600
Cur dir                  = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
Binary dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/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_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxGCC4.9.3TestingSettingsSERIAL.cmake"
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-5789-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-2600&field3=buildstamp&compare3=61&value3=20190823-2233-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-5789-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-2600&field2=buildstamp&compare2=61&value2=20190823-2233-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-5789-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-2600&field2=buildstamp&compare2=61&value2=20190823-2233-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    .............. Size of output: 113K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 200K
    ..................................................  Size: 249K
    ..................................................  Size: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 500K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 650K
    ..................................................  Size: 699K
    ..................................................  Size: 750K
    ..................................................  Size: 800K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 950K
    ..................................................  Size: 999K
    ..................................................  Size: 1050K
    ..................................................  Size: 1100K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1250K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1500K
    ..................................................  Size: 1550K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1700K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1850K
    ..................................................  Size: 1900K
    ..................................................  Size: 1949K
    ..................................................  Size: 2000K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ............................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
......................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2249K
    ..................................................  Size: 2300K
    ..................................................  Size: 2350K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2499K
    ..................................................  Size: 2550K
    ..................................................  Size: 2600K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..........Finished: ABORTED

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

CPATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/gcc/7.2.0/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/gcc/4.4.7/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/4.4.7/openmpi/1.10.1/nopthread_64bit_parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/gcc/7.2.0/openmpi/1.10.1/parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/gcc/4.4.7/openmpi/1.10.1/parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/gcc/7.2.0/openmpi/1.10.1/exo_parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/gcc/7.2.0/openmpi/1.10.1/parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.4.7/openmpi/1.10.1/parallel/include:/projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/gcc/7.2.0/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/gcc/4.4.7/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/gcc/7.2.0/base/include:/projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/gcc/4.4.7/base/include:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/7.2.0/openmpi/1.10.1/include:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/4.4.7/openmpi/1.10.1/include
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
MPIFC = mpif90
SEMS_ZLIB_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/gcc/7.2.0/base
SSH_CLIENT = 205.137.81.17 47110 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
PATH = /projects/sems/install/rhel6-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel6-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/4.4.7/openmpi/1.10.1/nopthread_64bit_parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/parmetis/4.0.3/gcc/4.4.7/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/gcc/7.2.0/openmpi/1.10.1/exo_parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/gcc/7.2.0/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.4.7/openmpi/1.10.1/parallel/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/7.2.0/openmpi/1.10.1/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/4.4.7/openmpi/1.10.1/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel6-x86_64/sems/compiler/python/2.7.9/bin:/projects/sems/install/rhel6-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel6-x86_64/sems/utility/git/2.10.1/bin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/opt/puppetlabs/bin:/usr/local/sbin
NODE_LABELS = ascic158-trilinos trilinos-32 trilinos-37 trilinos-any trilinos-broadwell
SEMS_BOOST_LOCAL_COMPILER_VERSION = 4.4.7
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 2488a0c585247c81614a3b2ba8e7ffe8596cc3ea
SEMS_SUPERLU_LOCAL_PYTHON_VERSION = 2.6.6
no_proxy = localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_SCOTCH_LOCAL_COMPILER_VERSION = 4.4.7
SEMS_ZLIB_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/zlib/1.2.8/gcc/7.2.0/base/include
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.4.7
JOB_OWNER_EMAIL = [email protected]
SEMS_SCOTCH_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 2424
SEMS_NETCDF_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/gcc/7.2.0/openmpi/1.10.1/exo_parallel/include
SEMS_SCOTCH_LOCAL_PYTHON_VERSION = 2.6.6
MODULE_VERSION_STACK = 3.2.10
JOB_COOWNERS_EMAILS = [email protected],[email protected]
SEMS_PARMETIS_LOCAL_COMPILER_VERSION = 4.4.7
SEMS_PARMETIS_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_NETCDF_LIBRARY_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/gcc/7.2.0/openmpi/1.10.1/exo_parallel/lib
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/gcc/7.2.0/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/gcc/7.2.0/openmpi/1.10.1/parallel
SEMS_SCOTCH_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel/include
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/7.2.0:sems-openmpi/1.10.1: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 = 7.2.0
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/triliCurrently Loaded Modulefiles:
  1) sems-env
  2) sems-git/2.10.1
  3) sems-python/2.7.9
  4) sems-gcc/7.2.0
  5) sems-openmpi/1.10.1
  6) sems-boost/1.63.0/base
  7) sems-zlib/1.2.8/base
  8) sems-hdf5/1.8.12/parallel
  9) sems-netcdf/4.4.1/exo_parallel
 10) sems-parmetis/4.0.3/parallel
 11) sems-scotch/6.0.3/nopthread_64bit_parallel
 12) sems-superlu/4.3/base
 13) sems-cmake/3.10.3
 14) atdm-env
 15) atdm-ninja_fortran/1.7.2
Build name               = PR-5789-test-Trilinos_pullrequest_gcc_7.2.0-2424
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-5789-test-Trilinos_pullrequest_gcc_7.2.0-2424&field3=buildstamp&compare3=61&value3=20190823-2240-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-5789-test-Trilinos_pullrequest_gcc_7.2.0-2424&field2=buildstamp&compare2=61&value2=20190823-2240-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-5789-test-Trilinos_pullrequest_gcc_7.2.0-2424&field2=buildstamp&compare2=61&value2=20190823-2240-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ............. Size of output: 162K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ............................ Size of output: 77K
Build succeeded.
build submit error = 0
Starting testing step.
Build was aborted
Aborted by James M Willenbring
Archiving artifacts
Finished: ABORTED

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

BSUB_CTEST_TIME_LIMIT = 12:00
LSB_DJOB_RANKFILE = /ascldap/users/trilinos/.lsbatch/1566600041.859358.hostfile
LSB_INTERACTIVE = Y
HUDSON_HOME = /var/lib/jenkins
TRILINOS_TARGET_BRANCH = develop
https_proxy = http://wwwproxy.sandia.gov:80
F90 = /home/projects/ppc64le/gcc/7.2.0/bin/gfortran
CC_VERSION = 7.2.0
HDF5_HOME = /home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
LSB_OUTDIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
LSB_JOBRES_CALLBACK = 39922@ride11
MPICXX = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin/mpicxx
LSB_CHKFILENAME = /ascldap/users/trilinos/.lsbatch/1566600041.859358
MODULEPATH = /usr/share/Modules/modulefiles:/etc/modulefiles:/home/projects/sparc/modules/ride:/projects/sierra/common_modules/ride:/home/projects/ppc64le/modulefiles:/home/projects/ppc64le-pwr8/modulefiles:/home/projects/ppc64le-pwr8-nvidia/modulefiles
LSB_SUB_HOST = ride6
JOB_COOWNERS = hrswant,trilinos
MPIFC = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin/mpif90
LSB_XFER_OP = 
LS_SUBCWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
BUILD_CAUSE_MANUALTRIGGER = true
LSF_RSH = ssh
HUDSON_COOKIE = cb280cf5-368c-43e2-a8ae-34507822102f
CC = /home/projects/ppc64le/gcc/7.2.0/bin/gcc
JOB_TERMINATE_INTERVAL = 10
MPIF90 = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin/mpif90
ZLIB_VERSION = 1.2.8
GIT_VERSION = 2.10.1
LSF_LOGDIR = /opt/lsf/log
LSF_CGROUP_TOPDIR_KEY = ride-lsf
LSB_SHMODE = y
OMPI_CC = /home/projects/ppc64le/gcc/7.2.0/bin/gcc
BASH_FUNC_module() = () {  eval `/usr/bin/modulecmd sh $*`
}
LAPACK_ROOT = /home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0
LESSOPEN = ||/usr/bin/lesspipe.sh %s
LSB_JOB_EXECUSER = trilinos
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
LSB_HOSTS = ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11 ride11
METIS_ROOT = /home/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0
NODE_OWNER_EMAIL = ceeCurrently Loaded Modulefiles:
  1) git/2.10.1
  2) python/2.7.12
  3) cuda/9.2.88
  4) binutils/2.30.0
  5) gcc/7.2.0
  6) papi/5.5.1
  7) java/ibm/sdk/8.0.0
  8) openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
  9) pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 10) zlib/1.2.8
 11) hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 12) netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 13) cgns/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 14) netlib/3.8.0/gcc/7.2.0
 15) superlu/4.3.0/gcc/7.2.0
 16) boost/1.65.1/gcc/7.2.0
 17) metis/5.0.1/gcc/7.2.0
 18) parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 19) cmake/3.9.6
 20) valgrind/3.12.0
 21) devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
Build name               = PR-5789-test-Trilinos_pullrequest_cuda_9.2-2001
Cur dir                  = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/TFW_testing_single_configure_prototype
Source dir               = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos
Binary dir               = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/pull_request_test
Parallel level           = 64
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:
/home/rabartl/install/white-ride/cmake-3.11.2/bin/cmake 
  -C "/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/std/PullRequestLinuxCuda9.2TestingSettings.cmake"
  -C "/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.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=ride11&field2=buildname&compare2=61&value2=PR-5789-test-Trilinos_pullrequest_cuda_9.2-2001&field3=buildstamp&compare3=61&value3=20190823-2240-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-5789-test-Trilinos_pullrequest_cuda_9.2-2001&field2=buildstamp&compare2=61&value2=20190823-2240-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-5789-test-Trilinos_pullrequest_cuda_9.2-2001&field2=buildstamp&compare2=61&value2=20190823-2240-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ............................................. Size of output: 144K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ........Build was aborted
Aborted by James M Willenbring
Archiving artifacts
Terminated
Finished: ABORTED

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

WORKSPACE = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2
QTDIR = /usr/lib64/qt-3.3
LD_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/lib:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/lib:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib64:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/lib
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 = ef89b1cc-f87f-4a2d-92e9-66c49f00ca38
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 = [email protected]
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 38670 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 = 2488a0c585247c81614a3b2ba8e7ffe8596cc3ea
no_proxy = localhost,localnets,.sandia.gov,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 = [email protected]
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 455
JOB_COOWNERS_EMAILS = [email protected],[email protected]
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
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /sCurrently 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-5789-test-Trilinos_pullrequest_python_2-455
Cur dir                  = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
Binary dir               = /scratch/trilinos/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/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/PullRequestLinuxPython2.cmake"
  -C "/scratch/trilinos/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/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-5789-test-Trilinos_pullrequest_python_2-455&field3=buildstamp&compare3=61&value3=20190823-2240-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-5789-test-Trilinos_pullrequest_python_2-455&field2=buildstamp&compare2=61&value2=20190823-2240-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-5789-test-Trilinos_pullrequest_python_2-455&field2=buildstamp&compare2=61&value2=20190823-2240-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
cratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #455
PULLREQUESTNUM = 5789

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Set CWD = /scratch/trilinos/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 # 455 (click to expand)

WORKSPACE = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3
QTDIR = /usr/lib64/qt-3.3
LD_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/lib:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/lib:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib64:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/lib
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 = 8d8cea89-0ab2-4e63-8b54-05dc2368341b
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 = [email protected]
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 38670 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 = 2488a0c585247c81614a3b2ba8e7ffe8596cc3ea
no_proxy = localhost,localnets,.sandia.gov,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 = [email protected]
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 455
JOB_COOWNERS_EMAILS = [email protected],[email protected]
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
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scCurrently 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-5789-test-Trilinos_pullrequest_python_3-455
Cur dir                  = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
Binary dir               = /scratch/trilinos/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/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake"
  -C "/scratch/trilinos/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/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-5789-test-Trilinos_pullrequest_python_3-455&field3=buildstamp&compare3=61&value3=20190823-2241-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-5789-test-Trilinos_pullrequest_python_3-455&field2=buildstamp&compare2=61&value2=20190823-2241-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-5789-test-Trilinos_pullrequest_python_3-455&field2=buildstamp&compare2=61&value2=20190823-2241-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
ratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #455
PULLREQUESTNUM = 5789

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS


CDash Test Results for PR# 5789.


Wiki: How to Reproduce PR Testing Builds and Errors.

kddevin
kddevin previously approved these changes Aug 23, 2019
Set variable "Trilinos_PACKAGES" to just Tpetra.  I think
listing other packages matters, but just to be sure, I removed them.
@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: 4340
  • 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 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4162
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2601
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2425
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2002
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 456
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 456
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: jhu-c320706
  • SHA: 17f723f
  • Mode: TEST_REPO

Pull Request Author: jhux2

@jhux2
Copy link
Member Author

jhux2 commented Aug 23, 2019

@trilinos/framework This pull request only affects Trilinos/cmake/ctest/drivers/rocketman, but the PR testing is running a full set of tests: https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=1&showfilters=1&field1=buildname&compare1=65&value1=PR-5789. This shouldn't happen, should it?

@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: 4340
  • 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 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4162
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2601
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2425
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2002
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 456
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 456
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5789
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-c320706
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 17f723f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA be1fbea


CDash Test Results for PR# 5789.

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

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit 15022a1 into develop Aug 24, 2019
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Aug 24, 2019
@prwolfe
Copy link
Contributor

prwolfe commented Aug 26, 2019

@trilinos/framework This pull request only affects Trilinos/cmake/ctest/drivers/rocketman, but the PR testing is running a full set of tests: https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=1&showfilters=1&field1=buildname&compare1=65&value1=PR-5789. This shouldn't happen, should it?

The logs show this only tested MueLu. and only ran 664 tests, so no it did not test everything, just about 1/2 which I believe is correct.

@jhux2
Copy link
Member Author

jhux2 commented Aug 27, 2019

@trilinos/framework This pull request only affects Trilinos/cmake/ctest/drivers/rocketman, but the PR testing is running a full set of tests: https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=1&showfilters=1&field1=buildname&compare1=65&value1=PR-5789. This shouldn't happen, should it?

The logs show this only tested MueLu. and only ran 664 tests, so no it did not test everything, just about 1/2 which I believe is correct.

@prwolfe This PR only changed files in Trilinos/cmake/ctest/drivers/rocketman. It doesn't touch Trilinos source code. Why did changes to the ctest drivers prompt any recompilation/testing at all? Previously, these changes would have gone through after approval without any recompilation/testing. See, for example, PR #5761.

@prwolfe
Copy link
Contributor

prwolfe commented Aug 27, 2019

@jhux2 - sorry I had not looked at the diffs when I wrote that. I don't expect this to have needed to test anything actually. We rely on tribits to set the testing list, and I would expect this directory to be all or nothing, not MueLU only. I will look a bit.

prwolfe added a commit to prwolfe/Trilinos that referenced this pull request Aug 28, 2019
I missed this during the transition to python
and jhux found the issue in trilinos#5789
prwolfe added a commit to prwolfe/Trilinos that referenced this pull request Aug 28, 2019
I missed this during the transition to python
and jhux found the issue in trilinos#5789
@jhux2 jhux2 deleted the jhu-c320706 branch August 29, 2019 16:47
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.

4 participants