MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-09/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-09/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-08-09/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-09/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-09/stage2/scripts/mmc --make --options-file - state_vars_test.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-09/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-09/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-09/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-08-09/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-08-09/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-09/stage2/scripts/mmc --make --options-file - state_vars_test.err Making Mercury/int3s/state_vars_test.int3 Making Mercury/ints/state_vars_test.int ** Nothing to be done for `state_vars_test.err'. rm -f state_vars_test.res_error diff -u state_vars_test.err_exp state_vars_test.err > state_vars_test.res_error || \ { test -f state_vars_test.err_exp2 && \ diff -u state_vars_test.err_exp2 state_vars_test.err > state_vars_test.res_error; } || \ { test -f state_vars_test.err_exp3 && \ diff -u state_vars_test.err_exp3 state_vars_test.err > state_vars_test.res_error; } || \ { test -f state_vars_test.err_exp4 && \ diff -u state_vars_test.err_exp4 state_vars_test.err > state_vars_test.res_error; } || \ { cat state_vars_test.err; cat state_vars_test.res_error; exit 1; } --- state_vars_test.err_exp 2024-05-27 21:07:58.000000000 +1000 +++ state_vars_test.err 2024-08-10 16:50:17.592529203 +1000 @@ -1,2 +0,0 @@ -state_vars_test.m:021: Warning: you cannot refer to `!.X' here, because that -state_vars_test.m:021: state variable has not been initialized yet. make[3]: *** [/tmp/mmake.4jOfJZ:922: state_vars_test.res_error] Error 1 make[3]: Target 'state_vars_test.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-08-09/tests/warnings'