MERCURY_OPTIONS= make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/warnings' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs --enable-termination '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/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-07-24/stage2/scripts/mmc --make --options-file - non_term_user_special.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/warnings' { echo MCFLAGS += '--grade java --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs --enable-termination '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/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-07-24/stage2/scripts/mmc --make --options-file - non_term_user_special.c 2>&1 | grep -v "^Making" > non_term_user_special.err rm -f non_term_user_special.res_compile diff -u non_term_user_special.err_exp non_term_user_special.err > non_term_user_special.res_compile || \ { test -f non_term_user_special.err_exp2 && \ diff -u non_term_user_special.err_exp2 non_term_user_special.err > non_term_user_special.res_compile; } || \ { test -f non_term_user_special.err_exp3 && \ diff -u non_term_user_special.err_exp3 non_term_user_special.err > non_term_user_special.res_compile; } || \ { test -f non_term_user_special.err_exp4 && \ diff -u non_term_user_special.err_exp4 non_term_user_special.err > non_term_user_special.res_compile; } || \ { cat non_term_user_special.err; cat non_term_user_special.res_compile; exit 1; } ... output log truncated, see `non_term_user_special.err' for the complete log. non_term_user_special.m:011: the type `non_term_user_special.myset'/1 cannot non_term_user_special.m:011: be proven to terminate. non_term_user_special.m:011: Warning: the user-defined equality predicate for non_term_user_special.m:011: the type `non_term_user_special.myset'/1 cannot non_term_user_special.m:011: be proven to terminate. --- non_term_user_special.err_exp 2024-05-01 21:28:03.000000000 +1000 +++ non_term_user_special.err 2024-07-25 17:12:46.878877399 +1000 @@ -1,4 +1,4 @@ -non_term_user_special.m:011: Warning: the user-defined comparison predicate for +... output log truncated, see `non_term_user_special.err' for the complete log. non_term_user_special.m:011: the type `non_term_user_special.myset'/1 cannot non_term_user_special.m:011: be proven to terminate. non_term_user_special.m:011: Warning: the user-defined equality predicate for make[3]: *** [/tmp/mmake.b2YNtG:933: non_term_user_special.res_compile] Error 1 make[3]: Target 'non_term_user_special.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/warnings' ERROR OUTPUT ... output log truncated, see `non_term_user_special.err' for the complete log. non_term_user_special.m:011: the type `non_term_user_special.myset'/1 cannot non_term_user_special.m:011: be proven to terminate. non_term_user_special.m:011: Warning: the user-defined equality predicate for non_term_user_special.m:011: the type `non_term_user_special.myset'/1 cannot non_term_user_special.m:011: be proven to terminate. END OF THE ERROR OUTPUT