MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/tests/declarative_debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/scripts/mmc --generate-dependencies --grade asm_fast.gc.decldebug.stseg --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace decl all_trusted > all_trusted.dep_err 2>&1 make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/tests/declarative_debugger' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/tests/declarative_debugger' /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/scripts/mmc --make-interface --grade asm_fast.gc.decldebug.stseg --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace decl all_trusted /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/scripts/mmc --compile-to-c --grade asm_fast.gc.decldebug.stseg --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --trace decl all_trusted > all_trusted.err 2>&1 /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/scripts/mgnuc --grade asm_fast.gc.decldebug.stseg -- -c all_trusted.c -o all_trusted.o /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/scripts/mgnuc --grade asm_fast.gc.decldebug.stseg -- -c all_trusted_init.c -o all_trusted_init.o /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/scripts/ml --grade asm_fast.gc.decldebug.stseg --no-mercury-stdlib-dir --trace --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/browser/mer_browser.init --trace-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/mdbcomp/mer_mdbcomp.init --ssdb-init-file /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/ssdb/mer_ssdb.init -- -o all_trusted all_trusted_init.o \ all_trusted.o \ /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/trace/libmer_trace.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/trace/libmer_eventspec.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/ssdb/libmer_ssdb.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/browser/libmer_browser.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/mdbcomp/libmer_mdbcomp.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/library/libmer_std.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/stage2/runtime/libmer_rt.a /mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/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-2022-04-05/stage2/scripts/test_mdbrc mdb ./all_trusted < all_trusted.inp > all_trusted.out 2>&1 \ || { grep . all_trusted.out /dev/null; exit 1; } Comparing all_trusted.out with all_trusted.exp*, results in all_trusted.res ** all_trusted.out did not match the expected output ** (closest match was all_trusted.res1) --- all_trusted.exp 2020-10-11 14:28:48.000000000 +1100 +++ all_trusted.out 2022-04-07 00:51:25.238846125 +1000 @@ -17,13 +17,17 @@ All descendent calls are trusted. Shall I continue searching in ancestor calls? > y -2No bug found. +2output_stream_2(stream(1, output, preopen, stdout), _, _) +1 tabled IO action: +output_stream_2(stream(1, output, preopen, stdout)) +Valid? break main +Unknown command, 'h' for help. +dd> c +Unknown command, 'h' for help. +dd> dd -d 3 -n 7 -a +Unknown command, 'h' for help. +dd> quit -y +Unknown command, 'h' for help. +dd> Diagnosis aborted. E3: C2 EXIT pred all_trusted.p/2-0 (det) -mdb> break main - 1: + stop interface pred all_trusted.main/2-0 (det) -mdb> c -2 E4: C1 EXIT pred all_trusted.main/2-0 (det) -mdb> dd -d 3 -n 7 -a -2No bug found. -2 E4: C1 EXIT pred all_trusted.main/2-0 (det) -mdb> quit -y +mdb> mdb: are you sure you want to quit? \ No newline at end of file make[3]: *** [../Mmake.common:138: all_trusted.res] Error 1 make[3]: Target 'all_trusted.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2022-04-05/tests/declarative_debugger'