MERCURY_OPTIONS=
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/hard_coded'
{ 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 - int16_from_bytes.depend
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/hard_coded'
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/hard_coded'
{ 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 - int16_from_bytes
Making Mercury/int3s/int16_from_bytes.int3
Making Mercury/ints/int16_from_bytes.int
Making Mercury/javas/jmercury/int16_from_bytes.java
Making Java class files
Mercury/javas/jmercury/int16_from_bytes.java:15: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.progname = "int16_from_bytes";
                    ^
Mercury/javas/jmercury/int16_from_bytes.java:16: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.args = args;
                    ^
Mercury/javas/jmercury/int16_from_bytes.java:17: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.exit_status = 0;
                    ^
Mercury/javas/jmercury/int16_from_bytes.java:18: error: cannot find symbol 
    library.ML_std_library_init();
    ^
  symbol:   variable library
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:19: error: cannot find symbol 
    benchmarking.ML_initialise();
    ^
  symbol:   variable benchmarking
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:25: error: package jmercury.runtime does not exist 
    jmercury.runtime.JavaInternal.runMain(run_main);
                    ^
Mercury/javas/jmercury/int16_from_bytes.java:26: error: cannot find symbol 
    io.flush_output_3_p_0(io.stdout_stream_0_f_0());
                          ^
  symbol:   variable io
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:26: error: cannot find symbol 
    io.flush_output_3_p_0(io.stdout_stream_0_f_0());
    ^
  symbol:   variable io
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:27: error: cannot find symbol 
    io.flush_output_3_p_0(io.stderr_stream_0_f_0());
                          ^
  symbol:   variable io
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:27: error: cannot find symbol 
    io.flush_output_3_p_0(io.stderr_stream_0_f_0());
    ^
  symbol:   variable io
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:28: error: package jmercury.runtime does not exist 
    java.lang.System.exit(jmercury.runtime.JavaInternal.exit_status);
                                          ^
Mercury/javas/jmercury/int16_from_bytes.java:36: error: package jmercury.runtime does not exist 
    jmercury.runtime.TypeInfo_Struct TypeCtorInfo_21_21 = null;
                    ^
Mercury/javas/jmercury/int16_from_bytes.java:51: error: cannot find symbol 
      Test1_4 = int16.from_bytes_le_2_f_0(Var_10, Var_11);
                ^
  symbol:   variable int16
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:53: error: cannot find symbol 
    TypeCtorInfo_21_21 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int16_0);
                                                                    ^
  symbol:   variable builtin
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:53: error: package jmercury.runtime does not exist 
    TypeCtorInfo_21_21 = jmercury.runtime.TypeInfo_Struct.maybe_new(builtin.builtin__type_ctor_info_int16_0);
                                         ^
Mercury/javas/jmercury/int16_from_bytes.java:55: error: cannot find symbol 
      io.write_line_3_p_0(TypeCtorInfo_21_21, java.lang.Short.valueOf(Test1_4));
      ^
  symbol:   variable io
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:60: error: cannot find symbol 
      Test2_5 = int16.from_bytes_le_2_f_0(Var_13, Var_14);
                ^
  symbol:   variable int16
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:63: error: cannot find symbol 
      io.write_line_3_p_0(TypeCtorInfo_21_21, java.lang.Short.valueOf(Test2_5));
      ^
  symbol:   variable io
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:68: error: cannot find symbol 
      Test3_6 = int16.from_bytes_be_2_f_0(Var_16, Var_17);
                ^
  symbol:   variable int16
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:71: error: cannot find symbol 
      io.write_line_3_p_0(TypeCtorInfo_21_21, java.lang.Short.valueOf(Test3_6));
      ^
  symbol:   variable io
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:76: error: cannot find symbol 
      Test4_7 = int16.from_bytes_be_2_f_0(Var_19, Var_20);
                ^
  symbol:   variable int16
  location: class int16_from_bytes
Mercury/javas/jmercury/int16_from_bytes.java:79: error: cannot find symbol 
      io.write_line_3_p_0(TypeCtorInfo_21_21, java.lang.Short.valueOf(Test4_7));
      ^
  symbol:   variable io
  location: class int16_from_bytes
22 errors
gmake[3]: *** [/tmp/mmake.idtiXQ:2362: int16_from_bytes] Error 1
gmake[3]: Target 'int16_from_bytes.runtest' not remade because of errors.
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-30/tests/hard_coded'