MERCURY_OPTIONS= --deep-random-write=25 --deep-std-name --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/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-unknown-format-calls '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/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-11-13/stage2/scripts/mmc --make --options-file - format_call_warning.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/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-unknown-format-calls '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/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-11-13/stage2/scripts/mmc --make --options-file - format_call_warning.err Making Mercury/int3s/format_call_warning.int3 Making Mercury/int3s/format_call_warning_helper_1.int3 Making Mercury/ints/format_call_warning.int Making Mercury/ints/format_call_warning_helper_1.int ** Nothing to be done for `format_call_warning.err'. rm -f format_call_warning.res_error diff -u format_call_warning.err_exp format_call_warning.err > format_call_warning.res_error || \ { test -f format_call_warning.err_exp2 && \ diff -u format_call_warning.err_exp2 format_call_warning.err > format_call_warning.res_error; } || \ { test -f format_call_warning.err_exp3 && \ diff -u format_call_warning.err_exp3 format_call_warning.err > format_call_warning.res_error; } || \ { test -f format_call_warning.err_exp4 && \ diff -u format_call_warning.err_exp4 format_call_warning.err > format_call_warning.res_error; } || \ { cat format_call_warning.err; cat format_call_warning.res_error; exit 1; } --- format_call_warning.err_exp 2024-06-30 21:00:22.000000000 +1000 +++ format_call_warning.err 2024-11-14 23:30:28.401660927 +1100 @@ -1,66 +0,0 @@ -format_call_warning.m:030: Error: the format string does not match the list of -format_call_warning.m:030: values to be formatted in call to predicate -format_call_warning.m:030: `format_call_warning.maybe_log_msg'/10 when -format_call_warning.m:030: considering the first entry in its -format_call_warning.m:030: `:- pragma format_call' declaration, which places -format_call_warning.m:030: the format string as the third argument, and the -format_call_warning.m:030: values list as the fourth argument. -format_call_warning.m:030: There is no second conversion specifier, but there -format_call_warning.m:030: is an extra input. -format_call_warning.m:030: Error: the format string does not match the list of -format_call_warning.m:030: values to be formatted in call to predicate -format_call_warning.m:030: `format_call_warning.maybe_log_msg'/10 when -format_call_warning.m:030: considering the second entry in its -format_call_warning.m:030: `:- pragma format_call' declaration, which places -format_call_warning.m:030: the format string as the third argument, and the -format_call_warning.m:030: values list as the fifth argument. -format_call_warning.m:030: There is no second conversion specifier, but there -format_call_warning.m:030: is an extra input. -format_call_warning.m:030: Error: the format string does not match the list of -format_call_warning.m:030: values to be formatted in call to predicate -format_call_warning.m:030: `format_call_warning.maybe_log_msg'/10 when -format_call_warning.m:030: considering the third entry in its -format_call_warning.m:030: `:- pragma format_call' declaration, which places -format_call_warning.m:030: the format string as the sixth argument, and the -format_call_warning.m:030: values list as the seventh argument. -format_call_warning.m:030: The first conversion specifier uses the specifier -format_call_warning.m:030: character `f', but the corresponding input is a -format_call_warning.m:030: string. -format_call_warning.m:030: The only specifier applicable to strings is `%s'. -format_call_warning.m:030: Error: the format string does not match the list of -format_call_warning.m:030: values to be formatted in call to predicate -format_call_warning.m:030: `format_call_warning.maybe_log_msg'/10 when -format_call_warning.m:030: considering the fourth entry in its -format_call_warning.m:030: `:- pragma format_call' declaration, which places -format_call_warning.m:030: the format string as the sixth argument, and the -format_call_warning.m:030: values list as the eighth argument. -format_call_warning.m:030: The first conversion specifier uses the specifier -format_call_warning.m:030: character `f', but the corresponding input is a -format_call_warning.m:030: string. -format_call_warning.m:030: The only specifier applicable to strings is `%s'. -format_call_warning.m:035: Error: the format string does not match the list of -format_call_warning.m:035: values to be formatted in call to predicate -format_call_warning.m:035: `format_call_warning.maybe_log_msg'/10 when -format_call_warning.m:035: considering the second entry in its -format_call_warning.m:035: `:- pragma format_call' declaration, which places -format_call_warning.m:035: the format string as the third argument, and the -format_call_warning.m:035: values list as the fifth argument. -format_call_warning.m:035: There is no second conversion specifier, but there -format_call_warning.m:035: is an extra input. -format_call_warning.m:045: Error: the format string does not match the list of -format_call_warning.m:045: values to be formatted in call to predicate -format_call_warning.m:045: `format_call_warning.maybe_log_simple_msg'/6. -format_call_warning.m:045: The second conversion specifier uses the specifier -format_call_warning.m:045: character `f', but the corresponding input is a -format_call_warning.m:045: string. -format_call_warning.m:045: The only specifier applicable to strings is `%s'. -format_call_warning.m:048: Error: the format string does not match the list of -format_call_warning.m:048: values to be formatted in call to predicate -format_call_warning.m:048: `format_call_warning_helper_1.maybe_log_imported_msg'/6. -format_call_warning.m:048: The first conversion specifier uses the specifier -format_call_warning.m:048: character `s', but the corresponding input is a -format_call_warning.m:048: float. -format_call_warning.m:048: The specifiers applicable to floats are `%f', -format_call_warning.m:048: `%e', `%E', `%g' and `%G'. -format_call_warning.m:083: Warning: unknown list of values to be formatted in -format_call_warning.m:083: call to predicate `io.format'/4. make[3]: *** [/tmp/mmake.wWqXnU:923: format_call_warning.res_error] Error 1 make[3]: Target 'format_call_warning.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-11-13/tests/warnings'