MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-05/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-05/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-09-05/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-05/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-05/stage2/scripts/mmc --make --options-file - table_with_inline.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-05/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-05/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-05/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-09-05/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-05/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-05/stage2/scripts/mmc --make --options-file - table_with_inline.err Making Mercury/int3s/table_with_inline.int3 Making Mercury/ints/table_with_inline.int ** Nothing to be done for `table_with_inline.err'. rm -f table_with_inline.res_error diff -u table_with_inline.err_exp table_with_inline.err > table_with_inline.res_error || \ { test -f table_with_inline.err_exp2 && \ diff -u table_with_inline.err_exp2 table_with_inline.err > table_with_inline.res_error; } || \ { test -f table_with_inline.err_exp3 && \ diff -u table_with_inline.err_exp3 table_with_inline.err > table_with_inline.res_error; } || \ { test -f table_with_inline.err_exp4 && \ diff -u table_with_inline.err_exp4 table_with_inline.err > table_with_inline.res_error; } || \ { cat table_with_inline.err; cat table_with_inline.res_error; exit 1; } --- table_with_inline.err_exp 2024-06-07 21:46:11.000000000 +1000 +++ table_with_inline.err 2024-09-06 18:48:30.886392700 +1000 @@ -1,7 +0,0 @@ -table_with_inline.m:015: Warning: function `table_with_inline.foo'/1 has both a -table_with_inline.m:015: `:- pragma memo' declaration and a -table_with_inline.m:015: `:- pragma inline' declaration. -table_with_inline.m:015: The inline pragma will be ignored, because tabled -table_with_inline.m:015: predicates cannot be inlined. -table_with_inline.m:015: You can use the `--no-warn-table-with-inline' option -table_with_inline.m:015: to suppress this warning. make[3]: *** [/tmp/mmake.36VwMp:922: table_with_inline.res_error] Error 1 make[3]: Target 'table_with_inline.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-05/tests/warnings'