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 '; 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 - subtype_order.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 '; 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 - subtype_order.c 2>&1 | grep -v "^Making" > subtype_order.err rm -f subtype_order.res_compile diff -u subtype_order.err_exp subtype_order.err > subtype_order.res_compile || \ { test -f subtype_order.err_exp2 && \ diff -u subtype_order.err_exp2 subtype_order.err > subtype_order.res_compile; } || \ { test -f subtype_order.err_exp3 && \ diff -u subtype_order.err_exp3 subtype_order.err > subtype_order.res_compile; } || \ { test -f subtype_order.err_exp4 && \ diff -u subtype_order.err_exp4 subtype_order.err > subtype_order.res_compile; } || \ { cat subtype_order.err; cat subtype_order.res_compile; exit 1; } ... output log truncated, see `subtype_order.err' for the complete log. clares some constructors in a subtype_order.m:030: different order to its supertype `fruit'/0, as shown by subtype_order.m:030: this diff against those of the supertype's constructors subtype_order.m:030: which are present in the subtype: subtype_order.m:030: subtype_order.m:030: @@ -1,5 +1,5 @@ subtype_order.m:030: -lemon/0 subtype_order.m:030: +pomelo/0 subtype_order.m:030: lime/0 subtype_order.m:030: +tangelo/0 subtype_order.m:030: orange/1 subtype_order.m:030: -pomelo/0 subtype_order.m:030: -tangelo/0 subtype_order.m:030: +lemon/0 --- subtype_order.err_exp 2024-05-11 21:07:43.000000000 +1000 +++ subtype_order.err 2024-07-18 15:11:21.190663611 +1000 @@ -1,4 +1,5 @@ -subtype_order.m:030: Warning: `citrus'/0 declares some constructors in a +... output log truncated, see `subtype_order.err' for the complete log. +clares some constructors in a subtype_order.m:030: different order to its supertype `fruit'/0, as shown by subtype_order.m:030: this diff against those of the supertype's constructors subtype_order.m:030: which are present in the subtype: make[3]: *** [/tmp/mmake.Rq0FFU:931: subtype_order.res_compile] Error 1 make[3]: Target 'subtype_order.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 `subtype_order.err' for the complete log. clares some constructors in a subtype_order.m:030: different order to its supertype `fruit'/0, as shown by subtype_order.m:030: this diff against those of the supertype's constructors subtype_order.m:030: which are present in the subtype: subtype_order.m:030: subtype_order.m:030: @@ -1,5 +1,5 @@ subtype_order.m:030: -lemon/0 subtype_order.m:030: +pomelo/0 subtype_order.m:030: lime/0 subtype_order.m:030: +tangelo/0 subtype_order.m:030: orange/1 subtype_order.m:030: -pomelo/0 subtype_order.m:030: -tangelo/0 subtype_order.m:030: +lemon/0 END OF THE ERROR OUTPUT