MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs --warn-implicit-stream-calls '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/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-09-24/stage2/scripts/mmc --make --options-file - save.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs --warn-implicit-stream-calls '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/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-09-24/stage2/scripts/mmc --make --options-file - save.err Making Mercury/int3s/save.int3 Making Mercury/ints/save.int ** Nothing to be done for `save.err'. rm -f save.res_error diff -u save.err_exp save.err > save.res_error || \ { test -f save.err_exp2 && \ diff -u save.err_exp2 save.err > save.res_error; } || \ { test -f save.err_exp3 && \ diff -u save.err_exp3 save.err > save.res_error; } || \ { test -f save.err_exp4 && \ diff -u save.err_exp4 save.err > save.res_error; } || \ { cat save.err; cat save.res_error; exit 1; } --- save.err_exp 2024-05-20 21:50:23.000000000 +1000 +++ save.err 2024-09-25 15:11:56.619623034 +1000 @@ -1,23 +0,0 @@ -save.m:026: The call to predicate `io.write_string'/3 could have an additional -save.m:026: argument explicitly specifying a stream. -save.m:028: The call to predicate `prolog.see'/4 could be made redundant by -save.m:028: explicitly passing the input stream it specifies to later I/O -save.m:028: operations. -save.m:031: The call to predicate `io.read_file_as_string'/3 could have an -save.m:031: additional argument explicitly specifying a stream. -save.m:034: The call to predicate `io.write_string'/3 could have an additional -save.m:034: argument explicitly specifying a stream. -save.m:038: The call to predicate `io.format'/4 could have an additional -save.m:038: argument explicitly specifying a stream. -save.m:043: The call to predicate `io.write_string'/3 could have an additional -save.m:043: argument explicitly specifying a stream. -save.m:106: The call to predicate `io.write_string'/3 could have an additional -save.m:106: argument explicitly specifying a stream. -save.m:109: The call to predicate `io.write_string'/3 could have an additional -save.m:109: argument explicitly specifying a stream. -save.m:111: The call to predicate `io.write_string'/3 could have an additional -save.m:111: argument explicitly specifying a stream. -save.m:118: The call to predicate `io.write_int'/3 could have an additional -save.m:118: argument explicitly specifying a stream. -save.m:123: The call to predicate `io.write_string'/3 could have an additional -save.m:123: argument explicitly specifying a stream. make[3]: *** [/tmp/mmake.ix8HeG:922: save.res_error] Error 1 make[3]: Target 'save.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-24/tests/warnings'