MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2023-09-26/tests/invalid' /mnt/testing/run/build/mercury-srcdist-rotd-2023-09-26/stage2/scripts/mmc --make-interface --grade hlc.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS \ circ_type5.m > circ_type5.int_err 2>&1; if /mnt/testing/run/build/mercury-srcdist-rotd-2023-09-26/stage2/scripts/mmc --errorcheck-only --grade hlc.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS \ circ_type5.m > circ_type5.err 2>&1; \ then false; \ else true; \ fi Comparing circ_type5.err with circ_type5.err_exp*, results in circ_type5.err_res ** circ_type5.err did not match the expected error output ** (closest match was circ_type5.err_res1) --- circ_type5.err_exp 2020-10-11 14:28:49.000000000 +1100 +++ circ_type5.err 2023-09-27 13:50:53.179853228 +1000 @@ -1,2 +1 @@ -circ_type5.m:011: Error: circular equivalence type `circ_type5.c'/1. -circ_type5.m:012: Error: circular equivalence type `circ_type5.c'/0. +Segmentation fault make[3]: *** [../Mmake.common:172: circ_type5.err_res] Error 1 make[3]: Target 'circ_type5.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2023-09-26/tests/invalid'