Build:
  1. 0
2026-06-16 13:50.46: New job: build msgpck.1.2 (d13580cc3185)
2026-06-16 13:50.46: Waiting for resource in pool day11-builds
2026-06-16 15:27.59: Got resource from pool day11-builds
2026-06-16 15:27.59: [profile full] build msgpck.1.2
2026-06-16 15:27.59: build msgpck.1.2 (d13580cc3185)
=== DEPENDENCIES (13 transitive) ===
  base-bytes.base                                    4e354a32e9ce
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cppo.1.8.0                                         3c775a388c9d
  dune.3.23.1                                        d50060dd2cab
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlbuild.0.16.1                                  069fc1e567af
  ocamlfind.1.9.8                                    5cfa73ef65e7
  ocplib-endian.1.2                                  1d89a46df662
  topkg.1.1.1                                        4a88955a28b6
=== STDOUT ===
Processing: [default: loading data]
[msgpck.1.2: dl]
[msgpck.1.2: extract]
-> retrieved msgpck.1.2  (https://opam.ocaml.org/cache)
[msgpck: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/msgpck.1.2)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package ocplib-endian -package bytes -modules src/msgpck.ml > src/msgpck.ml.depends
- + ocamlfind ocamldep -package ocplib-endian -package bytes -modules src/msgpck.mli > src/msgpck.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package ocplib-endian -w -40 -package bytes -I src -I test -o src/msgpck.cmi src/msgpck.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package ocplib-endian -w -40 -package bytes -I src -I test -o src/msgpck.cmx src/msgpck.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package ocplib-endian -w -40 -package bytes -I src -I test -o src/msgpck.cmx src/msgpck.ml
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_char
- Use EndianBytes.set_char instead.
- File "endianString.cppo.mli", lines 54-55, characters 2-60:
-   Definition
- File "src/msgpck.ml", line 20, characters 2-47:
- 20 |   val set_char : buf_out -> int -> char -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_int8
- Use EndianBytes.set_int8 instead.
- File "endianString.cppo.mli", lines 58-59, characters 2-60:
-   Definition
- File "src/msgpck.ml", line 21, characters 2-46:
- 21 |   val set_int8 : buf_out -> int -> int -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_int16
- Use EndianBytes.set_int16 instead.
- File "endianString.cppo.mli", lines 62-63, characters 2-61:
-   Definition
- File "src/msgpck.ml", line 22, characters 2-47:
- 22 |   val set_int16 : buf_out -> int -> int -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_int32
- Use EndianBytes.set_int13 instead.
- File "endianString.cppo.mli", lines 66-67, characters 2-61:
-   Definition
- File "src/msgpck.ml", line 23, characters 2-49:
- 23 |   val set_int32 : buf_out -> int -> int32 -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_int64
- Use EndianBytes.set_int64 instead.
- File "endianString.cppo.mli", lines 70-71, characters 2-61:
-   Definition
- File "src/msgpck.ml", line 24, characters 2-49:
- 24 |   val set_int64 : buf_out -> int -> int64 -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_float
- Use EndianBytes.set_float instead.
- File "endianString.cppo.mli", lines 74-75, characters 2-61:
-   Definition
- File "src/msgpck.ml", line 25, characters 2-49:
- 25 |   val set_float : buf_out -> int -> float -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_double
- Use EndianBytes.set_double instead.
- File "endianString.cppo.mli", lines 78-79, characters 2-62:
-   Definition
- File "src/msgpck.ml", line 26, characters 2-50:
- 26 |   val set_double : buf_out -> int -> float -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- + ocamlfind ocamlopt -a -package ocplib-endian -package bytes -I src src/msgpck.cmx -o src/msgpck.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package ocplib-endian -w -40 -package bytes -I src -I test -o src/msgpck.cmo src/msgpck.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package ocplib-endian -w -40 -package bytes -I src -I test -o src/msgpck.cmo src/msgpck.ml
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_char
- Use EndianBytes.set_char instead.
- File "endianString.cppo.mli", lines 54-55, characters 2-60:
-   Definition
- File "src/msgpck.ml", line 20, characters 2-47:
- 20 |   val set_char : buf_out -> int -> char -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_int8
- Use EndianBytes.set_int8 instead.
- File "endianString.cppo.mli", lines 58-59, characters 2-60:
-   Definition
- File "src/msgpck.ml", line 21, characters 2-46:
- 21 |   val set_int8 : buf_out -> int -> int -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_int16
- Use EndianBytes.set_int16 instead.
- File "endianString.cppo.mli", lines 62-63, characters 2-61:
-   Definition
- File "src/msgpck.ml", line 22, characters 2-47:
- 22 |   val set_int16 : buf_out -> int -> int -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_int32
- Use EndianBytes.set_int13 instead.
- File "endianString.cppo.mli", lines 66-67, characters 2-61:
-   Definition
- File "src/msgpck.ml", line 23, characters 2-49:
- 23 |   val set_int32 : buf_out -> int -> int32 -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_int64
- Use EndianBytes.set_int64 instead.
- File "endianString.cppo.mli", lines 70-71, characters 2-61:
-   Definition
- File "src/msgpck.ml", line 24, characters 2-49:
- 24 |   val set_int64 : buf_out -> int -> int64 -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_float
- Use EndianBytes.set_float instead.
- File "endianString.cppo.mli", lines 74-75, characters 2-61:
-   Definition
- File "src/msgpck.ml", line 25, characters 2-49:
- 25 |   val set_float : buf_out -> int -> float -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- 
- File "src/msgpck.ml", line 407, characters 21-25:
- 407 | module String = Make(SIBO)
-                            ^^^^
- Alert deprecated: set_double
- Use EndianBytes.set_double instead.
- File "endianString.cppo.mli", lines 78-79, characters 2-62:
-   Definition
- File "src/msgpck.ml", line 26, characters 2-50:
- 26 |   val set_double : buf_out -> int -> float -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- + ocamlfind ocamlopt -shared -linkall -package ocplib-endian -package bytes -I src src/msgpck.cmxa -o src/msgpck.cmxs
- + ocamlfind ocamlc -a -package ocplib-endian -package bytes -I src src/msgpck.cmo -o src/msgpck.cma
- # Parallel statistics: { count(total): 1(8), max: 2, min: 2, average(total): 2.000(1.125) }
-> compiled  msgpck.1.2
-> installed msgpck.1.2

=== STDERR ===

2026-06-16 15:28.15: OK: build msgpck.1.2 (runc: 3.1s, disk: 13KB)
2026-06-16 15:28.15: Job succeeded