MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/tests/debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/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 poly_io_retry2 > poly_io_retry2.dep_err 2>&1 make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/tests/debugger' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/tests/debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/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 poly_io_retry2 /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/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 poly_io_retry2 > poly_io_retry2.err 2>&1 /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/scripts/mgnuc --grade asm_fast.par.gc -- -c poly_io_retry2.c -o poly_io_retry2.o /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/scripts/mgnuc --grade asm_fast.par.gc -- -c poly_io_retry2_init.c -o poly_io_retry2_init.o /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/scripts/ml --grade asm_fast.par.gc --no-mercury-stdlib-dir --trace --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/browser/mer_browser.init --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/mdbcomp/mer_mdbcomp.init --ssdb-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/ssdb/mer_ssdb.init -- -o poly_io_retry2 poly_io_retry2_init.o \ poly_io_retry2.o \ /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/trace/libmer_trace.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/trace/libmer_eventspec.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/ssdb/libmer_ssdb.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/browser/libmer_browser.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/mdbcomp/libmer_mdbcomp.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/library/libmer_std.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/stage2/runtime/libmer_rt.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/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-03-28/stage2/scripts/test_mdbrc mdb ./poly_io_retry2 < poly_io_retry2.inp \ > poly_io_retry2.out 2>&1 Comparing poly_io_retry2.out with poly_io_retry2.exp*, results in poly_io_retry2.res ** poly_io_retry2.out did not match the expected output ** (closest match was poly_io_retry2.res1) --- poly_io_retry2.exp 2020-10-11 14:28:48.000000000 +1100 +++ poly_io_retry2.out 2022-03-29 14:12:06.664773176 +1100 @@ -36,5 +36,5 @@ mdb> f E7: C4 EXIT pred poly_io_retry2.test1/5-0 (det) mdb> p -test1(2, 7, 16, _, _) +test1(2, 33, 68, _, _) mdb> quit -y make[3]: *** [../Mmake.common:138: poly_io_retry2.res] Error 1 make[3]: Target 'poly_io_retry2.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-03-28/tests/debugger' ERROR OUTPUT poly_io_retry2.m:044: Warning: debugging implicitly tables all predicates that poly_io_retry2.m:044: perform I/O (to make the mdb command `retry' safe poly_io_retry2.m:044: across I/O), but tabling is not compatible with poly_io_retry2.m:044: parallel execution. poly_io_retry2.m:046: Warning: debugging implicitly tables all predicates that poly_io_retry2.m:046: perform I/O (to make the mdb command `retry' safe poly_io_retry2.m:046: across I/O), but tabling is not compatible with poly_io_retry2.m:046: parallel execution. END OF THE ERROR OUTPUT