MERCURY_OPTIONS=
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/exceptions'
{ 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 - tricky_try_store.depend
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/exceptions'
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/exceptions'
{ 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 - tricky_try_store
Making Mercury/int3s/tricky_try_store.int3
Making Mercury/ints/tricky_try_store.int
Making Mercury/javas/jmercury/tricky_try_store.java
tricky_try_store.m:039: Warning: the determinism declaration for predicate
tricky_try_store.m:039:   `tricky'/4 could be tighter.
tricky_try_store.m:039:   Declared `det', inferred `erroneous'.
Making Java class files
Mercury/javas/jmercury/tricky_try_store.java:32: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct list__ti_list_1builtin__type_ctor_info_string_0 = new jmercury.runtime.TypeInfo_Struct();
                                       ^
Mercury/javas/jmercury/tricky_try_store.java:33: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct store__pti_store_1__pseudo_1 = new jmercury.runtime.TypeInfo_Struct();
                                       ^
Mercury/javas/jmercury/tricky_try_store.java:34: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct store__pti_generic_ref_2__plain_list__ti_list_1builtin__type_ctor_info_string_0__pseudo_store__pti_store_1__pseudo_1 = new jmercury.runtime.TypeInfo_Struct();
                                       ^
Mercury/javas/jmercury/tricky_try_store.java:64: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct[] MR_scalar_common_1 = new jmercury.runtime.TypeInfo_Struct[2];
                                       ^
Mercury/javas/jmercury/tricky_try_store.java:65: 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/tricky_try_store.java:108: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_31_31,
                    ^
Mercury/javas/jmercury/tricky_try_store.java:109: error: package store does not exist 
    store.Ref Key_5)
         ^
Mercury/javas/jmercury/tricky_try_store.java:283: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_for_T_5,
                    ^
Mercury/javas/jmercury/tricky_try_store.java:281: error: package list does not exist 
  private static list.List_1
                     ^
Mercury/javas/jmercury/tricky_try_store.java:300: error: package jmercury.runtime does not exist 
    implements jmercury.runtime.MethodPtr2
                               ^
Mercury/javas/jmercury/tricky_try_store.java:15: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.progname = "tricky_try_store";
                    ^
Mercury/javas/jmercury/tricky_try_store.java:16: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.args = args;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:17: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.exit_status = 0;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:18: error: cannot find symbol 
    library.ML_std_library_init();
    ^
  symbol:   variable library
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:19: error: cannot find symbol 
    benchmarking.ML_initialise();
    ^
  symbol:   variable benchmarking
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:25: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.runMain(run_main);
                    ^
Mercury/javas/jmercury/tricky_try_store.java:26: error: cannot find symbol 
    io.flush_output_3_p_0(io.stdout_stream_0_f_0());
                          ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:26: error: cannot find symbol 
    io.flush_output_3_p_0(io.stdout_stream_0_f_0());
    ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:27: error: cannot find symbol 
    io.flush_output_3_p_0(io.stderr_stream_0_f_0());
                          ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:27: error: cannot find symbol 
    io.flush_output_3_p_0(io.stderr_stream_0_f_0());
    ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:28: error: package jmercury.runtime does not exist 
    java.lang.System.exit(jmercury.runtime.JavaInternal.exit_status);
                                          ^
Mercury/javas/jmercury/tricky_try_store.java:32: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct list__ti_list_1builtin__type_ctor_info_string_0 = new jmercury.runtime.TypeInfo_Struct();
                                                                                                                              ^
Mercury/javas/jmercury/tricky_try_store.java:33: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct store__pti_store_1__pseudo_1 = new jmercury.runtime.TypeInfo_Struct();
                                                                                                           ^
Mercury/javas/jmercury/tricky_try_store.java:34: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct store__pti_generic_ref_2__plain_list__ti_list_1builtin__type_ctor_info_string_0__pseudo_store__pti_store_1__pseudo_1 = new jmercury.runtime.TypeInfo_Struct();
                                                                                                                                                                                                   ^
Mercury/javas/jmercury/tricky_try_store.java:39: error: cannot find symbol 
      list.list__type_ctor_info_list_1,
      ^
  symbol:   variable list
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:41: error: cannot find symbol 
        jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0)
                                                   ^
  symbol:   variable builtin
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:41: error: package jmercury.runtime does not exist 
        jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0)
                        ^
Mercury/javas/jmercury/tricky_try_store.java:45: error: cannot find symbol 
      store.store__type_ctor_info_store_1,
      ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:47: error: package jmercury.runtime does not exist 
        jmercury.runtime.PseudoTypeInfo.K1
                        ^
Mercury/javas/jmercury/tricky_try_store.java:51: error: cannot find symbol 
      store.store__type_ctor_info_generic_ref_2,
      ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:53: error: package jmercury.runtime does not exist 
        (jmercury.runtime.PseudoTypeInfo) tricky_try_store.list__ti_list_1builtin__type_ctor_info_string_0,
                         ^
Mercury/javas/jmercury/tricky_try_store.java:54: error: package jmercury.runtime does not exist 
        (jmercury.runtime.PseudoTypeInfo) tricky_try_store.store__pti_store_1__pseudo_1
                         ^
Mercury/javas/jmercury/tricky_try_store.java:64: error: package jmercury.runtime does not exist 
  private static final jmercury.runtime.TypeInfo_Struct[] MR_scalar_common_1 = new jmercury.runtime.TypeInfo_Struct[2];
                                                                                                   ^
Mercury/javas/jmercury/tricky_try_store.java:65: 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/tricky_try_store.java:71: error: package jmercury.runtime does not exist 
      new jmercury.runtime.TypeInfo_Struct(
                          ^
Mercury/javas/jmercury/tricky_try_store.java:72: 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 tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:72: 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/tricky_try_store.java:73: 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 tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:73: 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/tricky_try_store.java:76: error: package jmercury.runtime does not exist 
      new jmercury.runtime.TypeInfo_Struct(
                          ^
Mercury/javas/jmercury/tricky_try_store.java:77: error: cannot find symbol 
        ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(exception.exception__type_ctor_info_exception_result_1))),
                                                                        ^
  symbol:   variable exception
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:77: error: package jmercury.runtime does not exist 
        ((java.lang.Object) (jmercury.runtime.TypeInfo_Struct.maybe_new(exception.exception__type_ctor_info_exception_result_1))),
                                             ^
Mercury/javas/jmercury/tricky_try_store.java:78: 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 tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:78: 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/tricky_try_store.java:81: error: package list.List_1 does not exist 
      new list.List_1.F_nil_0();
                     ^
Mercury/javas/jmercury/tricky_try_store.java:92: error: cannot find symbol 
        ((java.lang.Object) (private_builtin.private_builtin__type_ctor_info_type_info_0)),
                             ^
  symbol:   variable private_builtin
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:92: error: illegal start of type 
        ((java.lang.Object) (private_builtin.private_builtin__type_ctor_info_type_info_0)),
                            ^
Mercury/javas/jmercury/tricky_try_store.java:94: error: cannot find symbol 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_int_0)),
                             ^
  symbol:   variable builtin
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:94: error: illegal start of type 
        ((java.lang.Object) (builtin.builtin__type_ctor_info_int_0)),
                            ^
Mercury/javas/jmercury/tricky_try_store.java:112: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_41_41 = jmercury.runtime.TypeInfo_Struct.maybe_new(tricky_try_store.MR_scalar_common_1[0]);
                    ^
Mercury/javas/jmercury/tricky_try_store.java:112: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_41_41 = jmercury.runtime.TypeInfo_Struct.maybe_new(tricky_try_store.MR_scalar_common_1[0]);
                                                                      ^
Mercury/javas/jmercury/tricky_try_store.java:113: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeCtorInfo_12_43 = jmercury.runtime.TypeInfo_Struct.maybe_new(store.store__type_ctor_info_store_1);
                    ^
Mercury/javas/jmercury/tricky_try_store.java:113: error: cannot find symbol 
    jmercury.runtime.TypeInfo_Struct TypeCtorInfo_12_43 = jmercury.runtime.TypeInfo_Struct.maybe_new(store.store__type_ctor_info_store_1);
                                                                                                     ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:113: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeCtorInfo_12_43 = jmercury.runtime.TypeInfo_Struct.maybe_new(store.store__type_ctor_info_store_1);
                                                                          ^
Mercury/javas/jmercury/tricky_try_store.java:114: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_13_44 = null;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:115: error: cannot find symbol 
    /* typeclass_info */ java.lang.Object[] BaseTypeClassInfo_for_store_45 = (/* typeclass_info */ java.lang.Object[]) store.base_typeclass_info_store__store__arity1__store__store__arity1__;
                                                                                                                       ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:117: error: package list does not exist 
    list.List_1 Value_42 = null;
        ^
Mercury/javas/jmercury/tricky_try_store.java:121: error: package jmercury.runtime does not exist 
      TypeInfo_13_44 = new jmercury.runtime.TypeInfo_Struct(
                                           ^
Mercury/javas/jmercury/tricky_try_store.java:134: error: package store does not exist 
      conv0_Value_42 = store.extract_ref_value_3_p_0(TypeInfo_41_41, TypeClassInfo_for_store_46, java.lang.Integer.valueOf(0), (store.Ref) Key_5);
                                                                                                                                     ^
Mercury/javas/jmercury/tricky_try_store.java:134: error: cannot find symbol 
      conv0_Value_42 = store.extract_ref_value_3_p_0(TypeInfo_41_41, TypeClassInfo_for_store_46, java.lang.Integer.valueOf(0), (store.Ref) Key_5);
                       ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:136: error: package list does not exist 
    Value_42 = ((list.List_1) conv0_Value_42);
                     ^
Mercury/javas/jmercury/tricky_try_store.java:138: error: cannot find symbol 
      exception.throw_1_p_0(TypeInfo_41_41, ((java.lang.Object) (Value_42)));
      ^
  symbol:   variable exception
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:146: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_31_31 = null;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:147: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeCtorInfo_32_32 = null;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:148: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeCtorInfo_33_33 = null;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:149: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_34_34 = null;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:152: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_37_37 = null;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:153: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeCtorInfo_42_42 = null;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:154: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeInfo_43_43 = null;
                    ^
Mercury/javas/jmercury/tricky_try_store.java:155: error: package store does not exist 
    store.Ref Key_5 = null;
         ^
Mercury/javas/jmercury/tricky_try_store.java:156: error: package store does not exist 
    store.Ref SubKey_7 = null;
         ^
Mercury/javas/jmercury/tricky_try_store.java:157: error: package exception does not exist 
    exception.Exception_result_1 Result_9 = null;
             ^
Mercury/javas/jmercury/tricky_try_store.java:158: error: package list does not exist 
    list.List_1 Val_12 = null;
        ^
Mercury/javas/jmercury/tricky_try_store.java:159: error: package list does not exist 
    list.List_1 Var_15 = null;
        ^
Mercury/javas/jmercury/tricky_try_store.java:173: error: cannot find symbol 
      TypeInfo_31_31 = store.init_1_p_0();
                       ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:175: error: cannot find symbol 
    TypeCtorInfo_32_32 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0);
                                                                    ^
  symbol:   variable builtin
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:175: error: package jmercury.runtime does not exist 
    TypeCtorInfo_32_32 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_string_0);
                                         ^
Mercury/javas/jmercury/tricky_try_store.java:180: error: cannot find symbol 
    BaseTypeClassInfo_for_store_35 = (/* typeclass_info */ java.lang.Object[]) store.base_typeclass_info_store__store__arity1__store__store__arity1__;
                                                                               ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:181: error: cannot find symbol 
    TypeCtorInfo_33_33 = jmercury.runtime.TypeInfo_Struct.maybe_new(store.store__type_ctor_info_store_1);
                                                                    ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:181: error: package jmercury.runtime does not exist 
    TypeCtorInfo_33_33 = jmercury.runtime.TypeInfo_Struct.maybe_new(store.store__type_ctor_info_store_1);
                                         ^
Mercury/javas/jmercury/tricky_try_store.java:183: error: package jmercury.runtime does not exist 
      TypeInfo_34_34 = new jmercury.runtime.TypeInfo_Struct(
                                           ^
Mercury/javas/jmercury/tricky_try_store.java:195: error: package jmercury.runtime does not exist 
    TypeInfo_37_37 = jmercury.runtime.TypeInfo_Struct.maybe_new(tricky_try_store.MR_scalar_common_1[0]);
                                     ^
Mercury/javas/jmercury/tricky_try_store.java:197: error: cannot find symbol 
      java.lang.Object [] result = store.new_ref_4_p_0(TypeInfo_37_37, TypeClassInfo_for_store_36, ((java.lang.Object) (Var_15)), java.lang.Integer.valueOf(0));
                                   ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:198: error: package store does not exist 
      Key_5 = (store.Ref) result[0];
                    ^
Mercury/javas/jmercury/tricky_try_store.java:203: error: cannot find symbol 
      java.lang.Object [] result = store.arg_ref_5_p_0(TypeInfo_37_37, TypeCtorInfo_32_32, TypeClassInfo_for_store_36, Key_5, Var_17, java.lang.Integer.valueOf(0));
                                   ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:204: error: package store does not exist 
      SubKey_7 = (store.Ref) result[0];
                       ^
Mercury/javas/jmercury/tricky_try_store.java:216: error: cannot find symbol 
    TypeCtorInfo_42_42 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int_0);
                                                                    ^
  symbol:   variable builtin
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:216: error: package jmercury.runtime does not exist 
    TypeCtorInfo_42_42 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int_0);
                                         ^
Mercury/javas/jmercury/tricky_try_store.java:218: error: cannot find symbol 
      Result_9 = exception.try_store_4_p_0(TypeCtorInfo_42_42, TypeInfo_31_31, Var_18);
                 ^
  symbol:   variable exception
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:222: error: cannot find symbol 
      io.print_3_p_0(TypeCtorInfo_32_32, ((java.lang.Object) (Var_19)));
      ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:224: error: package jmercury.runtime does not exist 
    TypeInfo_43_43 = jmercury.runtime.TypeInfo_Struct.maybe_new(tricky_try_store.MR_scalar_common_1[1]);
                                     ^
Mercury/javas/jmercury/tricky_try_store.java:226: error: cannot find symbol 
      io.print_3_p_0(TypeInfo_43_43, ((java.lang.Object) (Result_9)));
      ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:229: error: cannot find symbol 
      io.nl_2_p_0();
      ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:233: error: cannot find symbol 
      conv3_Store_11 = store.set_ref_value_4_p_0(TypeCtorInfo_32_32, TypeClassInfo_for_store_36, SubKey_7, ((java.lang.Object) (Var_23)), java.lang.Integer.valueOf(0));
                       ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:237: error: cannot find symbol 
      io.print_3_p_0(TypeCtorInfo_32_32, ((java.lang.Object) (Var_24)));
      ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:240: error: cannot find symbol 
      io.print_3_p_0(TypeInfo_43_43, ((java.lang.Object) (Result_9)));
      ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:243: error: cannot find symbol 
      io.nl_2_p_0();
      ^
  symbol:   variable io
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:246: error: package store does not exist 
      conv4_Val_12 = store.extract_ref_value_3_p_0(TypeInfo_37_37, TypeClassInfo_for_store_36, java.lang.Integer.valueOf(0), (store.Ref) Key_5);
                                                                                                                                   ^
Mercury/javas/jmercury/tricky_try_store.java:246: error: cannot find symbol 
      conv4_Val_12 = store.extract_ref_value_3_p_0(TypeInfo_37_37, TypeClassInfo_for_store_36, java.lang.Integer.valueOf(0), (store.Ref) Key_5);
                     ^
  symbol:   variable store
  location: class tricky_try_store
Mercury/javas/jmercury/tricky_try_store.java:248: error: package list does not exist 
    Val_12 = ((list.List_1) conv4_Val_12);
                   ^
100 errors
gmake[3]: *** [/tmp/mmake.MatQgp:1208: tricky_try_store] Error 1
gmake[3]: Target 'tricky_try_store.runtest' not remade because of errors.
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/exceptions'
ERROR OUTPUT
tricky_try_store.m:039: Warning: the determinism declaration for predicate
tricky_try_store.m:039:   `tricky'/4 could be tighter.
tricky_try_store.m:039:   Declared `det', inferred `erroneous'.
END OF THE ERROR OUTPUT