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

ATDM/ats1: Drop intel-18 support and fix intel-19 environment #8495

Merged
merged 12 commits into from
Jan 14, 2021

Conversation

e10harvey
Copy link
Contributor

@e10harvey e10harvey commented Dec 17, 2020

Fix ats1 environment:

  • Drop support for intel-18.
  • Update intel-19 support to use mpich 7.7.15, gcc 8.3.0, and git 2.21.0.

See ATDV-409 for more details.

How was this tested?

nohup env Trilinos_PACKAGES=Kokkos,Teuchos,TrilinosATDMConfigTests ./ctest-s-local-test-driver.sh all &>ctest-s-local-test-driver.out &

cat ctest-s-local-test-driver.out

Thu Dec 17 08:39:47 MST 2020

Running Jenkins driver Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_opt.sh ...

    Creating directory: Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_opt

    Creating directory: SRC_AND_BUILD

    See log file Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_opt/smart-jenkins-driver.out

real	55m27.977s
user	0m25.437s
sys	0m11.468s

99% tests passed, 2 tests failed out of 185

Thu Dec 17 09:35:15 MST 2020

Running Jenkins driver Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_opt.sh ...

    Creating directory: Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_opt

    Creating directory: SRC_AND_BUILD

    See log file Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_opt/smart-jenkins-driver.out

real	18m56.862s
user	0m9.110s
sys	0m4.045s

99% tests passed, 1 tests failed out of 185

Thu Dec 17 09:54:12 MST 2020

Running Jenkins driver Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_dbg.sh ...

    Creating directory: Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_dbg

    Creating directory: SRC_AND_BUILD

    See log file Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_dbg/smart-jenkins-driver.out

real	6m36.988s
user	0m3.731s
sys	0m1.648s


Thu Dec 17 10:00:49 MST 2020

Running Jenkins driver Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_dbg.sh ...

    Creating directory: Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_dbg

    Creating directory: SRC_AND_BUILD

    See log file Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_dbg/smart-jenkins-driver.out

real	4m39.148s
user	0m3.282s
sys	0m1.389s


Thu Dec 17 10:05:28 MST 2020

Done running all of the builds!

Results are shown on CDash at:

Full build and test

nohup env ./ctest-s-local-test-driver.sh all &>ctest-s-local-test-driver.out &

cat ctest-s-local-test-driver.out

Sun Jan 10 09:09:33 MST 2021

Running Jenkins driver Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_opt.sh ...

    See log file Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_opt/smart-jenkins-driver.out

real	273m40.720s
user	2m6.667s
sys	0m59.715s

99% tests passed, 17 tests failed out of 2355

Sun Jan 10 13:43:14 MST 2021

Running Jenkins driver Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_opt.sh ...

    See log file Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_opt/smart-jenkins-driver.out

real	73m6.962s
user	0m35.093s
sys	0m16.760s

99% tests passed, 11 tests failed out of 2181

Sun Jan 10 14:56:21 MST 2021

Running Jenkins driver Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_dbg.sh ...

    Creating directory: Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_dbg

    Creating directory: SRC_AND_BUILD

    See log file Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_dbg/smart-jenkins-driver.out

real	85m37.303s
user	0m39.427s
sys	0m18.647s


Sun Jan 10 16:21:58 MST 2021

Running Jenkins driver Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_dbg.sh ...

    Creating directory: Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_dbg

    Creating directory: SRC_AND_BUILD

    See log file Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_dbg/smart-jenkins-driver.out

real	33m58.231s
user	0m16.818s
sys	0m7.539s


Sun Jan 10 16:55:57 MST 2021

Done running all of the builds!

See full build and test results at https://testing.sandia.gov/cdash/index.php?project=Trilinos&begin=2021-01-10&end=2021-01-11&filtercount=1&showfilters=1&field1=buildname&compare1=63&value1=ats1.

  - Drop support for intel-18.
  - Update intel-19 support to use mpich 7.7.15, gcc 8.3.0, and git 2.21.0.
@e10harvey e10harvey added client: ATDM Any issue primarily impacting the ATDM project ATDM Config Issues that are specific to the ATDM configuration settings ATDM DevOps Issues that will be worked by the Coordinated ATDM DevOps teams ATDM Env Issue Issue with ATDM build or test caused (at least partly) by the env, not a bug in Trilinos labels Dec 17, 2020
@trilinos-autotester
Copy link
Contributor

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

@jmgate jmgate requested a review from bathmatt December 17, 2020 17:47
@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: 3065
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 693
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1187
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8544
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6258
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1390
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4141
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Using Repos:

Repo: TRILINOS (e10harvey/Trilinos)
  • Branch: atdv-409-atdm-ats1
  • SHA: 45e1cf7
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@jmgate
Copy link
Contributor

jmgate commented Dec 17, 2020

You’re going to want @bathmatt’s review on this one. IIRC, we didn’t see problems with Intel 19 running CTest in our pipelines, but rather the problems manifested running larger problems. I may be wrong there—@bathmatt can correct me. On the other hand, if this is only for the ats1 environment, and EMPIRE no longer cares about ats1, then perhaps don’t worry about us and merge if SPARC accepts the change.

@jmgate jmgate removed their request for review December 17, 2020 17:52
@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: 3065
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 693
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1187
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8544
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6258
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1390
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4141
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 45e1cf7
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 3065 (click to expand)

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2

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

CHANGED_PACKAGES_FULL_LIST='TrilinosATDMConfigTests'

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

CHANGED_PACKAGES_ST_LIST='TrilinosATDMConfigTests'

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-8495-test-Trilinos_pullrequest_gcc_8.3.0-3065
Cur dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test
Parallel level = 20
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 = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.12.2/bin/cmake
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-8495-test-Trilinos_pullrequest_gcc_8.3.0-3065&field3=buildstamp&compare3=61&value3=20201217-1748-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-8495-test-Trilinos_pullrequest_gcc_8.3.0-3065&field2=buildstamp&compare2=61&value2=20201217-1748-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-8495-test-Trilinos_pullrequest_gcc_8.3.0-3065&field2=buildstamp&compare2=61&value2=20201217-1748-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.............................. Size of output: 29K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
. Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = 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/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8495-test-Trilinos_pullrequest_gcc_8.3.0-3065
-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/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0@2/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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

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

Wrote file 'changed-files.txt'

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

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

CHANGED_PACKAGES_FULL_LIST='TrilinosATDMConfigTests'

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

CHANGED_PACKAGES_ST_LIST='TrilinosATDMConfigTests'

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-8495-test-Trilinos_pullrequest_gcc_7.2.0_serial-693
Cur dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
Parallel level = 20
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 = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.12.2/bin/cmake
-C "/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic144/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/ascic144/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=ascic144&field2=buildname&compare2=61&value2=PR-8495-test-Trilinos_pullrequest_gcc_7.2.0_serial-693&field3=buildstamp&compare3=61&value3=20201217-1748-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-8495-test-Trilinos_pullrequest_gcc_7.2.0_serial-693&field2=buildstamp&compare2=61&value2=20201217-1748-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-8495-test-Trilinos_pullrequest_gcc_7.2.0_serial-693&field2=buildstamp&compare2=61&value2=20201217-1748-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
........................... Size of output: 26K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
. Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = 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/ascic144/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-8495-test-Trilinos_pullrequest_gcc_7.2.0_serial-693
-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/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic144/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 # 1187 (click to expand)

Wrote file 'changed-files.txt'

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

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

CHANGED_PACKAGES_FULL_LIST='TrilinosATDMConfigTests'

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

CHANGED_PACKAGES_ST_LIST='TrilinosATDMConfigTests'

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-8495-test-Trilinos_pullrequest_gcc_7.2.0_debug-1187
Cur dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic166/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 = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-8495-test-Trilinos_pullrequest_gcc_7.2.0_debug-1187&field3=buildstamp&compare3=61&value3=20201217-1748-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8495-test-Trilinos_pullrequest_gcc_7.2.0_debug-1187&field2=buildstamp&compare2=61&value2=20201217-1748-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8495-test-Trilinos_pullrequest_gcc_7.2.0_debug-1187&field2=buildstamp&compare2=61&value2=20201217-1748-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.............................. Size of output: 29K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
. Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON

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

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

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

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

--- 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 # 8544 (click to expand)

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1

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

CHANGED_PACKAGES_FULL_LIST='TrilinosATDMConfigTests'

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

CHANGED_PACKAGES_ST_LIST='TrilinosATDMConfigTests'

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-8495-test-Trilinos_pullrequest_intel_17.0.1-8544
Cur dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
Parallel level = 20
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 = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic143&field2=buildname&compare2=61&value2=PR-8495-test-Trilinos_pullrequest_intel_17.0.1-8544&field3=buildstamp&compare3=61&value3=20201217-1749-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8495-test-Trilinos_pullrequest_intel_17.0.1-8544&field2=buildstamp&compare2=61&value2=20201217-1749-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8495-test-Trilinos_pullrequest_intel_17.0.1-8544&field2=buildstamp&compare2=61&value2=20201217-1749-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.............................. Size of output: 29K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
. Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = ON

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

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

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

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

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

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

Wrote file 'changed-files.txt'

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

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

CHANGED_PACKAGES_FULL_LIST='TrilinosATDMConfigTests'

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

CHANGED_PACKAGES_ST_LIST='TrilinosATDMConfigTests'

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-8495-test-Trilinos_pullrequest_cuda_9.2-6258
Cur dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/TFW_testing_single_configure_prototype
Source dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
Binary dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/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 = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/home/rabartl/install/white-ride/cmake-3.11.2/bin/cmake
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxCuda9.2TestingSettings.cmake"
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ride11&field2=buildname&compare2=61&value2=PR-8495-test-Trilinos_pullrequest_cuda_9.2-6258&field3=buildstamp&compare3=61&value3=20201217-1749-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8495-test-Trilinos_pullrequest_cuda_9.2-6258&field2=buildstamp&compare2=61&value2=20201217-1749-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8495-test-Trilinos_pullrequest_cuda_9.2-6258&field2=buildstamp&compare2=61&value2=20201217-1749-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
...................... Size of output: 21K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
. Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = 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 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8495-test-Trilinos_pullrequest_cuda_9.2-6258
-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=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxCuda9.2TestingSettings.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_clang_10.0.0 # 1390 (click to expand)

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0

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

CHANGED_PACKAGES_FULL_LIST='TrilinosATDMConfigTests'

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

CHANGED_PACKAGES_ST_LIST='TrilinosATDMConfigTests'

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-8495-test-Trilinos_pullrequest_clang_10.0.0-1390
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 = 61
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-8495-test-Trilinos_pullrequest_clang_10.0.0-1390&field3=buildstamp&compare3=61&value3=20201217-1749-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-8495-test-Trilinos_pullrequest_clang_10.0.0-1390&field2=buildstamp&compare2=61&value2=20201217-1749-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-8495-test-Trilinos_pullrequest_clang_10.0.0-1390&field2=buildstamp&compare2=61&value2=20201217-1749-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.............................. Size of output: 29K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
. Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosATDMConfigTests = 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-8495-test-Trilinos_pullrequest_clang_10.0.0-1390
-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

--- 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_python_3 # 4141 (click to expand)

--- WORKSPACE_TMP = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3@tmp
--- JOB_OWNER = prwolfe
--- EXECUTOR_NUMBER
--- JOB_COOWNERS = prwolfe,trilinos
--- NODE_LABELS
--- GIT_URL
--- LOGNAME
--- CVS_RSH
--- QTLIB
--- HUDSON_HOME
--- SSH_CONNECTION
--- NODE_NAME
--- MODULESHOME
--- SEMS_MODULEFILES_ROOT = /projects/sems/modulefiles
--- LESSOPEN
--- JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
--- BUILD_NUMBER = 4141
--- TRILINOS_SOURCE_BRANCH = atdv-409-atdm-ats1
--- JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
--- HUDSON_COOKIE
--- ROOT_BUILD_CAUSE_MANUALTRIGGER = true
--- XDG_RUNTIME_DIR
--- NODE_COOWNERS_EMAILS
--- FORCE_CLEAN = false
--- BASH_FUNC_module()
--- _
--- LOADEDMODULES
--- _LMFILES_
--- CC
--- CXX
--- F77
--- F90
--- FC
--- LD_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/lib:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/lib:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/lib:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib64:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib
--- SEMS_COMPILER_NAME = gcc
--- SEMS_COMPILER_ROOT = /projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base
--- SEMS_COMPILER_VERSION = 7.2.0
--- SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_GCC_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_GCC_ROOT = /projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base
--- SERIAL_CC
--- SERIAL_CXX
--- SERIAL_F77
--- SERIAL_F90
--- SERIAL_FC
--- SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_NINJA_FORTRAN_ROOT = /projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2
--- SEMS_NINJA_FORTRAN_VERSION = 1.7.2
--- SEMS_GIT_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_GIT_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1
--- SEMS_GIT_VERSION = 2.10.1
--- SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_CMAKE_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3
--- SEMS_CMAKE_VERSION = 3.10.3

+--------------------------------------------------------------------+
| E N V I R O N M E N T S E T U P C O M P L E T E
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake S T A R T I N G
+--------------------------------------------------------------------+

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = 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-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8495-test-Trilinos_pullrequest_python_3-4141
-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-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

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


CDash Test Results for PR# 8495.


Wiki: How to Reproduce PR Testing Builds and Errors.

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

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 694
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1188
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8545
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6259
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1391
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4142
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Using Repos:

Repo: TRILINOS (e10harvey/Trilinos)
  • Branch: atdv-409-atdm-ats1
  • SHA: 922efea
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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: 3066
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 694
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1188
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8545
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6259
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1391
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4142
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 922efea
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405


CDash Test Results for PR# 8495.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

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

Copy link
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

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

@e10harvey

First off, thanks for working on this! Just a few things we need to do before merging (some of which are mentioned in comments below):

  1. Update ats1/custom_builds.sh to list intel in the keyword search list and update the error message to mention (intel-19, intel, default) as the other names for this.
  2. Need to remove logic from ats1/environment.sh that deals with "$ATDM_CONFIG_COMPILER" == "DEFAULT". It is impossible to have that valule.
  3. Use the default sparc-cmake/3.18.1 module (just delete module load cmake/3.14.6)
  4. Need to run the full set of builds and tests for all the packages. I.e. need to run ./ctest-s-local-test-driver.sh all and let it complete. (We need to know if there are mass test failures before we can let these submit to the Specialized CDash group.
  5. Really we should test against SPARC as well since this build really is in service of SPARC.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@e10harvey
Copy link
Contributor Author

Looks like the errors like shown here are in the CMake check of the C compiler:

Curious. This works from the atdv-409-atdm-ats1 branch that is behind atdm-nightly. I could not find the change that is causing LDFLAGS to be dropped but I worked around this via 17f340e.

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

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 843
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1337
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8691
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 167
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1533
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4264
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Using Repos:

Repo: TRILINOS (e10harvey/Trilinos)
  • Branch: atdv-409-atdm-ats1
  • SHA: 17f340e
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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: 3215
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 843
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1337
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8691
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 167
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1533
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4264
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS ATDM Config;ATDM DevOps;ATDM Env Issue;client: ATDM
PULLREQUESTNUM 8495
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH atdv-409-atdm-ats1
TRILINOS_SOURCE_REPO https://github.com/e10harvey/Trilinos
TRILINOS_SOURCE_SHA 17f340e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 6068405


CDash Test Results for PR# 8495.

@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

@e10harvey, looking at:

showing (sorted by "Start Time"):

Site Build Name Update Update Time Conf Error Conf Warn Conf Time Build Error Build Warn Build Time Test Not Run Test Fail Test Pass Test Time Test Proc Time Start Test Time Labels
mutrino Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_dbg 1bdd2c 4m 24s 0 3 8m 35s                 8 hours ago (31 labels)
mutrino Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_opt 1bdd2c 3m 0 3 14m 31s 1 0 5m 34s 1029 74 1075 3h 49m 31s 1 day 3h 46m 40s 8 hours ago (31 labels)
mutrino Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_dbg 1bdd2c 3m 18s 0 3 7m 28s                 8 hours ago (31 labels)
mutrino Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_opt 1bdd2c 3m 30s 0 3 14m 47s       1342 43 967 5h 21m 42s 13h 37m 31s 8 hours ago (31 labels)

There is something really wrong with these builds causing thousands of not-run tests that will overwhelm the cdash_analyze_and_report.py emails.

Can you please make these builds "Experimental" for now so they don't overwhelm the cdash_analyze_and_report.py emails until the build errors can be resolved?

@bartlettroscoe
Copy link
Member

Can you please make these builds "Experimental" for now so they don't overwhelm the cdash_analyze_and_report.py emails until the build errors can be resolved?

@e10harvey, the situation is not a bad as I thought. Here is the summary from the early early email today:

FAILED (bm=16, bf=1, twoif=117, twoinr=2371, twip=96, twim=3, twif=69): Early Early ATDM Trilinos Builds on 2021-01-12

Because the Not-Run tests are sorted into their own table, they don't mess up our ability to look at the 'twoif=117' tests (which you can see on CDash in this query). But of these 117 failing tests, 79 of them are Timeouts as shown in this query.

Therefore, given the state of these builds and the mass number of timeouts and Not-Run tests, I think we should move these builds to "Experimental" for now since this is just too much chaos.

@e10harvey
Copy link
Contributor Author

@bartlettroscoe I will make these Experimental. Note that I was not seeing this strange behavior when starting the tests manually with 1deb0db last night -- see https://testing.sandia.gov/cdash/index.php?project=Trilinos&parentid=8495004.

@bartlettroscoe
Copy link
Member

@e10harvey,

I will make these Experimental.

Thanks!

Note that I was not seeing this strange behavior when starting the tests manually with 1deb0db last night -- see https://testing.sandia.gov/cdash/index.php?project=Trilinos&parentid=8495004.

Something strange going on here. But not surprising given the nature of machines like 'mutrino' and ATS-1 and the fact that we have not run on it in 3 months after a major upgrade.

NOTE: I have asked for some help from Kitware in:

to track down why there are missing results on CDash. But we can look into this in more detail to see what is happening.

@trilinos-autotester
Copy link
Contributor

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

@e10harvey
Copy link
Contributor Author

@bartlettroscoe: I did not make the builds experimental due to finding and addressing a quota issue. Here are the cdash results from last night.

@e10harvey e10harvey added the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Jan 13, 2021
Copy link
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

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

Looks reasonable to me. I can't find any obvious issues that short stop the merge of this to 'develop'. (And given the fact that the old 'ats1' configuration was completely broken by the upgrade of 'mutrino' in October, there is zero risk in pushing just about anything for 'ats1' really.)

I wonder if --exclude=nid00021,nid00020 is still needed? In any case, who cares.

This is not a reason not to merge this PR but I am a little concerned about all of the SEACAS tests shown failing in shown in this query for the tests:

  • SEACASExoIIv2for32_exodus_nc4_unit_tests
  • SEACASExoIIv2for32_exodus_unit_tests
  • SEACASExoIIv2for32_exodus_unit_tests_nc4_env
  • SEACASExodus_exodus_nc4_unit_tests
  • SEACASExodus_exodus_unit_tests
  • SEACASExodus_exodus_unit_tests_nc4_env
  • SEACASExodus_for_exodus_unit_tests
  • SEACASIoss_exodus32_to_unstructured_cgns
  • SEACASIoss_exodus64_to_unstructured_cgns
  • SEACASIoss_generated32_to_unstructured_cgns
  • SEACASIoss_generated64_to_unstructured_cgns
  • SEACASIoss_pamgen_to_unstructured_cgns

and the builds:

  • Trilinos-atdm-ats1-hsw_intel-19.0.4_mpich-7.7.15_openmp_static_opt
  • Trilinos-atdm-ats1-knl_intel-19.0.4_mpich-7.7.15_openmp_static_opt

(NOTE: We don't run any tests in the 'dbg' builds so they could be failing there too.)

These show errors like shown here showing:

Wed Jan 13 05:18:45 2021: [unset]:_pmi_alps_init:alps_get_placement_info returned with error -1
Wed Jan 13 05:18:45 2021: [unset]:_pmi_init:_pmi_alps_init returned -1
Wed Jan 13 05:18:45 2021: [unset]:_pmi_alps_init:alps_get_placement_info returned with error -1
Wed Jan 13 05:18:45 2021: [unset]:_pmi_init:_pmi_alps_init returned -1

We say a failure like this in #2815 on this same system.

Did any of the failing SPARC tests show errors like this? I can't find any detail in ATDV-409 for why those SPARC tests failed. But it seems like if there was something majorly wrong with SEACAS with this build configuration then we would be seeing a lot more failing SPARC tests than just 1 test.

We can triage these later and see what Greg S. thinks about these.

Comment on lines -157 to -161
# Boost 1.65.1 settings
export BOOST_ROOT=${sparc_tpl_prefix_path}/${system_name}-${node_arch}/boost-1.72.0/00000000/${system_name}-${node_arch}_intel-19.0.4

# Hdf5 1.10.5 settings
export HDF5_ROOT=${sparc_tpl_prefix_path}/${system_name}-${node_arch}/hdf5-1.10.5/00000000/${system_name}-${node_arch}_intel-19.0.4_mpich-7.7.6
Copy link
Member

Choose a reason for hiding this comment

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

So nice how much got stripped out by using the sparc-dev modules directly.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit eec316f into trilinos:develop Jan 14, 2021
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 8495: 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 Jan 14, 2021
@e10harvey
Copy link
Contributor Author

Did any of the failing SPARC tests show errors like this?

@bartlettroscoe: Thanks again for your detailed review! I updated atdv-409 with some more info on this.

@bartlettroscoe
Copy link
Member

Related to:

  • SEPW-215

@e10harvey e10harvey deleted the atdv-409-atdm-ats1 branch July 23, 2021 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ATDM Config Issues that are specific to the ATDM configuration settings ATDM DevOps Issues that will be worked by the Coordinated ATDM DevOps teams ATDM Env Issue Issue with ATDM build or test caused (at least partly) by the env, not a bug in Trilinos client: ATDM Any issue primarily impacting the ATDM project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants