MERCURY_OPTIONS= make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/invalid' ../Mmake.common:335: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:1303: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2431: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2431: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2431: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2431: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2431: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2431: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2431: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2432: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2432: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2432: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2432: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2432: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2432: warning: undefined variable 'TRAILED_PROGS' /tmp/mmake.ynJpv0:2432: warning: undefined variable 'TRAILED_PROGS' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/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 += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/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-07-24/stage2/scripts/mmc --make --options-file - test_may_export_body.err Making Mercury/int3s/test_may_export_body.int3 Making Mercury/ints/test_may_export_body.int Making test_may_export_body.err test_may_export_body.m:033: Error: the `may_export_body' attribute on the test_may_export_body.m:033: foreign_proc is not compatible with the test_may_export_body.m:033: `:- pragma inline' declaration on the predicate. ** Error making `test_may_export_body.err'. make[3]: [/tmp/mmake.ynJpv0:1304: test_may_export_body.err] Error 1 (ignored) if { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/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 += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/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-07-24/stage2/scripts/mmc --make --options-file - -r test_may_export_body.err > /dev/null 2>&1 ; \ then false; \ else true; \ fi Comparing test_may_export_body.err with test_may_export_body.err_exp*, results in test_may_export_body.err_res ** test_may_export_body.err did not match the expected error output ** (closest match was test_may_export_body.err_res1) --- test_may_export_body.err_exp 2024-06-07 21:46:11.000000000 +1000 +++ test_may_export_body.err 2024-07-25 17:04:27.756736565 +1000 @@ -1,3 +1,3 @@ -test_may_export_body.m:027: Error: the `may_export_body' attribute on the -test_may_export_body.m:027: foreign_proc is not compatible with the -test_may_export_body.m:027: `:- pragma inline' declaration on the predicate. +test_may_export_body.m:033: Error: the `may_export_body' attribute on the +test_may_export_body.m:033: foreign_proc is not compatible with the +test_may_export_body.m:033: `:- pragma inline' declaration on the predicate. make[3]: *** [../Mmake.common:172: test_may_export_body.err_res] Error 1 make[3]: Target 'test_may_export_body.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/invalid'