MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-05/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-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 -E '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-05/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-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-08-05/stage2/scripts/mmc --make --options-file - empty_interface.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-05/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-05/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-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 -E '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-05/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-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-08-05/stage2/scripts/mmc --make --options-file - empty_interface.err Making Mercury/int3s/empty_interface.int3 Making Mercury/ints/empty_interface.int ** Nothing to be done for `empty_interface.err'. rm -f empty_interface.res_error diff -u empty_interface.err_exp empty_interface.err > empty_interface.res_error || \ { test -f empty_interface.err_exp2 && \ diff -u empty_interface.err_exp2 empty_interface.err > empty_interface.res_error; } || \ { test -f empty_interface.err_exp3 && \ diff -u empty_interface.err_exp3 empty_interface.err > empty_interface.res_error; } || \ { test -f empty_interface.err_exp4 && \ diff -u empty_interface.err_exp4 empty_interface.err > empty_interface.res_error; } || \ { cat empty_interface.err; cat empty_interface.res_error; exit 1; } --- empty_interface.err_exp 2024-05-13 21:32:51.000000000 +1000 +++ empty_interface.err 2024-08-06 16:28:39.463449137 +1000 @@ -1,8 +0,0 @@ -empty_interface.m:005: Warning: the interface of module `empty_interface' does -empty_interface.m:005: not export anything. -empty_interface.m:005: To be useful, a module should export something. A file -empty_interface.m:005: should contain at least one declaration other than -empty_interface.m:005: `:- import_module' in its interface section(s). This -empty_interface.m:005: would normally be a `:- pred' or `:- func' -empty_interface.m:005: declaration, or a `:- type', `:- inst', `:- mode', -empty_interface.m:005: `:- typeclass' or `:- instance' definition. make[3]: *** [/tmp/mmake.D71xK6:922: empty_interface.res_error] Error 1 make[3]: Target 'empty_interface.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-05/tests/warnings'