MERCURY_OPTIONS=
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/tests/hard_coded'
{ echo MCFLAGS += '--grade java    --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/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 += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/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 = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/stage2/scripts/mmc --make --options-file - arith_uint8.depend
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/tests/hard_coded'
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/tests/hard_coded'
{ echo MCFLAGS += '--grade java    --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/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 += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/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 = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/stage2/scripts/mmc --make --options-file - arith_uint8
Making Mercury/int3s/arith_uint8.int3
Making Mercury/ints/arith_uint8.int
Making Mercury/javas/jmercury/arith_uint8.java
Making Java class files
Mercury/javas/jmercury/arith_uint8.java:32: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct __vpti_func_3__plain_builtin__type_ctor_info_uint8_0__plain_builtin__type_ctor_info_uint8_0__plain_builtin__type_ctor_info_uint8_0 = new jmercury.runtime.TypeInfo_Struct();
                                       ^
Mercury/javas/jmercury/arith_uint8.java:33: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct list__pti_list_1__plain_builtin__type_ctor_info_uint8_0 = new jmercury.runtime.TypeInfo_Struct();
                                       ^
Mercury/javas/jmercury/arith_uint8.java:34: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct __vpti_tuple_1__plain_builtin__type_ctor_info_uint8_0 = new jmercury.runtime.TypeInfo_Struct();
                                       ^
Mercury/javas/jmercury/arith_uint8.java:65: 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_uint8.java:66: 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_uint8.java:67: 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[7];
                                  ^
Mercury/javas/jmercury/arith_uint8.java:418: error: package list does not exist 
    list.List_1 Bs_9,
        ^
Mercury/javas/jmercury/arith_uint8.java:566: error: package jmercury.runtime does not exist 
    implements jmercury.runtime.MethodPtr1
                               ^
Mercury/javas/jmercury/arith_uint8.java:584: error: package jmercury.runtime does not exist 
    implements jmercury.runtime.MethodPtr3
                               ^
Mercury/javas/jmercury/arith_uint8.java:15: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.progname = "arith_uint8";
                    ^
Mercury/javas/jmercury/arith_uint8.java:16: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.args = args;
                    ^
Mercury/javas/jmercury/arith_uint8.java:17: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.exit_status = 0;
                    ^
Mercury/javas/jmercury/arith_uint8.java:18: error: cannot find symbol 
    library.ML_std_library_init();
    ^
  symbol:   variable library
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:19: error: cannot find symbol 
    benchmarking.ML_initialise();
    ^
  symbol:   variable benchmarking
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:25: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.runMain(run_main);
                    ^
Mercury/javas/jmercury/arith_uint8.java:26: error: cannot find symbol 
    io.flush_output_3_p_0(io.stdout_stream_0_f_0());
                          ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:26: error: cannot find symbol 
    io.flush_output_3_p_0(io.stdout_stream_0_f_0());
    ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:27: error: cannot find symbol 
    io.flush_output_3_p_0(io.stderr_stream_0_f_0());
                          ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:27: error: cannot find symbol 
    io.flush_output_3_p_0(io.stderr_stream_0_f_0());
    ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:28: error: package jmercury.runtime does not exist 
    java.lang.System.exit(jmercury.runtime.JavaInternal.exit_status);
                                          ^
Mercury/javas/jmercury/arith_uint8.java:32: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct __vpti_func_3__plain_builtin__type_ctor_info_uint8_0__plain_builtin__type_ctor_info_uint8_0__plain_builtin__type_ctor_info_uint8_0 = new jmercury.runtime.TypeInfo_Struct();
                                                                                                                                                                                                                 ^
Mercury/javas/jmercury/arith_uint8.java:33: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct list__pti_list_1__plain_builtin__type_ctor_info_uint8_0 = new jmercury.runtime.TypeInfo_Struct();
                                                                                                                                      ^
Mercury/javas/jmercury/arith_uint8.java:34: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct __vpti_tuple_1__plain_builtin__type_ctor_info_uint8_0 = new jmercury.runtime.TypeInfo_Struct();
                                                                                                                                    ^
Mercury/javas/jmercury/arith_uint8.java:39: error: cannot find symbol 
      builtin.builtin__type_ctor_info_func_0,
      ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:41: error: package jmercury.runtime does not exist 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0,
                         ^
Mercury/javas/jmercury/arith_uint8.java:41: error: cannot find symbol 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0,
                                          ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:42: error: package jmercury.runtime does not exist 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0,
                         ^
Mercury/javas/jmercury/arith_uint8.java:42: error: cannot find symbol 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0,
                                          ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:43: error: package jmercury.runtime does not exist 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0
                         ^
Mercury/javas/jmercury/arith_uint8.java:43: error: cannot find symbol 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0
                                          ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:47: error: cannot find symbol 
      list.list__type_ctor_info_list_1,
      ^
  symbol:   variable list
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:49: error: package jmercury.runtime does not exist 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0
                         ^
Mercury/javas/jmercury/arith_uint8.java:49: error: cannot find symbol 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0
                                          ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:53: error: cannot find symbol 
      builtin.builtin__type_ctor_info_tuple_0,
      ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:55: error: package jmercury.runtime does not exist 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0
                         ^
Mercury/javas/jmercury/arith_uint8.java:55: error: cannot find symbol 
        (jmercury.runtime.PseudoTypeInfo) builtin.builtin__type_ctor_info_uint8_0
                                          ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:65: 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_uint8.java:66: 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_uint8.java:67: 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[7];
                                                                                  ^
Mercury/javas/jmercury/arith_uint8.java:75: error: package jmercury.runtime does not exist 
      new jmercury.runtime.TypeInfo_Struct(
                          ^
Mercury/javas/jmercury/arith_uint8.java:76: 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_uint8
Mercury/javas/jmercury/arith_uint8.java:76: 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_uint8.java:77: error: cannot find symbol 
        ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_uint8_0)))
                                                                        ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:77: error: package jmercury.runtime does not exist 
        ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_uint8_0)))
                                             ^
Mercury/javas/jmercury/arith_uint8.java:80: error: package list.List_1 does not exist 
      new list.List_1.F_nil_0();
                     ^
Mercury/javas/jmercury/arith_uint8.java:82: error: package list.List_1 does not exist 
      new list.List_1.F_cons_2(
                     ^
Mercury/javas/jmercury/arith_uint8.java:84: error: package list does not exist 
        (list.List_1) arith_uint8.MR_scalar_common_2[0]
             ^
Mercury/javas/jmercury/arith_uint8.java:87: error: package list.List_1 does not exist 
      new list.List_1.F_cons_2(
                     ^
Mercury/javas/jmercury/arith_uint8.java:89: error: package list does not exist 
        (list.List_1) arith_uint8.MR_scalar_common_3[0]
             ^
Mercury/javas/jmercury/arith_uint8.java:92: error: package list.List_1 does not exist 
      new list.List_1.F_cons_2(
                     ^
Mercury/javas/jmercury/arith_uint8.java:94: error: package list does not exist 
        (list.List_1) arith_uint8.MR_scalar_common_3[1]
             ^
Mercury/javas/jmercury/arith_uint8.java:97: error: package list.List_1 does not exist 
      new list.List_1.F_cons_2(
                     ^
Mercury/javas/jmercury/arith_uint8.java:99: error: package list does not exist 
        (list.List_1) arith_uint8.MR_scalar_common_3[2]
             ^
Mercury/javas/jmercury/arith_uint8.java:102: error: package list.List_1 does not exist 
      new list.List_1.F_cons_2(
                     ^
Mercury/javas/jmercury/arith_uint8.java:104: error: package list does not exist 
        (list.List_1) arith_uint8.MR_scalar_common_3[3]
             ^
Mercury/javas/jmercury/arith_uint8.java:107: error: package list.List_1 does not exist 
      new list.List_1.F_cons_2(
                     ^
Mercury/javas/jmercury/arith_uint8.java:109: error: package list does not exist 
        (list.List_1) arith_uint8.MR_scalar_common_3[4]
             ^
Mercury/javas/jmercury/arith_uint8.java:112: error: package list.List_1 does not exist 
      new list.List_1.F_cons_2(
                     ^
Mercury/javas/jmercury/arith_uint8.java:114: error: package list does not exist 
        (list.List_1) arith_uint8.MR_scalar_common_3[5]
             ^
Mercury/javas/jmercury/arith_uint8.java:122: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:122: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:124: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:124: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:125: error: cannot find symbol 
        ((java.lang.Object) (io.io__type_ctor_info_state_0)),
                             ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:125: error: illegal start of type 
        ((java.lang.Object) (io.io__type_ctor_info_state_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:126: error: cannot find symbol 
        ((java.lang.Object) (io.io__type_ctor_info_state_0))
                             ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:126: error: illegal start of type 
        ((java.lang.Object) (io.io__type_ctor_info_state_0))
                            ^
Mercury/javas/jmercury/arith_uint8.java:134: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:134: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_string_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:135: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:135: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:136: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:136: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:137: error: cannot find symbol 
        ((java.lang.Object) (io.io__type_ctor_info_state_0)),
                             ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:137: error: illegal start of type 
        ((java.lang.Object) (io.io__type_ctor_info_state_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:138: error: cannot find symbol 
        ((java.lang.Object) (io.io__type_ctor_info_state_0))
                             ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:138: error: illegal start of type 
        ((java.lang.Object) (io.io__type_ctor_info_state_0))
                            ^
Mercury/javas/jmercury/arith_uint8.java:145: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:145: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:146: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:146: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:147: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0))
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:147: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0))
                            ^
Mercury/javas/jmercury/arith_uint8.java:185: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:185: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:186: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                             ^
  symbol:   variable builtin
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:186: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_uint8_0)),
                            ^
Mercury/javas/jmercury/arith_uint8.java:205: error: package jmercury.runtime does not exist 
    jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) BinOpFunc_7)[1]);
                    ^
Mercury/javas/jmercury/arith_uint8.java:205: error: package jmercury.runtime does not exist 
    jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) BinOpFunc_7)[1]);
                                                          ^
Mercury/javas/jmercury/arith_uint8.java:209: error: package jmercury.runtime does not exist 
      conv1_Result0_36 = ((java.lang.Object) ((jmercury.runtime.MethodPtr3) func_0).call___0_0(((java.lang.Object) (((/* generic_type */ java.lang.Object) BinOpFunc_7))), ((java.lang.Object) (java.lang.Byte.valueOf(A_9))), ((java.lang.Object) (java.lang.Byte.valueOf(B_10)))));
                                                               ^
Mercury/javas/jmercury/arith_uint8.java:238: error: cannot find symbol 
      io.nl_2_p_0();
      ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:246: error: cannot find symbol 
      io.nl_2_p_0();
      ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:254: error: cannot find symbol 
      io.nl_2_p_0();
      ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:262: error: cannot find symbol 
      io.nl_2_p_0();
      ^
  symbol:   variable io
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:282: error: cannot find symbol 
      conv0_HeadVar__3_3 = uint8.f_plus_2_f_0(((java.lang.Byte) wrapper_arg_1).byteValue(), ((java.lang.Byte) wrapper_arg_2).byteValue());
                           ^
  symbol:   variable uint8
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:299: error: cannot find symbol 
      conv1_HeadVar__3_3 = uint8.f_minus_2_f_0(((java.lang.Byte) wrapper_arg_1).byteValue(), ((java.lang.Byte) wrapper_arg_2).byteValue());
                           ^
  symbol:   variable uint8
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:316: error: cannot find symbol 
      conv2_HeadVar__3_3 = uint8.f_times_2_f_0(((java.lang.Byte) wrapper_arg_1).byteValue(), ((java.lang.Byte) wrapper_arg_2).byteValue());
                           ^
  symbol:   variable uint8
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:333: error: cannot find symbol 
      conv3_HeadVar__3_3 = uint8.f_slash_2_f_0(((java.lang.Byte) wrapper_arg_1).byteValue(), ((java.lang.Byte) wrapper_arg_2).byteValue());
                           ^
  symbol:   variable uint8
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:350: error: cannot find symbol 
      conv4_HeadVar__3_3 = uint8.rem_2_f_0(((java.lang.Byte) wrapper_arg_1).byteValue(), ((java.lang.Byte) wrapper_arg_2).byteValue());
                           ^
  symbol:   variable uint8
  location: class arith_uint8
Mercury/javas/jmercury/arith_uint8.java:361: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeCtorInfo_21_21 = null;
                    ^
100 errors
gmake[3]: *** [/tmp/mmake.CsaTlC:2362: arith_uint8] Error 1
gmake[3]: Target 'arith_uint8.runtest' not remade because of errors.
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-28/tests/hard_coded'