MERCURY_OPTIONS= --deep-random-write=25 --deep-std-name --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/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-10-30/stage2/scripts/mmc --make --options-file - det_infer_warning.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/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-10-30/stage2/scripts/mmc --make --options-file - det_infer_warning.err Making Mercury/int3s/det_infer_warning.int3 Making Mercury/ints/det_infer_warning.int ** Nothing to be done for `det_infer_warning.err'. rm -f det_infer_warning.res_error diff -u det_infer_warning.err_exp det_infer_warning.err > det_infer_warning.res_error || \ { test -f det_infer_warning.err_exp2 && \ diff -u det_infer_warning.err_exp2 det_infer_warning.err > det_infer_warning.res_error; } || \ { test -f det_infer_warning.err_exp3 && \ diff -u det_infer_warning.err_exp3 det_infer_warning.err > det_infer_warning.res_error; } || \ { test -f det_infer_warning.err_exp4 && \ diff -u det_infer_warning.err_exp4 det_infer_warning.err > det_infer_warning.res_error; } || \ { cat det_infer_warning.err; cat det_infer_warning.res_error; exit 1; } --- det_infer_warning.err_exp 2024-05-22 21:22:17.000000000 +1000 +++ det_infer_warning.err 2024-10-31 18:23:31.682246488 +1100 @@ -1,3 +0,0 @@ -det_infer_warning.m:022: Warning: the determinism declaration for `test2' could -det_infer_warning.m:022: be tighter. -det_infer_warning.m:022: Declared `semidet', inferred `det'. make[3]: *** [/tmp/mmake.bIvLem:923: det_infer_warning.res_error] Error 1 make[3]: Target 'det_infer_warning.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-10-30/tests/warnings'