Build:
  1. 0
2026-06-24 12:09.28: New job: build msgpck.1.4 (d3c72d9098d8)
2026-06-24 12:09.28: Waiting for resource in pool day11-builds
2026-06-24 13:27.17: Got resource from pool day11-builds
2026-06-24 13:27.17: [profile full] build msgpck.1.4
2026-06-24 13:27.17: build msgpck.1.4 (d3c72d9098d8)
=== DEPENDENCIES (11 transitive) ===
  base-bytes.base                                    c40d17bc86b5
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  cppo.1.8.0                                         5f3f70cae95b
  dune.3.23.1                                        848a72441e15
  jbuilder.1.0+beta20.2                              4f461261c648
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlfind.1.9.8                                    214dd418ac02
  ocplib-endian.1.2                                  380dd426e898
=== 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-24 13:27.27: OK: build msgpck.1.4 (runc: 2.6s, disk: 14KB)
2026-06-24 13:27.27: Job succeeded