Build:
  1. 0
2026-06-16 13:50.46: New job: build amqp-client.2.2.1 (38de9028b723)
2026-06-16 13:50.46: Waiting for resource in pool day11-builds
2026-06-16 15:27.46: Got resource from pool day11-builds
2026-06-16 15:27.46: [profile full] build amqp-client.2.2.1
2026-06-16 15:27.46: build amqp-client.2.2.1 (38de9028b723)
=== DEPENDENCIES (12 transitive) ===
  base-bytes.base                                    4e354a32e9ce
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cppo.1.8.0                                         3c775a388c9d
  dune.3.23.1                                        d50060dd2cab
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlfind.1.9.8                                    5cfa73ef65e7
  ocplib-endian.1.2                                  1d89a46df662
  xml-light.2.5                                      a8634324400a
=== STDOUT ===
Processing: [default: loading data]
[amqp-client.2.2.1: dl]
[amqp-client.2.2.1: extract]
-> retrieved amqp-client.2.2.1  (https://opam.ocaml.org/cache)
[amqp-client: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "amqp-client" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/amqp-client.2.2.1)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.amqp_client_lib.objs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ocplib-endian -no-alias-deps -open Amqp_client_lib -o lib/.amqp_client_lib.objs/byte/amqp_client_lib__Io.cmo -c -impl lib/io.ml)
- 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.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.amqp_client_lib.objs/byte -I lib/.amqp_client_lib.objs/native -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ocplib-endian -cmi-file lib/.amqp_client_lib.objs/byte/amqp_client_lib__Io.cmi -no-alias-deps -open Amqp_client_lib -o lib/.amqp_client_lib.objs/native/amqp_client_lib__Io.cmx -c -impl lib/io.ml)
- 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.2.1
-> installed amqp-client.2.2.1

=== STDERR ===

2026-06-16 15:28.07: OK: build amqp-client.2.2.1 (runc: 2.6s, disk: 10KB)
2026-06-16 15:28.07: Job succeeded