Build:
  1. 0
2026-09-03 22:36.44: New job: build ipaddr.2.8.0 (776c273e3a16)
2026-09-03 22:36.44: Waiting for resource in pool day11-builds
2026-09-03 23:16.25: Got resource from pool day11-builds
2026-09-03 23:16.25: [profile full] build ipaddr.2.8.0
2026-09-03 23:16.25: build ipaddr.2.8.0 (776c273e3a16)
=== DEPENDENCIES (23 transitive) ===
  base.v0.14.4                                       f7f6bcd8effe
  base-bytes.base                                    c7e0c3be9a18
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  csexp.1.5.2                                        b2fe06624e80
  dune.3.22.2                                        57026fcbd9b3
  dune-configurator.3.22.2                           161a83063325
  jbuilder.1.0+beta20.2                              5b60bb768f18
  num.1.6                                            77382141c2d9
  ocaml.4.12.1                                       40bf037a0516
  ocaml-base-compiler.4.12.1                         e714dfd3f0fe
  ocaml-compiler-libs.v0.12.4                        ddc90c44cd5f
  ocaml-config.2                                     75bd2fc1f23b
  ocaml-migrate-parsetree.1.8.0                      6c3c55b8cd23
  ocamlfind.1.9.8                                    9b083cf8a2bb
  parsexp.v0.14.2                                    c2590ec0b59f
  ppx_derivers.1.2.1                                 b6f38d11e4c8
  ppx_sexp_conv.v0.14.1                              ee5b28de2e3a
  ppxlib.0.15.0                                      6fd03dd4b987
  result.1.5                                         47926f01b3e9
  sexplib.v0.14.0                                    7fd46fabe99b
  sexplib0.v0.14.0                                   d99298809105
  stdlib-shims.0.3.0                                 562e400ef1cc
=== STDOUT ===
Processing: [default: loading data]
[ipaddr.2.8.0: dl]
[ipaddr.2.8.0: extract]
-> retrieved ipaddr.2.8.0  (https://opam.ocaml.org/cache)
[ipaddr: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "ipaddr" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ipaddr.2.8.0)
-       ocamlc lib/.ipaddr.objs/macaddr.{cmo,cmt}
- File "lib/macaddr.ml", line 37, characters 23-37:
- 37 |   let c = int_of_char (Char.uppercase c) - 48 in
-                             ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.uppercase
- Use Char.uppercase_ascii instead.
- File "lib/macaddr.ml", line 91, characters 24-34:
- 91 |   with Invalid_argument "Char.chr" ->
-                              ^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 9.5)
-     ocamlopt lib/.ipaddr.objs/macaddr.{cmx,o}
- File "lib/macaddr.ml", line 37, characters 23-37:
- 37 |   let c = int_of_char (Char.uppercase c) - 48 in
-                             ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.uppercase
- Use Char.uppercase_ascii instead.
- File "lib/macaddr.ml", line 91, characters 24-34:
- 91 |   with Invalid_argument "Char.chr" ->
-                              ^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 9.5)
-       ocamlc lib/.ipaddr.objs/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 245, characters 20-38:
- 245 |       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 699, characters 20-38:
- 699 |       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/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 245, characters 20-38:
- 245 |       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 699, characters 20-38:
- 699 |       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/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.8.0
-> installed ipaddr.2.8.0

=== STDERR ===

2026-09-03 23:16.36: OK: build ipaddr.2.8.0 (runc: 4.6s, disk: 13KB)
2026-09-03 23:16.36: Job succeeded