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 '; 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 - double_underscore.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 '; 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 - double_underscore.err Making Mercury/int3s/double_underscore.int3 Making Mercury/ints/double_underscore.int ** Nothing to be done for `double_underscore.err'. rm -f double_underscore.res_error diff -u double_underscore.err_exp double_underscore.err > double_underscore.res_error || \ { test -f double_underscore.err_exp2 && \ diff -u double_underscore.err_exp2 double_underscore.err > double_underscore.res_error; } || \ { test -f double_underscore.err_exp3 && \ diff -u double_underscore.err_exp3 double_underscore.err > double_underscore.res_error; } || \ { test -f double_underscore.err_exp4 && \ diff -u double_underscore.err_exp4 double_underscore.err > double_underscore.res_error; } || \ { cat double_underscore.err; cat double_underscore.res_error; exit 1; } --- double_underscore.err_exp 2024-05-21 21:15:32.000000000 +1000 +++ double_underscore.err 2024-09-21 16:12:47.051979672 +1000 @@ -1,3 +0,0 @@ -double_underscore.m:013: In clause for predicate `p'/2: -double_underscore.m:013: warning: variable `_X' occurs more than once in this -double_underscore.m:013: scope. make[3]: *** [/tmp/mmake.RTZERB:922: double_underscore.res_error] Error 1 make[3]: Target 'double_underscore.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-09-20/tests/warnings'