MERCURY_OPTIONS= make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/tests/warnings' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/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-non-stratification --verbose-error-messages '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/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-11-14/stage2/scripts/mmc --make --options-file - non_stratification.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/tests/warnings' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/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-non-stratification --verbose-error-messages '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/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-11-14/stage2/scripts/mmc --make --options-file - non_stratification.err Making Mercury/int3s/non_stratification.int3 Making Mercury/ints/non_stratification.int ** Nothing to be done for `non_stratification.err'. rm -f non_stratification.res_error diff -u non_stratification.err_exp non_stratification.err > non_stratification.res_error || \ { test -f non_stratification.err_exp2 && \ diff -u non_stratification.err_exp2 non_stratification.err > non_stratification.res_error; } || \ { test -f non_stratification.err_exp3 && \ diff -u non_stratification.err_exp3 non_stratification.err > non_stratification.res_error; } || \ { test -f non_stratification.err_exp4 && \ diff -u non_stratification.err_exp4 non_stratification.err > non_stratification.res_error; } || \ { cat non_stratification.err; cat non_stratification.res_error; exit 1; } --- non_stratification.err_exp 2024-05-20 21:50:23.000000000 +1000 +++ non_stratification.err 2024-11-16 00:18:46.813002104 +1100 @@ -1,7 +0,0 @@ -non_stratification.m:017: In `foo'(in): -non_stratification.m:017: warning: call introduces a non-stratified loop. -non_stratification.m:017: A non-stratified loop is a loop in the call graph -non_stratification.m:017: of the given predicate/function that allows it to -non_stratification.m:017: call itself in a negated context. This can cause -non_stratification.m:017: problems for bottom-up evaluation of the -non_stratification.m:017: predicate/function. make[3]: *** [/tmp/mmake.64Q280:923: non_stratification.res_error] Error 1 make[3]: Target 'non_stratification.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-11-14/tests/warnings'