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 - uint64_switch_test.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 - uint64_switch_test Making Mercury/int3s/uint64_switch_test.int3 Making Mercury/ints/uint64_switch_test.int Making Mercury/javas/jmercury/uint64_switch_test.java Making Java class files Mercury/javas/jmercury/uint64_switch_test.java:32: error: package list.List_1 does not exist private static final list.List_1.F_nil_0[] MR_scalar_common_1 = new list.List_1.F_nil_0[1]; ^ Mercury/javas/jmercury/uint64_switch_test.java:33: error: package list.List_1 does not exist private static final list.List_1.F_cons_2[] MR_scalar_common_2 = new list.List_1.F_cons_2[9]; ^ Mercury/javas/jmercury/uint64_switch_test.java:103: error: package list does not exist list.List_1 Values_4) ^ Mercury/javas/jmercury/uint64_switch_test.java:15: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.progname = "uint64_switch_test"; ^ Mercury/javas/jmercury/uint64_switch_test.java:16: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.args = args; ^ Mercury/javas/jmercury/uint64_switch_test.java:17: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.exit_status = 0; ^ Mercury/javas/jmercury/uint64_switch_test.java:18: error: cannot find symbol library.ML_std_library_init(); ^ symbol: variable library location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:19: error: cannot find symbol benchmarking.ML_initialise(); ^ symbol: variable benchmarking location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:25: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.runMain(run_main); ^ Mercury/javas/jmercury/uint64_switch_test.java:26: error: cannot find symbol io.flush_output_3_p_0(io.stdout_stream_0_f_0()); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:26: error: cannot find symbol io.flush_output_3_p_0(io.stdout_stream_0_f_0()); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:27: error: cannot find symbol io.flush_output_3_p_0(io.stderr_stream_0_f_0()); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:27: error: cannot find symbol io.flush_output_3_p_0(io.stderr_stream_0_f_0()); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:28: error: package jmercury.runtime does not exist java.lang.System.exit(jmercury.runtime.JavaInternal.exit_status); ^ Mercury/javas/jmercury/uint64_switch_test.java:32: error: package list.List_1 does not exist private static final list.List_1.F_nil_0[] MR_scalar_common_1 = new list.List_1.F_nil_0[1]; ^ Mercury/javas/jmercury/uint64_switch_test.java:33: error: package list.List_1 does not exist private static final list.List_1.F_cons_2[] MR_scalar_common_2 = new list.List_1.F_cons_2[9]; ^ Mercury/javas/jmercury/uint64_switch_test.java:37: error: package list.List_1 does not exist new list.List_1.F_nil_0(); ^ Mercury/javas/jmercury/uint64_switch_test.java:39: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:41: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_1[0] ^ Mercury/javas/jmercury/uint64_switch_test.java:44: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:46: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_2[0] ^ Mercury/javas/jmercury/uint64_switch_test.java:49: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:51: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_2[1] ^ Mercury/javas/jmercury/uint64_switch_test.java:54: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:56: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_2[2] ^ Mercury/javas/jmercury/uint64_switch_test.java:59: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:61: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_2[3] ^ Mercury/javas/jmercury/uint64_switch_test.java:64: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:66: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_2[4] ^ Mercury/javas/jmercury/uint64_switch_test.java:69: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:71: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_2[5] ^ Mercury/javas/jmercury/uint64_switch_test.java:74: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:76: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_2[6] ^ Mercury/javas/jmercury/uint64_switch_test.java:79: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/uint64_switch_test.java:81: error: package list does not exist (list.List_1) uint64_switch_test.MR_scalar_common_2[7] ^ Mercury/javas/jmercury/uint64_switch_test.java:94: error: package list does not exist list.List_1 Var_6 = (list.List_1) uint64_switch_test.MR_scalar_common_2[8]; ^ Mercury/javas/jmercury/uint64_switch_test.java:94: error: package list does not exist list.List_1 Var_6 = (list.List_1) uint64_switch_test.MR_scalar_common_2[8]; ^ Mercury/javas/jmercury/uint64_switch_test.java:112: error: package list.List_1 does not exist long Value_6 = ((java.lang.Long) (((list.List_1.F_cons_2) Values_4).F1)).longValue(); ^ Mercury/javas/jmercury/uint64_switch_test.java:112: error: illegal start of type long Value_6 = ((java.lang.Long) (((list.List_1.F_cons_2) Values_4).F1)).longValue(); ^ Mercury/javas/jmercury/uint64_switch_test.java:113: error: package list does not exist list.List_1 ValuesPrime_7 = ((list.List_1.F_cons_2) Values_4).F2; ^ Mercury/javas/jmercury/uint64_switch_test.java:113: error: package list.List_1 does not exist list.List_1 ValuesPrime_7 = ((list.List_1.F_cons_2) Values_4).F2; ^ Mercury/javas/jmercury/uint64_switch_test.java:115: error: package list does not exist list.List_1 next_value_of_Values_4 = null; ^ Mercury/javas/jmercury/uint64_switch_test.java:144: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_26_26 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_uint64_0); ^ Mercury/javas/jmercury/uint64_switch_test.java:144: error: cannot find symbol jmercury.runtime.TypeInfo_Struct TypeCtorInfo_26_26 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_uint64_0); ^ symbol: variable builtin location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:144: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_26_26 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_uint64_0); ^ Mercury/javas/jmercury/uint64_switch_test.java:145: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_27_27 = null; ^ Mercury/javas/jmercury/uint64_switch_test.java:153: error: cannot find symbol Var_15 = string.string_1_f_0(TypeCtorInfo_26_26, java.lang.Long.valueOf(Value_6)); ^ symbol: variable string location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:155: error: cannot find symbol TypeCtorInfo_27_27 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0); ^ symbol: variable builtin location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:155: error: package jmercury.runtime does not exist TypeCtorInfo_27_27 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0); ^ Mercury/javas/jmercury/uint64_switch_test.java:157: error: cannot find symbol Var_18 = string.string_1_f_0(TypeCtorInfo_27_27, ((java.lang.Object) (Result_8))); ^ symbol: variable string location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:161: error: cannot find symbol io.write_string_3_p_0(Var_30); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:164: error: cannot find symbol io.write_string_3_p_0(Var_15); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:168: error: cannot find symbol io.write_string_3_p_0(Var_33); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:171: error: cannot find symbol io.write_string_3_p_0(Var_18); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:175: error: cannot find symbol io.write_string_3_p_0(Var_35); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:180: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_28_28 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_uint64_0); ^ Mercury/javas/jmercury/uint64_switch_test.java:180: error: cannot find symbol jmercury.runtime.TypeInfo_Struct TypeCtorInfo_28_28 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_uint64_0); ^ symbol: variable builtin location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:180: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_28_28 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_uint64_0); ^ Mercury/javas/jmercury/uint64_switch_test.java:186: error: cannot find symbol Var_24 = string.string_1_f_0(TypeCtorInfo_28_28, java.lang.Long.valueOf(Value_6)); ^ symbol: variable string location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:190: error: cannot find symbol io.write_string_3_p_0(Var_37); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:193: error: cannot find symbol io.write_string_3_p_0(Var_24); ^ symbol: variable io location: class uint64_switch_test Mercury/javas/jmercury/uint64_switch_test.java:197: error: cannot find symbol io.write_string_3_p_0(Var_39); ^ symbol: variable io location: class uint64_switch_test 62 errors make[3]: *** [/tmp/mmake.hqMuNn:2360: uint64_switch_test] Error 1 make[3]: Target 'uint64_switch_test.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/hard_coded'