Build:
  1. 1
  2. 0
2026-09-03 21:00.15: New job: build ledgerwallet.0.2.0 (c64b8681a154)
2026-09-03 21:00.15: Waiting for resource in pool day11-builds
2026-09-03 22:33.07: Got resource from pool day11-builds
2026-09-03 22:33.07: [profile full] build ledgerwallet.0.2.0
2026-09-03 22:33.07: build ledgerwallet.0.2.0 (c64b8681a154)
=== DEPENDENCIES (21 transitive) ===
  base-bigarray.base                                 31ac6860ef52
  base-bytes.base                                    a07bc30a9819
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigarray-compat.1.1.0                              858a2a6ce3c7
  bigstring.0.3                                      1b8774251bf1
  compiler-cloning.enabled                           966a2e6839f0
  conf-hidapi.0                                      47e946f3f732
  conf-pkg-config.5                                  74f50f3cfe72
  csexp.1.5.2                                        58b250503765
  cstruct.6.0.1                                      90cc0dc183ee
  dune.3.24.2                                        ec704e062ad3
  dune-configurator.3.24.2                           183455f65a68
  hidapi.1.2.1                                       1cd0c3421333
  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
  rresult.0.7.0                                      02fffb5a5b61
  topkg.1.1.1                                        3bd227743fbd
=== STDOUT ===
Processing: [default: loading data]
[ledgerwallet.0.2.0: dl]
[ledgerwallet.0.2.0: extract]
-> retrieved ledgerwallet.0.2.0  (https://opam.ocaml.org/cache)
[ledgerwallet: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ledgerwallet" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ledgerwallet.0.2.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.ledgerwallet.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstring -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hidapi -I /home/opam/.opam/default/lib/rresult -cmi-file src/.ledgerwallet.objs/byte/ledgerwallet__Apdu.cmi -no-alias-deps -open Ledgerwallet -o src/.ledgerwallet.objs/byte/ledgerwallet__Apdu.cmo -c -impl src/apdu.ml)
- File "src/apdu.ml", line 33, characters 30-41:
- 33 | let length { data ; _ } = 5 + Cstruct.len data
-                                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/apdu.ml", line 38, characters 16-27:
- 38 |   let datalen = Cstruct.len data in
-                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.ledgerwallet.objs/byte -I src/.ledgerwallet.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstring -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hidapi -I /home/opam/.opam/default/lib/rresult -cmi-file src/.ledgerwallet.objs/byte/ledgerwallet__Apdu.cmi -no-alias-deps -open Ledgerwallet -o src/.ledgerwallet.objs/native/ledgerwallet__Apdu.cmx -c -impl src/apdu.ml)
- File "src/apdu.ml", line 33, characters 30-41:
- 33 | let length { data ; _ } = 5 + Cstruct.len data
-                                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/apdu.ml", line 38, characters 16-27:
- 38 |   let datalen = Cstruct.len data in
-                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.ledgerwallet.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstring -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hidapi -I /home/opam/.opam/default/lib/rresult -cmi-file src/.ledgerwallet.objs/byte/ledgerwallet__Transport.cmi -no-alias-deps -open Ledgerwallet -o src/.ledgerwallet.objs/byte/ledgerwallet__Transport.cmo -c -impl src/transport.ml)
- File "src/transport.ml", line 14, characters 14-25:
- 14 |   let cslen = Cstruct.len cs in
-                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 137, characters 16-27:
- 137 |     let cslen = Cstruct.len cs in
-                       ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 296, characters 28-39:
- 296 |       let nb_to_read = min (Cstruct.len !payload) (packet_length - 5) in
-                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 302, characters 10-21:
- 302 |     match Cstruct.len !payload, hdr.cmd with
-                 ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 306, characters 26-37:
- 306 |         let payload_len = Cstruct.len !full_payload in
-                                 ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 337, characters 17-28:
- 337 |     let cs_len = Cstruct.len cs in
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 349, characters 5-16:
- 349 |   if Cstruct.len cs = 0 then R.ok cs else inner cs
-            ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.ledgerwallet.objs/byte -I src/.ledgerwallet.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstring -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hidapi -I /home/opam/.opam/default/lib/rresult -cmi-file src/.ledgerwallet.objs/byte/ledgerwallet__Transport.cmi -no-alias-deps -open Ledgerwallet -o src/.ledgerwallet.objs/native/ledgerwallet__Transport.cmx -c -impl src/transport.ml)
- File "src/transport.ml", line 14, characters 14-25:
- 14 |   let cslen = Cstruct.len cs in
-                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 137, characters 16-27:
- 137 |     let cslen = Cstruct.len cs in
-                       ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 296, characters 28-39:
- 296 |       let nb_to_read = min (Cstruct.len !payload) (packet_length - 5) in
-                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 302, characters 10-21:
- 302 |     match Cstruct.len !payload, hdr.cmd with
-                 ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 306, characters 26-37:
- 306 |         let payload_len = Cstruct.len !full_payload in
-                                 ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 337, characters 17-28:
- 337 |     let cs_len = Cstruct.len cs in
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "src/transport.ml", line 349, characters 5-16:
- 349 |   if Cstruct.len cs = 0 then R.ok cs else inner cs
-            ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
-> compiled  ledgerwallet.0.2.0
-> installed ledgerwallet.0.2.0
[WARNING] Opam package conf-hidapi.0 depends on the following system package that can no longer be found: libhidapi-dev

=== STDERR ===

2026-09-03 22:33.20: OK: build ledgerwallet.0.2.0 (runc: 2.1s, disk: 13KB)
2026-09-03 22:33.20: Job succeeded