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

More backward-compatible changes to Trilinos 'develop' for updated TriBITS #10533

Conversation

bartlettroscoe
Copy link
Member

@bartlettroscoe bartlettroscoe commented May 17, 2022

This PR contains a few changes to Trilinos 'develop' needed to work with updated TriBITS or updated CMake (even without TriBITS changes).

See the individual commits for more details which include the following changes:

Now that as part of the SEMS PR clang-7.0.1 build below, I also did some configure timings for enabling all of the Trilinos packages and we are seeing a 25% overall speedup in configure+generate times for the new TriBITS vs. the old TriBITS. The results were:

  • Old TriBITS: configure = 35.1s, configure+generate = 2m25s, generate = 110s
  • New TriBiTS: configure = 28.3s, configure+generate = 1m48s, generate = 80s

The details are given below.

Details for configure timing for SEMS PR clang-7.0.1 build (click to expand)

This is for the repos versions:

$ gitdist-status --dist-repos=.,TriBITS
-----------------------------------------------------------------------------------------------------------------------------------
| ID | Repo Dir        | Branch                                  | Tracking Branch                                    | C | M | ? |
|----|-----------------|-----------------------------------------|----------------------------------------------------|---|---|---|
|  0 | Trilinos (Base) | tribits-299-modern-cmake-targets-2-prep | rab-github/tribits-299-modern-cmake-targets-2-prep |   |   |   |
|  1 | TriBITS         | 299-switch-to-modern-cmake-targets      | rab-github/299-switch-to-modern-cmake-targets      |   |   |   |
-----------------------------------------------------------------------------------------------------------------------------------

$ gitdist-repo-versions --dist-repos=.,TriBITS
*** Base Git Repo: Trilinos
8c1028df724eb0096cd688b381285112bc6f914a [Wed May 18 15:08:17 2022 -0600] <rabartl@sandia.gov>
FindTPLNetcdf.cmake: Lower-case function names (TriBITSPub/TriBITS#274)
*** Git Repo: TriBITS
97f8d6c03ebadc46dfeaac2a4d9c555c3831f590 [Wed May 18 16:53:37 2022 -0600] <rabartl@sandia.gov>
Snapshot FindTPLNetcdf.cmake from Trilinos 8c1028df724 with small mods (#299)

What is interesting is that the reported configure times are:

  • Old TriBITS: configure = 35.1s, configure+generate = 2m25s
  • New TriBiTS: configure = 28.3s, configure+generate = 1m48s

I wonder if local timings would show this out?

First the reference build with old TriBITS:

$ cd /ascldap/users/rabartl/Trilinos.base/BUILDS/PR/clang-10.0.0.ref/

$ . load-env.sh

$ for i in 0 1 ; do time cmake . &> configure.out ; done ; grep -B 1 "Total time to configure Trilinos" configure.out

real    2m19.760s
user    1m13.621s
sys     0m43.884s

real    2m20.824s
user    1m14.111s
sys     0m43.836s

Total time to configure Trilinos: 0m31.715s

Then the updated build with new TriBITS:

$ cd /ascldap/users/rabartl/Trilinos.base/BUILDS/PR/clang-10.0.0.tribits/

$ . load-env.sh

$ for i in 0 1 ; do time cmake . &> configure.out ; done ; grep -B 1 "Total time to configure Trilinos" configure.out

real    1m47.398s
user    0m56.726s
sys     0m41.518s

real    1m46.337s
user    0m56.577s
sys     0m39.812s

Total time to configure Trilinos: 0m27.431s

So this reduction in configure and especially generate times with the new TriBITS implementation are real! But the larger real reduction is in the generation times:

  • Old TriBITS: configure = 35.1s, configure+generate = 2m25s, generate = 110s
  • New TriBiTS: configure = 28.3s, configure+generate = 1m48s, generate = 80s

It makes sense that the new TriBITS implementation configure step would be faster but I don't know why the generate step would be so much faster.

That is a reduction of 25%. That is a pretty significant reduction in configure+generate times!

Testing

ATDM Trilinos clang 7.0.1 build

I developed these fixes and made these changes to get the Trilinos test suite to pass with the ATDM Trilinos build configuration sems-rhel7-clang-7.0.1-openmp-shared-release-debug which I modified to use updated TriBITS. The testing results were:

100% tests passed, 0 tests failed out of 2250
sems-rhel7-clang-7.0.1-openmp-shared-release-debug testing details (click to expand)

.

Here are the repo state and versions on crf450:

$ cd /home/rabartl/Trilinos.base/Trilinos/

$ gitdist-status --dist-repos=.,TriBITS
-----------------------------------------------------------------------------------------------------------------------------------
| ID | Repo Dir        | Branch                                  | Tracking Branch                                    | C | M | ? |
|----|-----------------|-----------------------------------------|----------------------------------------------------|---|---|---|
|  0 | Trilinos (Base) | tribits-299-modern-cmake-targets-2-prep | rab-github/tribits-299-modern-cmake-targets-2-prep |   |   |   |
|  1 | TriBITS         | 299-switch-to-modern-cmake-targets      | rab-github/299-switch-to-modern-cmake-targets      |   |   |   |
-----------------------------------------------------------------------------------------------------------------------------------

$ gitdist-repo-versions --dist-repos=.,TriBITS
*** Base Git Repo: Trilinos
82e640872372d9784a846921e1a5ace14ecb074d [Mon May 16 10:47:53 2022 -0600] <rabartl@sandia.gov>
Zoltan2: Use single value for FAIL_REGULAR_EXPRESSION (TriBITSPub/TriBITS#464)
*** Git Repo: TriBITS
29d741095b3f174466edd5d2d777713921dea122 [Mon May 16 19:27:50 2022 -0600] <rabartl@sandia.gov>
TribitsExampleProject2: Remove hacked dependencies on indirect TPLs (#63, #299)

The env and driver scripts on crf450 are:

$ cd /home/rabartl/Trilinos.base/BUILDS/ATDM/SEMS-RHEL7/CHECKIN/sems-rhel7-clang-7.0.1-openmp-shared-release-debug

$ cat load-env.sh 
source /home/rabartl/Trilinos.base/Trilinos/cmake/std/atdm/load-env.sh sems-rhel7-clang-7.0.1-openmp-shared-release-debug

$ cat do-configure
./do-configure.base \
-DTrilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
-DTrilinos_ENABLE_ALL_PACKAGES:BOOL=ON \
-DTrilinos_ENABLE_ALL_FORWARD_DEP_PACKAGES:BOOL=OFF \
-DTrilinos_ENABLE_Krino:BOOL=OFF \
"$@"

$ cat do-configure.base 
cmake \
-GNinja \
-DTrilinos_TRIBITS_DIR:STRING=TriBITS/tribits \
-DTrilinos_ENABLE_TESTS:BOOL=ON \
-DTrilinos_TEST_CATEGORIES:STRING=NIGHTLY \
-DTrilinos_ALLOW_NO_PACKAGES:BOOL=OFF \
-DDART_TESTING_TIMEOUT:STRING=600.0 \
-GNinja \
-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake \
-DTrilinos_TRACE_ADD_TEST=ON \
"$@" \
/home/rabartl/Trilinos.base/Trilinos/cmake/std/atdm/../../..

Loading env and (re)building and testing:

$ cd /home/rabartl/Trilinos.base/BUILDS/ATDM/SEMS-RHEL7/CHECKIN/sems-rhel7-clang-7.0.1-openmp-shared-release-debug

$ . load-env.sh 
Hostname 'crf450' matches known ATDM host 'crf450' and system 'sems-rhel7'
Setting compiler and build options for build-name 'sems-rhel7-clang-7.0.1-openmp-shared-release-debug'
Using SEMS RHEL7 compiler stack CLANG-7.0.1 to build RELEASE-DEBUG code with Kokkos node type OPENMP

$ rm -r CMake* *.out

$ time ./do-configure &> configure.out

real    0m53.812s
user    0m32.776s
sys     0m18.785s

$ time make &> make.out

real    0m2.791s
user    0m22.691s
sys     0m5.629s

$ time ctest -j16  &> ctest.out

real    7m44.568s
user    147m47.744s
sys     14m57.467s

$ grep -A 500 "failed out of" ctest.out

100% tests passed, 0 tests failed out of 2250

Subproject Time Summary:
Adelus                     =   6.10 sec*proc (4 tests)
Amesos2                    =   4.72 sec*proc (6 tests)
Belos                      = 211.17 sec*proc (144 tests)
Ifpack2                    =  50.21 sec*proc (51 tests)
Intrepid2                  = 759.52 sec*proc (350 tests)
Kokkos                     = 493.44 sec*proc (45 tests)
KokkosKernels              = 260.41 sec*proc (23 tests)
MueLu                      = 537.52 sec*proc (108 tests)
NOX                        = 220.85 sec*proc (110 tests)
Panzer                     = 2912.14 sec*proc (196 tests)
Phalanx                    =  18.89 sec*proc (36 tests)
Rythmos                    = 230.44 sec*proc (83 tests)
SEACAS                     =  37.23 sec*proc (28 tests)
STK                        =   2.43 sec*proc (1 test)
Sacado                     = 123.52 sec*proc (305 tests)
Stratimikos                =  43.54 sec*proc (40 tests)
Teko                       = 101.38 sec*proc (18 tests)
Teuchos                    = 100.86 sec*proc (146 tests)
Thyra                      =  49.85 sec*proc (82 tests)
Tpetra                     = 288.60 sec*proc (273 tests)
TrilinosATDMConfigTests    =  54.78 sec*proc (12 tests)
TrilinosBuildStats         =   5.43 sec*proc (2 tests)
Xpetra                     =  15.57 sec*proc (19 tests)
Zoltan2                    = 279.94 sec*proc (168 tests)

Total Test time (real) = 464.48 sec

SEMS PR clang-7.0.1 build

I (sort of) reproduced the SEMS-based clang-10.0.0 PR build locally on my RHEL7 machine 'crf450'. After getting the TriBITS copy of FindTPLNetcdf.cmake to match what is in Trilinos 'develop' (see TriBITSPub/TriBITS@97f8d6c), I was able to get all passing tests with both the old and new TriBITS (in TriBITSPub/TriBITS#479). I posted to CDash shown at:

which shows:

image

The build Linux-clang-10.0.0.ref used the existing TriBITS under Trilihnos/cmake/tribits while the build Linux-clang-10.0.0.tribits usesd the new TriBITS in PR TriBITSPub/TriBITS#479.

NOTE: These builds actually used clang-7.0.1 instead of clang-10.0.0 as I reported in #10540. But the updated TriBITS build passed compared to the reference build so it does not really matter for this purpose.

More details are given below.

Details for SEMS clang-10.0.0 (clang-7.0.1) builds (click to expand)

.

The repo versions for these tests were:

$ gitdist-status --dist-repos=.,TriBITS
-----------------------------------------------------------------------------------------------------------------------------------
| ID | Repo Dir        | Branch                                  | Tracking Branch                                    | C | M | ? |
|----|-----------------|-----------------------------------------|----------------------------------------------------|---|---|---|
|  0 | Trilinos (Base) | tribits-299-modern-cmake-targets-2-prep | rab-github/tribits-299-modern-cmake-targets-2-prep |   |   |   |
|  1 | TriBITS         | 299-switch-to-modern-cmake-targets      | rab-github/299-switch-to-modern-cmake-targets      |   |   |   |
-----------------------------------------------------------------------------------------------------------------------------------

$ gitdist-repo-versions --dist-repos=.,TriBITS
*** Base Git Repo: Trilinos
8c1028df724eb0096cd688b381285112bc6f914a [Wed May 18 15:08:17 2022 -0600] <rabartl@sandia.gov>
FindTPLNetcdf.cmake: Lower-case function names (TriBITSPub/TriBITS#274)
*** Git Repo: TriBITS
97f8d6c03ebadc46dfeaac2a4d9c555c3831f590 [Wed May 18 16:53:37 2022 -0600] <rabartl@sandia.gov>
Snapshot FindTPLNetcdf.cmake from Trilinos 8c1028df724 with small mods (#299)

Doing the updated TriBITS bulid:

$ ssh crf450

$ cd /ascldap/users/rabartl/Trilinos.base/BUILDS/PR/clang-10.0.0.tribits/

[rabartl@crf450 clang-10.0.0.tribits (crf450)]$ cat load-env.sh 
source /ascldap/users/rabartl/Trilinos.base/Trilinos/cmake/std/sems/PullRequestClang10.0.0TestingEnv.sh
module unload sems-archive-python

$ cat do-configure.base
TRILINOS_DIR=${HOME}/Trilinos.base/Trilinos
if [ -e CMakeCache.txt ] ; then
  rm -r CMake*
fi
cmake \
-C ${TRILINOS_DIR}/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake \
-G Ninja \
-D Trilinos_TRIBITS_DIR:STRING=TriBITS/tribits \
-D CTEST_BUILD_FLAGS=-j20 \
-D CTEST_PARALLEL_LEVEL=16 \
"$@" \
${TRILINOS_DIR}

$ cat do-configure
./do-configure.base \
-D Trilinos_ENABLE_TESTS=ON \
-D Trilinos_ENABLE_ALL_PACKAGES=ON \
"$@"

$ . load-env.sh

$ rm *.out

$ time ./do-configure &> configure.out

real    2m5.069s
user    1m10.377s
sys     0m50.419s

$ grep Trilinos_TRIBITS_DIR configure.out 
-- Trilinos_TRIBITS_DIR='/ascldap/users/rabartl/Trilinos.base/Trilinos/cmake/tribits'

$ grep -B 1 "Final set of" configure.out 

Final set of enabled packages:  TrilinosFrameworkTests TrilinosATDMConfigTests Gtest Kokkos Teuchos KokkosKernels RTOp Sacado MiniTensor Epetra Zoltan Shards Triutils EpetraExt Tpetra TrilinosSS Domi Thyra Xpetra Isorropia Pliris AztecOO Galeri Amesos Pamgen Zoltan2Core Ifpack ML Belos ShyLU_Node Amesos2 SEACAS Komplex Anasazi Ifpack2 Stratimikos FEI Teko Intrepid Intrepid2 Compadre STK Percept Krino Phalanx NOX Moertel MueLu Zoltan2Sphynx Zoltan2 ShyLU_DD ShyLU Rythmos Tempus Stokhos ROL Piro Panzer Adelus TrilinosCouplings Pike TrilinosBuildStats 62

Final set of enabled SE packages:  TrilinosFrameworkTests TrilinosATDMConfigTests Gtest KokkosCore KokkosContainers KokkosAlgorithms Kokkos TeuchosCore TeuchosParser TeuchosParameterList TeuchosComm TeuchosNumerics TeuchosRemainder TeuchosKokkosCompat TeuchosKokkosComm Teuchos KokkosKernels RTOp Sacado MiniTensor Epetra Zoltan Shards Triutils EpetraExt TpetraClassic TpetraTSQR TpetraCore Tpetra TrilinosSS Domi ThyraCore ThyraEpetraAdapters ThyraEpetraExtAdapters ThyraTpetraAdapters Thyra Xpetra Isorropia Pliris AztecOO Galeri Amesos Pamgen Zoltan2Core Ifpack ML Belos ShyLU_NodeHTS ShyLU_NodeTacho ShyLU_Node Amesos2 SEACASExodus SEACASExodus_for SEACASExoIIv2for32 SEACASNemesis SEACASIoss SEACASChaco SEACASAprepro_lib SEACASSupes SEACASSuplib SEACASSuplibC SEACASSuplibCpp SEACASAlgebra SEACASAprepro SEACASConjoin SEACASEjoin SEACASEpu SEACASCpup SEACASExodiff SEACASExomatlab SEACASExotxt SEACASExo_format SEACASEx1ex2v2 SEACASGjoin SEACASGen3D SEACASGenshell SEACASGrepos SEACASExplore SEACASMapvarlib SEACASMapvar SEACASMapvar-kd SEACASNas2exo SEACASZellij SEACASNemslice SEACASNemspread SEACASNumbers SEACASSlice SEACASTxtexo SEACASEx2ex1v2 SEACAS Komplex Anasazi Ifpack2 Stratimikos FEI Teko Intrepid Intrepid2 Compadre STKUtil STKEmend STKCoupling STKMath STKSimd STKNGP_TEST STKTopology STKMesh STKIO STKSearch STKTransfer STKTools STKBalance STKUnit_test_utils STKSearchUtil STKUnit_tests STKDoc_tests STKExprEval STK Percept Krino Phalanx NOX Moertel MueLu Zoltan2Sphynx Zoltan2 ShyLU_DDBDDC ShyLU_DDFROSch ShyLU_DDCommon ShyLU_DD ShyLU Rythmos Tempus Stokhos ROL Piro PanzerCore PanzerDofMgr PanzerDiscFE PanzerAdaptersSTK PanzerMiniEM Panzer Adelus TrilinosCouplings PikeBlackBox PikeImplicit Pike TrilinosBuildStats 148

Final set of non-enabled packages:  TriKota PyTrilinos NewPackage 3

Final set of non-enabled SE packages:  ShyLU_NodeBasker ShyLU_NodeFastILU SEACASSVDI SEACASPLT SEACASBlot SEACASExo2mat SEACASExotec2 SEACASFastq SEACASMat2exo TriKota ShyLU_DDCore PanzerExprEval PyTrilinos NewPackage 14

Final set of enabled TPLs:  Pthread MPI BLAS LAPACK Boost Scotch ParMETIS Zlib HDF5 Netcdf SuperLU BoostLib DLlib 13

Final set of non-enabled TPLs:  MKL yaml-cpp Peano CUDA CUBLAS CUSOLVER CUSPARSE Thrust Cusp TBB HWLOC QTHREAD BinUtils ARPREC QD OVIS gpcd METIS MTMETIS PuLP TopoManager LibTopoMap PaToH CppUnit ADOLC ADIC TVMET MF ExodusII Nemesis XDMF CGNS Pnetcdf ADIOS2 y12m SuperLUDist SuperLUMT Cholmod UMFPACK MA28 AMD CSparse HYPRE PETSC BLACS SCALAPACK MUMPS STRUMPACK PARDISO_MKL PARDISO Oski TAUCS ForUQTK Dakota HIPS MATLAB CASK SPARSKIT QT gtest BoostAlbLib OpenNURBS Portals CrayPortals Gemini InfiniBand BGPDCMF BGQPAMI Pablo HPCToolkit Clp GLPK qpOASES Matio PAPI MATLABLib Eigen X11 Lemon GLM quadmath CAMAL RTlib AmgX CGAL CGALCore VTune TASMANIAN ArrayFireCPU SimMesh SimModel SimParasolid SimAcis SimField Valgrind QUO ViennaCL Avatar mlpack pebbl MAGMASparse Check SARMA 103

$ time make &> make.out

real    0m26.508s
user    7m54.923s
sys     1m11.795s

$ time ctest -j16 &> ctest.out

real    11m37.899s
user    155m10.184s
sys     14m57.103s

$ grep "failed out of" ctest.out 
100% tests passed, 0 tests failed out of 3368

The reference build with the old TriBITS was identical except for setting

  -D Trilinos_TRIBITS_DIR:STRING=cmake/tribits

I was getting an configure time error from CMake 3.19.1 with spaces before the
math library in Trilinos_EXTRA_LINK_FLAGS with the
sems-rhel7-clang-7.0.1-openmp-shared-release-debug build on by COE RHEL7
machine.

Calling string(STRIP ...) takes care of the problem.
@bartlettroscoe bartlettroscoe added type: bug The primary issue is a bug in Trilinos code or tests type: enhancement Issue is an enhancement, not a bug labels May 17, 2022
@bartlettroscoe bartlettroscoe self-assigned this May 17, 2022
@bartlettroscoe bartlettroscoe moved this from In Progress to In Review in Trilinos TriBITS Refactor May 17, 2022
@bartlettroscoe bartlettroscoe added AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed pkg: Zoltan2 pkg: Sacado labels May 17, 2022
…/TriBITS#299)

New TriBITS using modern CMake targets no longer sets the INCLUDE_DIRECTORIES
directory property but instead passes along include dirs using
INTERFACE_INCLUDE_DIRECTORIES target properties (like a good CMake project).
This was a strange test that does not actually link to the Sacado library but
yet needs a bunch of Sacado include dirs?

We need to look into this and see how to make this work more cleanly either in
Sacado or TriBITS because this is unfortunate.
…/TriBITS#464)

Before, this was passing in:

   FAIL_REGULAR_EXPRESSION "FAIL;BUMMER"

which just happened to be added as a list to the test property with the old
TriBITS.  But with the new TriBITS in TriBITSPub/TriBITS#464 which more
correctly deals with semi-colons and list arguments, this was being set as a
single property value "FAIL\\;BUMMER" which did not match the output.

Passing in the list with:

   FAIL_REGULAR_EXPRESSION FAIL BUMMER

works both with old and new TriBITS and is more logical given how CMake/CTest
is supposed to be used.  (The old TriBITS documentation was incorrect.)
…BITS#464)

Tt turns out that these tests really did not need to pass a list of values to
FAIL_REGULAR_EXPRESSION.  Each test was really only looking for a single value
of 'FAILED' or 'BUMMER'.  And you can argue that the tests are stronger and
better by taking out the other value that is not supposed to be printed in
that test case.
etphipp
etphipp previously approved these changes May 17, 2022
Copy link
Contributor

@etphipp etphipp left a comment

Choose a reason for hiding this comment

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

Sacado changes look good to me.

@bartlettroscoe bartlettroscoe removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label May 17, 2022
…rilinos#10534)

This test code has not been enabled or built in over 10 years due to a defect
added in commit:

  7aabd5d "Isorropia: Make EpetraExt a required dependency"
  Author: Brent Perschbacher <bmpersc@sandia.gov>
  Date:   Tue Feb 21 13:37:59 2012 -0700 (10 years ago)

  M       packages/isorropia/cmake/Dependencies.cmake

But note that HAVE_EPETRA was getting set to true unconditionally due to a
defect in how it was set as:

  SET(HAVE_EPETRAEXT ${PACKAGE_NAME}_ENABLE_EpetraExt)

instead of as dereferencing the variable with:

  SET(HAVE_EPETRAEXT ${${PACKAGE_NAME}_ENABLE_EpetraExt})

So the value "Isorropia_ENABLE_EpetraExt" evaluates to true in CMake so
EpetraExt support was always required, even if EpetraExt support in Isorropia
was disabled!

So I just fixed this to make it clear that this was **always** on by changing
this to:

  SET(HAVE_EPETRAEXT ON)

This test code was getting switched on again with the new TriBITS that sets
Isorropia_ENABLE_EpetraExt to TRUE, even for required dependencies (see PR
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7628
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5124
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5642
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: intel-19.0.5

  • Build Num: 291
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5327
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: python-3

  • Build Num: 1888
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 996
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Using Repos:

Repo: TRILINOS (bartlettroscoe/Trilinos)
  • Branch: tribits-299-modern-cmake-targets-2-prep
  • SHA: d8965b3
  • Mode: TEST_REPO

Pull Request Author: bartlettroscoe

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7628
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5124
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5642
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: intel-19.0.5

  • Build Num: 291
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5327
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: python-3

  • Build Num: 1888
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 996
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 7628 (click to expand)

skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/v2/utility/cmake/3.18.4/gcc/7.3.0/2nuomee/bin/cmake 
  -C "/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/tr-test-3/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-3.novalocal&field2=buildname&compare2=61&value2=PR-10533-test-Trilinos_pullrequest_gcc_8.3.0-7628&field3=buildstamp&compare3=61&value3=20220517-2021-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_8.3.0-7628&field2=buildstamp&compare2=61&value2=20220517-2021-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_8.3.0-7628&field2=buildstamp&compare2=61&value2=20220517-2021-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    .................................... Size of output: 385K
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
    ........FATAL: command execution failed
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2759)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3234)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:913)
	at java.io.ObjectInputStream.(ObjectInputStream.java:375)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: java.io.IOException: Backing channel 'tr-test-3-trilinos' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy88.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1211)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1203)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:194)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:144)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:91)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1894)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
FATAL: Unable to delete script file /tmp/jenkins6029870889845849101.sh
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2759)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3234)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:913)
	at java.io.ObjectInputStream.(ObjectInputStream.java:375)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@a7716b5:tr-test-3-trilinos": Remote call on tr-test-3-trilinos failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:994)
	at hudson.FilePath.act(FilePath.java:1070)
	at hudson.FilePath.act(FilePath.java:1059)
	at hudson.FilePath.delete(FilePath.java:1582)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:162)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:91)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1894)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Build step 'Execute shell' marked build as failure
ERROR: Step ORD>=128ORD>=128ORD>=128Archive the artifactsORD>=128ORD>=128ORD>=128 failed: no workspace for trilinos-folder/Trilinos_pullrequest_gcc_8.3.0 #7628
[Checks API] No suitable checks publisher found.
Finished: FAILURE

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

skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@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=ascic143&field2=buildname&compare2=61&value2=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5124&field3=buildstamp&compare3=61&value3=20220517-2020-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5124&field2=buildstamp&compare2=61&value2=20220517-2020-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5124&field2=buildstamp&compare2=61&value2=20220517-2020-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ............ Size of output: 261K
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 of output: 1198K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

--- Change directory to /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5124
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

Wrote file 'package_subproject_list.cmake'
Build name               = PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5642
Cur dir                  = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir               = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
Parallel level           = 29
Testing Parallel level   = 4
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5642&field3=buildstamp&compare3=61&value3=20220517-2020-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5642&field2=buildstamp&compare2=61&value2=20220517-2020-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5642&field2=buildstamp&compare2=61&value2=20220517-2020-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ................................................. Size of output: 348K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ....... Size of output: 706K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5642
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

Console Output (last 100 lines) : intel-19.0.5 # 291 (click to expand)

PRLinuxDriverMerge> -- TRILINOS_TARGET_SHA = 020bc729971bdab83f28ead3c034f479c680cdf7
PRLinuxDriverMerge> -- TRILINOS_SOURCE_REPO = https://github.com/bartlettroscoe/Trilinos
PRLinuxDriverMerge> -- https_proxy = http://proxy.sandia.gov:80
PRLinuxDriverMerge> -- JOB_BASE_NAME = intel-19.0.5
PRLinuxDriverMerge> -- GIT_PREVIOUS_SUCCESSFUL_COMMIT = f59c2f2103e02e1113f23f20e99d4bbc4d6041d4
PRLinuxDriverMerge> -- HISTCONTROL = ignoredups
PRLinuxDriverMerge> -- RUN_TESTS_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/intel-19.0.5/291/display/redirect?page=tests
PRLinuxDriverMerge> -- SHLVL = 3
PRLinuxDriverMerge> -- HOME = /ascldap/users/trilinos
PRLinuxDriverMerge> -- GIT_BRANCH = origin/tribits-299-modern-cmake-targets-2-prep
PRLinuxDriverMerge> -- no_proxy = localhost,.sandia.gov,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
PRLinuxDriverMerge> -- GIT_BRANCH_6 = origin/master
PRLinuxDriverMerge> -- JENKINS_SERVER_COOKIE = 248910a9cd8de38c
PRLinuxDriverMerge> -- WORKSPACE_TMP = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/intel-19.0.5@tmp
PRLinuxDriverMerge> -- JOB_OWNER = prwolfe
PRLinuxDriverMerge> -- GENCONFIG_BUILD_NAME = rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PRLinuxDriverMerge> -- GIT_BRANCH_7 = origin/master
PRLinuxDriverMerge> -- EXECUTOR_NUMBER = 21
PRLinuxDriverMerge> -- JOB_COOWNERS = prwolfe,trilinos
PRLinuxDriverMerge> -- GIT_URL = https://github.com/bartlettroscoe/Trilinos
PRLinuxDriverMerge> -- PERL_LOCAL_LIB_ROOT = :/ascldap/users/trilinos/perl5
PRLinuxDriverMerge> -- TRILINOS_CTEST_DROP_SITE = trilinos-cdash.sandia.gov
PRLinuxDriverMerge> -- GIT_URL_9 = git@cee-gitlab.sandia.gov:trilinos-project/srn-ini-files.git
PRLinuxDriverMerge> -- NODE_LABELS = ascic142-trilinos trilinos-37 trilinos-any trilinos-haswell
PRLinuxDriverMerge> -- GIT_BRANCH_4 = origin/master
PRLinuxDriverMerge> -- LOGNAME = trilinos
PRLinuxDriverMerge> -- GIT_URL_8 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/SimpleTestingRefactor.git
PRLinuxDriverMerge> -- GIT_BRANCH_5 = origin/master
PRLinuxDriverMerge> -- PYTHONPATH = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/intel-19.0.5/Trilinos/packages/framework/pr_tools:/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/intel-19.0.5/GenConfig
PRLinuxDriverMerge> -- SEMS_GIT_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1
PRLinuxDriverMerge> -- CVS_RSH = ssh
PRLinuxDriverMerge> -- GIT_BRANCH_2 = origin/master
PRLinuxDriverMerge> -- QTLIB = /usr/lib64/qt-3.3/lib
PRLinuxDriverMerge> -- HUDSON_HOME = /var/lib/jenkins
PRLinuxDriverMerge> -- SSH_CONNECTION = 205.137.80.91 45058 205.137.80.12 22
PRLinuxDriverMerge> -- XDG_DATA_DIRS = /ascldap/users/trilinos/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
PRLinuxDriverMerge> -- GIT_BRANCH_3 = origin/master
PRLinuxDriverMerge> -- NODE_NAME = ascic142-trilinos
PRLinuxDriverMerge> -- MODULESHOME = /usr/share/Modules
PRLinuxDriverMerge> -- SEMS_MODULEFILES_ROOT = /projects/sems/modulefiles
PRLinuxDriverMerge> -- LESSOPEN = ||/usr/bin/lesspipe.sh %s
PRLinuxDriverMerge> -- GIT_BRANCH_1 = origin/master
PRLinuxDriverMerge> -- BUILD_NUMBER = 291
PRLinuxDriverMerge> -- JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/intel-19.0.5/display/redirect
PRLinuxDriverMerge> -- GIT_URL_3 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/ConfigParserEnhanced.git
PRLinuxDriverMerge> -- TRILINOS_SOURCE_BRANCH = tribits-299-modern-cmake-targets-2-prep
PRLinuxDriverMerge> -- GIT_URL_2 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/loadenv.git
PRLinuxDriverMerge> -- JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
PRLinuxDriverMerge> -- ROOT_BUILD_CAUSE_MANUALTRIGGER = true
PRLinuxDriverMerge> -- HUDSON_COOKIE = 031902c3-618c-422f-81ff-b66f2061e52e
PRLinuxDriverMerge> -- GIT_URL_1 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/GenConfig.git
PRLinuxDriverMerge> -- XDG_RUNTIME_DIR = /run/user/91724
PRLinuxDriverMerge> -- NODE_COOWNERS_EMAILS = ceeadmin@sandia.gov,ceejenkins@sandia.gov
PRLinuxDriverMerge> -- QT_PLUGIN_PATH = /usr/lib64/kde4/plugins:/usr/lib/kde4/plugins
PRLinuxDriverMerge> -- GIT_URL_7 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/SetProgramOptions.git
PRLinuxDriverMerge> -- GIT_URL_6 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/KeywordParser.git
PRLinuxDriverMerge> -- PERL_MM_OPT = INSTALL_BASE=/ascldap/users/trilinos/perl5
PRLinuxDriverMerge> -- GIT_BRANCH_8 = origin/main
PRLinuxDriverMerge> -- GIT_URL_5 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/DetermineSystem.git
PRLinuxDriverMerge> -- FORCE_CLEAN = true
PRLinuxDriverMerge> -- GIT_BRANCH_9 = origin/master
PRLinuxDriverMerge> -- GIT_URL_4 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/SetEnvironment.git
PRLinuxDriverMerge> -- BASH_FUNC_module() = () {  eval `/usr/bin/modulecmd bash $*`
}
PRLinuxDriverMerge> -- _ = /usr/local/anaconda/3-2020-02/bin/python3
PRLinuxDriverMerge> 
PRLinuxDriverMerge> --------------------------------------------------------------------------------
PRLinuxDriverMerge> git remote -v
PRLinuxDriverMerge> 
PRLinuxDriverMerge> git remote exists, removing it
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git remote rm source_remote
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git remote add source_remote https://github.com/bartlettroscoe/Trilinos
From https://github.com/bartlettroscoe/Trilinos
 * branch            tribits-299-modern-cmake-targets-2-prep -> FETCH_HEAD
 * [new branch]      tribits-299-modern-cmake-targets-2-prep -> source_remote/tribits-299-modern-cmake-targets-2-prep
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git fetch source_remote tribits-299-modern-cmake-targets-2-prep
fatal: Couldn't find remote ref develop
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git fetch origin develop
PRLinuxDriverMerge> Received subprocess.CalledProcessError - returned 128
PRLinuxDriverMerge> from command ['git', 'fetch', 'origin', 'develop']
PRLinuxDriverMerge> output None
PRLinuxDriverMerge>   stdout None
PRLinuxDriverMerge>   stderr None
PRLinuxDriverMerge>  Finished with error(s)
PRDriver> Command failed with status: 1

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

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

Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ................................................. Size of output: 348K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 150K
    ..................................................  Size: 199K
    ..................................................  Size: 250K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 550K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 950K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1150K
    ..................................................  Size: 1200K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1349K
    ..................................................  Size: 1400K
    ..................................................  Size: 1450K
    ..................................................  Size: 1500K
    ..................................................  Size: 1550K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1700K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1950K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    .............. Size of output: 2064K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

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

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

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

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

+--------------------------------------+
| ctest-stage-configure.cmake FINISH   |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake START        |
+--------------------------------------+
+----------------------------------------------------------+
+ START build step
+----------------------------------------------------------+
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1888&field3=buildstamp&compare3=61&value3=20220517-2021-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1888&field2=buildstamp&compare2=61&value2=20220517-2021-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1888&field2=buildstamp&compare2=61&value2=20220517-2021-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 149994
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1888&field3=buildstamp&compare3=61&value3=20220517-2021-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1888&field2=buildstamp&compare2=61&value2=20220517-2021-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1888&field2=buildstamp&compare2=61&value2=20220517-2021-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 149994
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : _cuda_10.1.243 # 996 (click to expand)

    ..................................................  Size: 22799K
    ..................................................  Size: 22850K
    ..................................................  Size: 22899K
    ..................................................  Size: 22950K
    ..................................................  Size: 23000K
    ..................................................  Size: 23049K
    ..................................................  Size: 23099K
    ..................................................  Size: 23149K
    ..................................................  Size: 23199K
    ..................................................  Size: 23250K
    ............. Size of output: 23263K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=vortex48&field2=buildname&compare2=61&value2=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-996&field3=buildstamp&compare3=61&value3=20220517-2023-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-996&field2=buildstamp&compare2=61&value2=20220517-2023-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-996&field2=buildstamp&compare2=61&value2=20220517-2023-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 150059
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=vortex48&field2=buildname&compare2=61&value2=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-996&field3=buildstamp&compare3=61&value3=20220517-2023-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-996&field2=buildstamp&compare2=61&value2=20220517-2023-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-996&field2=buildstamp&compare2=61&value2=20220517-2023-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 150059
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@3/pull_request_test/configure_command.txt
                 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@3/generatedPRFragment.cmake
                 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS


CDash Test Results for PR# 10533.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7631
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5127
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5645
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: intel-19.0.5

  • Build Num: 294
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5330
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: python-3

  • Build Num: 1891
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 999
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Using Repos:

Repo: TRILINOS (bartlettroscoe/Trilinos)
  • Branch: tribits-299-modern-cmake-targets-2-prep
  • SHA: d8965b3
  • Mode: TEST_REPO

Pull Request Author: bartlettroscoe

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7631
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5127
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5645
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: intel-19.0.5

  • Build Num: 294
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5330
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: python-3

  • Build Num: 1891
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 999
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA d8965b3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 7631 (click to expand)

  /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-10533-test-Trilinos_pullrequest_gcc_8.3.0-7631&field3=buildstamp&compare3=61&value3=20220518-0826-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_8.3.0-7631&field2=buildstamp&compare2=61&value2=20220518-0826-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_8.3.0-7631&field2=buildstamp&compare2=61&value2=20220518-0826-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    .................................... Size of output: 385K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ........................................ Size of output: 1790K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

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

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

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

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

skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 62
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic143&field2=buildname&compare2=61&value2=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5127&field3=buildstamp&compare3=61&value3=20220518-0827-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5127&field2=buildstamp&compare2=61&value2=20220518-0827-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5127&field2=buildstamp&compare2=61&value2=20220518-0827-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ............ Size of output: 261K
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 of output: 1198K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

--- Change directory to /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5127
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

CHANGED_PACKAGES_FULL_LIST='TrilinosATDMConfigTests,Isorropia,Sacado,Zoltan2'

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

CHANGED_PACKAGES_ST_LIST='TrilinosATDMConfigTests,Isorropia,Sacado,Zoltan2'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5645
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 62
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5645&field3=buildstamp&compare3=61&value3=20220518-0827-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5645&field2=buildstamp&compare2=61&value2=20220518-0827-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5645&field2=buildstamp&compare2=61&value2=20220518-0827-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
................................................. Size of output: 348K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.......................................... Size of output: 141K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5645
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

Console Output (last 100 lines) : intel-19.0.5 # 294 (click to expand)

PRLinuxDriverMerge> -- TRILINOS_TARGET_SHA = 020bc729971bdab83f28ead3c034f479c680cdf7
PRLinuxDriverMerge> -- TRILINOS_SOURCE_REPO = https://github.com/bartlettroscoe/Trilinos
PRLinuxDriverMerge> -- https_proxy = http://proxy.sandia.gov:80
PRLinuxDriverMerge> -- JOB_BASE_NAME = intel-19.0.5
PRLinuxDriverMerge> -- GIT_PREVIOUS_SUCCESSFUL_COMMIT = f59c2f2103e02e1113f23f20e99d4bbc4d6041d4
PRLinuxDriverMerge> -- HISTCONTROL = ignoredups
PRLinuxDriverMerge> -- RUN_TESTS_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/intel-19.0.5/294/display/redirect?page=tests
PRLinuxDriverMerge> -- SHLVL = 3
PRLinuxDriverMerge> -- HOME = /ascldap/users/trilinos
PRLinuxDriverMerge> -- GIT_BRANCH = origin/tribits-299-modern-cmake-targets-2-prep
PRLinuxDriverMerge> -- no_proxy = localhost,.sandia.gov,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
PRLinuxDriverMerge> -- GIT_BRANCH_6 = origin/master
PRLinuxDriverMerge> -- JENKINS_SERVER_COOKIE = 248910a9cd8de38c
PRLinuxDriverMerge> -- WORKSPACE_TMP = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/intel-19.0.5@tmp
PRLinuxDriverMerge> -- JOB_OWNER = prwolfe
PRLinuxDriverMerge> -- GENCONFIG_BUILD_NAME = rhel7_sems-intel-19.0.5-mpich-3.2-serial_release-debug_static_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PRLinuxDriverMerge> -- GIT_BRANCH_7 = origin/master
PRLinuxDriverMerge> -- EXECUTOR_NUMBER = 57
PRLinuxDriverMerge> -- JOB_COOWNERS = prwolfe,trilinos
PRLinuxDriverMerge> -- GIT_URL = https://github.com/bartlettroscoe/Trilinos
PRLinuxDriverMerge> -- PERL_LOCAL_LIB_ROOT = :/ascldap/users/trilinos/perl5
PRLinuxDriverMerge> -- TRILINOS_CTEST_DROP_SITE = trilinos-cdash.sandia.gov
PRLinuxDriverMerge> -- GIT_URL_9 = git@cee-gitlab.sandia.gov:trilinos-project/srn-ini-files.git
PRLinuxDriverMerge> -- NODE_LABELS = ascic142-trilinos trilinos-37 trilinos-any trilinos-haswell
PRLinuxDriverMerge> -- GIT_BRANCH_4 = origin/master
PRLinuxDriverMerge> -- LOGNAME = trilinos
PRLinuxDriverMerge> -- GIT_URL_8 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/SimpleTestingRefactor.git
PRLinuxDriverMerge> -- GIT_BRANCH_5 = origin/master
PRLinuxDriverMerge> -- PYTHONPATH = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/intel-19.0.5/Trilinos/packages/framework/pr_tools:/scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/intel-19.0.5/GenConfig
PRLinuxDriverMerge> -- SEMS_GIT_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1
PRLinuxDriverMerge> -- CVS_RSH = ssh
PRLinuxDriverMerge> -- GIT_BRANCH_2 = origin/master
PRLinuxDriverMerge> -- QTLIB = /usr/lib64/qt-3.3/lib
PRLinuxDriverMerge> -- HUDSON_HOME = /var/lib/jenkins
PRLinuxDriverMerge> -- SSH_CONNECTION = 205.137.80.91 45058 205.137.80.12 22
PRLinuxDriverMerge> -- XDG_DATA_DIRS = /ascldap/users/trilinos/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
PRLinuxDriverMerge> -- GIT_BRANCH_3 = origin/master
PRLinuxDriverMerge> -- NODE_NAME = ascic142-trilinos
PRLinuxDriverMerge> -- MODULESHOME = /usr/share/Modules
PRLinuxDriverMerge> -- SEMS_MODULEFILES_ROOT = /projects/sems/modulefiles
PRLinuxDriverMerge> -- LESSOPEN = ||/usr/bin/lesspipe.sh %s
PRLinuxDriverMerge> -- GIT_BRANCH_1 = origin/master
PRLinuxDriverMerge> -- BUILD_NUMBER = 294
PRLinuxDriverMerge> -- JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/intel-19.0.5/display/redirect
PRLinuxDriverMerge> -- GIT_URL_3 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/ConfigParserEnhanced.git
PRLinuxDriverMerge> -- TRILINOS_SOURCE_BRANCH = tribits-299-modern-cmake-targets-2-prep
PRLinuxDriverMerge> -- GIT_URL_2 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/loadenv.git
PRLinuxDriverMerge> -- JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
PRLinuxDriverMerge> -- ROOT_BUILD_CAUSE_MANUALTRIGGER = true
PRLinuxDriverMerge> -- HUDSON_COOKIE = b55e0dd3-0f84-4a57-a8a1-0297bb4c3b90
PRLinuxDriverMerge> -- GIT_URL_1 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/GenConfig.git
PRLinuxDriverMerge> -- XDG_RUNTIME_DIR = /run/user/91724
PRLinuxDriverMerge> -- NODE_COOWNERS_EMAILS = ceeadmin@sandia.gov,ceejenkins@sandia.gov
PRLinuxDriverMerge> -- QT_PLUGIN_PATH = /usr/lib64/kde4/plugins:/usr/lib/kde4/plugins
PRLinuxDriverMerge> -- GIT_URL_7 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/SetProgramOptions.git
PRLinuxDriverMerge> -- GIT_URL_6 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/KeywordParser.git
PRLinuxDriverMerge> -- PERL_MM_OPT = INSTALL_BASE=/ascldap/users/trilinos/perl5
PRLinuxDriverMerge> -- GIT_BRANCH_8 = origin/main
PRLinuxDriverMerge> -- GIT_URL_5 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/DetermineSystem.git
PRLinuxDriverMerge> -- FORCE_CLEAN = true
PRLinuxDriverMerge> -- GIT_BRANCH_9 = origin/master
PRLinuxDriverMerge> -- GIT_URL_4 = git@gitlab-ex.sandia.gov:trilinos-devops-consolidation/code/SetEnvironment.git
PRLinuxDriverMerge> -- BASH_FUNC_module() = () {  eval `/usr/bin/modulecmd bash $*`
}
PRLinuxDriverMerge> -- _ = /usr/local/anaconda/3-2020-02/bin/python3
PRLinuxDriverMerge> 
PRLinuxDriverMerge> --------------------------------------------------------------------------------
PRLinuxDriverMerge> git remote -v
PRLinuxDriverMerge> 
PRLinuxDriverMerge> git remote exists, removing it
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git remote rm source_remote
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git remote add source_remote https://github.com/bartlettroscoe/Trilinos
From https://github.com/bartlettroscoe/Trilinos
 * branch            tribits-299-modern-cmake-targets-2-prep -> FETCH_HEAD
 * [new branch]      tribits-299-modern-cmake-targets-2-prep -> source_remote/tribits-299-modern-cmake-targets-2-prep
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git fetch source_remote tribits-299-modern-cmake-targets-2-prep
fatal: Couldn't find remote ref develop
PRLinuxDriverMerge> OK
PRLinuxDriverMerge> 
PRLinuxDriverMerge> Checked Call:
PRLinuxDriverMerge> git fetch origin develop
PRLinuxDriverMerge> Received subprocess.CalledProcessError - returned 128
PRLinuxDriverMerge> from command ['git', 'fetch', 'origin', 'develop']
PRLinuxDriverMerge> output None
PRLinuxDriverMerge>   stdout None
PRLinuxDriverMerge>   stderr None
PRLinuxDriverMerge>  Finished with error(s)
PRDriver> Command failed with status: 1

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

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

Wrote file 'package_subproject_list.cmake'
Build name = PR-10533-test-Trilinos_pullrequest_clang_10.0.0-5330
Cur dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 62
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-10533-test-Trilinos_pullrequest_clang_10.0.0-5330&field3=buildstamp&compare3=61&value3=20220518-0827-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_clang_10.0.0-5330&field2=buildstamp&compare2=61&value2=20220518-0827-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_clang_10.0.0-5330&field2=buildstamp&compare2=61&value2=20220518-0827-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
................................................ Size of output: 347K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 50K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 300K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.......................................... Size of output: 692K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
--- OK

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

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

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

+--------------------------------------+
| ctest-stage-configure.cmake FINISH   |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake START        |
+--------------------------------------+
+----------------------------------------------------------+
+ START build step
+----------------------------------------------------------+
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1891&field3=buildstamp&compare3=61&value3=20220518-0827-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1891&field2=buildstamp&compare2=61&value2=20220518-0827-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1891&field2=buildstamp&compare2=61&value2=20220518-0827-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 150947
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1891&field3=buildstamp&compare3=61&value3=20220518-0827-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1891&field2=buildstamp&compare2=61&value2=20220518-0827-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1891&field2=buildstamp&compare2=61&value2=20220518-0827-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 150947
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : _cuda_10.1.243 # 999 (click to expand)

    ..................................................  Size: 22700K
    ..................................................  Size: 22749K
    ..................................................  Size: 22799K
    ..................................................  Size: 22850K
    ..................................................  Size: 22899K
    ..................................................  Size: 22949K
    ..................................................  Size: 22999K
    ..................................................  Size: 23050K
    ..................................................  Size: 23099K
    ..................................................  Size: 23149K
    .................. Size of output: 23168K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=vortex4&field2=buildname&compare2=61&value2=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-999&field3=buildstamp&compare3=61&value3=20220518-0831-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-999&field2=buildstamp&compare2=61&value2=20220518-0831-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-999&field2=buildstamp&compare2=61&value2=20220518-0831-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 151014
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=vortex4&field2=buildname&compare2=61&value2=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-999&field3=buildstamp&compare3=61&value3=20220518-0831-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-999&field2=buildstamp&compare2=61&value2=20220518-0831-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-999&field2=buildstamp&compare2=61&value2=20220518-0831-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 151014
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/pull_request_test/configure_command.txt
                 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/generatedPRFragment.cmake
                 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS


CDash Test Results for PR# 10533.


Wiki: How to Reproduce PR Testing Builds and Errors.

@bartlettroscoe bartlettroscoe added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label May 20, 2022
@bartlettroscoe
Copy link
Member Author

FYI: This PR and other PRs that happen to enable ShyLU_Node will never pass the intel-19.0.5 build and be allowed to merge until #10549 is addressed.

@bartlettroscoe bartlettroscoe added the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label May 20, 2022
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7655
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5151
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5669
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12647
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5353
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: python-3

  • Build Num: 1914
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1022
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Using Repos:

Repo: TRILINOS (bartlettroscoe/Trilinos)
  • Branch: tribits-299-modern-cmake-targets-2-prep
  • SHA: 8c1028d
  • Mode: TEST_REPO

Pull Request Author: bartlettroscoe

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7655
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5151
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5669
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12647
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5353
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: python-3

  • Build Num: 1914
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1022
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 7655 (click to expand)

    ..................................................  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: 1350K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ...................... Size of output: 3022K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

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

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

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

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

    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2200K
    ..................................................  Size: 2250K
    ..................................................  Size: 2300K
    ..................................................  Size: 2349K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................... Size of output: 2637K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype/simple_testing.cmake:208 (message):
  Build failed with error 1

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

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

--- Change directory to /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_serial-5151
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5669&field3=buildstamp&compare3=61&value3=20220521-0930-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5669&field2=buildstamp&compare2=61&value2=20220521-0930-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5669&field2=buildstamp&compare2=61&value2=20220521-0930-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 400K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    . Size of output: 500K
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 of output: 916K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:224 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-10533-test-Trilinos_pullrequest_gcc_7.2.0_debug-5669
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

    ..................................................  Size: 20700K
    ..................................................  Size: 20749K
    ..................................................  Size: 20799K
    ..................................................  Size: 20849K
    ..................................................  Size: 20899K
    ..................................................  Size: 20950K
    ..................................................  Size: 21000K
    ..................................................  Size: 21049K
    ..................................................  Size: 21099K
    ..................................................  Size: 21149K
    ..................................................  Size: 21199K
    ..................................................  Size: 21249K
    ..................................................  Size: 21299K
    ..................................................  Size: 21349K
    ..................................................  Size: 21399K
    ..................................................  Size: 21449K
    ..................................................  Size: 21500K
    ..................................................  Size: 21550K
    ..................................................  Size: 21600K
    ..................................................  Size: 21650K
    ..................................................  Size: 21700K
    ..................................................  Size: 21750K
    ..................................................  Size: 21800K
    ..................................................  Size: 21850K
    ..................................................  Size: 21900K
    ..................................................  Size: 21950K
    ..................................................  Size: 21999K
    ..................................................  Size: 22049K
    ..................................................  Size: 22099K
    ..................................................  Size: 22149K
    ..................................................  Size: 22199K
    ..................................................  Size: 22249K
    ..................................................  Size: 22300K
    ..................................................  Size: 22350K
    ..................................................  Size: 22400K
    ..................................................  Size: 22450K
    ..................................................  Size: 22500K
    ..................................................  Size: 22550K
    ..................................................  Size: 22600K
    ..................................................  Size: 22650K
    ..................................................  Size: 22700K
    ..................................................  Size: 22750K
    ..................................................  Size: 22800K
    ..................................................  Size: 22850K
    ..................................................  Size: 22899K
    ..................................................  Size: 22949K
    ..................................................  Size: 23000K
    ..................................................  Size: 23049K
    ..................................................  Size: 23099K
    ..................................................  Size: 23149K
    ..................................................  Size: 23200K
    ..................................................  Size: 23250K
    ..................................................  Size: 23300K
    ...................................... Size of output: 23338K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

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

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

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

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

    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1550K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1700K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2200K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2500K
    ..................................................  Size: 2550K
    ..................................................  Size: 2599K
    ..................................................  Size: 2650K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2950K
    ..................................................  Size: 3000K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3150K
    ..................................................  Size: 3200K
    ..................................................  Size: 3249K
    ..................................................  Size: 3300K
    ..................................................  Size: 3350K
    ..................................................  Size: 3399K
    ..................................................  Size: 3450K
    ..................................................  Size: 3499K
    ............... Size of output: 3515K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON
-- Setting Trilinos_ENABLE_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Isorropia = ON
-- Setting Trilinos_ENABLE_Sacado = ON
-- Setting Trilinos_ENABLE_Zoltan2 = ON

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

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

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
--- OK

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

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

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

+--------------------------------------+
| ctest-stage-configure.cmake FINISH   |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake START        |
+--------------------------------------+
+----------------------------------------------------------+
+ START build step
+----------------------------------------------------------+
   Each symbol represents 1024 bytes of output.
    . Size of output: 0K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1914&field3=buildstamp&compare3=61&value3=20220521-0930-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1914&field2=buildstamp&compare2=61&value2=20220521-0930-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1914&field2=buildstamp&compare2=61&value2=20220521-0930-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 155909
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic142&field2=buildname&compare2=61&value2=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1914&field3=buildstamp&compare3=61&value3=20220521-0930-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1914&field2=buildstamp&compare2=61&value2=20220521-0930-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-rhel7_sems-gnu-7.2.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_pr-framework-1914&field2=buildstamp&compare2=61&value2=20220521-0930-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 155909
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/pull_request_test/configure_command.txt
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/generatedPRFragment.cmake
                 /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/python-3/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : _cuda_10.1.243 # 1022 (click to expand)

    ..................................................  Size: 24250K
    ..................................................  Size: 24299K
    ..................................................  Size: 24349K
    ..................................................  Size: 24400K
    ..................................................  Size: 24449K
    ..................................................  Size: 24500K
    ..................................................  Size: 24550K
    ..................................................  Size: 24600K
    ..................................................  Size: 24649K
    ..................................................  Size: 24699K
    ............................... Size of output: 24730K
+----------------------------------------------------------+
+ END build step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Build
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=vortex2&field2=buildname&compare2=61&value2=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-1022&field3=buildstamp&compare3=61&value3=20220521-0934-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-1022&field2=buildstamp&compare2=61&value2=20220521-0934-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-1022&field2=buildstamp&compare2=61&value2=20220521-0934-Pull%20Request
>>> ctest_submit(PARTS        Build
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Build submit: OK
>>> CDash Build-ID : 155911
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+--------------------------------------+
| ctest-stage-build.cmake FINISH       |
+--------------------------------------+
+--------------------------------------+
| ctest-stage-test.cmake START         |
+--------------------------------------+
+----------------------------------------------------------+
+ START test step
+----------------------------------------------------------+
+----------------------------------------------------------+
+ END test step - SUCCESS
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_by_parts() START
+----------------------------------------------------------+
>>> arg_parts_value: Test
>>> CTEST_DROP_METHOD : https
>>> CTEST_DROP_LOCATION : /submit.php?project=Trilinos
>>> CDash URL1 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=vortex2&field2=buildname&compare2=61&value2=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-1022&field3=buildstamp&compare3=61&value3=20220521-0934-Pull%20Request
>>> CDash URL2 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-1022&field2=buildstamp&compare2=61&value2=20220521-0934-Pull%20Request
>>> CDash URL3 = https://trilinos-cdash.sandia.gov/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-10533-test-ats2_cuda-10.1.243-gnu-8.3.1-spmpi-rolling_release_static_Volta70_Power9_no-asan_no-complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables-1022&field2=buildstamp&compare2=61&value2=20220521-0934-Pull%20Request
>>> ctest_submit(PARTS        Test
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE ctest_submit_error)
>>> Test submit: OK
>>> CDash Build-ID : 155911
+----------------------------------------------------------+
+ submit_by_parts() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_single_submit() START
+----------------------------------------------------------+
>>> SKIPPED
>>> skip_single_submit : ON
+----------------------------------------------------------+
+ submit_single_submit() FINISH
+----------------------------------------------------------+
+----------------------------------------------------------+
+ submit_upload_config_files() START
+----------------------------------------------------------+
>>> ctest_upload(FILES /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/pull_request_test/configure_command.txt
                 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/generatedPRFragment.cmake
                 /vscratch1/trilinos/jenkins/vortex-trilinos/workspace/trilinos-folder/_cuda_10.1.243@2/packageEnables.cmake )
>>> ctest_submit(PARTS upload
                 RETRY_COUNT  5
                 RETRY_DELAY  3
                 RETURN_VALUE file_upload_erorr)
>>> Config Files Upload: OK
+----------------------------------------------------------+
+ submit_upload_config_files() FINISH
+----------------------------------------------------------+
>>> captured_cmake_error = 0 (unused)
>>> test_error           = 0
Test(s) passed.
+--------------------------------------+
| ctest-stage-test.cmake FINISH        |
+--------------------------------------+
+--------------------------------------+
| ctest-driver.cmake FINISH            |
+--------------------------------------+
TrilinosPRConfigurationStandard.py:99 execute_test()> --- OK
TrilinosPRConfigurationStandard.py:107 execute_test()> 
PullRequestLinuxDriverTest.py main()> Done.
PRDriver> OK
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS


CDash Test Results for PR# 10533.


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 May 21, 2022
@trilinos-autotester
Copy link
Contributor

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

@bartlettroscoe bartlettroscoe added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label May 23, 2022
@bartlettroscoe
Copy link
Member Author

Man this PR is hard to get the testing to pass. And the failures are completely unrelated to the changes in the PR.

The last PR iteration failed for several reasons:

But the autotester seemed to suggest that some of the builds were halted:

  • Trilinos_pullrequest_gcc_8.3.0
  • Trilinos_pullrequest_gcc_7.2.0_serial
  • Trilinos_pullrequest_gcc_7.2.0_debug

I don't understand all of this from the CDash dashboard.

I will run the PR build again.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7665
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5161
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5679
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12655
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5361
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: python-3

  • Build Num: 1922
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1030
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Using Repos:

Repo: TRILINOS (bartlettroscoe/Trilinos)
  • Branch: tribits-299-modern-cmake-targets-2-prep
  • SHA: 8c1028d
  • Mode: TEST_REPO

Pull Request Author: bartlettroscoe

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 7665
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 5161
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 5679
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 12655
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 5361
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: python-3

  • Build Num: 1922
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72

Build Information

Test Name: _cuda_10.1.243

  • Build Num: 1030
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS type: bug;type: enhancement;pkg: Zoltan2;pkg: Sacado;AT: RETEST;AT: AUTOMERGE
PULLREQUESTNUM 10533
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH tribits-299-modern-cmake-targets-2-prep
TRILINOS_SOURCE_REPO https://github.com/bartlettroscoe/Trilinos
TRILINOS_SOURCE_SHA 8c1028d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 020bc72


CDash Test Results for PR# 10533.

@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 May 23, 2022
@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...

@bartlettroscoe
Copy link
Member Author

Hello @keitat, can you please approve this PR so it can be merged to the Trilinos 'develop' branch? It will simplify further testing with updated TriBITS against Trilinos 'develop' so we can get this updated version of TriBITS merged to Trilinos 'develop'.

@trilinos-autotester
Copy link
Contributor

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

Copy link
Contributor

@keitat keitat left a comment

Choose a reason for hiding this comment

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

LGTM

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit 3fa0738 into trilinos:develop May 26, 2022
Trilinos TriBITS Refactor automation moved this from In Review to Done May 26, 2022
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 10533: 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 May 26, 2022
bartlettroscoe added a commit to bartlettroscoe/TriBITS that referenced this pull request May 26, 2022
TriBITSPub#299)

This was snapshotted from the Trilinos  commit:

  commit 8c1028df724eb0096cd688b381285112bc6f914a
  Author: Roscoe A. Bartlett <rabartl@sandia.gov>
  Date:   Wed May 18 15:08:17 2022 -0600

    FindTPLNetcdf.cmake: Lower-case function names (TriBITSPub#274)

soon to be merged to Trilinos 'develop' from Trilinos PR #10533.

However, this is not an snapshot as I made the following changing before
creating this commit:

* Kept the spelling fix for 'separated' made in TriBITS 'master' branch from
  commit c716a74; Author: Greg Sjaardema
  <gsjaardema@gmail.com>; Date: Mon Aug 2 16:02:20 2021 -0600; "Spelling
  fixes"

* I removed a few trailing spaces at the end of some lines

Why? There really is no value in using a different version of
FindTPLNetcdf.cmake in TriBITS that what is used in Trilinos.  When testing
Trilinos against updated versions of TriBITS, you really want the logic to
match.  In the case in testing with Trilinos (as part of TriBITSPub#299 and testing with
trilinos/Trilinos#10533), the old version of FindTPLNetcdf.cmake before this
change was not properly setting TPL_Netcdf_PARALLEL which was not allowing the
enable of the test SEACASIoss_exodus_fpp_serialize.  With this sync, we get
the exact same tests.
bartlettroscoe added a commit to bartlettroscoe/TriBITS that referenced this pull request Jun 7, 2022
TriBITSPub#299)

This was snapshotted from the Trilinos  commit:

  commit 8c1028df724eb0096cd688b381285112bc6f914a
  Author: Roscoe A. Bartlett <rabartl@sandia.gov>
  Date:   Wed May 18 15:08:17 2022 -0600

    FindTPLNetcdf.cmake: Lower-case function names (TriBITSPub#274)

soon to be merged to Trilinos 'develop' from Trilinos PR #10533.

However, this is not an snapshot as I made the following changing before
creating this commit:

* Kept the spelling fix for 'separated' made in TriBITS 'master' branch from
  commit c716a74; Author: Greg Sjaardema
  <gsjaardema@gmail.com>; Date: Mon Aug 2 16:02:20 2021 -0600; "Spelling
  fixes"

* I removed a few trailing spaces at the end of some lines

Why? There really is no value in using a different version of
FindTPLNetcdf.cmake in TriBITS that what is used in Trilinos.  When testing
Trilinos against updated versions of TriBITS, you really want the logic to
match.  In the case in testing with Trilinos (as part of TriBITSPub#299 and testing with
trilinos/Trilinos#10533), the old version of FindTPLNetcdf.cmake before this
change was not properly setting TPL_Netcdf_PARALLEL which was not allowing the
enable of the test SEACASIoss_exodus_fpp_serialize.  With this sync, we get
the exact same tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: Sacado pkg: Zoltan2 type: bug The primary issue is a bug in Trilinos code or tests type: enhancement Issue is an enhancement, not a bug
Projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants