MERCURY_OPTIONS= make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/hard_coded' { 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 --use-subdirs '; 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 - print_stream.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/hard_coded' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/hard_coded' { 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 --use-subdirs '; 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 - print_stream Making Mercury/int3s/print_stream.int3 Making Mercury/ints/print_stream.int Making Mercury/javas/jmercury/print_stream.java Making Java class files Mercury/javas/jmercury/print_stream.java:15: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.progname = "print_stream"; ^ Mercury/javas/jmercury/print_stream.java:16: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.args = args; ^ Mercury/javas/jmercury/print_stream.java:17: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.exit_status = 0; ^ Mercury/javas/jmercury/print_stream.java:18: error: cannot find symbol library.ML_std_library_init(); ^ symbol: variable library location: class print_stream Mercury/javas/jmercury/print_stream.java:19: error: cannot find symbol benchmarking.ML_initialise(); ^ symbol: variable benchmarking location: class print_stream Mercury/javas/jmercury/print_stream.java:25: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.runMain(run_main); ^ Mercury/javas/jmercury/print_stream.java:26: error: cannot find symbol io.flush_output_3_p_0(io.stdout_stream_0_f_0()); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:26: error: cannot find symbol io.flush_output_3_p_0(io.stdout_stream_0_f_0()); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:27: error: cannot find symbol io.flush_output_3_p_0(io.stderr_stream_0_f_0()); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:27: error: cannot find symbol io.flush_output_3_p_0(io.stderr_stream_0_f_0()); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:28: error: package jmercury.runtime does not exist java.lang.System.exit(jmercury.runtime.JavaInternal.exit_status); ^ Mercury/javas/jmercury/print_stream.java:36: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_25_25 = null; ^ Mercury/javas/jmercury/print_stream.java:37: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_26_26 = null; ^ Mercury/javas/jmercury/print_stream.java:38: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_27_27 = null; ^ Mercury/javas/jmercury/print_stream.java:39: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_28_28 = null; ^ Mercury/javas/jmercury/print_stream.java:40: error: package io does not exist io.Text_output_stream_0 StdOut_4 = null; ^ Mercury/javas/jmercury/print_stream.java:41: error: package io does not exist io.Text_input_stream_0 StdIn_5 = null; ^ Mercury/javas/jmercury/print_stream.java:42: error: package io does not exist io.Text_output_stream_0 StdErr_6 = null; ^ Mercury/javas/jmercury/print_stream.java:43: error: package io does not exist io.Binary_input_stream_0 StdInBin_7 = null; ^ Mercury/javas/jmercury/print_stream.java:44: error: package io does not exist io.Binary_output_stream_0 StdOutBin_8 = null; ^ Mercury/javas/jmercury/print_stream.java:47: error: cannot find symbol StdOut_4 = io.stdout_stream_3_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:50: error: cannot find symbol StdIn_5 = io.stdin_stream_3_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:53: error: cannot find symbol StdErr_6 = io.stderr_stream_3_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:56: error: cannot find symbol StdInBin_7 = io.stdin_binary_stream_3_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:59: error: cannot find symbol StdOutBin_8 = io.stdout_binary_stream_3_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:61: error: cannot find symbol TypeCtorInfo_25_25 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_text_input_stream_0); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:61: error: package jmercury.runtime does not exist TypeCtorInfo_25_25 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_text_input_stream_0); ^ Mercury/javas/jmercury/print_stream.java:63: error: cannot find symbol io.write_3_p_0(TypeCtorInfo_25_25, ((java.lang.Object) (StdIn_5))); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:66: error: cannot find symbol io.nl_2_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:68: error: cannot find symbol TypeCtorInfo_26_26 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_text_output_stream_0); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:68: error: package jmercury.runtime does not exist TypeCtorInfo_26_26 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_text_output_stream_0); ^ Mercury/javas/jmercury/print_stream.java:70: error: cannot find symbol io.write_3_p_0(TypeCtorInfo_26_26, ((java.lang.Object) (StdOut_4))); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:73: error: cannot find symbol io.nl_2_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:76: error: cannot find symbol io.write_3_p_0(TypeCtorInfo_26_26, ((java.lang.Object) (StdErr_6))); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:79: error: cannot find symbol io.nl_2_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:81: error: cannot find symbol TypeCtorInfo_27_27 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_binary_input_stream_0); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:81: error: package jmercury.runtime does not exist TypeCtorInfo_27_27 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_binary_input_stream_0); ^ Mercury/javas/jmercury/print_stream.java:83: error: cannot find symbol io.write_3_p_0(TypeCtorInfo_27_27, ((java.lang.Object) (StdInBin_7))); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:86: error: cannot find symbol io.nl_2_p_0(); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:88: error: cannot find symbol TypeCtorInfo_28_28 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_binary_output_stream_0); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:88: error: package jmercury.runtime does not exist TypeCtorInfo_28_28 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_binary_output_stream_0); ^ Mercury/javas/jmercury/print_stream.java:90: error: cannot find symbol io.write_3_p_0(TypeCtorInfo_28_28, ((java.lang.Object) (StdOutBin_8))); ^ symbol: variable io location: class print_stream Mercury/javas/jmercury/print_stream.java:93: error: cannot find symbol io.nl_2_p_0(); ^ symbol: variable io location: class print_stream 43 errors make[3]: *** [/tmp/mmake.XUWM8w:2360: print_stream] Error 1 make[3]: Target 'print_stream.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/hard_coded'