MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/tests/debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/scripts/mmc --generate-dependencies --grade asm_fast.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace deep --trace-table-io-all tabled_typeclass > tabled_typeclass.dep_err 2>&1 make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/tests/debugger' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/tests/debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/scripts/mmc --make-interface --grade asm_fast.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace deep --trace-table-io-all tabled_typeclass /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/scripts/mmc --compile-to-c --grade asm_fast.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace deep --trace-table-io-all tabled_typeclass > tabled_typeclass.err 2>&1 /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/scripts/mgnuc --grade asm_fast.par.gc -- -c tabled_typeclass.c -o tabled_typeclass.o /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/scripts/mgnuc --grade asm_fast.par.gc -- -c tabled_typeclass_init.c -o tabled_typeclass_init.o /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/scripts/ml --grade asm_fast.par.gc --no-mercury-stdlib-dir --trace --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/browser/mer_browser.init --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/mdbcomp/mer_mdbcomp.init --ssdb-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/ssdb/mer_ssdb.init -- -o tabled_typeclass tabled_typeclass_init.o \ tabled_typeclass.o \ /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/trace/libmer_trace.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/trace/libmer_eventspec.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/ssdb/libmer_ssdb.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/browser/libmer_browser.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/mdbcomp/libmer_mdbcomp.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/library/libmer_std.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/runtime/libmer_rt.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/boehm_gc/libpar_gc.a MERCURY_OPTIONS="$MERCURY_OPTIONS -de" HOME=/nonexistent MERCURY_SUPPRESS_MDB_BANNER=yes MERCURY_DEBUGGER_INIT=/mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/stage2/scripts/test_mdbrc mdb ./tabled_typeclass < tabled_typeclass.inp 2>&1 | \ sed 's/0x[-0-9A-Fa-f]*/0xXXXX/g' | \ sed 's/(nil)/0xXXXX/g' \ > tabled_typeclass.out 2>&1 Comparing tabled_typeclass.out with tabled_typeclass.exp*, results in tabled_typeclass.res ** tabled_typeclass.out did not match the expected output ** (closest match was tabled_typeclass.res2) --- tabled_typeclass.exp2 2020-10-11 14:28:48.000000000 +1100 +++ tabled_typeclass.out 2022-01-16 10:34:34.260959475 +1100 @@ -16,20 +16,15 @@ 6 E2: C1 EXIT pred tabled_typeclass.main/2-0 (det) mdb> print io limits -I/O tabling has recorded actions 0 to 5. +mdb: There are no tabled I/O actions yet. mdb> print -m 100 io * -action 0: tc_action("the arguments are not available due to the presence of one or more type class constraints") -action 1: notc_action(status, status_success, 2) -action 2: tc_action("the arguments are not available due to the presence of one or more type class constraints") -action 3: notc_action(status, status_no_memory, 4) -action 4: tc_action("the arguments are not available due to the presence of one or more type class constraints") -action 5: notc_action(status, status_null_pointer, 6) +mdb: There are no tabled I/O actions yet. mdb> retry -f E1: C1 CALL pred tabled_typeclass.main/2-0 (det) mdb> continue -1 -2 -3 -4 -5 -6 +7 +8 +9 +10 +11 +12 make[3]: *** [../Mmake.common:138: tabled_typeclass.res] Error 1 make[3]: Target 'tabled_typeclass.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-01-14/tests/debugger' ERROR OUTPUT tabled_typeclass.m:056: Ignoring the tabled_typeclass.m:056: `:- pragma table_io(entry_stores_procid_outputs, alone)' tabled_typeclass.m:056: declaration for predicate tabled_typeclass.m:056: `tabled_typeclass.tc_action'/4 mode 0, because tabled_typeclass.m:056: tabling is not compatible with parallel execution. tabled_typeclass.m:067: Ignoring the tabled_typeclass.m:067: `:- pragma table_io(entry_stores_procid_inputs_outputs, alone)' tabled_typeclass.m:067: declaration for predicate tabled_typeclass.m:067: `tabled_typeclass.notc_action'/4 mode 0, because tabled_typeclass.m:067: tabling is not compatible with parallel execution. END OF THE ERROR OUTPUT