Build:
- 0
2026-06-16 18:10.56: New job: build haxe.4.1.1 (6851d9c7fff1)
2026-06-16 18:10.56: Waiting for resource in pool day11-builds
2026-06-16 18:32.03: Got resource from pool day11-builds
2026-06-16 18:32.03: [profile full] build haxe.4.1.1
2026-06-16 18:32.03: build haxe.4.1.1 (6851d9c7fff1)
=== DEPENDENCIES (57 transitive) ===
astring.0.8.5 156e7cc742dd
base-bytes.base 70d0daec7841
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
bos.0.3.0 c4f7c1954a6b
camlp-streams.5.0.1 76b76cc9fe05
camlp5.8.05.01 8dc5199798c5
camlp5-buildscripts.0.07 99f5442e3f64
conf-bash.1 e53fa0fe5f26
conf-libpcre.2 1e78e423e0f7
conf-libpcre2-8.2 b59cdeb3bb90
conf-m4.1 16c0f2e0bd7c
conf-mbedtls.2 1b5abe961b50
conf-neko.1 45739dbe8979
conf-perl.2 9ee1ae5f2bf1
conf-pkg-config.5 64c6b37d622b
conf-which.1 9799649fc020
conf-zlib.1 6a8e9cb470aa
cppo.1.8.0 ea583d2d3bbb
csexp.1.5.2 ec63db2dab31
cstruct.6.2.0 b14be91c9825
dune.3.23.1 5402470d931c
dune-compiledb.0.6.0 90f780ee0f94
dune-configurator.3.23.1 58f4a3f92083
extlib.1.7.7-1 c1fe90241f07
ezjsonm.1.3.0 7cdf7464a07e
fmt.0.11.0 fb25837707ac
fpath.0.7.3 d991925a5b6c
gen.1.1 a359aeb6b57a
hex.1.5.0 59eb090201f6
jsonm.1.0.2 ca365e0a8c1a
logs.0.10.0 a7cdcdcb1947
not-ocamlfind.0.14 ccc3d7bf633f
num.1.6 480227ca99db
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-compiler-libs.v0.12.4 d1dd1437b449
ocaml-config.2 669e0fcf9e4d
ocamlbuild.0.16.1 8f6c52e6fce8
ocamlfind.1.9.8 6025f4a8e98e
ocamlgraph.2.2.0 ffe2e581e49b
parsexp.v0.16.0 75d2c6ce6b44
pcre2.8.0.4 427460eecbcf
ppx_derivers.1.2.1 441538dbecd1
ppxlib.0.38.0 12ad7b47c24b
ptmap.2.0.5 b489b94e9111
re.1.14.0 8d7c1999492d
rresult.0.7.0 66e2b7baf32c
sedlex.3.7 d4b64577dedb
seq.base 063828a3d698
sexplib.v0.16.0 c758cedeb83d
sexplib0.v0.16.0 3e198ce31e44
sha.1.15.4 612fa7082e16
stdlib-shims.0.3.0 e2dd0beb9112
topkg.1.1.1 ab549298f3fc
uutf.1.0.4 80688944c06d
xml-light.2.5 1d7b07e7cbd5
=== STDOUT ===
Processing: [default: loading data]
[haxe.4.1.1: dl]
[haxe.4.1.1: extract]
-> retrieved haxe.4.1.1 (https://opam.ocaml.org/cache)
[haxe: make]
+ /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/haxe.4.1.1)
- fatal: not a git repository (or any of the parent directories): .git
- fatal: not a git repository (or any of the parent directories): .git
- dune build --workspace dune-workspace.dev src-prebuild/prebuild.exe
- _build/default/src-prebuild/prebuild.exe libparams -cclib -lpcre -cclib -lz -cclib -lmbedtls -cclib -lmbedx509 -cclib -lmbedcrypto > lib.sexp
- _build/default/src-prebuild/prebuild.exe version "0" "" "" > src/compiler/version.ml
- dune build --workspace dune-workspace.dev src/haxe.exe
- File "libs/extc/extc.ml", line 116, characters 12-24:
- 116 | let r = zlib_inflate z (Bytes.unsafe_to_string tmp_in) pos len tmp_out 0 bufsize (if pos = 0 && len = 0 then Z_FINISH else Z_SYNC_FLUSH) in
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- File "libs/extc/extc.ml", line 158, characters 10-22:
- 158 | let r = zlib_deflate z (Bytes.unsafe_to_string out) 0 !p tmp_out 0 bufsize (if finish then Z_FINISH else Z_SYNC_FLUSH) in
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- extc_stubs.c: In function 'Zflush_val':
- extc_stubs.c:95:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 95 | default: failwith("Error in `Zflush_val` (extc_stubs.c): Unknown zflush value");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c: In function 'zlib_deflate_init2':
- extc_stubs.c:225:34: warning: "failwith" is deprecated: use "caml_failwith" instead
- 225 | failwith("Error in `zlib_deflate_init2` (extc_stubs.c): call to `deflateInit2` failed: Z_STREAM_ERROR");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c:229:34: warning: "failwith" is deprecated: use "caml_failwith" instead
- 229 | failwith("Error in `zlib_deflate_init2` (extc_stubs.c): call to `deflateInit2` failed: Z_VERSION_ERROR");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c:232:34: warning: "failwith" is deprecated: use "caml_failwith" instead
- 232 | failwith("Error in `zlib_deflate_init2` (extc_stubs.c): unknown return code from `deflateInit2`");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c: In function 'zlib_deflate':
- extc_stubs.c:266:20: warning: "flush" is deprecated: use "caml_flush" instead
- 266 | int flush = Zflush_val(flush_val);
- | ^~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c:273:20: warning: "flush" is deprecated: use "caml_flush" instead
- 273 | int deflate_result = deflate(stream, flush);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c:278:27: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- 278 | value zresult = alloc_small(3, 0);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c:294:34: warning: "failwith" is deprecated: use "caml_failwith" instead
- 294 | failwith("Error in `zlib_deflate` (extc_stubs.c): call to `deflate` failed: Z_STREAM_ERROR");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c:298:34: warning: "failwith" is deprecated: use "caml_failwith" instead
- 298 | failwith("Error in `zlib_deflate` (extc_stubs.c): call to `deflate` failed: Z_BUF_ERROR");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c:301:34: warning: "failwith" is deprecated: use "caml_failwith" instead
- 301 | failwith("Error in `zlib_deflate` (extc_stubs.c): unknown return code from `deflate`");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c: In function 'zlib_deflate_end':
- extc_stubs.c:312:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 312 | failwith("zlib_deflate_end");
- | ^~~~~~~~~~~~~~~~~~~
- extc_stubs.c: In function 'zlib_inflate_init':
- extc_stubs.c:319:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 319 | failwith("zlib_inflate_init");
- | ^~~~~~~~~~~~~~~~~~~~
- extc_stubs.c: At top level:
- extc_stubs.c:323:13: warning: "flush" is deprecated: use "caml_flush" instead
- 323 | CAMLprim value zlib_inflate( value zv, value src, value spos, value slen, value dst, value dpos, value dlen, value flush ) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c: In function 'zlib_inflate':
- extc_stubs.c:332:20: warning: "flush" is deprecated: use "caml_flush" instead
- 332 | if( (r = inflate(z,Int_val(flush))) < 0 )
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- extc_stubs.c:333:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 333 | failwith("zlib_inflate");
- | ^~~~~~~~~~~~~~~
- extc_stubs.c:338:20: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- 338 | res = alloc_small(3, 0);
- | ^~~~~~~~~~~~~
- extc_stubs.c: In function 'zlib_inflate_end':
- extc_stubs.c:351:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 351 | failwith("zlib_inflate_end");
- | ^~~~~~~~~~~~~~~~~~~
- extc_stubs.c: In function 'executable_path':
- extc_stubs.c:400:34: warning: "failwith" is deprecated: use "caml_failwith" instead
- 400 | failwith("executable_path");
- | ^~~~~~~~~~~~~~~~~~~
- extc_stubs.c: In function 'get_full_path':
- extc_stubs.c:416:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 416 | failwith("get_full_path");
- | ^~~~~~~~~~~~~~~~
- process_stubs.c: In function 'alloc_private':
- process_stubs.c:77:20: warning: "alloc" is deprecated: use "caml_alloc" instead
- 77 | return alloc((size + sizeof(value) - 1) / sizeof(value), Abstract_tag);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- process_stubs.c: In function 'process_run':
- process_stubs.c:363:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 363 | argv[2] = val_string(cmd);
- | ^
- process_stubs.c:367:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 367 | argv[0] = val_string(cmd);
- | ^
- process_stubs.c:371:35: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 371 | argv[i+1] = val_string(v);
- | ^
- process_stubs.c:377:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 377 | neko_error();
- | ^~~
- process_stubs.c:387:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 387 | neko_error();
- | ^~~
- process_stubs.c: In function 'process_stdout_read':
- process_stubs.c:437:20: warning: "failwith" is deprecated: use "caml_failwith" instead
- 437 | CHECK_ARGS();
- | ^~
- process_stubs.c:448:47: warning: passing argument 2 of 'read' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 448 | nbytes = read(p->oread,val_string(str)+val_int(pos),val_int(len));
- In file included from process_stubs.c:36:
- /usr/include/unistd.h:371:38: note: expected 'void *' but argument is of type 'const char *'
- 371 | extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur
- | ~~~~~~^~~~~
- process_stubs.c:451:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 451 | neko_error();
- | ^~~
- process_stubs.c:454:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 454 | neko_error();
- | ^~~
- process_stubs.c: In function 'process_stderr_read':
- process_stubs.c:468:20: warning: "failwith" is deprecated: use "caml_failwith" instead
- 468 | CHECK_ARGS();
- | ^~
- process_stubs.c:479:47: warning: passing argument 2 of 'read' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 479 | nbytes = read(p->eread,val_string(str)+val_int(pos),val_int(len));
- /usr/include/unistd.h:371:38: note: expected 'void *' but argument is of type 'const char *'
- 371 | extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur
- | ~~~~~~^~~~~
- process_stubs.c:482:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 482 | neko_error();
- | ^~~
- process_stubs.c:485:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 485 | neko_error();
- | ^~~
- process_stubs.c: In function 'process_stdin_write':
- process_stubs.c:499:20: warning: "failwith" is deprecated: use "caml_failwith" instead
- 499 | CHECK_ARGS();
- | ^~
- process_stubs.c:513:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 513 | neko_error();
- | ^~~
- process_stubs.c: In function 'process_stdin_close':
- process_stubs.c:534:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 534 | neko_error();
- | ^~~
- process_stubs.c: In function 'process_exit':
- process_stubs.c:563:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 563 | neko_error();
- | ^~~
- process_stubs.c:566:27: warning: "failwith" is deprecated: use "caml_failwith" instead
- 566 | neko_error();
- | ^~~
- File "libs/extc/extc.ml", line 116, characters 12-24:
- 116 | let r = zlib_inflate z (Bytes.unsafe_to_string tmp_in) pos len tmp_out 0 bufsize (if pos = 0 && len = 0 then Z_FINISH else Z_SYNC_FLUSH) in
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- File "libs/extc/extc.ml", line 158, characters 10-22:
- 158 | let r = zlib_deflate z (Bytes.unsafe_to_string out) 0 !p tmp_out 0 bufsize (if finish then Z_FINISH else Z_SYNC_FLUSH) in
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- pcre_stubs.c: In function 'pcre_ocaml_init':
- pcre_stubs.c:166:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 166 | pcre_exc_Error = caml_named_value("Pcre.Error");
- | ^
- pcre_stubs.c:167:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 167 | pcre_exc_Backtrack = caml_named_value("Pcre.Backtrack");
- | ^
- pcre_stubs.c: In function 'pcre_firsttable_stub':
- pcre_stubs.c:440:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 440 | ptr = String_val(v_res_str);
- | ^
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c: In function 'ml_mbedtls_ctr_drbg_random':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'mbedtls_ctr_drbg_random' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:462:29: note: in definition of macro 'CAMLreturnT'
- 462 | type caml__temp_result = (result); \
- | ^~~~~~
- mbedtls_stubs.c:87:9: note: in expansion of macro 'CAMLreturn'
- 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len))));
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long'
- 79 | #define Val_int(x) Val_long(x)
- | ^~~~~~~~
- mbedtls_stubs.c:87:20: note: in expansion of macro 'Val_int'
- 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len))));
- | ^~~~~~~
- mbedtls_stubs.c:87:72: note: in expansion of macro 'String_val'
- 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len))));
- | ^~~~~~~~~~
- In file included from mbedtls_stubs.c:26:
- /usr/include/mbedtls/ctr_drbg.h:532:44: note: expected 'unsigned char *' but argument is of type 'const char *'
- 532 | unsigned char *output, size_t output_len);
- | ~~~~~~~~~~~~~~~^~~~~~
- mbedtls_stubs.c: In function 'ml_mbedtls_entropy_func':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'mbedtls_entropy_func' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:462:29: note: in definition of macro 'CAMLreturnT'
- 462 | type caml__temp_result = (result); \
- | ^~~~~~
- mbedtls_stubs.c:127:9: note: in expansion of macro 'CAMLreturn'
- 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len))));
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long'
- 79 | #define Val_int(x) Val_long(x)
- | ^~~~~~~~
- mbedtls_stubs.c:127:20: note: in expansion of macro 'Val_int'
- 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len))));
- | ^~~~~~~
- mbedtls_stubs.c:127:66: note: in expansion of macro 'String_val'
- 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len))));
- | ^~~~~~~~~~
- In file included from mbedtls_stubs.c:25:
- /usr/include/mbedtls/entropy.h:204:53: note: expected 'unsigned char *' but argument is of type 'const char *'
- 204 | int mbedtls_entropy_func(void *data, unsigned char *output, size_t len);
- | ~~~~~~~~~~~~~~~^~~~~~
- In file included from mbedtls_stubs.c:14:
- mbedtls_stubs.c: In function 'caml_string_of_asn1_buf':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- mbedtls_stubs.c:195:16: note: in expansion of macro 'String_val'
- 195 | memcpy(String_val(s), dat->p, dat->len);
- | ^~~~~~~~~~
- In file included from mbedtls_stubs.c:2:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
- 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- mbedtls_stubs.c: In function 'ml_mbedtls_ssl_read':
- mbedtls_stubs.c:449:82: warning: passing argument 2 of 'mbedtls_ssl_read' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:462:29: note: in definition of macro 'CAMLreturnT'
- 462 | type caml__temp_result = (result); \
- | ^~~~~~
- mbedtls_stubs.c:449:9: note: in expansion of macro 'CAMLreturn'
- 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long'
- 79 | #define Val_int(x) Val_long(x)
- | ^~~~~~~~
- mbedtls_stubs.c:449:20: note: in expansion of macro 'Val_int'
- 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
- | ^~~~~~~
- In file included from /usr/include/mbedtls/debug.h:31,
- from mbedtls_stubs.c:21:
- /usr/include/mbedtls/ssl.h:4120:63: note: expected 'unsigned char *' but argument is of type 'const char *'
- 4120 | int mbedtls_ssl_read(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len);
- | ~~~~~~~~~~~~~~~^~~
- mbedtls_stubs.c: In function 'bio_write_cb':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- mbedtls_stubs.c:457:16: note: in expansion of macro 'String_val'
- 457 | memcpy(String_val(s), buf, len);
- | ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
- 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- File "libs/ilib/peReader.ml", line 28, characters 6-27:
- 28 | ch : Pervasives.in_channel;
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ilib/peReader.ml", line 45, characters 1-18:
- 45 | Pervasives.pos_in r.ch
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/neko/ncompile.ml", line 676, characters 11-18:
- 676 | let _ = jmp ctx in
- ^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- File "libs/ziplib/zip.ml", line 65, characters 16-37:
- 65 | if_channel: Pervasives.in_channel;
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ziplib/zip.ml", line 75, characters 16-38:
- 75 | of_channel: Pervasives.out_channel;
- ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ziplib/zip.ml", line 220, characters 11-33:
- 220 | let ic = Pervasives.open_in_bin filename in
- ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ziplib/zip.ml", line 235, characters 2-21:
- 235 | Pervasives.close_in ifile.if_channel
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ziplib/zip.ml", line 372, characters 17-40:
- 372 | of_channel = Pervasives.open_out_bin filename;
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ziplib/zip.ml", line 419, characters 2-22:
- 419 | Pervasives.close_out oc
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ziplib/zip.ml", line 555, characters 4-23:
- 555 | Pervasives.close_in ic
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ziplib/zip.ml", line 557, characters 4-23:
- 557 | Pervasives.close_in ic; raise x
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/extlib-leftovers/uTF8.ml", line 180, characters 20-38:
- 180 | let compare s1 s2 = Pervasives.compare s1 s2
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ilib/peReader.ml", line 28, characters 6-27:
- 28 | ch : Pervasives.in_channel;
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ilib/peReader.ml", line 45, characters 1-18:
- 45 | Pervasives.pos_in r.ch
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/swflib/swfPic.ml", line 62, characters 7-23:
- 62 | match String.uppercase ext with
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "libs/neko/ncompile.ml", line 676, characters 11-18:
- 676 | let _ = jmp ctx in
- ^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- File "libs/swflib/swfPic.ml", line 62, characters 7-23:
- 62 | match String.uppercase ext with
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "libs/swflib/swfParser.ml", line 447, characters 14-31:
- 447 | seek_in ch ((Pervasives.pos_in ch) + n)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/swflib/swfParser.ml", line 608, characters 1-11:
- 608 | write_bits b 5 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 609, characters 1-11:
- 609 | write_bits b nbits r.left;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 610, characters 1-11:
- 610 | write_bits b nbits r.right;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 611, characters 1-11:
- 611 | write_bits b nbits r.top;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 612, characters 1-11:
- 612 | write_bits b nbits r.bottom;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 618, characters 10-20:
- 618 | | [] -> write_bits b n 0
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 619, characters 11-21:
- 619 | | [x] -> write_bits b n x
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 623, characters 10-20:
- 623 | | [] -> write_bits b 30 0; write_multi_bits b (n - 30) []
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 624, characters 14-24:
- 624 | | x :: l -> write_bits b 30 x; write_multi_bits b (n - 30) l
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 629, characters 1-11:
- 629 | write_bits b 5 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 640, characters 2-12:
- 640 | write_bits b 5 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 641, characters 2-12:
- 641 | write_bits b nbits m.mx;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 642, characters 2-12:
- 642 | write_bits b nbits m.my;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 646, characters 2-12:
- 646 | write_bits b 1 0
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 648, characters 2-12:
- 648 | write_bits b 1 1;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 653, characters 2-12:
- 653 | write_bits b 1 0
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 655, characters 2-12:
- 655 | write_bits b 1 1;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 665, characters 2-12:
- 665 | write_bits b 2 0;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 666, characters 2-12:
- 666 | write_bits b 4 1; (* some strange MM thing... *)
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 668, characters 2-12:
- 668 | write_bits b 2 2;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 669, characters 2-12:
- 669 | write_bits b 4 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 672, characters 2-12:
- 672 | write_bits b 2 1;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 673, characters 2-12:
- 673 | write_bits b 4 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 676, characters 2-12:
- 676 | write_bits b 2 3;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 677, characters 2-12:
- 677 | write_bits b 4 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1620, characters 1-11:
- 1620 | write_bits b 6 flags;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1622, characters 2-12:
- 1622 | write_bits b 5 n;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1623, characters 2-12:
- 1623 | write_bits b n dx;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1624, characters 2-12:
- 1624 | write_bits b n dy;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1637, characters 2-12:
- 1637 | write_bits b 4 !nfbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1638, characters 2-12:
- 1638 | write_bits b 4 !nlbits
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1644, characters 2-12:
- 1644 | write_bits b 2 2;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1645, characters 2-12:
- 1645 | write_bits b 4 (s.scer_nbits - 2);
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1646, characters 2-12:
- 1646 | write_bits b s.scer_nbits s.scer_cx;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1647, characters 2-12:
- 1647 | write_bits b s.scer_nbits s.scer_cy;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1648, characters 2-12:
- 1648 | write_bits b s.scer_nbits s.scer_ax;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1649, characters 2-12:
- 1649 | write_bits b s.scer_nbits s.scer_ay;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1651, characters 2-12:
- 1651 | write_bits b 2 3;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1652, characters 2-12:
- 1652 | write_bits b 4 (s.sser_nbits - 2);
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1657, characters 3-13:
- 1657 | write_bits b 1 0;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1658, characters 3-13:
- 1658 | write_bits b 1 (if (fst s.sser_line) = None then 1 else 0);
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1659, characters 3-13:
- 1659 | write_bits b s.sser_nbits p;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1661, characters 3-13:
- 1661 | write_bits b 1 1;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1662, characters 3-13:
- 1662 | write_bits b s.sser_nbits dx;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1663, characters 3-13:
- 1663 | write_bits b s.sser_nbits dy
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1670, characters 1-11:
- 1670 | write_bits b 4 r.srs_nfbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1671, characters 1-11:
- 1671 | write_bits b 4 r.srs_nlbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1683, characters 1-11:
- 1683 | write_bits b 4 r.srs_nfbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1684, characters 1-11:
- 1684 | write_bits b 4 r.srs_nlbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1688, characters 1-11:
- 1688 | write_bits b 6 0;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1724, characters 2-12:
- 1724 | write_bits bits t.txt_ngbits g.txg_index;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1725, characters 2-12:
- 1725 | write_bits bits t.txt_nabits g.txg_advanced;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFParser.ml", line 27, characters 8-29:
- 27 | file : Pervasives.in_channel;
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ttflib/tTFSwfWriter.ml", line 156, characters 1-14:
- 156 | IO.write_bits b 1 (bi true);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 157, characters 1-14:
- 157 | IO.write_bits b 1 (bi f2.font_shift_jis);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 158, characters 1-14:
- 158 | IO.write_bits b 1 (bi f2.font_is_small);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 159, characters 1-14:
- 159 | IO.write_bits b 1 (bi f2.font_is_ansi);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 160, characters 1-14:
- 160 | IO.write_bits b 1 (bi f2.font_wide_offsets);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 161, characters 1-14:
- 161 | IO.write_bits b 1 (bi f2.font_wide_codes);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 162, characters 1-14:
- 162 | IO.write_bits b 1 (bi f2.font_is_italic);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 163, characters 1-14:
- 163 | IO.write_bits b 1 (bi f2.font_is_bold);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 447, characters 14-31:
- 447 | seek_in ch ((Pervasives.pos_in ch) + n)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/swflib/swfParser.ml", line 608, characters 1-11:
- 608 | write_bits b 5 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 609, characters 1-11:
- 609 | write_bits b nbits r.left;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 610, characters 1-11:
- 610 | write_bits b nbits r.right;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 611, characters 1-11:
- 611 | write_bits b nbits r.top;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 612, characters 1-11:
- 612 | write_bits b nbits r.bottom;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 618, characters 10-20:
- 618 | | [] -> write_bits b n 0
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 619, characters 11-21:
- 619 | | [x] -> write_bits b n x
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 623, characters 10-20:
- 623 | | [] -> write_bits b 30 0; write_multi_bits b (n - 30) []
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 624, characters 14-24:
- 624 | | x :: l -> write_bits b 30 x; write_multi_bits b (n - 30) l
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 629, characters 1-11:
- 629 | write_bits b 5 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 640, characters 2-12:
- 640 | write_bits b 5 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 641, characters 2-12:
- 641 | write_bits b nbits m.mx;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 642, characters 2-12:
- 642 | write_bits b nbits m.my;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 646, characters 2-12:
- 646 | write_bits b 1 0
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 648, characters 2-12:
- 648 | write_bits b 1 1;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 653, characters 2-12:
- 653 | write_bits b 1 0
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 655, characters 2-12:
- 655 | write_bits b 1 1;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 665, characters 2-12:
- 665 | write_bits b 2 0;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 666, characters 2-12:
- 666 | write_bits b 4 1; (* some strange MM thing... *)
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 668, characters 2-12:
- 668 | write_bits b 2 2;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 669, characters 2-12:
- 669 | write_bits b 4 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 672, characters 2-12:
- 672 | write_bits b 2 1;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 673, characters 2-12:
- 673 | write_bits b 4 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 676, characters 2-12:
- 676 | write_bits b 2 3;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 677, characters 2-12:
- 677 | write_bits b 4 nbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1620, characters 1-11:
- 1620 | write_bits b 6 flags;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1622, characters 2-12:
- 1622 | write_bits b 5 n;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1623, characters 2-12:
- 1623 | write_bits b n dx;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1624, characters 2-12:
- 1624 | write_bits b n dy;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1637, characters 2-12:
- 1637 | write_bits b 4 !nfbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1638, characters 2-12:
- 1638 | write_bits b 4 !nlbits
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1644, characters 2-12:
- 1644 | write_bits b 2 2;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1645, characters 2-12:
- 1645 | write_bits b 4 (s.scer_nbits - 2);
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1646, characters 2-12:
- 1646 | write_bits b s.scer_nbits s.scer_cx;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1647, characters 2-12:
- 1647 | write_bits b s.scer_nbits s.scer_cy;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1648, characters 2-12:
- 1648 | write_bits b s.scer_nbits s.scer_ax;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1649, characters 2-12:
- 1649 | write_bits b s.scer_nbits s.scer_ay;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1651, characters 2-12:
- 1651 | write_bits b 2 3;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1652, characters 2-12:
- 1652 | write_bits b 4 (s.sser_nbits - 2);
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1657, characters 3-13:
- 1657 | write_bits b 1 0;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1658, characters 3-13:
- 1658 | write_bits b 1 (if (fst s.sser_line) = None then 1 else 0);
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1659, characters 3-13:
- 1659 | write_bits b s.sser_nbits p;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1661, characters 3-13:
- 1661 | write_bits b 1 1;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1662, characters 3-13:
- 1662 | write_bits b s.sser_nbits dx;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1663, characters 3-13:
- 1663 | write_bits b s.sser_nbits dy
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1670, characters 1-11:
- 1670 | write_bits b 4 r.srs_nfbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1671, characters 1-11:
- 1671 | write_bits b 4 r.srs_nlbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1683, characters 1-11:
- 1683 | write_bits b 4 r.srs_nfbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1684, characters 1-11:
- 1684 | write_bits b 4 r.srs_nlbits;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1688, characters 1-11:
- 1688 | write_bits b 6 0;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1724, characters 2-12:
- 1724 | write_bits bits t.txt_ngbits g.txg_index;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/swflib/swfParser.ml", line 1725, characters 2-12:
- 1725 | write_bits bits t.txt_nabits g.txg_advanced;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFParser.ml", line 27, characters 8-29:
- 27 | file : Pervasives.in_channel;
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "libs/ttflib/tTFSwfWriter.ml", line 156, characters 1-14:
- 156 | IO.write_bits b 1 (bi true);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 157, characters 1-14:
- 157 | IO.write_bits b 1 (bi f2.font_shift_jis);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 158, characters 1-14:
- 158 | IO.write_bits b 1 (bi f2.font_is_small);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 159, characters 1-14:
- 159 | IO.write_bits b 1 (bi f2.font_is_ansi);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 160, characters 1-14:
- 160 | IO.write_bits b 1 (bi f2.font_wide_offsets);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 161, characters 1-14:
- 161 | IO.write_bits b 1 (bi f2.font_wide_codes);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 162, characters 1-14:
- 162 | IO.write_bits b 1 (bi f2.font_is_italic);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "libs/ttflib/tTFSwfWriter.ml", line 163, characters 1-14:
- 163 | IO.write_bits b 1 (bi f2.font_is_bold);
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
- File "src/core/error.ml", line 296, characters 13-37:
- 296 | let _, v = ExtString.String.replace (String.sub r 5 (String.length r - 5)) "_" "." in
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
- File "src/core/error.ml", line 296, characters 13-37:
- 296 | let _, v = ExtString.String.replace (String.sub r 5 (String.length r - 5)) "_" "." in
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
- File "grammar.mly", line 487, characters 66-67:
- Warning 26 [unused-var]: unused variable s.
- File "grammar.mly", line 1117, characters 6-7:
- Warning 26 [unused-var]: unused variable s.
- File "grammar.mly", line 1312, characters 41-42:
- Warning 26 [unused-var]: unused variable s.
- File "src/codegen/java.ml", line 920, characters 29-43:
- 920 | let did_replace,name = String.replace cname name_original name_replace in
- ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
- File "src/generators/gencpp.ml", line 487, characters 22-46:
- 487 | let _,code = ExtString.String.replace code magic_var source_directory in
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
- File "grammar.mly", line 487, characters 66-67:
- Warning 26 [unused-var]: unused variable s.
- File "grammar.mly", line 1117, characters 6-7:
- Warning 26 [unused-var]: unused variable s.
- File "grammar.mly", line 1312, characters 41-42:
- Warning 26 [unused-var]: unused variable s.
- File "src/codegen/java.ml", line 920, characters 29-43:
- 920 | let did_replace,name = String.replace cname name_original name_replace in
- ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
- File "src/generators/gencpp.ml", line 487, characters 22-46:
- 487 | let _,code = ExtString.String.replace code magic_var source_directory in
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
- File "src/macro/eval/evalStdLib.ml", line 601, characters 14-15:
- 601 | let r = try f this.z (Bytes.unsafe_to_string src) srcPos (Bytes.length src - srcPos) dst dstPos (Bytes.length dst - dstPos) this.z_flush with _ -> exc_string "oops" in
- ^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- File "src/macro/eval/evalStdLib.ml", line 622, characters 10-22:
- 622 | let r = zlib_deflate zip (Bytes.unsafe_to_string s) 0 (Bytes.length s) d 0 (Bytes.length d) Z_FINISH in
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- File "src/macro/eval/evalStdLib.ml", line 3012, characters 11-23:
- 3012 | let r = zlib_inflate zip (Bytes.unsafe_to_string src) pos (Bytes.length src - pos) tmp 0 bufsize Z_SYNC_FLUSH in
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- File "src/generators/genjvm.ml", line 212, characters 17-41:
- 212 | let _,name = ExtString.String.replace (snd path) "." "$" in
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
- File "src/macro/eval/evalStdLib.ml", line 601, characters 14-15:
- 601 | let r = try f this.z (Bytes.unsafe_to_string src) srcPos (Bytes.length src - srcPos) dst dstPos (Bytes.length dst - dstPos) this.z_flush with _ -> exc_string "oops" in
- ^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- File "src/macro/eval/evalStdLib.ml", line 622, characters 10-22:
- 622 | let r = zlib_deflate zip (Bytes.unsafe_to_string s) 0 (Bytes.length s) d 0 (Bytes.length d) Z_FINISH in
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- File "src/macro/eval/evalStdLib.ml", line 3012, characters 11-23:
- 3012 | let r = zlib_inflate zip (Bytes.unsafe_to_string src) pos (Bytes.length src - pos) tmp 0 bufsize Z_SYNC_FLUSH in
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function.
- File "src/generators/genjvm.ml", line 212, characters 17-41:
- 212 | let _,name = ExtString.String.replace (snd path) "." "$" in
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function.
- cp -f _build/default/src/haxe.exe ./"haxe"
- (cd /home/opam/.opam/default/.opam-switch/build/haxe.4.1.1/extra/haxelib_src && /home/opam/.opam/default/.opam-switch/build/haxe.4.1.1/haxe client.hxml && nekotools boot run.n)
- hx3compat/std/haxe/remoting/HttpConnection.hx:81: characters 11-19 : Warning : neko.Web is deprecated and will be removed from standard library in Haxe 4.2
- hx3compat/std/haxe/remoting/HttpConnection.hx:82: characters 7-15 : Warning : neko.Web is deprecated and will be removed from standard library in Haxe 4.2
- mv extra/haxelib_src/run haxelib
-> compiled haxe.4.1.1
[haxe: cp haxe]
+ /usr/bin/cp "haxe" "haxelib" "/home/opam/.opam/default/bin" (CWD=/home/opam/.opam/default/.opam-switch/build/haxe.4.1.1)
[haxe: mkdir]
+ /usr/bin/mkdir "-p" "/home/opam/.opam/default/share/haxe" (CWD=/home/opam/.opam/default/.opam-switch/build/haxe.4.1.1)
[haxe: cp std]
+ /usr/bin/cp "-r" "std" "/home/opam/.opam/default/share/haxe/std" (CWD=/home/opam/.opam/default/.opam-switch/build/haxe.4.1.1)
-> installed haxe.4.1.1
[WARNING] Opam packages conf-libpcre.2, conf-libpcre2-8.2, conf-mbedtls.2, conf-neko.1, conf-pkg-config.5, conf-zlib.1 and not-ocamlfind.0.14 depend on the following system packages that are no longer installed: libmbedtls-dev libpcre2-dev libpcre3-dev neko neko-dev pkg-config xdot zlib1g-dev
- conf-libpcre.2: depends on libpcre3-dev
- conf-libpcre2-8.2: depends on libpcre2-dev
- conf-mbedtls.2: depends on libmbedtls-dev
- conf-neko.1: depends on neko, neko-dev
- conf-pkg-config.5: depends on pkg-config
- conf-zlib.1: depends on zlib1g-dev
- not-ocamlfind.0.14: depends on xdot
=== STDERR ===
2026-06-16 18:32.46: OK: build haxe.4.1.1 (runc: 36.7s, disk: 68KB)
2026-06-16 18:32.46: Job succeeded