Build:
  1. 0
2026-06-24 14:08.57: New job: build ipaddr.3.1.0 (d4d944c6c9ee)
2026-06-24 14:08.57: Waiting for resource in pool day11-builds
2026-06-24 16:27.00: Got resource from pool day11-builds
2026-06-24 16:27.00: [profile full] build ipaddr.3.1.0
2026-06-24 16:27.00: build ipaddr.3.1.0 (d4d944c6c9ee)
=== DEPENDENCIES (11 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  dune.3.23.1                                        ec34fe9ebf2c
  macaddr.3.1.0                                      0f7f8f65d9a2
  ocaml.4.12.1                                       dee35ad2ab01
  ocaml-base-compiler.4.12.1                         16a69ab1424d
  ocaml-config.2                                     e77f021f2144
  ocaml-secondary-compiler.4.14.2                    fb63d435ed9e
  ocamlfind.1.9.6                                    8d8d9a490c0f
  ocamlfind-secondary.1.9.6                          e7e9f5a4b1a5
  sexplib0.v0.15.1                                   52604d5b3c08
=== STDOUT ===
Processing: [default: loading data]
[ipaddr.3.1.0: extract]
-> retrieved ipaddr.3.1.0  (cached)
[ipaddr: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ipaddr" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ipaddr.3.1.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/macaddr -intf-suffix .ml -no-alias-deps -o lib/.ipaddr.objs/byte/ipaddr.cmo -c -impl lib/ipaddr.ml)
- File "lib/ipaddr.ml", line 72, characters 16-38:
- 72 |   | '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 73, characters 21-43:
- 73 |   | '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 74, characters 21-43:
- 74 |   | '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 261, characters 20-38:
- 261 |       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 709, characters 20-38:
- 709 |       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/macaddr -intf-suffix .ml -no-alias-deps -o lib/.ipaddr.objs/native/ipaddr.cmx -c -impl lib/ipaddr.ml)
- File "lib/ipaddr.ml", line 72, characters 16-38:
- 72 |   | '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 73, characters 21-43:
- 73 |   | '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 74, characters 21-43:
- 74 |   | '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 261, characters 20-38:
- 261 |       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 709, characters 20-38:
- 709 |       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/macaddr -I /home/opam/.opam/default/lib/macaddr/top -I /home/opam/.opam/default/lib/ocaml/compiler-libs -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.3.1.0
-> installed ipaddr.3.1.0

=== STDERR ===

2026-06-24 16:27.28: OK: build ipaddr.3.1.0 (runc: 2.1s, disk: 11KB)
2026-06-24 16:27.28: Job succeeded