MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/tests/debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/scripts/mmc --generate-dependencies --grade asm_fast.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace deep interpreter > interpreter.dep_err 2>&1 make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/tests/debugger' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/tests/debugger' chmod u+w interpreter.m cp ../../samples/interpreter.m . chmod a-w interpreter.m /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/scripts/mmc --make-interface --grade asm_fast.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace deep interpreter /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/scripts/mmc --compile-to-c --grade asm_fast.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace deep interpreter > interpreter.err 2>&1 /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/scripts/mgnuc --grade asm_fast.gc -- -c interpreter.c -o interpreter.o /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/scripts/mgnuc --grade asm_fast.gc -- -c interpreter_init.c -o interpreter_init.o /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/scripts/ml --grade asm_fast.gc --no-mercury-stdlib-dir --trace --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/browser/mer_browser.init --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/mdbcomp/mer_mdbcomp.init --ssdb-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/ssdb/mer_ssdb.init -- -o interpreter interpreter_init.o \ interpreter.o \ /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/trace/libmer_trace.a /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/trace/libmer_eventspec.a /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/ssdb/libmer_ssdb.a /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/browser/libmer_browser.a /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/mdbcomp/libmer_mdbcomp.a /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/library/libmer_std.a /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/runtime/libmer_rt.a /mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/boehm_gc/libgc.a MERCURY_OPTIONS="$MERCURY_OPTIONS -de" HOME=/nonexistent MERCURY_SUPPRESS_MDB_BANNER=yes MERCURY_DEBUGGER_INIT=/mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/stage2/scripts/test_mdbrc mdb ./interpreter interpreter.m < interpreter.inp \ > interpreter.out 2>&1 Comparing interpreter.out with interpreter.exp*, results in interpreter.res ** interpreter.out did not match the expected output ** (closest match was interpreter.res1) --- interpreter.exp 2023-05-10 21:34:35.000000000 +1000 +++ interpreter.out 2023-06-23 17:52:45.569744804 +1000 @@ -1,4 +1,4 @@ - E1: C1 CALL pred interpreter.main/2-0 (det) interpreter.m:47 + E1: C1 CALL pred interpreter.main/2-0 (det) interpreter.m:48 mdb> echo on Command echo enabled. mdb> context none make[3]: *** [../Mmake.common:138: interpreter.res] Error 1 make[3]: Target 'interpreter.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2023-06-22/tests/debugger'