emusolutions / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS
Other
0 stars 1 forks source link

`ctest_Cached_SymmetricStructure` LC Crash #10

Closed jamesETsmith closed 1 year ago

jamesETsmith commented 1 year ago

General

This is a spinoff of https://github.com/emusolutions/LAGraph/issues/4 to tackle the problems with ctest_Cached_SymmetricStructure.

Details

 ctest --test-dir build_lc -R ctest_Cached_SymmetricStructure -V
Internal ctest changing into directory: /net/hyper120h-d/data/jsmith/apps/LAGraph/build_lc
UpdateCTestConfiguration  from :/net/hyper120h-d/data/jsmith/apps/LAGraph/build_lc/DartConfiguration.tcl
UpdateCTestConfiguration  from :/net/hyper120h-d/data/jsmith/apps/LAGraph/build_lc/DartConfiguration.tcl
Test project /net/hyper120h-d/data/jsmith/apps/LAGraph/build_lc
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 6
    Start 6: ctest_Cached_SymmetricStructure

6: Test command: /usr/bin/cmake "-E" "env" "/tools/lucata/bin/emusim.x" "--forward_return_value" "--" "test_Cached_SymmetricStructure" "--no-exec"
6: Test timeout computed to be: 10000000
6:
6:         SystemC 2.3.3-Accellera --- Apr 21 2023 11:46:50
6:         Copyright (c) 1996-2018 by all Contributors,
6:         ALL RIGHTS RESERVED
6: Test test_Symmetric_Structure...                Selected mode is not availble on this architecture. Setting mode to GrB_BLOCKING.[ FAILED ]
6:   Case comments_west0067.mtx:
6:     test_Cached_SymmetricStructure.c:136: Check LAGraph_MMRead (&A, f, msg) == 0... failed
6:     test_Cached_SymmetricStructure.c:145: Check LAGraph_Cached_IsSymmetricStructure (G, msg) == 0... failed
6:     test_Cached_SymmetricStructure.c:154: Check G->is_symmetric_structure == LAGraph_FALSE... failed
6:     test_Cached_SymmetricStructure.c:161: Check LAGraph_Cached_AT (G, msg) == 0... failed
6:     test_Cached_SymmetricStructure.c:162: Check LAGraph_Cached_IsSymmetricStructure (G, msg) == 0... failed
6:     test_Cached_SymmetricStructure.c:171: Check G->is_symmetric_structure == LAGraph_FALSE... failed
6:
6: status: -2, msg: LAGraph assertion "G != ((void*)0)" failed (file /net/hyper120h-d/data/jsmith/apps/LAGraph/src/utility/LAGraph_Cached_IsSymmetricStructure.c, line 43): status: -2
6: FAILED: 1 of 1 unit tests has failed.
1/1 Test #6: ctest_Cached_SymmetricStructure ...***Failed  330.51 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 330.51 sec

The following tests FAILED:
          6 - ctest_Cached_SymmetricStructure (Failed)
Errors while running CTest
Output from these tests are in: /net/hyper120h-d/data/jsmith/apps/LAGraph/build_lc/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.