MERCURY_OPTIONS= make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/tests/warnings' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/stage2/runtime/mer_rt.init '; echo MLLIBS += ' '; echo MLOBJS += ' '; echo LDFLAGS += ' '; echo LD_LIBFLAGS += ' '; echo EXTRA_LIBRARIES += ''; echo EXTRA_LIB_DIRS += ''; echo LIBGRADES = 'hlc.gc '; echo INSTALL_PREFIX = '/mnt/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/stage2/scripts/mmc --make --options-file - obsolete_proc_pragma.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/tests/warnings' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/stage2/runtime/mer_rt.init '; echo MLLIBS += ' '; echo MLOBJS += ' '; echo LDFLAGS += ' '; echo LD_LIBFLAGS += ' '; echo EXTRA_LIBRARIES += ''; echo EXTRA_LIB_DIRS += ''; echo LIBGRADES = 'hlc.gc '; echo INSTALL_PREFIX = '/mnt/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/stage2/scripts/mmc --make --options-file - obsolete_proc_pragma.err Making Mercury/int3s/obsolete_proc_pragma.int3 Making Mercury/ints/obsolete_proc_pragma.int ** Nothing to be done for `obsolete_proc_pragma.err'. rm -f obsolete_proc_pragma.res_error diff -u obsolete_proc_pragma.err_exp obsolete_proc_pragma.err > obsolete_proc_pragma.res_error || \ { test -f obsolete_proc_pragma.err_exp2 && \ diff -u obsolete_proc_pragma.err_exp2 obsolete_proc_pragma.err > obsolete_proc_pragma.res_error; } || \ { test -f obsolete_proc_pragma.err_exp3 && \ diff -u obsolete_proc_pragma.err_exp3 obsolete_proc_pragma.err > obsolete_proc_pragma.res_error; } || \ { test -f obsolete_proc_pragma.err_exp4 && \ diff -u obsolete_proc_pragma.err_exp4 obsolete_proc_pragma.err > obsolete_proc_pragma.res_error; } || \ { cat obsolete_proc_pragma.err; cat obsolete_proc_pragma.res_error; exit 1; } --- obsolete_proc_pragma.err_exp 2024-05-20 21:50:23.000000000 +1000 +++ obsolete_proc_pragma.err 2024-11-01 20:50:08.832712204 +1100 @@ -1,7 +0,0 @@ -obsolete_proc_pragma.m:024: Warning: call to obsolete procedure -obsolete_proc_pragma.m:024: `obsolete_proc_pragma.bool_vs_int'(in, out). -obsolete_proc_pragma.m:024: The suggested replacement is `xyzzy'/2. -obsolete_proc_pragma.m:037: Warning: call to obsolete procedure -obsolete_proc_pragma.m:037: `obsolete_proc_pragma.bool_vs_int_func'(out) = -obsolete_proc_pragma.m:037: in. -obsolete_proc_pragma.m:037: The suggested replacement is `xyzzy_func'/1. make[3]: *** [/tmp/mmake.GIVSgH:923: obsolete_proc_pragma.res_error] Error 1 make[3]: Target 'obsolete_proc_pragma.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-10-31/tests/warnings'