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 - arith_int8.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 - arith_int8 Making Mercury/int3s/arith_int8.int3 Making Mercury/ints/arith_int8.int Making Mercury/javas/jmercury/arith_int8.java Making Java class files Mercury/javas/jmercury/arith_int8.java:32: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct __vpti_func_2__plain_builtin__type_ctor_info_int8_0__plain_builtin__type_ctor_info_int8_0 = new jmercury.runtime.TypeInfo_Struct(); ^ Mercury/javas/jmercury/arith_int8.java:33: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct __vpti_func_3__plain_builtin__type_ctor_info_int8_0__plain_builtin__type_ctor_info_int8_0__plain_builtin__type_ctor_info_int8_0 = new jmercury.runtime.TypeInfo_Struct(); ^ Mercury/javas/jmercury/arith_int8.java:34: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct list__pti_list_1__plain_builtin__type_ctor_info_int8_0 = new jmercury.runtime.TypeInfo_Struct(); ^ Mercury/javas/jmercury/arith_int8.java:35: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct __vpti_tuple_1__plain_builtin__type_ctor_info_int8_0 = new jmercury.runtime.TypeInfo_Struct(); ^ Mercury/javas/jmercury/arith_int8.java:73: 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/arith_int8.java:74: error: package list.List_1 does not exist private static final list.List_1.F_nil_0[] MR_scalar_common_2 = new list.List_1.F_nil_0[1]; ^ Mercury/javas/jmercury/arith_int8.java:75: error: package list.List_1 does not exist private static final list.List_1.F_cons_2[] MR_scalar_common_3 = new list.List_1.F_cons_2[13]; ^ Mercury/javas/jmercury/arith_int8.java:636: error: package list does not exist list.List_1 Bs_9, ^ Mercury/javas/jmercury/arith_int8.java:931: error: package jmercury.runtime does not exist implements jmercury.runtime.MethodPtr1 ^ Mercury/javas/jmercury/arith_int8.java:972: error: package jmercury.runtime does not exist implements jmercury.runtime.MethodPtr2 ^ Mercury/javas/jmercury/arith_int8.java:1032: error: package jmercury.runtime does not exist implements jmercury.runtime.MethodPtr3 ^ Mercury/javas/jmercury/arith_int8.java:15: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.progname = "arith_int8"; ^ Mercury/javas/jmercury/arith_int8.java:16: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.args = args; ^ Mercury/javas/jmercury/arith_int8.java:17: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.exit_status = 0; ^ Mercury/javas/jmercury/arith_int8.java:18: error: cannot find symbol library.ML_std_library_init(); ^ symbol: variable library location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:19: error: cannot find symbol benchmarking.ML_initialise(); ^ symbol: variable benchmarking location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:25: error: package jmercury.runtime does not exist jmercury.runtime.JavaInternal.runMain(run_main); ^ Mercury/javas/jmercury/arith_int8.java:26: error: cannot find symbol io.flush_output_3_p_0(io.stdout_stream_0_f_0()); ^ symbol: variable io location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:26: error: cannot find symbol io.flush_output_3_p_0(io.stdout_stream_0_f_0()); ^ symbol: variable io location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:27: error: cannot find symbol io.flush_output_3_p_0(io.stderr_stream_0_f_0()); ^ symbol: variable io location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:27: error: cannot find symbol io.flush_output_3_p_0(io.stderr_stream_0_f_0()); ^ symbol: variable io location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:28: error: package jmercury.runtime does not exist java.lang.System.exit(jmercury.runtime.JavaInternal.exit_status); ^ Mercury/javas/jmercury/arith_int8.java:32: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct __vpti_func_2__plain_builtin__type_ctor_info_int8_0__plain_builtin__type_ctor_info_int8_0 = new jmercury.runtime.TypeInfo_Struct(); ^ Mercury/javas/jmercury/arith_int8.java:33: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct __vpti_func_3__plain_builtin__type_ctor_info_int8_0__plain_builtin__type_ctor_info_int8_0__plain_builtin__type_ctor_info_int8_0 = new jmercury.runtime.TypeInfo_Struct(); ^ Mercury/javas/jmercury/arith_int8.java:34: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct list__pti_list_1__plain_builtin__type_ctor_info_int8_0 = new jmercury.runtime.TypeInfo_Struct(); ^ Mercury/javas/jmercury/arith_int8.java:35: error: package jmercury.runtime does not exist private static final jmercury.runtime.TypeInfo_Struct __vpti_tuple_1__plain_builtin__type_ctor_info_int8_0 = new jmercury.runtime.TypeInfo_Struct(); ^ Mercury/javas/jmercury/arith_int8.java:40: error: cannot find symbol builtin.builtin__type_ctor_info_func_0, ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:42: error: package jmercury.runtime does not exist (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0, ^ Mercury/javas/jmercury/arith_int8.java:42: error: cannot find symbol (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0, ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:43: error: package jmercury.runtime does not exist (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0 ^ Mercury/javas/jmercury/arith_int8.java:43: error: cannot find symbol (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0 ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:47: error: cannot find symbol builtin.builtin__type_ctor_info_func_0, ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:49: error: package jmercury.runtime does not exist (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0, ^ Mercury/javas/jmercury/arith_int8.java:49: error: cannot find symbol (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0, ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:50: error: package jmercury.runtime does not exist (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0, ^ Mercury/javas/jmercury/arith_int8.java:50: error: cannot find symbol (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0, ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:51: error: package jmercury.runtime does not exist (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0 ^ Mercury/javas/jmercury/arith_int8.java:51: error: cannot find symbol (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0 ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:55: error: cannot find symbol list.list__type_ctor_info_list_1, ^ symbol: variable list location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:57: error: package jmercury.runtime does not exist (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0 ^ Mercury/javas/jmercury/arith_int8.java:57: error: cannot find symbol (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0 ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:61: error: cannot find symbol builtin.builtin__type_ctor_info_tuple_0, ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:63: error: package jmercury.runtime does not exist (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0 ^ Mercury/javas/jmercury/arith_int8.java:63: error: cannot find symbol (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_int8_0 ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:73: 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/arith_int8.java:74: error: package list.List_1 does not exist private static final list.List_1.F_nil_0[] MR_scalar_common_2 = new list.List_1.F_nil_0[1]; ^ Mercury/javas/jmercury/arith_int8.java:75: error: package list.List_1 does not exist private static final list.List_1.F_cons_2[] MR_scalar_common_3 = new list.List_1.F_cons_2[13]; ^ Mercury/javas/jmercury/arith_int8.java:85: error: package jmercury.runtime does not exist new jmercury.runtime.TypeInfo_Struct( ^ Mercury/javas/jmercury/arith_int8.java:86: error: cannot find symbol ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_tuple_0))), ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:86: error: package jmercury.runtime does not exist ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_tuple_0))), ^ Mercury/javas/jmercury/arith_int8.java:87: error: cannot find symbol ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int8_0))) ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:87: error: package jmercury.runtime does not exist ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int8_0))) ^ Mercury/javas/jmercury/arith_int8.java:90: error: package list.List_1 does not exist new list.List_1.F_nil_0(); ^ Mercury/javas/jmercury/arith_int8.java:92: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:94: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_2[0] ^ Mercury/javas/jmercury/arith_int8.java:97: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:99: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[0] ^ Mercury/javas/jmercury/arith_int8.java:102: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:104: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[1] ^ Mercury/javas/jmercury/arith_int8.java:107: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:109: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[2] ^ Mercury/javas/jmercury/arith_int8.java:112: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:114: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[3] ^ Mercury/javas/jmercury/arith_int8.java:117: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:119: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[4] ^ Mercury/javas/jmercury/arith_int8.java:122: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:124: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[5] ^ Mercury/javas/jmercury/arith_int8.java:127: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:129: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[6] ^ Mercury/javas/jmercury/arith_int8.java:132: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:134: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[7] ^ Mercury/javas/jmercury/arith_int8.java:137: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:139: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[8] ^ Mercury/javas/jmercury/arith_int8.java:142: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:144: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[9] ^ Mercury/javas/jmercury/arith_int8.java:147: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:149: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[10] ^ Mercury/javas/jmercury/arith_int8.java:152: error: package list.List_1 does not exist new list.List_1.F_cons_2( ^ Mercury/javas/jmercury/arith_int8.java:154: error: package list does not exist (list.List_1) arith_int8.MR_scalar_common_3[11] ^ Mercury/javas/jmercury/arith_int8.java:162: error: cannot find symbol ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)), ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:162: error: illegal start of type ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)), ^ Mercury/javas/jmercury/arith_int8.java:163: error: cannot find symbol ((java.lang.Object) (builtin.builtin__type_ctor_info_int8_0)), ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:163: error: illegal start of type ((java.lang.Object) (builtin.builtin__type_ctor_info_int8_0)), ^ Mercury/javas/jmercury/arith_int8.java:164: error: cannot find symbol ((java.lang.Object) (io.io__type_ctor_info_state_0)), ^ symbol: variable io location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:164: error: illegal start of type ((java.lang.Object) (io.io__type_ctor_info_state_0)), ^ Mercury/javas/jmercury/arith_int8.java:165: error: cannot find symbol ((java.lang.Object) (io.io__type_ctor_info_state_0)) ^ symbol: variable io location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:165: error: illegal start of type ((java.lang.Object) (io.io__type_ctor_info_state_0)) ^ Mercury/javas/jmercury/arith_int8.java:173: error: cannot find symbol ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)), ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:173: error: illegal start of type ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)), ^ Mercury/javas/jmercury/arith_int8.java:175: error: cannot find symbol ((java.lang.Object) (builtin.builtin__type_ctor_info_int8_0)), ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:175: error: illegal start of type ((java.lang.Object) (builtin.builtin__type_ctor_info_int8_0)), ^ Mercury/javas/jmercury/arith_int8.java:176: error: cannot find symbol ((java.lang.Object) (io.io__type_ctor_info_state_0)), ^ symbol: variable io location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:176: error: illegal start of type ((java.lang.Object) (io.io__type_ctor_info_state_0)), ^ Mercury/javas/jmercury/arith_int8.java:177: error: cannot find symbol ((java.lang.Object) (io.io__type_ctor_info_state_0)) ^ symbol: variable io location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:177: error: illegal start of type ((java.lang.Object) (io.io__type_ctor_info_state_0)) ^ Mercury/javas/jmercury/arith_int8.java:185: error: cannot find symbol ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)), ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:185: error: illegal start of type ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)), ^ Mercury/javas/jmercury/arith_int8.java:186: error: cannot find symbol ((java.lang.Object) (builtin.builtin__type_ctor_info_int8_0)), ^ symbol: variable builtin location: class arith_int8 Mercury/javas/jmercury/arith_int8.java:186: error: illegal start of type ((java.lang.Object) (builtin.builtin__type_ctor_info_int8_0)), ^ Mercury/javas/jmercury/arith_int8.java:187: error: cannot find symbol ((java.lang.Object) (builtin.builtin__type_ctor_info_int8_0)), ^ symbol: variable builtin location: class arith_int8 100 errors make[3]: *** [/tmp/mmake.zm0AYP:2360: arith_int8] Error 1 make[3]: Target 'arith_int8.runtest' not remade because of errors. make[3]: Leaving directory '/mnt/testing/run/build/mercury-srcdist-rotd-2024-07-24/tests/hard_coded'