MERCURY_OPTIONS= --deep-random-write=25 --deep-std-name --mdb-disable-progress gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/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 += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/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 = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/stage2/scripts/mmc --make --options-file - table_with_inline.depend gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/tests/warnings' gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/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 += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/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 = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/stage2/scripts/mmc --make --options-file - table_with_inline.err Making Mercury/int3s/table_with_inline.int3 Making Mercury/ints/table_with_inline.int Making table_with_inline.err ... output log truncated, see `table_with_inline.err' for the complete log. Comparing table_with_inline.err with table_with_inline.err_exp*, results in table_with_inline.err_res ** table_with_inline.err did not match the expected error output ** (closest match was table_with_inline.err_res1) --- table_with_inline.err_exp 2025-05-12 23:02:36.000000000 +1000 +++ table_with_inline.err 2025-06-26 06:01:57.023014135 +1000 @@ -1,3 +1,6 @@ +table_with_inline.m:011: Ignoring the `:- pragma memo' declaration for function +table_with_inline.m:011: `table_with_inline.foo'/1 mode 0, because tabling is +table_with_inline.m:011: is implemented only on the C backend. 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. gmake[3]: *** [../Mmake.common:166: table_with_inline.err_res] Error 1 gmake[3]: Target 'table_with_inline.runtest' not remade because of errors. gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-06-25/tests/warnings' ERROR OUTPUT table_with_inline.m:011: Ignoring the `:- pragma memo' declaration for function table_with_inline.m:011: `table_with_inline.foo'/1 mode 0, because tabling is table_with_inline.m:011: is implemented only on the C backend. 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. END OF THE ERROR OUTPUT