Build:
- 0
2026-06-16 15:49.49: New job: build ipaddr.2.9.0 (859df01b06d2)
2026-06-16 15:49.49: Waiting for resource in pool day11-builds
2026-06-16 16:39.54: Got resource from pool day11-builds
2026-06-16 16:39.54: [profile full] build ipaddr.2.9.0
2026-06-16 16:39.54: build ipaddr.2.9.0 (859df01b06d2)
=== DEPENDENCIES (22 transitive) ===
base.v0.14.4 fe70b190c04e
base-bytes.base 9e3796bcb03e
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
csexp.1.5.1 e4c3594fd1a2
dune.2.9.3 4ee209912894
dune-configurator.2.9.3 9787279a4d5c
num.1.6 6107ad20ded4
ocaml.4.12.1 b220906b3826
ocaml-base-compiler.4.12.1 ce8680725b32
ocaml-compiler-libs.v0.12.4 31ca5fb84fbf
ocaml-config.2 3a99bd9dbb34
ocaml-migrate-parsetree.1.8.0 09caba5a844a
ocamlfind.1.9.8 9ccba9f3d58c
parsexp.v0.14.2 a5a306cbf5c1
ppx_derivers.1.2.1 e9fe30a66c54
ppx_sexp_conv.v0.14.1 0e7c5c733c95
ppxlib.0.15.0 ac62040a4c92
result.1.5 9c692c8474eb
sexplib.v0.14.0 6cebd4f75b53
sexplib0.v0.14.0 8002625abb72
stdlib-shims.0.3.0 49562823b69b
=== 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)
- ocamlc lib/.ipaddr.objs/byte/ipaddr.{cmo,cmt}
- 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
- ocamlopt lib/.ipaddr.objs/native/ipaddr.{cmx,o}
- 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
- ocamlopt lib/.ipaddr_top.objs/native/ipaddr_top.{cmx,o}
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
-> compiled ipaddr.2.9.0
-> installed ipaddr.2.9.0
=== STDERR ===
2026-06-16 16:40.08: OK: build ipaddr.2.9.0 (runc: 4.6s, disk: 11KB)
2026-06-16 16:40.08: Job succeeded