Build:
- 0
2026-06-24 12:09.28: New job: build amqp-client.2.0.0 (f91f3ad64fdd)
2026-06-24 12:09.28: Waiting for resource in pool day11-builds
2026-06-24 13:27.24: Got resource from pool day11-builds
2026-06-24 13:27.24: [profile full] build amqp-client.2.0.0
2026-06-24 13:27.24: build amqp-client.2.0.0 (f91f3ad64fdd)
=== DEPENDENCIES (12 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
xml-light.2.5 3d38c511ee0a
=== STDOUT ===
Processing: [default: loading data]
[amqp-client.2.0.0: dl]
[amqp-client.2.0.0: extract]
-> retrieved amqp-client.2.0.0 (https://opam.ocaml.org/cache)
[amqp-client: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "amqp-client" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/amqp-client.2.0.0)
- ocamlc lib/.amqp_client_lib.objs/amqp_client_lib__Io.{cmi,cmo,cmt}
- File "lib/io.ml", line 52, characters 20-28:
- 52 | let octet = write set_int8 1
- ^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int8
- Use EndianBytes.set_int8 instead.
- File "lib/io.ml", line 53, characters 20-29:
- 53 | let short = write set_int16 2
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int16
- Use EndianBytes.set_int16 instead.
- File "lib/io.ml", line 58, characters 24-33:
- 58 | if (t.apply) then set_int16 t.buf offset v
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int16
- Use EndianBytes.set_int16 instead.
- File "lib/io.ml", line 60, characters 35-44:
- 60 | let long = write (fun t pos v -> set_int32 t pos (Int32.of_int v)) 4
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
- File "lib/io.ml", line 61, characters 39-48:
- 61 | let longlong = write (fun t pos v -> set_int64 t pos (Int64.of_int v)) 8
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int64
- Use EndianBytes.set_int64 instead.
- File "lib/io.ml", line 62, characters 20-29:
- 62 | let float = write set_float 4
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_float
- Use EndianBytes.set_float instead.
- File "lib/io.ml", line 63, characters 21-31:
- 63 | let double = write set_double 8
- ^^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_double
- Use EndianBytes.set_double instead.
- File "lib/io.ml", line 68, characters 22-31:
- 68 | if t.apply then set_int32 t.buf offset (Int32.of_int (t.offset - (offset + 4)))
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
- ocamlopt lib/.amqp_client_lib.objs/amqp_client_lib__Io.{cmx,o}
- File "lib/io.ml", line 52, characters 20-28:
- 52 | let octet = write set_int8 1
- ^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int8
- Use EndianBytes.set_int8 instead.
- File "lib/io.ml", line 53, characters 20-29:
- 53 | let short = write set_int16 2
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int16
- Use EndianBytes.set_int16 instead.
- File "lib/io.ml", line 58, characters 24-33:
- 58 | if (t.apply) then set_int16 t.buf offset v
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int16
- Use EndianBytes.set_int16 instead.
- File "lib/io.ml", line 60, characters 35-44:
- 60 | let long = write (fun t pos v -> set_int32 t pos (Int32.of_int v)) 4
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
- File "lib/io.ml", line 61, characters 39-48:
- 61 | let longlong = write (fun t pos v -> set_int64 t pos (Int64.of_int v)) 8
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int64
- Use EndianBytes.set_int64 instead.
- File "lib/io.ml", line 62, characters 20-29:
- 62 | let float = write set_float 4
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_float
- Use EndianBytes.set_float instead.
- File "lib/io.ml", line 63, characters 21-31:
- 63 | let double = write set_double 8
- ^^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_double
- Use EndianBytes.set_double instead.
- File "lib/io.ml", line 68, characters 22-31:
- 68 | if t.apply then set_int32 t.buf offset (Int32.of_int (t.offset - (offset + 4)))
- ^^^^^^^^^
- Alert deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
-> compiled amqp-client.2.0.0
-> installed amqp-client.2.0.0
=== STDERR ===
2026-06-24 13:27.33: OK: build amqp-client.2.0.0 (runc: 3.1s, disk: 10KB)
2026-06-24 13:27.33: Job succeeded