MERCURY_OPTIONS= make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/typeclasses' { 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 - typeclass_order_bug3.depend make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/typeclasses' make[3]: Entering directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/typeclasses' { 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 - typeclass_order_bug3 Making Mercury/int3s/typeclass_order_bug3.int3 Making Mercury/ints/typeclass_order_bug3.int Making Mercury/javas/jmercury/typeclass_order_bug3.java Making Java class files Mercury/javas/jmercury/typeclass_order_bug3.java:36: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeClassMethod[] typeclass_order_bug3__type_class_id_method_ids_writeable_1 = new jmercury.runtime.TypeClassMethod[1]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:37: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeClassId typeclass_order_bug3__type_class_id_writeable_1 = new jmercury.runtime.TypeClassId(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:38: error: package jmercury.runtime does not exist public static final jmercury.runtime.TypeClassDeclStruct typeclass_order_bug3__type_class_decl_writeable_1 = new jmercury.runtime.TypeClassDeclStruct(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:40: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeClassMethod[] typeclass_order_bug3__type_class_id_method_ids_class_1 = new jmercury.runtime.TypeClassMethod[1]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:41: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeClassId typeclass_order_bug3__type_class_id_class_1 = new jmercury.runtime.TypeClassId(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:42: error: package jmercury.runtime does not exist public static final jmercury.runtime.TypeClassDeclStruct typeclass_order_bug3__type_class_decl_class_1 = new jmercury.runtime.TypeClassDeclStruct(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:135: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct[] MR_scalar_common_1 = new jmercury.runtime.TypeInfo_Struct[1]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:137: error: package list.List_1 does not exist private static final list.List_1.F_nil_0[] MR_scalar_common_3 = new list.List_1.F_nil_0[1]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:138: error: package list.List_1 does not exist private static final list.List_1.F_cons_2[] MR_scalar_common_4 = new list.List_1.F_cons_2[3]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:212: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeInfo_for_V_15, ^ Mercury/javas/jmercury/typeclass_order_bug3.java:252: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeInfo_for_V_19, ^ Mercury/javas/jmercury/typeclass_order_bug3.java:256: error: package list does not exist list.List_1 List_9) ^ Mercury/javas/jmercury/typeclass_order_bug3.java:378: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeInfo_for_V_8, ^ Mercury/javas/jmercury/typeclass_order_bug3.java:408: error: package jmercury.runtime does not exist implements jmercury.runtime.MethodPtr3 ^ Mercury/javas/jmercury/typeclass_order_bug3.java:451: error: package jmercury.runtime does not exist implements jmercury.runtime.MethodPtr7 ^ Mercury/javas/jmercury/typeclass_order_bug3.java:15: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.progname = "typeclass_order_bug3"; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:16: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.args = args; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:17: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.exit_status = 0; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:18: error: cannot find symbol library.ML_std_library_init(); ^ symbol: variable library location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:19: error: cannot find symbol benchmarking.ML_initialise(); ^ symbol: variable benchmarking location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:25: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.runMain(run_main); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:26: error: cannot find symbol io.flush_output_3_p_0(io.stdout_stream_0_f_0()); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:26: error: cannot find symbol io.flush_output_3_p_0(io.stdout_stream_0_f_0()); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:27: error: cannot find symbol io.flush_output_3_p_0(io.stderr_stream_0_f_0()); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:27: error: cannot find symbol io.flush_output_3_p_0(io.stderr_stream_0_f_0()); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:28: error: package jmercury.runtime does not exist java.lang.System.exit(jmercury.runtime.JavaInternal.exit_status); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:36: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeClassMethod[] typeclass_order_bug3__type_class_id_method_ids_writeable_1 = new jmercury.runtime.TypeClassMethod[1]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:37: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeClassId typeclass_order_bug3__type_class_id_writeable_1 = new jmercury.runtime.TypeClassId(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:38: error: package jmercury.runtime does not exist public static final jmercury.runtime.TypeClassDeclStruct typeclass_order_bug3__type_class_decl_writeable_1 = new jmercury.runtime.TypeClassDeclStruct(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:40: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeClassMethod[] typeclass_order_bug3__type_class_id_method_ids_class_1 = new jmercury.runtime.TypeClassMethod[1]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:41: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeClassId typeclass_order_bug3__type_class_id_class_1 = new jmercury.runtime.TypeClassId(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:42: error: package jmercury.runtime does not exist public static final jmercury.runtime.TypeClassDeclStruct typeclass_order_bug3__type_class_decl_class_1 = new jmercury.runtime.TypeClassDeclStruct(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:85: error: package jmercury.runtime does not exist new jmercury.runtime.TypeClassMethod( ^ Mercury/javas/jmercury/typeclass_order_bug3.java:88: error: cannot find symbol private_builtin.MR_PREDICATE ^ symbol: variable private_builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:108: error: package jmercury.runtime does not exist new jmercury.runtime.TypeClassMethod( ^ Mercury/javas/jmercury/typeclass_order_bug3.java:111: error: cannot find symbol private_builtin.MR_PREDICATE ^ symbol: variable private_builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:135: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct[] MR_scalar_common_1 = new jmercury.runtime.TypeInfo_Struct[1]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:137: error: package list.List_1 does not exist private static final list.List_1.F_nil_0[] MR_scalar_common_3 = new list.List_1.F_nil_0[1]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:138: error: package list.List_1 does not exist private static final list.List_1.F_cons_2[] MR_scalar_common_4 = new list.List_1.F_cons_2[3]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:144: error: package jmercury.runtime does not exist new jmercury.runtime.TypeInfo_Struct( ^ Mercury/javas/jmercury/typeclass_order_bug3.java:145: error: cannot find symbol ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(list.list__type_ctor_info_list_1))), ^ symbol: variable list location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:145: error: package jmercury.runtime does not exist ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(list.list__type_ctor_info_list_1))), ^ Mercury/javas/jmercury/typeclass_order_bug3.java:146: error: cannot find symbol ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int_0))) ^ symbol: variable builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:146: error: package jmercury.runtime does not exist ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int_0))) ^ Mercury/javas/jmercury/typeclass_order_bug3.java:151: error: cannot find symbol ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int_0))) ^ symbol: variable builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:151: error: package jmercury.runtime does not exist ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int_0))) ^ Mercury/javas/jmercury/typeclass_order_bug3.java:157: error: package jmercury.runtime does not exist ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(typeclass_order_bug3.MR_scalar_common_1[0]))) ^ Mercury/javas/jmercury/typeclass_order_bug3.java:162: error: cannot find symbol ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0))) ^ symbol: variable builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:162: error: package jmercury.runtime does not exist ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0))) ^ Mercury/javas/jmercury/typeclass_order_bug3.java:165: error: package list.List_1 does not exist new list.List_1.F_nil_0(); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:167: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/typeclass_order_bug3.java:169: error: package list does not exist (list.List_1) typeclass_order_bug3.MR_scalar_common_3[0] ^ Mercury/javas/jmercury/typeclass_order_bug3.java:172: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/typeclass_order_bug3.java:174: error: package list does not exist (list.List_1) typeclass_order_bug3.MR_scalar_common_4[0] ^ Mercury/javas/jmercury/typeclass_order_bug3.java:177: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/typeclass_order_bug3.java:179: error: package list does not exist (list.List_1) typeclass_order_bug3.MR_scalar_common_4[1] ^ Mercury/javas/jmercury/typeclass_order_bug3.java:193: error: cannot find symbol ((java.lang.Object) (private_builtin.private_builtin__type_ctor_info_type_info_0)), ^ symbol: variable private_builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:193: error: illegal start of type ((java.lang.Object) (private_builtin.private_builtin__type_ctor_info_type_info_0)), ^ Mercury/javas/jmercury/typeclass_order_bug3.java:194: error: cannot find symbol ((java.lang.Object) (private_builtin.private_builtin__type_ctor_info_typeclass_info_0)), ^ symbol: variable private_builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:194: error: illegal start of type ((java.lang.Object) (private_builtin.private_builtin__type_ctor_info_typeclass_info_0)), ^ Mercury/javas/jmercury/typeclass_order_bug3.java:195: error: cannot find symbol ((java.lang.Object) (private_builtin.private_builtin__type_ctor_info_typeclass_info_0)), ^ symbol: variable private_builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:195: error: illegal start of type ((java.lang.Object) (private_builtin.private_builtin__type_ctor_info_typeclass_info_0)), ^ Mercury/javas/jmercury/typeclass_order_bug3.java:199: error: cannot find symbol ((java.lang.Object) (io.io__type_ctor_info_state_0)), ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:199: error: illegal start of type ((java.lang.Object) (io.io__type_ctor_info_state_0)), ^ Mercury/javas/jmercury/typeclass_order_bug3.java:200: error: cannot find symbol ((java.lang.Object) (io.io__type_ctor_info_state_0)) ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:200: error: illegal start of type ((java.lang.Object) (io.io__type_ctor_info_state_0)) ^ Mercury/javas/jmercury/typeclass_order_bug3.java:223: error: cannot find symbol io.write_int_3_p_0(Var_12); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:226: error: cannot find symbol io.nl_2_p_0(); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:244: error: package jmercury.runtime does not exist typeclass_order_bug3.ClassMethod_for_typeclass_order_bug3__class____int__arity0______typeclass_order_bug3__p_5_5_p_0(((jmercury.runtime.TypeInfo_Struct) wrapper_arg_1), ((/* typeclass_info */ java.lang.Object[]) wrapper_arg_2), wrapper_arg_3, wrapper_arg_4, ((java.lang.Integer) wrapper_arg_5).intValue()); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:258: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeInfo_24_24 = null; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:259: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_25_25 = null; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:263: error: package jmercury.runtime does not exist jmercury.runtime.MethodPtr func_1 = null; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:280: error: cannot find symbol TypeInfo_24_24 = private_builtin.type_info_from_typeclass_info_3_p_0(TypeClassInfo_for_class_17, PolyConst1_23); ^ symbol: variable private_builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:282: error: cannot find symbol TypeCtorInfo_25_25 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_state_0); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:282: error: package jmercury.runtime does not exist TypeCtorInfo_25_25 = jmercury.runtime.TypeInfo_Struct.maybe_new(io.io__type_ctor_info_state_0); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:284: error: cannot find symbol conv0_DCG_1_11 = list.foldl_4_p_2(TypeInfo_24_24, TypeCtorInfo_25_25, Var_16, List_9, ((java.lang.Object) (0))); ^ symbol: variable list location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:286: error: package jmercury.runtime does not exist func_1 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_writeable_18)[0])[5]); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:288: error: package jmercury.runtime does not exist conv2_DCG_2_12 = ((java.lang.Object) ((jmercury.runtime.MethodPtr3) func_1).call___0_0(((java.lang.Object) (((/* generic_type */ java.lang.Object) TypeClassInfo_for_writeable_18))), ((java.lang.Object) (U_7)), ((java.lang.Object) (((java.lang.Object) (0)))))); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:291: error: cannot find symbol io.nl_2_p_0(); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:294: error: cannot find symbol io.write_3_p_0(TypeInfo_for_V_19, V_8); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:297: error: cannot find symbol io.nl_2_p_0(); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:311: error: package jmercury.runtime does not exist typeclass_order_bug3.p_5_p_0(((jmercury.runtime.TypeInfo_Struct) ((java.lang.Object[]) closure)[3]), ((/* typeclass_info */ java.lang.Object[]) ((java.lang.Object[]) closure)[4]), ((/* typeclass_info */ java.lang.Object[]) ((java.lang.Object[]) closure)[5]), ((java.lang.Object[]) closure)[6], ((java.lang.Object[]) closure)[7], wrapper_arg_1); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:330: error: package jmercury.runtime does not exist typeclass_order_bug3.ClassMethod_for_typeclass_order_bug3__class____list__list__arity1______typeclass_order_bug3__p_5_5_p_0(((/* typeclass_info */ java.lang.Object[]) ((java.lang.Object[]) closure)[1]), ((jmercury.runtime.TypeInfo_Struct) wrapper_arg_1), ((/* typeclass_info */ java.lang.Object[]) wrapper_arg_2), wrapper_arg_3, wrapper_arg_4, ((list.List_1) wrapper_arg_5)); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:330: error: package list does not exist typeclass_order_bug3.ClassMethod_for_typeclass_order_bug3__class____list__list__arity1______typeclass_order_bug3__p_5_5_p_0(((/* typeclass_info */ java.lang.Object[]) ((java.lang.Object[]) closure)[1]), ((jmercury.runtime.TypeInfo_Struct) wrapper_arg_1), ((/* typeclass_info */ java.lang.Object[]) wrapper_arg_2), wrapper_arg_3, wrapper_arg_4, ((list.List_1) wrapper_arg_5)); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:340: error: cannot find symbol io.write_string_3_p_0(String_4); ^ symbol: variable io location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:364: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_18_18 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:364: error: cannot find symbol jmercury.runtime.TypeInfo_Struct TypeCtorInfo_18_18 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0); ^ symbol: variable builtin location: class typeclass_order_bug3 Mercury/javas/jmercury/typeclass_order_bug3.java:364: error: package jmercury.runtime does not exist jmercury.runtime.TypeInfo_Struct TypeCtorInfo_18_18 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:367: error: package list does not exist list.List_1 Var_8 = (list.List_1) typeclass_order_bug3.MR_scalar_common_4[2]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:367: error: package list does not exist list.List_1 Var_8 = (list.List_1) typeclass_order_bug3.MR_scalar_common_4[2]; ^ Mercury/javas/jmercury/typeclass_order_bug3.java:368: error: package jmercury.runtime does not exist jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_class_16)[0])[5]); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:368: error: package jmercury.runtime does not exist jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_class_16)[0])[5]); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:372: error: package jmercury.runtime does not exist conv1_STATE_VARIABLE_IO_5 = ((java.lang.Object) ((jmercury.runtime.MethodPtr7) func_0).call___0_0(((java.lang.Object) (((/* generic_type */ java.lang.Object) TypeClassInfo_for_class_16))), ((java.lang.Object) (((java.lang.Object) (TypeCtorInfo_18_18)))), ((java.lang.Object) (((java.lang.Object) (TypeClassInfo_for_writeable_17)))), ((java.lang.Object) (((java.lang.Object) (Var_6)))), ((java.lang.Object) (((java.lang.Object) (Var_7)))), ((java.lang.Object) (((java.lang.Object) (Var_8)))), ((java.lang.Object) (((java.lang.Object) (0)))))); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:385: error: package jmercury.runtime does not exist jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_class_6)[0])[5]); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:385: error: package jmercury.runtime does not exist jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_class_6)[0])[5]); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:389: error: package jmercury.runtime does not exist conv1_HeadVar__5_5 = ((java.lang.Object) ((jmercury.runtime.MethodPtr7) func_0).call___0_0(((java.lang.Object) (((/* generic_type */ java.lang.Object) TypeClassInfo_for_class_6))), ((java.lang.Object) (((java.lang.Object) (TypeInfo_for_V_8)))), ((java.lang.Object) (((java.lang.Object) (TypeClassInfo_for_writeable_7)))), ((java.lang.Object) (HeadVar__1_1)), ((java.lang.Object) (HeadVar__2_2)), ((java.lang.Object) (HeadVar__3_3)), ((java.lang.Object) (((java.lang.Object) (0)))))); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:398: error: package jmercury.runtime does not exist jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_writeable_4)[0])[5]); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:398: error: package jmercury.runtime does not exist jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_writeable_4)[0])[5]); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:402: error: package jmercury.runtime does not exist conv1_HeadVar__3_3 = ((java.lang.Object) ((jmercury.runtime.MethodPtr3) func_0).call___0_0(((java.lang.Object) (((/* generic_type */ java.lang.Object) TypeClassInfo_for_writeable_4))), ((java.lang.Object) (HeadVar__1_1)), ((java.lang.Object) (((java.lang.Object) (0)))))); ^ Mercury/javas/jmercury/typeclass_order_bug3.java:438: error: package jmercury.runtime does not exist throw new jmercury.runtime.UnreachableDefault(); ^ 100 errors make[3]: *** [/tmp/mmake.W43LT9:1244: typeclass_order_bug3] Error 1 make[3]: Target 'typeclass_order_bug3.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/typeclasses'