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

Add initial set of Python type annotations #1151

Merged
merged 7 commits into from
Oct 8, 2024

Conversation

berquist
Copy link
Member

@berquist berquist commented Oct 3, 2024

In the test framework, the use of custom classes to extend unittest (and the use of unittest in general) makes it difficult to understand what objects are getting passed around. This PR adds an initial set of (incomplete) type annotations and a mypy configuration. mypy will run type checking just like a compiler for functions and methods that have their signatures annotated with types.

At least for the test framework, this is also part of #987.

This PR does not enable checking the type annotations with mypy via pre-commit, since the annotations are incomplete and may still be wrong in a few places while they are being added. It's easier to iterate on the annotations and the configuration rather than do everything all at once.

@berquist berquist added this to the SST V14.1.0 milestone Oct 3, 2024
@github-actions github-actions bot added AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) AT: CLANG-FORMAT PASS and removed AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) labels Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

CLANG-FORMAT TEST - PASSED

Copy link

github-actions bot commented Oct 3, 2024

CMAKE-FORMAT TEST - PASSED

@sst-autotester
Copy link
Contributor

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

@sst-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements

  • Build Num: 1619
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2

  • Build Num: 1600
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2

  • Build Num: 1600
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore

  • Build Num: 683
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist

  • Build Num: 540
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core

  • Build Num: 494
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements

  • Build Num: 178
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore

  • Build Num: 114
  • Status: STARTED

Using Repos:

Repo: CORE (berquist/sst-core)
  • Branch: update-test-infrastructure
  • SHA: 041ad32
  • Mode: TEST_REPO
Repo: SQE (sstsimulator/sst-sqe)
  • Branch: devel
  • SHA: 2574c98896598820227190149834172b962dc3fc
  • Mode: SUPPORT_REPO
Repo: ELEMENTS (sstsimulator/sst-elements)
  • Branch: devel
  • SHA: 5ae55c8a2051310d4f3a00ddc78136e9123a7cc5
  • Mode: SUPPORT_REPO
Repo: MACRO (sstsimulator/sst-macro)
  • Branch: devel
  • SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
  • Mode: SUPPORT_REPO

Pull Request Author: berquist

@sst-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. 4 Hrs. 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)

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements

  • Result: FAILED
  • Build #: 1619
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1619/consoleFull
  • Job: - Status: FAILURE

Test Results

Test Name Status
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2

  • Result: FAILED
  • Build #: 1600
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1600/consoleFull
  • Job: - Status: FAILURE

Test Results

Test Name Status
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2

  • Result: FAILED
  • Build #: 1600
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1600/consoleFull
  • Job: - Status: FAILURE

Test Results

Test Name Status
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore

  • Result: FAILED
  • Build #: 683
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore/683/consoleFull
  • Job: - Status: FAILURE

Test Results

Test Name Status
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist

  • Result: FAILED
  • Build #: 540
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist/540/consoleFull
  • Job: - Status: FAILURE

Test Results

Test Name Status
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED

Job: SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core

  • Result: PASSED
  • Build #: 494
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core/494/consoleFull

Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements

  • Result: FAILED
  • Build #: 178
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/178/consoleFull
  • Job: - Status: FAILURE

Test Results

Test Name Status
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED

Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore

  • Result: FAILED
  • Build #: 114
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore/114/consoleFull
  • Job: - Status: FAILURE

Test Results

Test Name Status
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED
[empty] FAILED

@sst-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements

  • Build Num: 1621
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2

  • Build Num: 1602
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2

  • Build Num: 1602
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore

  • Build Num: 684
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist

  • Build Num: 541
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core

  • Build Num: 495
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements

  • Build Num: 180
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore

  • Build Num: 115
  • Status: STARTED

Using Repos:

Repo: CORE (berquist/sst-core)
  • Branch: update-test-infrastructure
  • SHA: 041ad32
  • Mode: TEST_REPO
Repo: SQE (sstsimulator/sst-sqe)
  • Branch: devel
  • SHA: 2574c98896598820227190149834172b962dc3fc
  • Mode: SUPPORT_REPO
Repo: ELEMENTS (sstsimulator/sst-elements)
  • Branch: devel
  • SHA: 5ae55c8a2051310d4f3a00ddc78136e9123a7cc5
  • Mode: SUPPORT_REPO
Repo: MACRO (sstsimulator/sst-macro)
  • Branch: devel
  • SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
  • Mode: SUPPORT_REPO

Pull Request Author: berquist

@sst-autotester
Copy link
Contributor

NOTICE: The AutoTester has encountered an internal error (usually a Communications Timeout), testing will be restarted, previous tests may still be running but will be ignored by the AutoTester...

@sst-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements to start: Total Wait = 303

  • Other jobs have been previously started - We must stop them...

@sst-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements to start: Total Wait = 303

@sst-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements to start: Total Wait = 303

@sst-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements to start: Total Wait = 303

@berquist berquist added the AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) label Oct 4, 2024
@github-actions github-actions bot removed the AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) label Oct 4, 2024
Copy link

github-actions bot commented Oct 4, 2024

CLANG-FORMAT TEST - PASSED

@github-actions github-actions bot added AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) and removed AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) labels Oct 4, 2024
Copy link

github-actions bot commented Oct 4, 2024

CMAKE-FORMAT TEST - PASSED

@berquist berquist added AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) and removed AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) labels Oct 4, 2024
gvoskuilen
gvoskuilen previously approved these changes Oct 4, 2024
@sst-autotester
Copy link
Contributor

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

@sst-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements

  • Build Num: 1631
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2

  • Build Num: 1612
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2

  • Build Num: 1612
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore

  • Build Num: 689
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist

  • Build Num: 546
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core

  • Build Num: 500
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements

  • Build Num: 184
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore

  • Build Num: 117
  • Status: STARTED

Using Repos:

Repo: CORE (berquist/sst-core)
  • Branch: update-test-infrastructure
  • SHA: 23507fc
  • Mode: TEST_REPO
Repo: SQE (sstsimulator/sst-sqe)
  • Branch: devel
  • SHA: 2574c98896598820227190149834172b962dc3fc
  • Mode: SUPPORT_REPO
Repo: ELEMENTS (sstsimulator/sst-elements)
  • Branch: devel
  • SHA: 5ae55c8a2051310d4f3a00ddc78136e9123a7cc5
  • Mode: SUPPORT_REPO
Repo: MACRO (sstsimulator/sst-macro)
  • Branch: devel
  • SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
  • Mode: SUPPORT_REPO

Pull Request Author: berquist

@berquist
Copy link
Member Author

berquist commented Oct 4, 2024

Waiting for the Autotester to make a pass before rebasing.

@berquist berquist added the AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) label Oct 8, 2024
@berquist berquist removed the AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) label Oct 8, 2024
Copy link

github-actions bot commented Oct 8, 2024

CLANG-FORMAT TEST - PASSED

@github-actions github-actions bot added AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) and removed AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) labels Oct 8, 2024
Copy link

github-actions bot commented Oct 8, 2024

CMAKE-FORMAT TEST - PASSED

@sst-autotester
Copy link
Contributor

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

@sst-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements

  • Build Num: 1666
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2

  • Build Num: 1624
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2

  • Build Num: 1624
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore

  • Build Num: 698
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist

  • Build Num: 555
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core

  • Build Num: 509
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements

  • Build Num: 196
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore

  • Build Num: 126
  • Status: STARTED

Using Repos:

Repo: CORE (berquist/sst-core)
  • Branch: update-test-infrastructure
  • SHA: 278b2cf
  • Mode: TEST_REPO
Repo: SQE (sstsimulator/sst-sqe)
  • Branch: devel
  • SHA: 2574c98896598820227190149834172b962dc3fc
  • Mode: SUPPORT_REPO
Repo: ELEMENTS (sstsimulator/sst-elements)
  • Branch: devel
  • SHA: 5ae55c8a2051310d4f3a00ddc78136e9123a7cc5
  • Mode: SUPPORT_REPO
Repo: MACRO (sstsimulator/sst-macro)
  • Branch: devel
  • SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
  • Mode: SUPPORT_REPO

Pull Request Author: berquist

@sst-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. 4 Hrs. 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)

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements

  • Result: PASSED
  • Build #: 1666
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1666/consoleFull

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2

  • Result: FAILED
  • Build #: 1624
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1624/consoleFull
  • Job: - Status: FAILURE

Test Results

Test Name Status
test_Ariel_test_snb SKIPPED
test_Ariel_test_snb_mlm SKIPPED
test_Checkpoint_Module SKIPPED
test_MemPool_overflow SKIPPED
test_RealTime_SIGINT SKIPPED
test_RealTime_SIGTERM SKIPPED
test_RealTime_SIGUSR1_heartbeat FAILED
test_RealTime_SIGUSR2_heartbeat FAILED
test_Sirius_Zodiac_27 SKIPPED
test_cacheTracer_2 SKIPPED
test_miranda_randomgen SKIPPED
test_miranda_singlestream SKIPPED
test_rdmaNic_short_tests_001_app_rdma_msg SKIPPED
test_rdmaNic_short_tests_002_app_mpi_IMB_MPI1 SKIPPED
test_sstexternalelement_001 SKIPPED
test_vanadis_short_tests_001_small_basic_io_lseek_riscv64_ SKIPPED
test_vanadis_short_tests_002_small_basic_io_hello_world_mipsel_ SKIPPED
test_vanadis_short_tests_003_small_basic_io_hello_world_riscv64_ SKIPPED
test_vanadis_short_tests_004_small_basic_io_hello_world_cpp_mipsel_ SKIPPED
test_vanadis_short_tests_005_small_basic_io_hello_world_cpp_riscv64_ SKIPPED
test_vanadis_short_tests_006_small_basic_io_printf_check_mipsel_ SKIPPED
test_vanadis_short_tests_007_small_basic_io_printf_check_riscv64_ SKIPPED
test_vanadis_short_tests_008_small_basic_io_openat_mipsel_ SKIPPED
test_vanadis_short_tests_009_small_basic_io_openat_riscv64_ SKIPPED
test_vanadis_short_tests_010_small_basic_io_read_write_mipsel_ SKIPPED
test_vanadis_short_tests_011_small_basic_io_read_write_riscv64_ SKIPPED
test_vanadis_short_tests_012_small_basic_io_unlink_mipsel_ SKIPPED
test_vanadis_short_tests_013_small_basic_io_unlink_riscv64_ SKIPPED
test_vanadis_short_tests_014_small_basic_io_unlinkat_mipsel_ SKIPPED
test_vanadis_short_tests_015_small_basic_io_unlinkat_riscv64_ SKIPPED
test_vanadis_short_tests_016_small_basic_io_fread_fwrite_mipsel_ SKIPPED
test_vanadis_short_tests_017_small_basic_io_fread_fwrite_riscv64_ SKIPPED
test_vanadis_short_tests_018_small_basic_math_sqrt_double_mipsel_ SKIPPED
test_vanadis_short_tests_019_small_basic_math_sqrt_double_riscv64_ SKIPPED
test_vanadis_short_tests_020_small_basic_math_sqrt_float_mipsel_ SKIPPED
test_vanadis_short_tests_021_small_basic_math_sqrt_float_riscv64_ SKIPPED
test_vanadis_short_tests_022_small_basic_ops_test_branch_mipsel_ SKIPPED
test_vanadis_short_tests_023_small_basic_ops_test_branch_riscv64_ SKIPPED
test_vanadis_short_tests_024_small_basic_ops_test_shift_mipsel_ SKIPPED
test_vanadis_short_tests_025_small_basic_ops_test_shift_riscv64_ SKIPPED
test_vanadis_short_tests_026_small_misc_stream_mipsel_ SKIPPED
test_vanadis_short_tests_027_small_misc_stream_riscv64_ SKIPPED
test_vanadis_short_tests_028_small_misc_gettime_mipsel_ SKIPPED
test_vanadis_short_tests_029_small_misc_gettime_riscv64_ SKIPPED
test_vanadis_short_tests_030_small_misc_splitLoad_mipsel_ SKIPPED
test_vanadis_short_tests_031_small_misc_splitLoad_riscv64_ SKIPPED
test_vanadis_short_tests_032_small_misc_mt_dgemm_mipsel_ SKIPPED
test_vanadis_short_tests_033_small_misc_mt_dgemm_riscv64_ SKIPPED
test_vanadis_short_tests_034_small_misc_stream_fortran_mipsel_ SKIPPED
test_vanadis_short_tests_035_small_misc_stream_fortran_riscv64_ SKIPPED
test_vanadis_short_tests_036_small_misc_uname_mipsel_ SKIPPED
test_vanadis_short_tests_037_small_misc_uname_riscv64_ SKIPPED
test_vanadis_short_tests_038_small_misc_fork_mipsel_gold1 SKIPPED
test_vanadis_short_tests_039_small_misc_fork_mipsel_gold2 SKIPPED
test_vanadis_short_tests_040_small_misc_fork_riscv64_gold1 SKIPPED
test_vanadis_short_tests_041_small_misc_fork_riscv64_gold2 SKIPPED
test_vanadis_short_tests_042_small_misc_clone_mipsel_gold1 SKIPPED
test_vanadis_short_tests_043_small_misc_clone_mipsel_gold2 SKIPPED
test_vanadis_short_tests_044_small_misc_clone_riscv64_gold1 SKIPPED
test_vanadis_short_tests_045_small_misc_clone_riscv64_gold2 SKIPPED
test_vanadis_short_tests_046_small_misc_pthread_mipsel_gold1 SKIPPED
test_vanadis_short_tests_047_small_misc_pthread_mipsel_gold2 SKIPPED
test_vanadis_short_tests_048_small_misc_pthread_riscv64_gold1 SKIPPED
test_vanadis_short_tests_049_small_misc_pthread_riscv64_gold2 SKIPPED
test_vanadis_short_tests_050_small_misc_openmp_mipsel_4core SKIPPED
test_vanadis_short_tests_051_small_misc_openmp_mipsel_4thread SKIPPED
test_vanadis_short_tests_052_small_misc_openmp_mipsel_2core_2thread SKIPPED
test_vanadis_short_tests_053_small_misc_openmp_riscv64_4core SKIPPED
test_vanadis_short_tests_054_small_misc_openmp_riscv64_4thread SKIPPED
test_vanadis_short_tests_055_small_misc_openmp_riscv64_2core_2thread SKIPPED
test_vanadis_short_tests_056_small_misc_openmp2_riscv64_16core SKIPPED
test_vanadis_short_tests_057_small_misc_openmp2_riscv64_32thread SKIPPED
test_vanadis_short_tests_058_small_misc_openmp2_riscv64_4core_8thread SKIPPED

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2

  • Result: PASSED
  • Build #: 1624
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1624/consoleFull

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore

  • Result: PASSED
  • Build #: 698
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore/698/consoleFull

Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist

  • Result: PASSED
  • Build #: 555
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist/555/consoleFull

Job: SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core

  • Result: PASSED
  • Build #: 509
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core/509/consoleFull

Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements

  • Result: PASSED
  • Build #: 196
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/196/consoleFull

Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore

  • Result: PASSED
  • Build #: 126
  • URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore/126/consoleFull

@github-actions github-actions bot added AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) and removed AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) labels Oct 8, 2024
Copy link

github-actions bot commented Oct 8, 2024

CLANG-FORMAT TEST - PASSED

@github-actions github-actions bot added AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) and removed AT: WIP Mark PR as a Work in Progress (No Autotesting Performed) labels Oct 8, 2024
Copy link

github-actions bot commented Oct 8, 2024

CMAKE-FORMAT TEST - PASSED

@sst-autotester
Copy link
Contributor

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

@sst-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements

  • Build Num: 1668
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2

  • Build Num: 1626
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2

  • Build Num: 1626
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore

  • Build Num: 699
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist

  • Build Num: 556
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core

  • Build Num: 510
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements

  • Build Num: 198
  • Status: STARTED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore

  • Build Num: 127
  • Status: STARTED

Using Repos:

Repo: CORE (berquist/sst-core)
  • Branch: update-test-infrastructure
  • SHA: 5709836
  • Mode: TEST_REPO
Repo: SQE (sstsimulator/sst-sqe)
  • Branch: devel
  • SHA: 2574c98896598820227190149834172b962dc3fc
  • Mode: SUPPORT_REPO
Repo: ELEMENTS (sstsimulator/sst-elements)
  • Branch: devel
  • SHA: 5ae55c8a2051310d4f3a00ddc78136e9123a7cc5
  • Mode: SUPPORT_REPO
Repo: MACRO (sstsimulator/sst-macro)
  • Branch: devel
  • SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
  • Mode: SUPPORT_REPO

Pull Request Author: berquist

@sst-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: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements

  • Build Num: 1668
  • Status: PASSED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2

  • Build Num: 1626
  • Status: PASSED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2

  • Build Num: 1626
  • Status: PASSED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-macro_withsstcore

  • Build Num: 699
  • Status: PASSED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-core_Make-Dist

  • Build Num: 556
  • Status: PASSED

Build Information

Test Name: SST__AutotestGen2_NewFW_sst-test_Clang-Format_sst-core

  • Build Num: 510
  • Status: PASSED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements

  • Build Num: 198
  • Status: PASSED

Build Information

Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-macro_withsstcore

  • Build Num: 127
  • Status: PASSED

@sst-autotester
Copy link
Contributor

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

@sst-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@gvoskuilen gvoskuilen merged commit 5930176 into sstsimulator:devel Oct 8, 2024
7 checks passed
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.

3 participants