MERCURY_OPTIONS= make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-18/tests/warnings' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-18/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-08-18/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-18/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-08-18/stage2/scripts/mmc --make --options-file - format_call_multi.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-18/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-18/tests/warnings' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-18/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-08-18/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-18/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-08-18/stage2/scripts/mmc --make --options-file - format_call_multi.err Making Mercury/int3s/format_call_multi.int3 Making Mercury/int3s/format_call_multi_helper_1.int3 Making Mercury/ints/format_call_multi.int Making Mercury/ints/format_call_multi_helper_1.int ** Nothing to be done for `format_call_multi.err'. rm -f format_call_multi.res_error diff -u format_call_multi.err_exp format_call_multi.err > format_call_multi.res_error || \ { test -f format_call_multi.err_exp2 && \ diff -u format_call_multi.err_exp2 format_call_multi.err > format_call_multi.res_error; } || \ { test -f format_call_multi.err_exp3 && \ diff -u format_call_multi.err_exp3 format_call_multi.err > format_call_multi.res_error; } || \ { test -f format_call_multi.err_exp4 && \ diff -u format_call_multi.err_exp4 format_call_multi.err > format_call_multi.res_error; } || \ { cat format_call_multi.err; cat format_call_multi.res_error; exit 1; } --- format_call_multi.err_exp 2024-06-07 21:46:11.000000000 +1000 +++ format_call_multi.err 2024-08-19 15:44:09.437123460 +1000 @@ -1,21 +0,0 @@ -format_call_multi.m:030: Error: the format string does not match the list of -format_call_multi.m:030: values to be formatted in call to predicate -format_call_multi.m:030: `format_call_multi_helper_1.log_msg'/5. -format_call_multi.m:030: The first conversion specifier uses the specifier -format_call_multi.m:030: character `d', but the corresponding input is a -format_call_multi.m:030: string. -format_call_multi.m:030: The only specifier applicable to strings is `%s'. -format_call_multi.m:039: Error: the format string does not match the list of -format_call_multi.m:039: values to be formatted in call to predicate -format_call_multi.m:039: `format_call_multi_helper_1.log_msg'/5. -format_call_multi.m:039: The first conversion specifier uses the specifier -format_call_multi.m:039: character `d', but the corresponding input is a -format_call_multi.m:039: string. -format_call_multi.m:039: The only specifier applicable to strings is `%s'. -format_call_multi.m:052: Error: the format string does not match the list of -format_call_multi.m:052: values to be formatted in call to predicate -format_call_multi.m:052: `format_call_multi_helper_1.log_msg'/5. -format_call_multi.m:052: The first conversion specifier uses the specifier -format_call_multi.m:052: character `d', but the corresponding input is a -format_call_multi.m:052: string. -format_call_multi.m:052: The only specifier applicable to strings is `%s'. make[3]: *** [/tmp/mmake.R9k3Ug:922: format_call_multi.res_error] Error 1 make[3]: Target 'format_call_multi.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-18/tests/warnings'