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-03-29/tests/invalid'
{ echo MCFLAGS += '--grade csharp    --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --color-diagnostics --use-subdirs  --no-errorcheck-only --warn-unsorted-import-blocks  '; echo MCFLAGS += ' '; echo CFLAGS += '    '; echo JAVACFLAGS += '-J"-Xmx1024m"   '; echo CSCFLAGS += '   '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/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-29/stage2/scripts/mmc --make --options-file - gh72_errors.err
Making Mercury/int3s/gh72_errors.int3
gh72_errors.m:028: Warning: this `:- import_module' declaration for module
gh72_errors.m:028:   `solutions' is out of order with respect to the preceding
gh72_errors.m:028:   `:- import_module' declaration for module `string'.
Making Mercury/ints/gh72_errors.int
** Nothing to be done for `gh72_errors.err'.
if { echo MCFLAGS += '--grade csharp    --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --color-diagnostics --use-subdirs  --no-errorcheck-only --warn-unsorted-import-blocks  '; echo MCFLAGS += ' '; echo CFLAGS += '    '; echo JAVACFLAGS += '-J"-Xmx1024m"   '; echo CSCFLAGS += '   '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/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-29/stage2/scripts/mmc --make --options-file - -r gh72_errors.err > /dev/null 2>&1 ; \
then false; \
else true; \
fi
Comparing gh72_errors.err with gh72_errors.err_exp*,
	results in gh72_errors.err_res
** gh72_errors.err did not match the expected error output
** (closest match was gh72_errors.err_res3)
--- gh72_errors.err_exp3	2023-10-26 21:55:27.000000000 +1100
+++ gh72_errors.err	2025-03-30 06:40:21.810450296 +1100
@@ -1,3 +1,6 @@
-gh72_errors.m:159: Error: duplicate `:- pragma foreign_proc' declaration for
+gh72_errors.m:028: Warning: this `:- import_module' declaration for module
+gh72_errors.m:028:   `solutions' is out of order with respect to the preceding
+gh72_errors.m:028:   `:- import_module' declaration for module `string'.
+gh72_errors.m:159: Error: duplicate `:- pragma foreign_proc' declaration for
 gh72_errors.m:159:   this mode of predicate `test_fproc_2'/5 in C#.
-gh72_errors.m:143: The first one was here.
+gh72_errors.m:143:   The first one was here.
gmake[3]: *** [../Mmake.common:166: gh72_errors.err_res] Error 1
gmake[3]: Target 'gh72_errors.runtest' not remade because of errors.
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/invalid'