Build:
  1. 0
2026-06-16 17:17.15: New job: build ipaddr.2.9.0 (9ba3b0b80ecd)
2026-06-16 17:17.15: Waiting for resource in pool day11-builds
2026-06-16 18:05.47: Got resource from pool day11-builds
2026-06-16 18:05.47: [profile full] build ipaddr.2.9.0
2026-06-16 18:05.47: build ipaddr.2.9.0 (9ba3b0b80ecd)
=== DEPENDENCIES (24 transitive) ===
  base.v0.14.4                                       9f1656c7e705
  base-bytes.base                                    a8b2f2cb4094
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  csexp.1.5.2                                        2dc1d42cb195
  dune.3.23.1                                        6e9c895d33c4
  dune-configurator.3.22.2                           b3ee8ff25f05
  num.1.6                                            6107ad20ded4
  ocaml.4.12.1                                       b220906b3826
  ocaml-base-compiler.4.12.1                         ce8680725b32
  ocaml-compiler-libs.v0.12.4                        692cac4e32e0
  ocaml-config.2                                     3a99bd9dbb34
  ocaml-migrate-parsetree.1.8.0                      2e4ce0b38e6e
  ocaml-secondary-compiler.4.14.2                    208983c0e1e0
  ocamlfind.1.9.6                                    6a204c1e4cf6
  ocamlfind-secondary.1.9.6                          74c288ceaf87
  parsexp.v0.14.2                                    9d7241cc0902
  ppx_derivers.1.2.1                                 8e0bcbefff24
  ppx_sexp_conv.v0.14.1                              d818046bc359
  ppxlib.0.15.0                                      e626e7e41d65
  result.1.5                                         be123bcfc185
  sexplib.v0.14.0                                    b0d486e7157e
  sexplib0.v0.14.0                                   ebe6a4b61f9e
  stdlib-shims.0.3.0                                 73378b8dd48d
=== 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/base/caml -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/base/caml -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
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.ipaddr_top.objs/byte -I lib/.ipaddr_top.objs/native -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/ocaml/compiler-libs -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 -I lib/.ipaddr.objs/byte -I lib/.ipaddr.objs/native -intf-suffix .ml -no-alias-deps -o lib/.ipaddr_top.objs/native/ipaddr_top.cmx -c -impl lib/ipaddr_top.ml)
- 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 18:06.13: OK: build ipaddr.2.9.0 (runc: 5.6s, disk: 13KB)
2026-06-16 18:06.13: Job succeeded