Skip to content

Instantly share code, notes, and snippets.

@goraj
Created June 12, 2024 11:01
Show Gist options
  • Save goraj/4c35f2ffe9421bc1796d3e4d79f32fbb to your computer and use it in GitHub Desktop.
Save goraj/4c35f2ffe9421bc1796d3e4d79f32fbb to your computer and use it in GitHub Desktop.
ctest_pareto_segfault
Run ctest -j --build-config Release -VV
UpdateCTestConfiguration from :D:/a/pareto/pareto/build/DartConfiguration.tcl
Parse Config file:D:/a/pareto/pareto/build/DartConfiguration.tcl
UpdateCTestConfiguration from :D:/a/pareto/pareto/build/DartConfiguration.tcl
Parse Config file:D:/a/pareto/pareto/build/DartConfiguration.tcl
Test project D:/a/pareto/pareto/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
Start 1: Point dominance
1: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_point.exe "Point dominance"
1: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
1: Test timeout computed to be: 1500
test 2
Start 2: PMR
2: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_pmr_test.exe "PMR"
2: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
2: Test timeout computed to be: 1500
test 3
Start 3: Implicit-Tree
3: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_implicit_tree.exe "Implicit-Tree"
3: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
3: Test timeout computed to be: 1500
test 4
Start 4: Quad-Tree
4: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_quad_tree.exe "Quad-Tree"
4: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
4: Test timeout computed to be: 1500
1: Filters: "Point dominance"
1: Randomness seeded to: 116949167
1: ===============================================================================
1: All tests passed (18 assertions in 1 test case)
1:
2: Filters: "PMR"
2: Randomness seeded to: 3762129648
2: k: 2
2: v: 3
2: k: [2, 4]
2: v: 3
2: ===============================================================================
2: All tests passed (1 assertion in 1 test case)
2:
1/18 Test #1: Point dominance .................. Passed 0.02 sec
test 5
Start 5: kd-Tree
5: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_kd_tree.exe "kd-Tree"
5: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
5: Test timeout computed to be: 1500
2/18 Test #2: PMR .............................. Passed 0.05 sec
3: Filters: "Implicit-Tree"
3: Randomness seeded to: 2353652503
3: ===============================================================================
3: All tests passed (30426 assertions in 1 test case)
3:
4: Filters: "Quad-Tree"
4: Randomness seeded to: 355178967
4: ===============================================================================
4: All tests passed (30426 assertions in 1 test case)
4:
test 6
Start 6: R-Tree
6: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_r_tree.exe "R-Tree"
6: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
6: Test timeout computed to be: 1500
3/18 Test #3: Implicit-Tree .................... Passed 0.05 sec
4/18 Test #4: Quad-Tree ........................ Passed 0.05 sec
test 7
Start 7: R*-Tree
7: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_r_star_tree.exe "R*-Tree"
7: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
7: Test timeout computed to be: 1500
test 8
Start 8: Implicit-Front
8: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_implicit_front_fuzz.exe "Implicit-Front"
8: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
8: Test timeout computed to be: 1500
5: Filters: "kd-Tree"
5: Randomness seeded to: 1855072593
5: ===============================================================================
5: All tests passed (30426 assertions in 1 test case)
5:
5/18 Test #5: kd-Tree .......................... Passed 0.03 sec
test 9
Start 9: Quad-Front
9: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_quad_front_fuzz.exe "Quad-Front"
9: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
9: Test timeout computed to be: 1500
8: Filters: "Implicit-Front"
8: Randomness seeded to: 3373508389
8:
8: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8: ut_implicit_front_fuzz.exe is a Catch2 v3.4.0 host application.
8: Run with -? for options
8:
8: -------------------------------------------------------------------------------
8: Implicit-Front
8: Runtime Dimension
8: 2 dimensions
8: Direction {0, 1}
8: Indicators
8: -------------------------------------------------------------------------------
8: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241)
8: ...............................................................................
8:
8: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241): FAILED:
8: {Unknown expression after the reported line}
8: due to a fatal error condition:
8: SIGSEGV - Segmentation violation signal
8:
8: ===============================================================================
8: test cases: 1 | 0 passed | 1 failed
8: assertions: 117 | 116 passed | 1 failed
8:
6/18 Test #8: Implicit-Front ...................***Exception: SegFault 0.03 sec
test 10
Start 10: kd-Front
10: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_kd_front_fuzz.exe "kd-Front"
10: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
10: Test timeout computed to be: 1500
9: Filters: "Quad-Front"
9: Randomness seeded to: 877037181
9:
9: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9: ut_quad_front_fuzz.exe is a Catch2 v3.4.0 host application.
9: Run with -? for options
9:
9: -------------------------------------------------------------------------------
9: Quad-Front
9: Runtime Dimension
9: 2 dimensions
9: Direction {0, 1}
9: Indicators
9: -------------------------------------------------------------------------------
9: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241)
9: ...............................................................................
9:
9: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241): FAILED:
9: {Unknown expression after the reported line}
9: due to a fatal error condition:
9: SIGSEGV - Segmentation violation signal
9:
9: ===============================================================================
9: test cases: 1 | 0 passed | 1 failed
9: assertions: 117 | 116 passed | 1 failed
9:
7/18 Test #9: Quad-Front .......................***Exception: SegFault 0.04 sec
test 11
Start 11: R-Front
11: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_r_front_fuzz.exe "R-Front"
11: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
11: Test timeout computed to be: 1500
10: Filters: "kd-Front"
10: Randomness seeded to: 708148684
10:
10: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10: ut_kd_front_fuzz.exe is a Catch2 v3.4.0 host application.
10: Run with -? for options
10:
10: -------------------------------------------------------------------------------
10: kd-Front
10: Runtime Dimension
10: 2 dimensions
10: Direction {0, 1}
10: Indicators
10: -------------------------------------------------------------------------------
10: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241)
10: ...............................................................................
10:
10: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241): FAILED:
10: {Unknown expression after the reported line}
10: due to a fatal error condition:
10: SIGSEGV - Segmentation violation signal
10:
10: ===============================================================================
10: test cases: 1 | 0 passed | 1 failed
10: assertions: 117 | 116 passed | 1 failed
10:
8/18 Test #10: kd-Front .........................***Exception: SegFault 0.04 sec
test 12
Start 12: R*-Front
12: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_r_star_front_fuzz.exe "R*-Front"
12: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
12: Test timeout computed to be: 1500
6: Filters: "R-Tree"
6: Randomness seeded to: 3897196740
6: ===============================================================================
6: All tests passed (30426 assertions in 1 test case)
6:
9/18 Test #6: R-Tree ........................... Passed 0.10 sec
test 13
Start 13: Front Interface
13: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_front_interface.exe "Front Interface"
13: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
13: Test timeout computed to be: 1500
11: Filters: "R-Front"
11: Randomness seeded to: 3695321659
11:
11: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11: ut_r_front_fuzz.exe is a Catch2 v3.4.0 host application.
11: Run with -? for options
11:
11: -------------------------------------------------------------------------------
11: R-Front
11: Runtime Dimension
11: 2 dimensions
11: Direction {0, 1}
11: Indicators
11: -------------------------------------------------------------------------------
11: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241)
11: ...............................................................................
11:
11: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241): FAILED:
11: {Unknown expression after the reported line}
11: due to a fatal error condition:
11: SIGSEGV - Segmentation violation signal
11:
11: ===============================================================================
11: test cases: 1 | 0 passed | 1 failed
11: assertions: 117 | 116 passed | 1 failed
11:
10/18 Test #11: R-Front ..........................***Exception: SegFault 0.04 sec
test 14
Start 14: Implicit-Archive
14: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_implicit_archive_fuzz.exe "Implicit-Archive"
14: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
14: Test timeout computed to be: 1500
13: Filters: "Front Interface"
13: Randomness seeded to: 4290272798
13: p: [0.32, 0.75]
13: p: [0.7, 0.7]
13: it->first: [0.7, 0.7]
13: p: [1]
13: p: [1]
13: p: [3, 4]
13: p: [2, 7]
13: p: [1, 9]
13:
13: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13: ut_front_interface.exe is a Catch2 v3.4.0 host application.
13: Run with -? for options
13:
13: -------------------------------------------------------------------------------
13: Front Interface
13: Integer Front
13: -------------------------------------------------------------------------------
13: D:\a\pareto\pareto\tests\unit_tests\front_interface.cpp(80)
13: ...............................................................................
13:
13: D:\a\pareto\pareto\tests\unit_tests\front_interface.cpp(80): FAILED:
13: due to a fatal error condition:
13: SIGSEGV - Segmentation violation signal
13:
13: ===============================================================================
13: test cases: 1 | 1 failed
13: assertions: 1 | 1 failed
13:
12: Filters: "R*-Front"
12: Randomness seeded to: 4148585852
12:
12: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12: ut_r_star_front_fuzz.exe is a Catch2 v3.4.0 host application.
12: Run with -? for options
12:
12: -------------------------------------------------------------------------------
12: R*-Front
12: Runtime Dimension
12: 2 dimensions
12: Direction {0, 1}
12: Indicators
12: -------------------------------------------------------------------------------
12: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241)
12: ...............................................................................
12:
12: D:\a\pareto\pareto\tests\unit_tests\front_fuzz.cpp(241): FAILED:
12: {Unknown expression after the reported line}
12: due to a fatal error condition:
12: SIGSEGV - Segmentation violation signal
12:
12: ===============================================================================
12: test cases: 1 | 0 passed | 1 failed
12: assertions: 117 | 116 passed | 1 failed
12:
11/18 Test #13: Front Interface ..................***Exception: SegFault 0.01 sec
test 15
Start 15: Quad-Archive
15: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_quad_archive_fuzz.exe "Quad-Archive"
15: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
15: Test timeout computed to be: 1500
12/18 Test #12: R*-Front .........................***Exception: SegFault 0.04 sec
test 16
Start 16: kd-Archive
16: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_kd_archive_fuzz.exe "kd-Archive"
16: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
16: Test timeout computed to be: 1500
7: Filters: "R*-Tree"
7: Randomness seeded to: 620230923
7: ===============================================================================
7: All tests passed (30426 assertions in 1 test case)
7:
13/18 Test #7: R*-Tree .......................... Passed 0.18 sec
test 17
Start 17: R-Archive
17: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_r_archive_fuzz.exe "R-Archive"
17: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
17: Test timeout computed to be: 1500
14: Filters: "Implicit-Archive"
14: Randomness seeded to: 4029060797
14:
14: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14: ut_implicit_archive_fuzz.exe is a Catch2 v3.4.0 host application.
14: Run with -? for options
14:
14: -------------------------------------------------------------------------------
14: Implicit-Archive
14: Runtime Dimension
14: 2 dimensions
14: Direction {0, 1}
14: Indicators
14: -------------------------------------------------------------------------------
14: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270)
14: ...............................................................................
14:
14: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270): FAILED:
14: {Unknown expression after the reported line}
14: due to a fatal error condition:
14: SIGSEGV - Segmentation violation signal
14:
14: ===============================================================================
14: test cases: 1 | 0 passed | 1 failed
14: assertions: 1362 | 1361 passed | 1 failed
14:
14/18 Test #14: Implicit-Archive .................***Exception: SegFault 2.08 sec
test 18
Start 18: R*-Archive
18: Test command: D:\a\pareto\pareto\build\tests\unit_tests\Release\ut_r_star_archive_fuzz.exe "R*-Archive"
18: Working Directory: D:/a/pareto/pareto/build/tests/unit_tests
18: Test timeout computed to be: 1500
16: Filters: "kd-Archive"
16: Randomness seeded to: 84451669
16:
16: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16: ut_kd_archive_fuzz.exe is a Catch2 v3.4.0 host application.
16: Run with -? for options
16:
16: -------------------------------------------------------------------------------
16: kd-Archive
16: Runtime Dimension
16: 2 dimensions
16: Direction {0, 1}
16: Indicators
16: -------------------------------------------------------------------------------
16: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270)
16: ...............................................................................
16:
16: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270): FAILED:
16: {Unknown expression after the reported line}
16: due to a fatal error condition:
16: SIGSEGV - Segmentation violation signal
16:
16: ===============================================================================
16: test cases: 1 | 0 passed | 1 failed
16: assertions: 1362 | 1361 passed | 1 failed
16:
15/18 Test #16: kd-Archive .......................***Exception: SegFault 2.59 sec
15: Filters: "Quad-Archive"
15: Randomness seeded to: 1310232988
15:
15: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15: ut_quad_archive_fuzz.exe is a Catch2 v3.4.0 host application.
15: Run with -? for options
15:
15: -------------------------------------------------------------------------------
15: Quad-Archive
15: Runtime Dimension
15: 2 dimensions
15: Direction {0, 1}
15: Indicators
15: -------------------------------------------------------------------------------
15: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270)
15: ...............................................................................
15:
15: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270): FAILED:
15: {Unknown expression after the reported line}
15: due to a fatal error condition:
15: SIGSEGV - Segmentation violation signal
15:
15: ===============================================================================
15: test cases: 1 | 0 passed | 1 failed
15: assertions: 1362 | 1361 passed | 1 failed
15:
16/18 Test #15: Quad-Archive .....................***Exception: SegFault 2.62 sec
17: Filters: "R-Archive"
17: Randomness seeded to: 3744682303
17:
17: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17: ut_r_archive_fuzz.exe is a Catch2 v3.4.0 host application.
17: Run with -? for options
17:
17: -------------------------------------------------------------------------------
17: R-Archive
17: Runtime Dimension
17: 2 dimensions
17: Direction {0, 1}
17: Indicators
17: -------------------------------------------------------------------------------
17: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270)
17: ...............................................................................
17:
17: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270): FAILED:
17: {Unknown expression after the reported line}
17: due to a fatal error condition:
17: SIGSEGV - Segmentation violation signal
17:
17: ===============================================================================
17: test cases: 1 | 0 passed | 1 failed
17: assertions: 1362 | 1361 passed | 1 failed
17:
17/18 Test #17: R-Archive ........................***Exception: SegFault 2.62 sec
18: Filters: "R*-Archive"
18: Randomness seeded to: 582976228
18:
18: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18: ut_r_star_archive_fuzz.exe is a Catch2 v3.4.0 host application.
18: Run with -? for options
18:
18: -------------------------------------------------------------------------------
18: R*-Archive
18: Runtime Dimension
18: 2 dimensions
18: Direction {0, 1}
18: Indicators
18: -------------------------------------------------------------------------------
18: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270)
18: ...............................................................................
18:
18: D:\a\pareto\pareto\tests\unit_tests\archive.cpp(270): FAILED:
18: {Unknown expression after the reported line}
18: due to a fatal error condition:
18: SIGSEGV - Segmentation violation signal
18:
18: ===============================================================================
18: test cases: 1 | 0 passed | 1 failed
18: assertions: 1362 | 1361 passed | 1 failed
18:
18/18 Test #18: R*-Archive .......................***Exception: SegFault 1.64 sec
39% tests passed, 11 tests failed out of 18
Total Test time (real) = 4.25 sec
The following tests FAILED:
8 - Implicit-Front (SEGFAULT)
9 - Quad-Front (SEGFAULT)
10 - kd-Front (SEGFAULT)
11 - R-Front (SEGFAULT)
12 - R*-Front (SEGFAULT)
13 - Front Interface (SEGFAULT)
14 - Implicit-Archive (SEGFAULT)
15 - Quad-Archive (SEGFAULT)
16 - kd-Archive (SEGFAULT)
17 - R-Archive (SEGFAULT)
18 - R*-Archive (SEGFAULT)
Errors while running CTest
Output from these tests are in: D:/a/pareto/pareto/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Error: Process completed with exit code 1.
1s
Post job cleanup.
"C:\Program Files\Git\bin\git.exe" version
git version 2.45.2.windows.1
Temporarily overriding HOME='D:\a\_temp\c7c7867e-fcc1-4057-b5b1-e8e5a05c8fe6' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pareto\pareto
"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
http.https://github.com/.extraheader
"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment