Build:
- 1
- 0
2026-09-03 22:01.51: New job: build ipaddr.2.9.0 (657ce8ced8a9) 2026-09-03 22:01.51: Waiting for resource in pool day11-builds 2026-09-03 22:49.33: Got resource from pool day11-builds 2026-09-03 22:49.33: [profile full] build ipaddr.2.9.0 2026-09-03 22:49.33: build ipaddr.2.9.0 (657ce8ced8a9) === DEPENDENCIES (20 transitive) === base.v0.16.5 9b8d977c1f60 base-bytes.base 68d84c459288 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e csexp.1.5.2 c758d7657e5b dune.3.24.2 bf83cdf0a904 dune-configurator.3.24.2 23afe5cb4d3b num.1.6 fe036226102b ocaml.4.14.4 c7d6265b51fe ocaml-base-compiler.4.14.4 7a409b6ffbef ocaml-compiler-libs.v0.12.4 0a923ba812db ocaml-config.2 85edea6ac168 ocamlfind.1.9.8 3cae95bed0a0 parsexp.v0.16.0 6a4dbf4d3d29 ppx_derivers.1.2.1 e8685a77fc9e ppx_sexp_conv.v0.16.0 c4d7e3e92e0a ppxlib.0.35.0 46c1dac34d3c sexplib.v0.16.0 f65b5dccd754 sexplib0.v0.16.0 a69f43de36f7 stdlib-shims.0.3.0 484c72a128b6 === STDOUT === Processing: [default: loading data] [ipaddr.2.9.0: dl] [ipaddr.2.9.0: extract] -> retrieved ipaddr.2.9.0 (https://opam.ocaml.org/cache) [ipaddr: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "ipaddr" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ipaddr.2.9.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.ipaddr.objs/byte -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -intf-suffix .ml -no-alias-deps -o lib/.ipaddr.objs/byte/ipaddr.cmo -c -impl lib/ipaddr.pp.ml) - File "lib/ipaddr.ml", line 49, characters 16-38: - 49 | | '0'..'9' -> Pervasives.int_of_char c - char_0 - ^^^^^^^^^^^^^^^^^^^^^^ - 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 "lib/ipaddr.ml", line 50, characters 21-43: - 50 | | 'a'..'f' -> 10 + Pervasives.int_of_char c - char_a - ^^^^^^^^^^^^^^^^^^^^^^ - 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 "lib/ipaddr.ml", line 51, characters 21-43: - 51 | | 'A'..'F' -> 10 + Pervasives.int_of_char c - char_A - ^^^^^^^^^^^^^^^^^^^^^^ - 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 "lib/ipaddr.ml", line 247, characters 20-38: - 247 | if c = 0 then Pervasives.compare sz sz' else c - ^^^^^^^^^^^^^^^^^^ - 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 "lib/ipaddr.ml", line 705, characters 20-38: - 705 | if c = 0 then Pervasives.compare sz sz' else c - ^^^^^^^^^^^^^^^^^^ - 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 - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.ipaddr.objs/byte -I lib/.ipaddr.objs/native -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -intf-suffix .ml -no-alias-deps -o lib/.ipaddr.objs/native/ipaddr.cmx -c -impl lib/ipaddr.pp.ml) - File "lib/ipaddr.ml", line 49, characters 16-38: - 49 | | '0'..'9' -> Pervasives.int_of_char c - char_0 - ^^^^^^^^^^^^^^^^^^^^^^ - 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 "lib/ipaddr.ml", line 50, characters 21-43: - 50 | | 'a'..'f' -> 10 + Pervasives.int_of_char c - char_a - ^^^^^^^^^^^^^^^^^^^^^^ - 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 "lib/ipaddr.ml", line 51, characters 21-43: - 51 | | 'A'..'F' -> 10 + Pervasives.int_of_char c - char_A - ^^^^^^^^^^^^^^^^^^^^^^ - 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 "lib/ipaddr.ml", line 247, characters 20-38: - 247 | if c = 0 then Pervasives.compare sz sz' else c - ^^^^^^^^^^^^^^^^^^ - 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 "lib/ipaddr.ml", line 705, characters 20-38: - 705 | if c = 0 then Pervasives.compare sz sz' else c - ^^^^^^^^^^^^^^^^^^ - 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 -> compiled ipaddr.2.9.0 -> installed ipaddr.2.9.0 === STDERR === 2026-09-03 22:49.54: OK: build ipaddr.2.9.0 (runc: 5.6s, disk: 12KB) 2026-09-03 22:49.54: Job succeeded