MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/tests/debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/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 io_tab_goto > io_tab_goto.dep_err 2>&1 make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/tests/debugger' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/tests/debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/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 io_tab_goto /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/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 io_tab_goto > io_tab_goto.err 2>&1 /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/scripts/mgnuc --grade asm_fast.par.gc -- -c io_tab_goto.c -o io_tab_goto.o /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/scripts/mgnuc --grade asm_fast.par.gc -- -c io_tab_goto_init.c -o io_tab_goto_init.o /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/scripts/ml --grade asm_fast.par.gc --no-mercury-stdlib-dir --trace --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/browser/mer_browser.init --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/mdbcomp/mer_mdbcomp.init --ssdb-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/ssdb/mer_ssdb.init -- -o io_tab_goto io_tab_goto_init.o \ io_tab_goto.o \ /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/trace/libmer_trace.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/trace/libmer_eventspec.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/ssdb/libmer_ssdb.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/browser/libmer_browser.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/mdbcomp/libmer_mdbcomp.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/library/libmer_std.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/stage2/runtime/libmer_rt.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/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-02-03/stage2/scripts/test_mdbrc mdb ./io_tab_goto < io_tab_goto.inp 2>&1 | \ sed 's/c_pointer(0x[-0-9A-Fa-f]*)/c_pointer(0xXXXX)/g' \ > io_tab_goto.out 2>&1 Comparing io_tab_goto.out with io_tab_goto.exp*, results in io_tab_goto.res ** io_tab_goto.out did not match the expected output ** (closest match was io_tab_goto.res1) --- io_tab_goto.exp 2020-10-11 14:28:48.000000000 +1100 +++ io_tab_goto.out 2022-02-04 14:02:03.029517735 +1100 @@ -30,19 +30,19 @@ mdb> print * Stream (arg 1) c_pointer(0xXXXX) SoFar (arg 2) 0 - N (arg 3) 123 + N (arg 3) 456 mdb> table_io end I/O tabling stopped. mdb> continue -123 456 +789 E4: C3 CALL pred io_tab_goto.test/5-0 (det) mdb> finish -n E5: C3 EXIT pred io_tab_goto.test/5-0 (det) mdb> print * Stream (arg 1) c_pointer(0xXXXX) SoFar (arg 2) 0 - N (arg 3) 789 + N (arg 3) 42 mdb> retry -f E4: C3 CALL pred io_tab_goto.test/5-0 (det) mdb> finish -n @@ -50,6 +50,6 @@ mdb> print * Stream (arg 1) c_pointer(0xXXXX) SoFar (arg 2) 0 - N (arg 3) 42 + N (arg 3) 0 mdb> continue -S -42 +0 make[3]: *** [../Mmake.common:138: io_tab_goto.res] Error 1 make[3]: Target 'io_tab_goto.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-02-03/tests/debugger' ERROR OUTPUT io_tab_goto.m:029: Ignoring the io_tab_goto.m:029: `:- pragma table_io(entry_stores_procid_inputs_outputs, alone)' io_tab_goto.m:029: declaration for predicate `io_tab_goto.goto'/2 mode 0, io_tab_goto.m:029: because tabling is not compatible with parallel execution. io_tab_goto.m:089: Ignoring the io_tab_goto.m:089: `:- pragma table_io(entry_stores_procid_inputs_outputs, alone)' io_tab_goto.m:089: declaration for predicate `io_tab_goto.open_input'/5 mode io_tab_goto.m:089: 0, because tabling is not compatible with parallel io_tab_goto.m:089: execution. io_tab_goto.m:104: Ignoring the io_tab_goto.m:104: `:- pragma table_io(entry_stores_procid_inputs_outputs, alone)' io_tab_goto.m:104: declaration for predicate `io_tab_goto.read_char_code'/4 io_tab_goto.m:104: mode 0, because tabling is not compatible with parallel io_tab_goto.m:104: execution. io_tab_goto.m:118: Ignoring the io_tab_goto.m:118: `:- pragma table_io(entry_stores_procid_inputs_outputs, alone)' io_tab_goto.m:118: declaration for predicate io_tab_goto.m:118: `io_tab_goto.poly_read_char_code'/5 mode 0, because io_tab_goto.m:118: tabling is not compatible with parallel execution. END OF THE ERROR OUTPUT