MERCURY_OPTIONS=
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/typeclasses'
{ echo MCFLAGS += '--grade java    --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/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-30/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/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-30/stage2/scripts/mmc --make --options-file - typeclass_test_6.depend
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/typeclasses'
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/typeclasses'
{ echo MCFLAGS += '--grade java    --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/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-30/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/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-30/stage2/scripts/mmc --make --options-file - typeclass_test_6
Making Mercury/int3s/typeclass_test_6.int3
Making Mercury/ints/typeclass_test_6.int
Making Mercury/javas/jmercury/typeclass_test_6.java
Making Java class files
Mercury/javas/jmercury/typeclass_test_6.java:34: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeClassMethod[] typeclass_test_6__type_class_id_method_ids_numbered_type_1 = new jmercury.runtime.TypeClassMethod[1];
                                       ^
Mercury/javas/jmercury/typeclass_test_6.java:35: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeClassId typeclass_test_6__type_class_id_numbered_type_1 = new jmercury.runtime.TypeClassId();
                                       ^
Mercury/javas/jmercury/typeclass_test_6.java:36: error: package jmercury.runtime does not exist 
  public static final jmercury.runtime.TypeClassDeclStruct typeclass_test_6__type_class_decl_numbered_type_1 = new jmercury.runtime.TypeClassDeclStruct();
                                      ^
Mercury/javas/jmercury/typeclass_test_6.java:162: error: package jmercury.runtime does not exist 
    implements jmercury.runtime.MethodPtr2
                               ^
Mercury/javas/jmercury/typeclass_test_6.java:15: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.progname = "typeclass_test_6";
                    ^
Mercury/javas/jmercury/typeclass_test_6.java:16: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.args = args;
                    ^
Mercury/javas/jmercury/typeclass_test_6.java:17: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.exit_status = 0;
                    ^
Mercury/javas/jmercury/typeclass_test_6.java:18: error: cannot find symbol 
    library.ML_std_library_init();
    ^
  symbol:   variable library
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:19: error: cannot find symbol 
    benchmarking.ML_initialise();
    ^
  symbol:   variable benchmarking
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:25: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.runMain(run_main);
                    ^
Mercury/javas/jmercury/typeclass_test_6.java:26: error: cannot find symbol 
    io.flush_output_3_p_0(io.stdout_stream_0_f_0());
                          ^
  symbol:   variable io
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:26: error: cannot find symbol 
    io.flush_output_3_p_0(io.stdout_stream_0_f_0());
    ^
  symbol:   variable io
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:27: error: cannot find symbol 
    io.flush_output_3_p_0(io.stderr_stream_0_f_0());
                          ^
  symbol:   variable io
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:27: error: cannot find symbol 
    io.flush_output_3_p_0(io.stderr_stream_0_f_0());
    ^
  symbol:   variable io
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:28: error: package jmercury.runtime does not exist 
    java.lang.System.exit(jmercury.runtime.JavaInternal.exit_status);
                                          ^
Mercury/javas/jmercury/typeclass_test_6.java:34: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeClassMethod[] typeclass_test_6__type_class_id_method_ids_numbered_type_1 = new jmercury.runtime.TypeClassMethod[1];
                                                                                                                                           ^
Mercury/javas/jmercury/typeclass_test_6.java:35: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeClassId typeclass_test_6__type_class_id_numbered_type_1 = new jmercury.runtime.TypeClassId();
                                                                                                                          ^
Mercury/javas/jmercury/typeclass_test_6.java:36: error: package jmercury.runtime does not exist 
  public static final jmercury.runtime.TypeClassDeclStruct typeclass_test_6__type_class_decl_numbered_type_1 = new jmercury.runtime.TypeClassDeclStruct();
                                                                                                                                   ^
Mercury/javas/jmercury/typeclass_test_6.java:55: error: package jmercury.runtime does not exist 
      new jmercury.runtime.TypeClassMethod(
                          ^
Mercury/javas/jmercury/typeclass_test_6.java:58: error: cannot find symbol 
        private_builtin.MR_FUNCTION
        ^
  symbol:   variable private_builtin
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:88: 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_test_6
Mercury/javas/jmercury/typeclass_test_6.java:88: 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_test_6.java:104: error: package jmercury.runtime does not exist 
    jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_numbered_type_9)[0])[5]);
                    ^
Mercury/javas/jmercury/typeclass_test_6.java:104: error: package jmercury.runtime does not exist 
    jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_numbered_type_9)[0])[5]);
                                                          ^
Mercury/javas/jmercury/typeclass_test_6.java:108: error: package jmercury.runtime does not exist 
      conv1_Var_6 = ((java.lang.Object) ((jmercury.runtime.MethodPtr2) func_0).call___0_0(((java.lang.Object) (((/* generic_type */ java.lang.Object) TypeClassInfo_for_numbered_type_9))), ((java.lang.Object) (java.lang.Integer.valueOf(Var_8)))));
                                                          ^
Mercury/javas/jmercury/typeclass_test_6.java:112: error: cannot find symbol 
      io.write_int_3_p_0(Var_6);
      ^
  symbol:   variable io
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:115: error: cannot find symbol 
      io.nl_2_p_0();
      ^
  symbol:   variable io
  location: class typeclass_test_6
Mercury/javas/jmercury/typeclass_test_6.java:150: error: package jmercury.runtime does not exist 
    jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_numbered_type_3)[0])[5]);
                    ^
Mercury/javas/jmercury/typeclass_test_6.java:150: error: package jmercury.runtime does not exist 
    jmercury.runtime.MethodPtr func_0 = ((jmercury.runtime.MethodPtr) ((java.lang.Object[]) ((java.lang.Object[]) TypeClassInfo_for_numbered_type_3)[0])[5]);
                                                          ^
Mercury/javas/jmercury/typeclass_test_6.java:154: error: package jmercury.runtime does not exist 
      conv1_HeadVar__2_2 = ((java.lang.Object) ((jmercury.runtime.MethodPtr2) func_0).call___0_0(((java.lang.Object) (((/* generic_type */ java.lang.Object) TypeClassInfo_for_numbered_type_3))), ((java.lang.Object) (HeadVar__1_1))));
                                                                 ^
30 errors
gmake[3]: *** [/tmp/mmake.082QaL:1241: typeclass_test_6] Error 1
gmake[3]: Target 'typeclass_test_6.runtest' not remade because of errors.
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/typeclasses'