MERCURY_OPTIONS= --deep-random-write=25 --mdb-disable-progress make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/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-dead-procs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/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-17/stage2/scripts/mmc --make --options-file - warn_dead_procs_trace.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/tests/warnings' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/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-dead-procs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += ' /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/stage2/library/mer_std.init /mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/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-17/stage2/scripts/mmc --make --options-file - warn_dead_procs_trace.c 2>&1 | grep -v "^Making" > warn_dead_procs_trace.err rm -f warn_dead_procs_trace.res_compile diff -u warn_dead_procs_trace.err_exp warn_dead_procs_trace.err > warn_dead_procs_trace.res_compile || \ { test -f warn_dead_procs_trace.err_exp2 && \ diff -u warn_dead_procs_trace.err_exp2 warn_dead_procs_trace.err > warn_dead_procs_trace.res_compile; } || \ { test -f warn_dead_procs_trace.err_exp3 && \ diff -u warn_dead_procs_trace.err_exp3 warn_dead_procs_trace.err > warn_dead_procs_trace.res_compile; } || \ { test -f warn_dead_procs_trace.err_exp4 && \ diff -u warn_dead_procs_trace.err_exp4 warn_dead_procs_trace.err > warn_dead_procs_trace.res_compile; } || \ { cat warn_dead_procs_trace.err; cat warn_dead_procs_trace.res_compile; exit 1; } ... output log truncated, see `warn_dead_procs_trace.err' for the complete log. [38;5;203mis never called. --- warn_dead_procs_trace.err_exp 2024-05-20 21:50:23.000000000 +1000 +++ warn_dead_procs_trace.err 2024-07-18 15:11:23.474592451 +1000 @@ -1 +1,2 @@ -warn_dead_procs_trace.m:040: Warning: predicate `t'/2 mode 0 is never called. +... output log truncated, see `warn_dead_procs_trace.err' for the complete log. +[38;5;203mis never called. make[3]: *** [/tmp/mmake.tp5LeI:931: warn_dead_procs_trace.res_compile] Error 1 make[3]: Target 'warn_dead_procs_trace.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-17/tests/warnings' ERROR OUTPUT ... output log truncated, see `warn_dead_procs_trace.err' for the complete log. [38;5;203mis never called. END OF THE ERROR OUTPUT