Build:
- 0
2026-09-03 19:42.08: New job: build msgpck.1.2 (a7b05866590b)
2026-09-03 19:42.08: Waiting for resource in pool day11-builds
2026-09-03 21:24.12: Got resource from pool day11-builds
2026-09-03 21:24.12: [profile full] build msgpck.1.2
2026-09-03 21:24.12: build msgpck.1.2 (a7b05866590b)
=== DEPENDENCIES (13 transitive) ===
base-bytes.base a07bc30a9819
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
compiler-cloning.enabled 966a2e6839f0
cppo.1.8.0 83351009e21e
dune.3.24.2 ec704e062ad3
ocaml.5.5.0 22ebd7932512
ocaml-base-compiler.5.5.0 db1659234e8a
ocaml-compiler.5.5.0 7f52fb26d939
ocamlbuild.0.16.1 ccce18256717
ocamlfind.1.9.9~preview 6a4c70487cf9
ocplib-endian.1.2 f93892607f26
topkg.1.1.1 3bd227743fbd
=== 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-09-03 21:24.34: OK: build msgpck.1.2 (runc: 4.1s, disk: 14KB)
2026-09-03 21:24.34: Job succeeded