MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-02-22/tests/invalid' /mnt/testing/run/build/mercury-srcdist-rotd-2024-02-22/stage2/scripts/mmc --make-interface --grade hlc.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS \ typeclass_mode_2.m > typeclass_mode_2.int_err 2>&1; if /mnt/testing/run/build/mercury-srcdist-rotd-2024-02-22/stage2/scripts/mmc --errorcheck-only --grade hlc.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS \ typeclass_mode_2.m > typeclass_mode_2.err 2>&1; \ then false; \ else true; \ fi Comparing typeclass_mode_2.err with typeclass_mode_2.err_exp*, results in typeclass_mode_2.err_res ** typeclass_mode_2.err did not match the expected error output ** (closest match was typeclass_mode_2.err_res1) --- typeclass_mode_2.err_exp 2023-09-17 21:02:33.000000000 +1000 +++ typeclass_mode_2.err 2024-02-23 13:20:44.668982202 +1100 @@ -1,5 +1 @@ -typeclass_mode_2.m:009: Error: mode declaration for type class method predicate -typeclass_mode_2.m:009: `p'/1 without corresponding predicate declaration. -typeclass_mode_2.m:014: Error: clause for predicate `p'/1 -typeclass_mode_2.m:014: without corresponding `:- pred' declaration. -typeclass_mode_2.m:014: Inferred :- pred p(T1). +Segmentation fault make[3]: *** [../Mmake.common:172: typeclass_mode_2.err_res] Error 1 make[3]: Target 'typeclass_mode_2.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-02-22/tests/invalid'