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

MueLu/Ifpack2/Tpetra: Adding Reitzinger / Hiptmair support / Fixing SpGEMM bug #9526

Merged
merged 24 commits into from
Aug 10, 2021

Conversation

csiefer2
Copy link
Member

@csiefer2 csiefer2 commented Aug 5, 2021

Issue: #9506

Stakeholder feedback: n/a (non-ASC)

TESTS: Yup! Added new tests to MueLu

@csiefer2 csiefer2 added pkg: MueLu AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed labels Aug 5, 2021
@csiefer2 csiefer2 requested a review from cgcgcg August 5, 2021 22:02
@csiefer2 csiefer2 requested a review from a team as a code owner August 5, 2021 22:02
@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: 5237
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2763
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3243
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10503
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1915
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 912
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3285
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5777
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: csiefer-97f2b64
  • SHA: 97f2b64
  • Mode: TEST_REPO

Pull Request Author: csiefer2

@jhux2
Copy link
Member

jhux2 commented Aug 5, 2021

I recommend a big old can of squash.

@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: 5237
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2763
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3243
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10503
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1915
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 912
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3285
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5777
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 5237 (click to expand)

Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/test/solver/PanzerAdaptersSTK_solver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/test/periodic_bcs/PanzerAdaptersSTK_periodic_bcs.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/test/sideset_overlap/PanzerAdaptersSTK_sideset_overlap.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceTpetra/PanzerAdaptersSTK_PoissonInterfaceTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/assembly_engine/PanzerAdaptersSTK_assembly_example.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
CMake Error at /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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/TFW_testing_single_configure_prototype
--- OK

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

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

Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_03.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_04.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_05.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_07.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_08.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/TEST/ROL_example_PDE-OPT_TEST_test_09.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/0ld/elasticity/ROL_example_PDE-OPT_0ld_elasticity_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/0ld/elasticity/ROL_example_PDE-OPT_0ld_elasticity_example_02.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/PDE-OPT/helmholtz/ROL_example_PDE-OPT_helmholtz_example_02.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_01.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_02.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_sincos.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_parabolic_thyravec.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_parabolic_modeleval.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/example/tempus/ROL_example_tempus_example_parabolic_modeleval_forward-adjoint.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/tutorial/ROL_tutorial_BoundAndInequality.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/rol/tutorial/ROL_tutorial_Unconstrained.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_Epetra_MatrixFreeOperator_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_MatrixFreeDecorator_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_EvalModel.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_ThyraSolver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_ThyraSolverTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_AnalysisDriver.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_AnalysisDriverTpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_SecondOrderIntegrator.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_NOXSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_LOCASolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_Epetra_RythmosSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_TempusSolver_UnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_TempusSolver_SensitivityUnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/piro/test/Piro_TempusSolver_SensitivitySinCosUnitTests.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_NoFE.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson_BlockMaterials.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_p2.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_GradDiv.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CVFEM.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Poisson2D_pn.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Darcy.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_DivLSFEM.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_CurlLSFEM.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_StabilizatedADR.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell_Tpetra.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_rtpamgen.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/muelu/test/unit_tests/MueLu_UnitTests_Intrepid2.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_KokkosViewFadMPVectorUnitTest_Serial.exe
CMake Error at /scratch/trilinos/jenkins/ascic143/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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON

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

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

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

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

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

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

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/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3243&field3=buildstamp&compare3=61&value3=20210805-2217-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3243&field2=buildstamp&compare2=61&value2=20210805-2217-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3243&field2=buildstamp&compare2=61&value2=20210805-2217-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    .............................................. Size of output: 345K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 50K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 400K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    .................................... Size of output: 635K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
  Build failed with error 1

build submit error = 0
Starting testing step.
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test/packages/muelu/test/maxwell/MueLu_ReitzingerPFactory.exe
CMake Error at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON

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

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

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

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

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

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

    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1500K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1650K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1800K
    ..................................................  Size: 1850K
    ..................................................  Size: 1899K
    ..................................................  Size: 1950K
    ..................................................  Size: 2000K
    ..................................................  Size: 2050K
    ..................................................  Size: 2100K
    ..................................................  Size: 2149K
    ..................................................  Size: 2200K
    ..................................................  Size: 2249K
    ..................................................  Size: 2300K
    ..................................................  Size: 2349K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2500K
    ..................................................  Size: 2550K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2900K
    ..................................................  Size: 2950K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3200K
    ..................................................  Size: 3250K
    ..................................................  Size: 3299K
    ..................................................  Size: 3349K
    ..................................................  Size: 3399K
    ..................................................  Size: 3449K
    ..................................................  Size: 3500K
    ..................................................  Size: 3549K
    ..................................................  Size: 3599K
    ..................................................  Size: 3649K
    ..................................................  Size: 3700K
    ..................................................  Size: 3750K
    ..................................................  Size: 3800K
    ..................................................  Size: 3849K
    ..................................................  Size: 3899K
    ....... Size of output: 3907K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic158/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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON

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

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

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

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

--- 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_10.1.105 # 1915 (click to expand)

    ..................................................  Size: 5900K
    ..................................................  Size: 5949K
    ..................................................  Size: 6000K
    ..................................................  Size: 6050K
    ..................................................  Size: 6099K
    ..................................................  Size: 6149K
    ..................................................  Size: 6200K
    ..................................................  Size: 6249K
    ..................................................  Size: 6300K
    ..................................................  Size: 6350K
    ..................................................  Size: 6399K
    ..................................................  Size: 6449K
    ..................................................  Size: 6500K
    ..................................................  Size: 6550K
    ..................................................  Size: 6599K
    ..................................................  Size: 6650K
    ..................................................  Size: 6699K
    ..................................................  Size: 6750K
    ..................................................  Size: 6799K
    ..................................................  Size: 6850K
    ..................................................  Size: 6899K
    ..................................................  Size: 6950K
    ..................................................  Size: 7000K
    ..................................................  Size: 7050K
    ..................................................  Size: 7099K
    ..................................................  Size: 7149K
    ..................................................  Size: 7200K
    ..................................................  Size: 7249K
    ..................................................  Size: 7300K
    ..................................................  Size: 7350K
    ..................................................  Size: 7399K
    ..................................................  Size: 7450K
    ..................................................  Size: 7499K
    ..................................................  Size: 7550K
    ..................................................  Size: 7600K
    ..................................................  Size: 7649K
    ..................................................  Size: 7699K
    ..................................................  Size: 7750K
    ..................................................  Size: 7800K
    ..................................................  Size: 7850K
    ..................................................  Size: 7899K
    ..................................................  Size: 7950K
    ..................................................  Size: 8000K
    ..................................................  Size: 8049K
    ..................................................  Size: 8100K
    ..................................................  Size: 8150K
    ........ Size of output: 8157K
Error(s) when building project
CMake Warning at /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
  Build failed with error 1

build submit error = 0
Starting testing step.
Unable to find required file: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/pull_request_test/packages/muelu/test/maxwell/MueLu_ReitzingerPFactory.exe
CMake Error at /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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_10.1.105/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9526-test-Trilinos_pullrequest_cuda_10.1.105-1915
-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_10.1.105/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.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_10.1.105_uvm_off # 912 (click to expand)

    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1500K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1750K
    ..................................................  Size: 1800K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2200K
    ..................................................  Size: 2250K
    ..................................................  Size: 2300K
    ..................................................  Size: 2350K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2500K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3199K
    ..................................................  Size: 3249K
    ..................................................  Size: 3300K
    ..................................................  Size: 3350K
    ..................................................  Size: 3400K
    ..................................................  Size: 3450K
    ..................................................  Size: 3500K
    ..................................................  Size: 3550K
    ..................................................  Size: 3600K
    ..................................................  Size: 3650K
    ............................................... Size of output: 3697K
Error(s) when building project
CMake Warning at /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
  Build failed with error 1

build submit error = 0
Starting testing step.
Unable to find required file: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/pull_request_test/packages/muelu/test/maxwell/MueLu_ReitzingerPFactory.exe
CMake Error at /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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_10.1.105_uvm_off/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9526-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-912
-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_10.1.105_uvm_off/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105uvmOffTestingSettings.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 # 3285 (click to expand)

    ..................................................  Size: 300K
    .......................................... Size of output: 341K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 450K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 1000K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1250K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1450K
    ..................................................  Size: 1500K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ...................................... Size of output: 2287K
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_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9526-test-Trilinos_pullrequest_clang_10.0.0-3285
-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 # 5777 (click to expand)

--- GIT_BRANCH_3
--- NODE_NAME
--- MODULESHOME = /usr/share/Modules
--- SEMS_MODULEFILES_ROOT = /projects/sems/modulefiles
--- LESSOPEN
--- GIT_BRANCH_1
--- BUILD_NUMBER = 5777
--- JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
--- GIT_URL_3
--- TRILINOS_SOURCE_BRANCH = csiefer-97f2b64
--- GIT_URL_2
--- JOB_COOWNERS_EMAILS = [email protected],[email protected]
--- ROOT_BUILD_CAUSE_MANUALTRIGGER = true
--- HUDSON_COOKIE
--- GIT_URL_1
--- XDG_RUNTIME_DIR
--- NODE_COOWNERS_EMAILS
--- QT_PLUGIN_PATH = /usr/lib64/kde4/plugins:/usr/lib/kde4/plugins
--- GIT_URL_7
--- GIT_URL_6
--- PERL_MM_OPT
--- GIT_URL_5
--- FORCE_CLEAN = false
--- GIT_URL_4
--- BASH_FUNC_module()
--- _
--- LOADEDMODULES
--- _LMFILES_
--- CC = gcc
--- CXX = g++
--- F77 = gfortran
--- F90 = gfortran
--- FC = gfortran
--- LD_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/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 = gcc
--- SERIAL_CXX = g++
--- SERIAL_F77 = gfortran
--- SERIAL_F90 = gfortran
--- SERIAL_FC = gfortran
--- 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.17.1
--- SEMS_CMAKE_VERSION = 3.17.1

+--------------------------------------------------------------------+
| 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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9526-test-Trilinos_pullrequest_python_3-5777
-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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic142/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# 9526.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5238
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2764
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3244
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10504
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1916
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 913
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3286
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5778
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: csiefer-97f2b64
  • SHA: 97f2b64
  • Mode: TEST_REPO

Pull Request Author: csiefer2

@csiefer2 csiefer2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Aug 6, 2021
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5238
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2764
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3244
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10504
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1916
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 913
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3286
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5778
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: AUTOMERGE
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 97f2b64
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 487081c
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 5238 (click to expand)

TRILINOS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../../cmake/tribits
TRILINOS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../../cmake/tribits


*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

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

git diff --name-only origin/develop..HEAD > /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/changed-files.txt

Wrote file 'changed-files.txt'

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

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

CHANGED_PACKAGES_FULL_LIST='Ifpack2,MueLu,TpetraCore'

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

CHANGED_PACKAGES_ST_LIST='Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_gcc_8.3.0-5238
Cur dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/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.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-9526-test-Trilinos_pullrequest_gcc_8.3.0-5238&field3=buildstamp&compare3=61&value3=20210806-0336-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-9526-test-Trilinos_pullrequest_gcc_8.3.0-5238&field2=buildstamp&compare2=61&value2=20210806-0336-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-9526-test-Trilinos_pullrequest_gcc_8.3.0-5238&field2=buildstamp&compare2=61&value2=20210806-0336-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
................................................. Size of output: 348K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 400K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
....................Build was aborted
Aborted by James M Willenbring
.Archiving artifacts
.........................[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

TRILINOS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/commonTools/framework/../../cmake/tribits
TRILINOS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/commonTools/framework/../../cmake/tribits


*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

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

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic143/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='Ifpack2,MueLu,TpetraCore'

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

CHANGED_PACKAGES_ST_LIST='Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_gcc_7.2.0_serial-2764
Cur dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic143/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.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic143&field2=buildname&compare2=61&value2=PR-9526-test-Trilinos_pullrequest_gcc_7.2.0_serial-2764&field3=buildstamp&compare3=61&value3=20210806-0337-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_serial-2764&field2=buildstamp&compare2=61&value2=20210806-0337-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_serial-2764&field2=buildstamp&compare2=61&value2=20210806-0337-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.......................................... Size of output: 291K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
[Checks API] No suitable checks publisher found.
.................. Size: 700K
.............Finished: ABORTED

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


*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

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

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

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='Ifpack2,MueLu,TpetraCore'

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

CHANGED_PACKAGES_ST_LIST='Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3244
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.17.1/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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3244&field3=buildstamp&compare3=61&value3=20210806-0336-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3244&field2=buildstamp&compare2=61&value2=20210806-0336-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3244&field2=buildstamp&compare2=61&value2=20210806-0336-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.............................................. Size of output: 345K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 450K
.................................................. Size: 500K
.................................................. Size: 549K
.................................................. Size: 599K
.......................... Size of output: 625K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
Build failed with error 1

build submit error = 0
Starting testing step.
Build was aborted
Aborted by James M Willenbring
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/commonTools/framework/../../cmake/tribits

*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

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

git diff --name-only origin/develop..HEAD > /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic158/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='Ifpack2,MueLu,TpetraCore'

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

CHANGED_PACKAGES_ST_LIST='Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_intel_17.0.1-10504
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/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/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic158/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/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-9526-test-Trilinos_pullrequest_intel_17.0.1-10504&field3=buildstamp&compare3=61&value3=20210806-0337-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-9526-test-Trilinos_pullrequest_intel_17.0.1-10504&field2=buildstamp&compare2=61&value2=20210806-0337-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-9526-test-Trilinos_pullrequest_intel_17.0.1-10504&field2=buildstamp&compare2=61&value2=20210806-0337-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.................................................. Size: 350K
........... Size of output: 360K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 250K
.................................................. Size: 299K
.................................................. Size: 350K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 550K
.................................................. Size: 600K
.................................................. Size: 650K
.................................................. Size: 700K
.................................................. Size: 749K
.................................................. Size: 800K
.................................................. Size: 849K
...............................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105 # 1916 (click to expand)

    package_subproject_list.cmake

TRILINOS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/commonTools/framework/../../cmake/tribits
TRILINOS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/commonTools/framework/../../cmake/tribits


*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos

git diff --name-only origin/develop..HEAD > /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105

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

CHANGED_PACKAGES_FULL_LIST='Ifpack2,MueLu,TpetraCore'

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

CHANGED_PACKAGES_ST_LIST='Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_cuda_10.1.105-1916
Cur dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/TFW_testing_single_configure_prototype
Source dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos
Binary dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/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/atdm-devops-admin/tools/ride/cmake-3.17.2/bin/cmake
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake"
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/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_10.1.105/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=ride17&field2=buildname&compare2=61&value2=PR-9526-test-Trilinos_pullrequest_cuda_10.1.105-1916&field3=buildstamp&compare3=61&value3=20210806-0337-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-9526-test-Trilinos_pullrequest_cuda_10.1.105-1916&field2=buildstamp&compare2=61&value2=20210806-0337-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-9526-test-Trilinos_pullrequest_cuda_10.1.105-1916&field2=buildstamp&compare2=61&value2=20210806-0337-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
............................... Size of output: 330K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 50K
.................................................. Size: 99K
.................................................. Size: 150K
.................................................. Size: 199K
.................................................. Size: 250K
.................................................. Size: 300K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 450K
.................................................. Size: 500K
.................................................. Size: 549K
..........................Build was aborted
Aborted by James M Willenbring
Terminated
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105_uvm_off # 913 (click to expand)

    package_subproject_list.cmake

TRILINOS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/commonTools/framework/../../cmake/tribits
TRILINOS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/commonTools/framework/../../cmake/tribits


*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos

git diff --name-only origin/develop..HEAD > /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off

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

CHANGED_PACKAGES_FULL_LIST='Ifpack2,MueLu,TpetraCore'

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

CHANGED_PACKAGES_ST_LIST='Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-913
Cur dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/TFW_testing_single_configure_prototype
Source dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos
Binary dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/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/atdm-devops-admin/tools/ride/cmake-3.17.2/bin/cmake
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105uvmOffTestingSettings.cmake"
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/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_10.1.105_uvm_off/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=ride18&field2=buildname&compare2=61&value2=PR-9526-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-913&field3=buildstamp&compare3=61&value3=20210806-0338-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-9526-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-913&field2=buildstamp&compare2=61&value2=20210806-0338-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-9526-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-913&field2=buildstamp&compare2=61&value2=20210806-0338-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
. Size of output: 250K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 249K
.................................................. Size: 300K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 500K
.................................................. Size: 549K
.................................................. Size: 600K
........Build was aborted
Aborted by James M Willenbring
Terminated
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

CHANGED_PACKAGES_ST_LIST='Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_clang_10.0.0-3286
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-9526-test-Trilinos_pullrequest_clang_10.0.0-3286&field3=buildstamp&compare3=61&value3=20210806-0337-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-9526-test-Trilinos_pullrequest_clang_10.0.0-3286&field2=buildstamp&compare2=61&value2=20210806-0337-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-9526-test-Trilinos_pullrequest_clang_10.0.0-3286&field2=buildstamp&compare2=61&value2=20210806-0337-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.......................................... Size of output: 341K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
. Size of output: 300K
Build succeeded.
build submit error = 0
Starting testing step.
Build was aborted
Aborted by James M Willenbring

Enabled Packages:
-- Setting Trilinos_ENABLE_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9526-test-Trilinos_pullrequest_clang_10.0.0-3286
-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.
./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 179: 3776 Terminated ${test_cmd} --pullrequest-cdash-track="${PULLREQUEST_CDASH_TRACK:?}"
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

--- GIT_BRANCH_3
--- NODE_NAME
--- MODULESHOME = /usr/share/Modules
--- SEMS_MODULEFILES_ROOT = /projects/sems/modulefiles
--- LESSOPEN
--- GIT_BRANCH_1
--- BUILD_NUMBER = 5778
--- JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
--- GIT_URL_3
--- TRILINOS_SOURCE_BRANCH = csiefer-97f2b64
--- GIT_URL_2
--- JOB_COOWNERS_EMAILS = [email protected],[email protected]
--- ROOT_BUILD_CAUSE_MANUALTRIGGER = true
--- HUDSON_COOKIE
--- GIT_URL_1
--- XDG_RUNTIME_DIR
--- NODE_COOWNERS_EMAILS
--- QT_PLUGIN_PATH = /usr/lib64/kde4/plugins:/usr/lib/kde4/plugins
--- GIT_URL_7
--- GIT_URL_6
--- PERL_MM_OPT
--- GIT_URL_5
--- FORCE_CLEAN = false
--- GIT_URL_4
--- BASH_FUNC_module()
--- _
--- LOADEDMODULES
--- _LMFILES_
--- CC = gcc
--- CXX = g++
--- F77 = gfortran
--- F90 = gfortran
--- FC = gfortran
--- LD_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/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 = gcc
--- SERIAL_CXX = g++
--- SERIAL_F77 = gfortran
--- SERIAL_F90 = gfortran
--- SERIAL_FC = gfortran
--- 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.17.1
--- SEMS_CMAKE_VERSION = 3.17.1

+--------------------------------------------------------------------+
| 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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9526-test-Trilinos_pullrequest_python_3-5778
-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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic142/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# 9526.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

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

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

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

@csiefer2 csiefer2 added AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration and removed AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed labels Aug 9, 2021
@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: 5259
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2785
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3265
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10524
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1936
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 933
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3306
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5794
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: csiefer-97f2b64
  • SHA: 64ee70e
  • Mode: TEST_REPO

Pull Request Author: csiefer2

cgcgcg
cgcgcg previously approved these changes Aug 9, 2021
@@ -196,6 +196,15 @@ namespace MueLu {
// Aggregate smoothing needs aggregates
this->Input(currentLevel,"Aggregates");
}
else if (type_ == "HIPTMAIR") {

currentLevel.print(std::cout,Debug);//CMS
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup. Fixed.

Comment on lines +250 to +252
# MueLu UVM = OFF tests
set (MueLu_ReitzingerPFactory_MPI_4_DISABLE ON CACHE BOOL "Turn off tests for non-UVM build")
set (MueLu_Maxwell3D-Tpetra_2_MPI_4_DISABLE ON CACHE BOOL "Turn off tests for non-UVM build")
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you still need to turn off tests for the no-UVM build?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. Until Jonathan's PR merges.

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

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2785
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3265
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10524
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1936
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 933
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3306
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5794
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a


CDash Test Results for PR# 9526.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5263
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2789
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3269
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10528
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1940
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 937
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3310
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5798
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: csiefer-97f2b64
  • SHA: 64ee70e
  • Mode: TEST_REPO

Pull Request Author: csiefer2

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5263
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2789
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3269
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10528
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1940
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 937
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3310
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5798
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 64ee70e
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 5263 (click to expand)

CHANGED_PACKAGES_ST_LIST='ALL_PACKAGES,Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_gcc_8.3.0-5263
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.17.1/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-9526-test-Trilinos_pullrequest_gcc_8.3.0-5263&field3=buildstamp&compare3=61&value3=20210809-1954-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-9526-test-Trilinos_pullrequest_gcc_8.3.0-5263&field2=buildstamp&compare2=61&value2=20210809-1954-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-9526-test-Trilinos_pullrequest_gcc_8.3.0-5263&field2=buildstamp&compare2=61&value2=20210809-1954-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.................................................. Size: 350K
.................................................. Size: 400K
.................................................. Size: 450K
................................................. Size of output: 498K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.................................................. Size: 699K
.................................................. Size: 749K
.................................................. Size: 799K
.................................................. Size: 849K
.................................................. Size: 899K
.................................................. Size: 949K
.................................................. Size: 999K
.................................................. Size: 1049K
.................................................. Size: 1099K
.................................................. Size: 1149K
.................................................. Size: 1199K
.................................................. Size: 1249K
.................................................. Size: 1299K
.................................................. Size: 1349K
.................................................. Size: 1399K
.................................................. Size: 1449K
.................................................. Size: 1499K
.................................................. Size: 1549K
.................................................. Size: 1599K
.................................................. Size: 1649K
.................................................. Size: 1699K
.................................................. Size: 1749K
.................................................. Size: 1799K
.................................................. Size: 1849K
.................................................. Size: 1899K
.................................................. Size: 1949K
.................................................. Size: 1999K
.................................................. Size: 2049K
.................................................. Size: 2099K
.................................................. Size: 2149K
..............................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

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

CHANGED_PACKAGES_ST_LIST='ALL_PACKAGES,Ifpack2,MueLu,TpetraCore'

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-9526-test-Trilinos_pullrequest_gcc_7.2.0_serial-2789
Cur dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic143/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.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic143&field2=buildname&compare2=61&value2=PR-9526-test-Trilinos_pullrequest_gcc_7.2.0_serial-2789&field3=buildstamp&compare3=61&value3=20210809-1953-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_serial-2789&field2=buildstamp&compare2=61&value2=20210809-1953-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_serial-2789&field2=buildstamp&compare2=61&value2=20210809-1953-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.................................................. Size: 350K
................................................. Size of output: 398K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.................................................. Size: 699K
.................................................. Size: 749K
.................................................. Size: 799K
.................................................. Size: 849K
.................................................. Size: 899K
.................................................. Size: 949K
.................................................. Size: 999K
.................................................. Size: 1049K
.................................................. Size: 1099K
.................................................. Size: 1149K
.................................................. Size: 1199K
.................................................. Size: 1249K
.................................................. Size: 1300K
.................................................. Size: 1349K
.................................................. Size: 1399K
.................................................. Size: 1449K
.................................................. Size: 1499K
.................................................. Size: 1549K
.................................................. Size: 1599K
.................................................. Size: 1649K
.................................................. Size: 1699K
.................................................. Size: 1749K
.................................................. Size: 1799K
.................................................. Size: 1849K
.................................................. Size: 1899K
.................................................. Size: 1949K
.................................................. Size: 1999K
.................................................. Size: 2049K
.................................................. Size: 2099K
.................................Build was aborted
Aborted by James M Willenbring
................. Size: 2149K
.................Archiving artifacts
......................[Checks API] No suitable checks publisher found.
........... Size: 2200K
.............................................Finished: ABORTED

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

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3269
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.17.1/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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3269&field3=buildstamp&compare3=61&value3=20210809-1953-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3269&field2=buildstamp&compare2=61&value2=20210809-1953-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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3269&field2=buildstamp&compare2=61&value2=20210809-1953-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.................................................. Size: 350K
.................................................. Size: 400K
.................................................. Size: 450K
.............................. Size of output: 479K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
... Size of output: 302K
Build succeeded.
build submit error = 0
Starting testing step.
Build was aborted
Aborted by James M Willenbring

Enabled Packages:
-- Setting Trilinos_ENABLE_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9526-test-Trilinos_pullrequest_gcc_7.2.0_debug-3269
-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.
./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 179: 75648 Terminated ${test_cmd} --pullrequest-cdash-track="${PULLREQUEST_CDASH_TRACK:?}"
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1200K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1350K
    ..................................................  Size: 1400K
    ..................................................  Size: 1450K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1600K
    ..................................................  Size: 1649K
    ..................................................  Size: 1700K
    ..................................................  Size: 1749K
    ..................................................  Size: 1800K
    ..................................................  Size: 1849K
    ..................................................  Size: 1900K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2050K
    ..................................................  Size: 2099K
    ..................................................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2500K
    ..................................................  Size: 2550K
    ..................................................  Size: 2600K
    ..................................................  Size: 2650K
    ..................................................  Size: 2700K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2850K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3050K
    ..................................................  Size: 3099K
    ..................................................  Size: 3150K
    ..................................................  Size: 3199K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3350K
    ..................................................  Size: 3400K
    ..................................................  Size: 3450K
    ..................................................  Size: 3499K
    ..................................................  Size: 3549K
    ............................................Build was aborted
Aborted by James M Willenbring
. Size of output: 3594K

Enabled Packages:
-- Setting Trilinos_ENABLE_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON

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

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

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

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

--- ctest command failed!
Done.
./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 179: 26359 Terminated ${test_cmd} --pullrequest-cdash-track="${PULLREQUEST_CDASH_TRACK:?}"
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105 # 1940 (click to expand)

    ..................................................  Size: 1550K
    ..................................................  Size: 1600K
    ..................................................  Size: 1650K
    ..................................................  Size: 1700K
    ..................................................  Size: 1750K
    ..................................................  Size: 1800K
    ..................................................  Size: 1850K
    ..................................................  Size: 1900K
    ..................................................  Size: 1950K
    ..................................................  Size: 2000K
    ..................................................  Size: 2050K
    ..................................................  Size: 2100K
    ..................................................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2250K
    ..................................................  Size: 2300K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2700K
    ..................................................  Size: 2750K
    ..................................................  Size: 2800K
    ..................................................  Size: 2850K
    ..................................................  Size: 2900K
    ..................................................  Size: 2950K
    ..................................................  Size: 3000K
    ..................................................  Size: 3050K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3200K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3350K
    ..................................................  Size: 3400K
    ..................................................  Size: 3450K
    ..................................................  Size: 3499K
    ..................................................  Size: 3550K
    ..................................................  Size: 3600K
    ..................................................  Size: 3649K
    ..................................................  Size: 3699K
    ..................................................  Size: 3749K
    ..................................................  Size: 3800K
    ..................................................  Size: 3850K
    ..................................................  Size: 3899K
    ..................................................  Size: 3950K
    ..................................................  Size: 4000K
    ..................................................  Size: 4050K
    ..................................................  Size: 4099K
    ..................................................  Size: 4150K
    ..................................................  Size: 4200K
    ..................................................  Size: 4249K
    ..................................................  Size: 4300K
    ..................................................  Size: 4349K
    ..................................................  Size: 4400K
    ..................................................  Size: 4450K
    ..................................................  Size: 4500K
    ..................................................  Size: 4549K
    ..................................................  Size: 4599K
    ..................................................  Size: 4649K
    ..................................................  Size: 4699K
    ..................................................  Size: 4750K
    ..................................................  Size: 4799K
    ..................................................  Size: 4849K
    ..................................................  Size: 4899K
    ..................................................  Size: 4950K
    ..................................................  Size: 4999K
    ..................................................  Size: 5050K
    ..................................................  Size: 5099K
    ..................................................  Size: 5149K
    ..................................................  Size: 5200K
    ..................................................  Size: 5250K
    ..................................................  Size: 5300K
    ..................................................  Size: 5349K
    ..................................................  Size: 5400K
    ..................................................  Size: 5450K
    ..................................................  Size: 5500K
    ..................................................  Size: 5550K
    ..................................................  Size: 5599K
    ..................................................  Size: 5649K
    ..................................................  Size: 5699K
    ..................................................  Size: 5749K
    ..................................................  Size: 5799K
    ..................................................  Size: 5850K
    ..................................................  Size: 5900K
    ..................................................  Size: 5949K
    ..................................................  Size: 5999K
    ..................................................  Size: 6049K
    ..................................................  Size: 6100K
    ..................................................  Size: 6149K
    ..................................................  Size: 6199K
    ...........................Build was aborted
Aborted by James M Willenbring
Terminated
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105_uvm_off # 937 (click to expand)

    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ........................ Size of output: 373K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 50K
    ..................................................  Size: 99K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 249K
    ..................................................  Size: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 400K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 600K
    ..................................................  Size: 649K
    ..................................................  Size: 700K
    ..................................................  Size: 749K
    ..................................................  Size: 800K
    ..................................................  Size: 850K
    ..................................................  Size: 899K
    ..................................................  Size: 950K
    ..................................................  Size: 1000K
    ..................................................  Size: 1049K
    ..................................................  Size: 1100K
    ..................................................  Size: 1150K
    ..................................................  Size: 1200K
    ..................................................  Size: 1250K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 2000K
    ..................................................  Size: 2050K
    ..................................................  Size: 2099K
    ..................................................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2350K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2750K
    ..................................................  Size: 2800K
    ..................................................  Size: 2850K
    ..................................................  Size: 2900K
    ..................................................  Size: 2950K
    ..................................................  Size: 3000K
    ..................................................  Size: 3050K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3199K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3350K
    ..................................................  Size: 3400K
    ..................................................  Size: 3450K
    ..................................................  Size: 3500K
    ..................................................  Size: 3550K
    ..................................................  Size: 3600K
    ..................................................  Size: 3650K
    ..................................................  Size: 3700K
    ..................................................  Size: 3750K
    ..................................................  Size: 3800K
    ..................................................  Size: 3850K
    ..................................................  Size: 3900K
    ..................................................  Size: 3950K
    ..................................................  Size: 4000K
    ..................................................  Size: 4050K
    ..................................................  Size: 4099K
    ..................................................  Size: 4149K
    ..................................................  Size: 4199K
    ...................Build was aborted
Aborted by James M Willenbring
Terminated
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 500K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 2000K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2249K
    ..................................................  Size: 2300K
    ..................................................  Size: 2350K
    ..................................................  Size: 2399K
    ..................................................  Size: 2450K
    ..................................................  Size: 2500K
    ..................................................  Size: 2550K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    .................................... Size of output: 2985K
Build succeeded.
build submit error = 0
Starting testing step.
Build was aborted
Aborted by James M Willenbring

Enabled Packages:
-- Setting Trilinos_ENABLE_ALL_PACKAGES = ON
-- Setting Trilinos_ENABLE_Ifpack2 = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_TpetraCore = 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-9526-test-Trilinos_pullrequest_clang_10.0.0-3310
-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.
./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 179: 77457 Terminated ${test_cmd} --pullrequest-cdash-track="${PULLREQUEST_CDASH_TRACK:?}"
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: ABORTED

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

--- GIT_BRANCH_3
--- NODE_NAME
--- MODULESHOME = /usr/share/Modules
--- SEMS_MODULEFILES_ROOT = /projects/sems/modulefiles
--- LESSOPEN
--- GIT_BRANCH_1
--- BUILD_NUMBER = 5798
--- JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
--- GIT_URL_3
--- TRILINOS_SOURCE_BRANCH = csiefer-97f2b64
--- GIT_URL_2
--- JOB_COOWNERS_EMAILS = [email protected],[email protected]
--- ROOT_BUILD_CAUSE_MANUALTRIGGER = true
--- HUDSON_COOKIE
--- GIT_URL_1
--- XDG_RUNTIME_DIR
--- NODE_COOWNERS_EMAILS
--- QT_PLUGIN_PATH = /usr/lib64/kde4/plugins:/usr/lib/kde4/plugins
--- GIT_URL_7
--- GIT_URL_6
--- PERL_MM_OPT
--- GIT_URL_5
--- FORCE_CLEAN = false
--- GIT_URL_4
--- BASH_FUNC_module()
--- _
--- LOADEDMODULES
--- _LMFILES_
--- CC = gcc
--- CXX = g++
--- F77 = gfortran
--- F90 = gfortran
--- FC = gfortran
--- LD_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/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 = gcc
--- SERIAL_CXX = g++
--- SERIAL_F77 = gfortran
--- SERIAL_F90 = gfortran
--- SERIAL_FC = gfortran
--- 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.17.1
--- SEMS_CMAKE_VERSION = 3.17.1

+--------------------------------------------------------------------+
| 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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9526-test-Trilinos_pullrequest_python_3-5798
-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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic142/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# 9526.


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 Aug 9, 2021
@csiefer2 csiefer2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Aug 9, 2021
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 5266
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2792
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3272
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10531
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1943
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 940
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3313
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5801
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: csiefer-97f2b64
  • SHA: f1779c5
  • Mode: TEST_REPO

Pull Request Author: csiefer2

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

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2792
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 3272
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 10531
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1943
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 940
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 3313
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5801
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: MueLu;AT: RETEST
PULLREQUESTNUM 9526
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH csiefer-97f2b64
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f1779c5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 898959a


CDash Test Results for PR# 9526.

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

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

@trilinos-autotester
Copy link
Contributor

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

@csiefer2 csiefer2 merged commit c382381 into develop Aug 10, 2021
@csiefer2 csiefer2 deleted the csiefer-97f2b64 branch August 10, 2021 02:01
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Aug 11, 2021
…s:develop' (ed13b3a).

* trilinos-develop: (23 commits)
  Zoltan2 HIP: address comments by Karen and Jonathan
  This just changes the python job name to match the jenkins job
  Panzer: remove uvm from point values
  MueLu/Ifpack2/Tpetra: Adding Reitzinger / Hiptmair support / Fixing SpGEMM bug (trilinos#9526)
  MOdified test:
  have functor working in uvm
  STK: Snapshot 08-09-21 12:15
  Belos: Fix for output style crash.  Issue trilinos#9522.
  Allow use of python > 3,8
  Change path to source common.sh to the new location
  Revert "Remove unset of PYTHONPATH"
  Remove unset of PYTHONPATH
  Rename python unit tests under commonTools to "old"
  Final *ini files for the jenkins jobs.
  Change import paths to match recent updates
  Fixing some comments for consistency
  Zoltan2: small modifications for HIP
  Add load of anaconda3.7 and set variables to match
  Correct typo and missing option
  Use the genconfig build name for the load-env call and for CDash
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Aug 12, 2021
…s:develop' (ed13b3a).

* trilinos-develop: (39 commits)
  MueLu: fix misleading indentation in unit test
  Remove UVM from PanzerAdaptersSTK (partially) (trilinos#9550)
  Fixed poinrfield test for UVM
  MueLu: update details of bibliographic reference
  Added the label to the png
  Update README.md
  Better way of determing what file system to use
  Sovles issues where on Linux systems file where error is thown rather than save file
  Zoltan2 HIP: address comments by Karen and Jonathan
  This just changes the python job name to match the jenkins job
  Panzer: remove uvm from point values
  MueLu/Ifpack2/Tpetra: Adding Reitzinger / Hiptmair support / Fixing SpGEMM bug (trilinos#9526)
  MOdified test:
  have functor working in uvm
  Small fix and added some error handling
  STK: Snapshot 08-09-21 12:15
  Belos: Fix for output style crash.  Issue trilinos#9522.
  Made code more organized by adding a function
  removed dead code
  MergeLevelGraphs.__renameSubgraphs is now O(n)
  ...
PhilMiller pushed a commit to PhilMiller/Trilinos that referenced this pull request Dec 22, 2021
…develop' (47dab76).

* trilinos/develop: (50 commits)
  MueLu: fix misleading indentation in unit test
  Remove UVM from PanzerAdaptersSTK (partially) (trilinos#9550)
  Fixed poinrfield test for UVM
  MueLu: update details of bibliographic reference
  Added the label to the png
  Update README.md
  Better way of determing what file system to use
  Sovles issues where on Linux systems file where error is thown rather than save file
  Zoltan2 HIP: address comments by Karen and Jonathan
  This just changes the python job name to match the jenkins job
  Panzer: remove uvm from point values
  MueLu/Ifpack2/Tpetra: Adding Reitzinger / Hiptmair support / Fixing SpGEMM bug (trilinos#9526)
  MOdified test:
  have functor working in uvm
  Small fix and added some error handling
  Fixed normals test
  STK: Snapshot 08-09-21 12:15
  Fixed local mesh computation for UVM
  Belos: Fix for output style crash.  Issue trilinos#9522.
  Made code more organized by adding a function
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants