Build:
  1. 0
2026-06-16 12:10.24: New job: build msgpck.1.4 (0786434bd326)
2026-06-16 12:10.24: Waiting for resource in pool day11-builds
2026-06-16 12:49.08: Got resource from pool day11-builds
2026-06-16 12:49.08: [profile full] build msgpck.1.4
2026-06-16 12:49.08: build msgpck.1.4 (0786434bd326)
=== DEPENDENCIES (11 transitive) ===
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cppo.1.8.0                                         ea583d2d3bbb
  dune.3.23.1                                        5402470d931c
  jbuilder.1.0+beta20.2                              ab5ab9884b95
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocplib-endian.1.2                                  4dbd3fe91c51
=== STDOUT ===
Processing: [default: loading data]
[msgpck.1.4: dl]
[msgpck.1.4: extract]
-> retrieved msgpck.1.4  (https://opam.ocaml.org/cache)
[msgpck: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "msgpck" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/msgpck.1.4)
-       ocamlc src/.msgpck.objs/msgpck.{cmo,cmt}
- File "src/msgpck.ml", line 64, characters 26-34:
- 64 |   let set_int8 buf _i i = set_int8 scratch 0 i; Buffer.add_subbytes buf scratch 0 1
-                                ^^^^^^^^
- Alert deprecated: set_int8
- Use EndianBytes.set_int8 instead.
- File "src/msgpck.ml", line 65, characters 27-36:
- 65 |   let set_int16 buf _i i = set_int16 scratch 0 i; Buffer.add_subbytes buf scratch 0 2
-                                 ^^^^^^^^^
- Alert deprecated: set_int16
- Use EndianBytes.set_int16 instead.
- File "src/msgpck.ml", line 66, characters 27-36:
- 66 |   let set_int32 buf _i i = set_int32 scratch 0 i; Buffer.add_subbytes buf scratch 0 4
-                                 ^^^^^^^^^
- Alert deprecated: set_int32
- Use EndianBytes.set_int13 instead.
- File "src/msgpck.ml", line 67, characters 27-36:
- 67 |   let set_int64 buf _i i = set_int64 scratch 0 i; Buffer.add_subbytes buf scratch 0 8
-                                 ^^^^^^^^^
- Alert deprecated: set_int64
- Use EndianBytes.set_int64 instead.
- File "src/msgpck.ml", line 68, characters 28-38:
- 68 |   let set_double buf _i f = set_double scratch 0 f; Buffer.add_subbytes buf scratch 0 8
-                                  ^^^^^^^^^^
- Alert deprecated: set_double
- Use EndianBytes.set_double instead.
- File "src/msgpck.ml", line 112, characters 14-32:
- 112 | let compare = Pervasives.compare
-                     ^^^^^^^^^^^^^^^^^^
- 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 "src/msgpck.ml", line 113, characters 12-26:
- 113 | let equal = Pervasives.(=)
-                   ^^^^^^^^^^^^^^
- 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 "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 20, characters 2-46:
- 20 |   val set_int8 : buf_out -> int -> int -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- File "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 21, characters 2-47:
- 21 |   val set_int16 : buf_out -> int -> int -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- File "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 22, characters 2-49:
- 22 |   val set_int32 : buf_out -> int -> int32 -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- File "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 23, characters 2-49:
- 23 |   val set_int64 : buf_out -> int -> int64 -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- File "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 24, characters 2-50:
- 24 |   val set_double : buf_out -> int -> float -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
-     ocamlopt src/.msgpck.objs/msgpck.{cmx,o}
- File "src/msgpck.ml", line 64, characters 26-34:
- 64 |   let set_int8 buf _i i = set_int8 scratch 0 i; Buffer.add_subbytes buf scratch 0 1
-                                ^^^^^^^^
- Alert deprecated: set_int8
- Use EndianBytes.set_int8 instead.
- File "src/msgpck.ml", line 65, characters 27-36:
- 65 |   let set_int16 buf _i i = set_int16 scratch 0 i; Buffer.add_subbytes buf scratch 0 2
-                                 ^^^^^^^^^
- Alert deprecated: set_int16
- Use EndianBytes.set_int16 instead.
- File "src/msgpck.ml", line 66, characters 27-36:
- 66 |   let set_int32 buf _i i = set_int32 scratch 0 i; Buffer.add_subbytes buf scratch 0 4
-                                 ^^^^^^^^^
- Alert deprecated: set_int32
- Use EndianBytes.set_int13 instead.
- File "src/msgpck.ml", line 67, characters 27-36:
- 67 |   let set_int64 buf _i i = set_int64 scratch 0 i; Buffer.add_subbytes buf scratch 0 8
-                                 ^^^^^^^^^
- Alert deprecated: set_int64
- Use EndianBytes.set_int64 instead.
- File "src/msgpck.ml", line 68, characters 28-38:
- 68 |   let set_double buf _i f = set_double scratch 0 f; Buffer.add_subbytes buf scratch 0 8
-                                  ^^^^^^^^^^
- Alert deprecated: set_double
- Use EndianBytes.set_double instead.
- File "src/msgpck.ml", line 112, characters 14-32:
- 112 | let compare = Pervasives.compare
-                     ^^^^^^^^^^^^^^^^^^
- 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 "src/msgpck.ml", line 113, characters 12-26:
- 113 | let equal = Pervasives.(=)
-                   ^^^^^^^^^^^^^^
- 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 "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 20, characters 2-46:
- 20 |   val set_int8 : buf_out -> int -> int -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- File "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 21, characters 2-47:
- 21 |   val set_int16 : buf_out -> int -> int -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- File "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 22, characters 2-49:
- 22 |   val set_int32 : buf_out -> int -> int32 -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- File "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 23, characters 2-49:
- 23 |   val set_int64 : buf_out -> int -> int64 -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
- File "src/msgpck.ml", line 439, characters 21-25:
- 439 | 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 24, characters 2-50:
- 24 |   val set_double : buf_out -> int -> float -> unit
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   Expected signature
-> compiled  msgpck.1.4
-> installed msgpck.1.4

=== STDERR ===

2026-06-16 12:49.17: OK: build msgpck.1.4 (runc: 1.6s, disk: 14KB)
2026-06-16 12:49.17: Job succeeded