MERCURY_OPTIONS= --deep-random-write=25 --deep-std-name --mdb-disable-progress gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/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-unsorted-import-block '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/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 = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/scripts/mmc --make --options-file - singleton_test.depend gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/warnings' gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/warnings' { echo MCFLAGS += '--grade csharp --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/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-unsorted-import-block '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/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 = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/scripts/mmc --make --options-file - singleton_test.err Making Mercury/int3s/singleton_test.int3 ... output log truncated, see `singleton_test.err' for the complete log. Making Mercury/ints/singleton_test.int ** Nothing to be done for `singleton_test.err'. Comparing singleton_test.err with singleton_test.err_exp*, results in singleton_test.err_res ** singleton_test.err did not match the expected error output ** (closest match was singleton_test.err_res1) --- singleton_test.err_exp 2025-01-21 21:34:52.000000000 +1100 +++ singleton_test.err 2025-03-30 06:44:04.876244760 +1100 @@ -1,34 +1,3 @@ singleton_test.m:008: Warning: this `:- import_module' declaration for module singleton_test.m:008: `list' is on the same line as the preceding singleton_test.m:008: `:- import_module' declaration for module `io'. -singleton_test.m:013: Warning: unresolved polymorphism in function -singleton_test.m:013: `my_append_func'/2. -singleton_test.m:013: The variables with unbound types were: -singleton_test.m:013: `L1', -singleton_test.m:013: `L2'. -singleton_test.m:013: Their types will be implicitly set to the builtin type -singleton_test.m:013: `void'. -singleton_test.m:031: In clause for predicate `my_append'/3: -singleton_test.m:031: warning: variable `L2' occurs only once in this scope. -singleton_test.m:031: (Did you mean `L' or `L1'?) -singleton_test.m:035: In clause for function `my_append_func'/2: -singleton_test.m:035: warning: variable `L1' occurs only once in this scope. -singleton_test.m:035: (Did you mean `L' or `L2'?) -singleton_test.m:035: In clause for function `my_append_func'/2: -singleton_test.m:035: warning: variable `L2' occurs only once in this scope. -singleton_test.m:035: (Did you mean `L' or `L1'?) -singleton_test.m:036: In clause for function `my_append_func'/2: -singleton_test.m:036: warning: variable `T' occurs only once in this scope. -singleton_test.m:038: In the C code for predicate `my_c_pred'/3: -singleton_test.m:038: warning: variable `Y' does not occur in the C code. -singleton_test.m:051: In the C code for function `my_c_func'/2: -singleton_test.m:051: warning: variable `X' does not occur in the C code. -singleton_test.m:066: In the C code for predicate `c_hello_world'/3: -singleton_test.m:066: warning: variable `Msg' does not occur in the C code. -singleton_test.m:082: In clause for predicate `test_head'/6: -singleton_test.m:082: warning: variable `_D' occurs more than once in this -singleton_test.m:082: scope. -singleton_test.m:082: In clause for predicate `test_head'/6: -singleton_test.m:082: warning: variables `A' and `B' occur only once in this -singleton_test.m:082: scope. -For more information, recompile with `-E'. gmake[3]: *** [../Mmake.common:166: singleton_test.err_res] Error 1 gmake[3]: Target 'singleton_test.runtest' not remade because of errors. gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/warnings' ERROR OUTPUT singleton_test.m:008: Warning: this `:- import_module' declaration for module singleton_test.m:008: `list' is on the same line as the preceding singleton_test.m:008: `:- import_module' declaration for module `io'. END OF THE ERROR OUTPUT