Build:
- 0
2026-06-19 18:36.02: New job: build msgpck.1.2 (cede5bfd2653)
2026-06-19 18:36.02: Waiting for resource in pool day11-builds
2026-06-19 19:20.19: Got resource from pool day11-builds
2026-06-19 19:20.19: [profile full] build msgpck.1.2
2026-06-19 19:20.19: build msgpck.1.2 (cede5bfd2653)
=== DEPENDENCIES (12 transitive) ===
base-bytes.base 38023b842165
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
cppo.1.8.0 58ff60202126
dune.3.23.1 b9e31df96092
ocaml.5.5.0 7bdffd2f55d9
ocaml-base-compiler.5.5.0 88ac983b1a28
ocaml-compiler.5.5.0 8d77bbea3746
ocamlbuild.0.16.1 b61d8be21b8c
ocamlfind.1.9.8 1872268d1aec
ocplib-endian.1.2 2e63c292ed3b
topkg.1.1.1 ecfbf436618b
=== 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: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + 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: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + 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 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: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + 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
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- 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 ocamlopt -a -package ocplib-endian -package bytes -I src src/msgpck.cmx -o src/msgpck.cmxa
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + 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
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- 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
- + ocamlfind ocamlc -a -package ocplib-endian -package bytes -I src src/msgpck.cmo -o src/msgpck.cma
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -shared -linkall -package ocplib-endian -package bytes -I src src/msgpck.cmxa -o src/msgpck.cmxs
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- # 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-19 19:21.34: OK: build msgpck.1.2 (runc: 3.1s, disk: 14KB)
2026-06-19 19:28.17: Job succeeded