MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs --warn-unused-imports '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/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-09-20/stage2/scripts/mmc --make --options-file - bug412.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs --warn-unused-imports '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/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-09-20/stage2/scripts/mmc --make --options-file - bug412.err Making Mercury/int3s/bug412.int3 Making Mercury/ints/bug412.int ** Nothing to be done for `bug412.err'. rm -f bug412.res_error diff -u bug412.err_exp bug412.err > bug412.res_error || \ { test -f bug412.err_exp2 && \ diff -u bug412.err_exp2 bug412.err > bug412.res_error; } || \ { test -f bug412.err_exp3 && \ diff -u bug412.err_exp3 bug412.err > bug412.res_error; } || \ { test -f bug412.err_exp4 && \ diff -u bug412.err_exp4 bug412.err > bug412.res_error; } || \ { cat bug412.err; cat bug412.res_error; exit 1; } --- bug412.err_exp 2024-05-13 21:32:51.000000000 +1000 +++ bug412.err 2024-09-21 16:12:46.803991726 +1000 @@ -1,51 +0,0 @@ -bug412.m:014: In module `bug412': -bug412.m:014: warning: module `bitmap' has a `:- import_module' declaration, -bug412.m:014: but is not used anywhere in the module. -bug412.m:015: In module `bug412': -bug412.m:015: warning: module `bit_buffer' has a `:- import_module' -bug412.m:015: declaration, but is not used anywhere in the module. -bug412.m:016: In module `bug412': -bug412.m:016: warning: module `bool' has a `:- import_module' declaration, -bug412.m:016: but is not used anywhere in the module. -bug412.m:018: In module `bug412': -bug412.m:018: warning: module `char' has a `:- import_module' declaration, -bug412.m:018: but is not used anywhere in the module. -bug412.m:019: In module `bug412': -bug412.m:019: warning: module `diet' has a `:- import_module' declaration, -bug412.m:019: but is not used anywhere in the module. -bug412.m:020: In module `bug412': -bug412.m:020: warning: module `digraph' has a `:- import_module' declaration, -bug412.m:020: but is not used anywhere in the module. -bug412.m:021: In module `bug412': -bug412.m:021: warning: module `enum' has a `:- import_module' declaration, -bug412.m:021: but is not used anywhere in the module. -bug412.m:022: In module `bug412': -bug412.m:022: warning: module `io' has a `:- import_module' declaration, but -bug412.m:022: is not used anywhere in the module. -bug412.m:023: In module `bug412': -bug412.m:023: warning: module `ops' has a `:- import_module' declaration, but -bug412.m:023: is not used anywhere in the module. -bug412.m:024: In module `bug412': -bug412.m:024: warning: module `pprint' has a `:- import_module' declaration, -bug412.m:024: but is not used anywhere in the module. -bug412.m:025: In module `bug412': -bug412.m:025: warning: module `rtree' has a `:- import_module' declaration, -bug412.m:025: but is not used anywhere in the module. -bug412.m:026: In module `bug412': -bug412.m:026: warning: module `store' has a `:- import_module' declaration, -bug412.m:026: but is not used anywhere in the module. -bug412.m:027: In module `bug412': -bug412.m:027: warning: module `stream' has a `:- import_module' declaration, -bug412.m:027: but is not used anywhere in the module. -bug412.m:028: In module `bug412': -bug412.m:028: warning: module `string' has a `:- import_module' declaration, -bug412.m:028: but is not used anywhere in the module. -bug412.m:029: In module `bug412': -bug412.m:029: warning: module `string.builder' has a `:- import_module' -bug412.m:029: declaration, but is not used anywhere in the module. -bug412.m:031: In module `bug412': -bug412.m:031: warning: module `term' has a `:- import_module' declaration, -bug412.m:031: but is not used anywhere in the module. -bug412.m:032: In module `bug412': -bug412.m:032: warning: module `univ' has a `:- import_module' declaration, -bug412.m:032: but is not used anywhere in the module. make[3]: *** [/tmp/mmake.qAQak3:922: bug412.res_error] Error 1 make[3]: Target 'bug412.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/tests/warnings'