Skip to content
New issue

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

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

Already on GitHub? # to your account

Panzer and Thyra: Fixed bug related to evaluation order of function arguments for mini-em #11516

Conversation

skaramati
Copy link
Contributor

@skaramati skaramati commented Jan 30, 2023

@csiefer2

Motivation

Summary

This PR fixes an issue that is caused when running .... on a mixed cluster of x86 nodes and arm64 nodes. This is because the order of evaluation of arguments in a C++ expression is unspecified, and the same compiler but with different backends (for example, same gcc + version, but one targeting x86 and the other arm64) would behave differently.

Detailed Description

I encountered a problem while running "Trilinos/packages/panzer/mini-em/example/BlockPrec/main.cpp" simultaneously on x86 and arm processors. The issue is an incompatibility error in vector size caused by the unspecified order of evaluation of arguments in a C++ function call. Since these arguments are function calls with MPI collective inside taking the range space vectors or domain space vectors as input, the different order of function argument evaluation on two hardware platforms causes MPI collective operation to use a range space vector on some processes while using a domain space vector on others, causing inconsistency.

Fix

In this pull request, I have addressed the issue by first evaluating the function arguments in a predetermined order (before the function call) and then passing the evaluated values to the function. This ensures consistent behavior of the compiler/runtime across x86 and arm processors.

trilinos-autotester and others added 11 commits November 10, 2022 16:04
…_20221110_095107

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20221110_095107 branch to master
PR Author: trilinos-autotester
…_20221111_175808

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20221111_175808 branch to master
PR Author: trilinos-autotester
…_20221118_175816

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20221118_175816 branch to master
PR Author: trilinos-autotester
…_20221125_175812

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20221125_175812 branch to master
PR Author: trilinos-autotester
…_20221209_175810

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20221209_175810 branch to master
PR Author: trilinos-autotester
…_20221223_175808

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20221223_175808 branch to master
PR Author: trilinos-autotester
…_20221230_175807

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20221230_175807 branch to master
PR Author: trilinos-autotester
…_20230106_175807

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20230106_175807 branch to master
PR Author: trilinos-autotester
…_20230113_175809

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20230113_175809 branch to master
PR Author: trilinos-autotester
…_20230120_175809

Automatically Merged using Trilinos Master Merge AutoTester
PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20230120_175809 branch to master
PR Author: trilinos-autotester
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

@cgcgcg
Copy link
Contributor

cgcgcg commented Jan 30, 2023

@skaramati I don't understand the change. What was the bug?

@skaramati skaramati marked this pull request as ready for review January 30, 2023 04:16
@skaramati
Copy link
Contributor Author

@skaramati I don't understand the change. What was the bug?

@cgcgcg I updated the pull request with the description and what the issue is. Thanks.

@cgcgcg cgcgcg added AT: PRE-TEST INSPECTED Required to test outside contributions. This label alone will not allow a PR to merge. pkg: Panzer pkg: Thyra Issues primarily dealing with the Thyra Package labels Jan 30, 2023
@cgcgcg
Copy link
Contributor

cgcgcg commented Jan 30, 2023

Oh wow. I'm actually surprised that that's the only thing that fails under these conditions.

@trilinos-autotester trilinos-autotester removed the AT: PRE-TEST INSPECTED Required to test outside contributions. This label alone will not allow a PR to merge. label Jan 30, 2023
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; This inspection will remain valid until a new commit to source branch is performed.

@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_PR_gcc-8.3.0

  • Build Num: 1702
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 229
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 228
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 228
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1475
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1229
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Using Repos:

Repo: TRILINOS (skaramati/Trilinos)
  • Branch: bugfix-execution-order-in-function-argument
  • SHA: fbe6c39
  • Mode: TEST_REPO

Pull Request Author: skaramati

@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_PR_gcc-8.3.0

  • Build Num: 1702
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 229
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 228
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 228
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1475
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1229
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63


CDash Test Results for PR# 11516.


Wiki: How to Reproduce PR Testing Builds and Errors.

@csiefer2
Copy link
Member

csiefer2 commented Jan 30, 2023

@skaramati I'm looking into the test failure. Can you give me permission to push the fix to your fork (if needed_?

@csiefer2 csiefer2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Jan 30, 2023
@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_PR_gcc-8.3.0

  • Build Num: 1704
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 231
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 230
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 230
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1477
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1231
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Using Repos:

Repo: TRILINOS (skaramati/Trilinos)
  • Branch: bugfix-execution-order-in-function-argument
  • SHA: fbe6c39
  • Mode: TEST_REPO

Pull Request Author: skaramati

@skaramati
Copy link
Contributor Author

@skaramati I'm looking into the test failure. Can you give me permission to push the fix to your fork (if needed_?

@csiefer2 Sure, I granted access to you in my repo.

@csiefer2
Copy link
Member

@skaramati Thanks! At the moment, I think the failures are random ones, unrelated to your code. But the testing system will tell me one way or the other...

@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_PR_gcc-8.3.0

  • Build Num: 1708
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 235
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 234
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 234
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1481
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1235
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Using Repos:

Repo: TRILINOS (skaramati/Trilinos)
  • Branch: bugfix-execution-order-in-function-argument
  • SHA: fbe6c39
  • Mode: TEST_REPO

Pull Request Author: skaramati

@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_PR_gcc-8.3.0

  • Build Num: 1708
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 235
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 234
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 234
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1481
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1235
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63


CDash Test Results for PR# 11516.


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 Jan 31, 2023
@csiefer2 csiefer2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Jan 31, 2023
@csiefer2
Copy link
Member

Four different random failures so far. Yum :(

@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_PR_gcc-8.3.0

  • Build Num: 1719
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 246
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 245
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 245
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1492
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1246
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Using Repos:

Repo: TRILINOS (skaramati/Trilinos)
  • Branch: bugfix-execution-order-in-function-argument
  • SHA: fbe6c39
  • Mode: TEST_REPO

Pull Request Author: skaramati

@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_PR_gcc-8.3.0

  • Build Num: 1719
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 246
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 245
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 245
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1492
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1246
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63


CDash Test Results for PR# 11516.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester trilinos-autotester removed the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 1, 2023
@csiefer2 csiefer2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 1, 2023
@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_PR_gcc-8.3.0

  • Build Num: 1725
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 252
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 251
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 251
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1498
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1252
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Using Repos:

Repo: TRILINOS (skaramati/Trilinos)
  • Branch: bugfix-execution-order-in-function-argument
  • SHA: fbe6c39
  • Mode: TEST_REPO

Pull Request Author: skaramati

@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_PR_gcc-8.3.0

  • Build Num: 1725
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 252
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 251
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 251
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1498
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1252
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63


CDash Test Results for PR# 11516.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester trilinos-autotester removed the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 1, 2023
@csiefer2 csiefer2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 2, 2023
@csiefer2
Copy link
Member

csiefer2 commented Feb 2, 2023

@trilinos/framework No failing tests reporting by cdash the last time. The Trilinos_PR_gcc-8.3.0-debug build listed as failed above did not post to cdash at all.

@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_PR_gcc-8.3.0

  • Build Num: 1727
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 254
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 253
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 253
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1500
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1254
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Using Repos:

Repo: TRILINOS (skaramati/Trilinos)
  • Branch: bugfix-execution-order-in-function-argument
  • SHA: fbe6c39
  • Mode: TEST_REPO

Pull Request Author: skaramati

@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_PR_gcc-8.3.0

  • Build Num: 1727
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 254
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 253
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 253
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1500
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1254
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63


CDash Test Results for PR# 11516.


Wiki: How to Reproduce PR Testing Builds and Errors.

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

sebrowne commented Feb 2, 2023

@csiefer2 I just checked and we're getting hit with a module load error (very early in the process, so no reporting) from the SEMS modules. I've made them aware of it, and hopefully they'll get back to me with an ETA for a fix soon. I may disable the autotester until then to reduce confusion.

@csiefer2 csiefer2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Feb 2, 2023
@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_PR_gcc-8.3.0

  • Build Num: 1730
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 259
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 256
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 256
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1503
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1257
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Using Repos:

Repo: TRILINOS (skaramati/Trilinos)
  • Branch: bugfix-execution-order-in-function-argument
  • SHA: fbe6c39
  • Mode: TEST_REPO

Pull Request Author: skaramati

@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_PR_gcc-8.3.0

  • Build Num: 1730
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-serial

  • Build Num: 259
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-v2-gnu-8.3.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_gcc-8.3.0-debug

  • Build Num: 256
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-gnu-8.3.0-openmpi-1.10.7-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_clang-11.0.1

  • Build Num: 256
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-clang-11.0.1-openmpi-1.10.7-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL trilinos-any
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 1503
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME 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_no-uvm_deprecated-on_pr-framework
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL ascic
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63

Build Information

Test Name: Trilinos_PR_cuda-11.4.2-uvm-off

  • Build Num: 1257
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel7_sems-cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS pkg: Thyra;pkg: Panzer;AT: RETEST
PULLREQUESTNUM 11516
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL GPU
TRILINOS_SOURCE_BRANCH bugfix-execution-order-in-function-argument
TRILINOS_SOURCE_REPO https://github.com/skaramati/Trilinos
TRILINOS_SOURCE_SHA fbe6c39
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 42e5b63


CDash Test Results for PR# 11516.

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

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

@trilinos-autotester
Copy link
Contributor

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

@csiefer2 csiefer2 merged commit 9fcecb6 into trilinos:develop Feb 2, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
pkg: Panzer pkg: Thyra Issues primarily dealing with the Thyra Package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants