MERCURY_OPTIONS=
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/tests/invalid'
{ echo MCFLAGS += '--grade java    --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --color-diagnostics --use-subdirs    '; echo MCFLAGS += ' '; echo CFLAGS += '    '; echo JAVACFLAGS += '-J"-Xmx1024m"   '; echo CSCFLAGS += '   '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/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-03-28/stage2/scripts/mmc --make --options-file - test_may_duplicate.err
Making Mercury/int3s/test_may_duplicate.int3
Making Mercury/ints/test_may_duplicate.int
** Nothing to be done for `test_may_duplicate.err'.
if { echo MCFLAGS += '--grade java    --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --color-diagnostics --use-subdirs    '; echo MCFLAGS += ' '; echo CFLAGS += '    '; echo JAVACFLAGS += '-J"-Xmx1024m"   '; echo CSCFLAGS += '   '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/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-03-28/stage2/scripts/mmc --make --options-file - -r test_may_duplicate.err > /dev/null 2>&1 ; \
then false; \
else true; \
fi
Comparing test_may_duplicate.err with test_may_duplicate.err_exp*,
	results in test_may_duplicate.err_res
** test_may_duplicate.err did not match the expected error output
** (closest match was test_may_duplicate.err_res1)
--- test_may_duplicate.err_exp	2024-06-07 21:46:11.000000000 +1000
+++ test_may_duplicate.err	2025-03-29 08:40:45.548356675 +1100
@@ -1,6 +1,6 @@
-test_may_duplicate.m:027: Error: the `may_duplicate' attribute on the
-test_may_duplicate.m:027:   foreign_proc is not compatible with the
-test_may_duplicate.m:027:   `:- pragma no_inline' declaration on the predicate.
-test_may_duplicate.m:049: Error: the `may_not_duplicate' attribute on the
-test_may_duplicate.m:049:   foreign_proc is not compatible with the
-test_may_duplicate.m:049:   `:- pragma inline' declaration on the predicate.
+test_may_duplicate.m:033: Error: the `may_duplicate' attribute on the
+test_may_duplicate.m:033:   foreign_proc is not compatible with the
+test_may_duplicate.m:033:   `:- pragma no_inline' declaration on the predicate.
+test_may_duplicate.m:055: Error: the `may_not_duplicate' attribute on the
+test_may_duplicate.m:055:   foreign_proc is not compatible with the
+test_may_duplicate.m:055:   `:- pragma inline' declaration on the predicate.
gmake[3]: *** [../Mmake.common:166: test_may_duplicate.err_res] Error 1
gmake[3]: Target 'test_may_duplicate.runtest' not remade because of errors.
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/tests/invalid'