Build:
  1. 0
2026-06-19 20:37.08: New job: build rfc6287.1.0.4 (1c5be8ed62bb)
2026-06-19 20:37.08: Waiting for resource in pool day11-builds
2026-06-19 21:03.26: Got resource from pool day11-builds
2026-06-19 21:03.26: [profile full] build rfc6287.1.0.4
2026-06-19 21:03.26: build rfc6287.1.0.4 (1c5be8ed62bb)
=== DEPENDENCIES (27 transitive) ===
  astring.0.8.5                                      a4f99eb8200d
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              f132a29a396b
  conf-gmp.5                                         61e3c79e0ddf
  conf-gmp-powm-sec.4                                ceb17ad6499b
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        6a11fd34e537
  cstruct.6.0.1                                      255c06436eb1
  dune.3.23.1                                        b9e31df96092
  dune-configurator.3.23.1                           cdae849f232e
  duration.0.3.1                                     b70ab2cee18c
  eqaf.0.9                                           be0b8d73aa70
  hex.1.5.0                                          68b7bfe5cbd6
  logs.0.10.0                                        b7a1ca9c1ebc
  mirage-crypto.0.11.3                               cfd6dedc1096
  mirage-crypto-pk.0.11.3                            7f6c07986b0a
  mirage-crypto-rng.0.11.3                           87fc03422d3e
  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
  rresult.0.7.0                                      bcecdf850d77
  sexplib0.v0.17.0                                   4906aac5ee08
  topkg.1.1.1                                        ecfbf436618b
  zarith.1.14                                        288b4b675a74
=== STDOUT ===
Processing: [default: loading data]
[rfc6287.1.0.4: dl]
[rfc6287.1.0.4: extract]
-> retrieved rfc6287.1.0.4  (https://opam.ocaml.org/cache)
[rfc6287: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "rfc6287" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/rfc6287.1.0.4)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w +A-4-6-41-42-44-48-58 -principal -safe-string -g -bin-annot -bin-annot-occurrences -I lib/.rfc6287.objs/byte -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/eqaf/bigstring -I /home/opam/.opam/default/lib/eqaf/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/mirage-crypto -I /home/opam/.opam/default/lib/mirage-crypto-pk -I /home/opam/.opam/default/lib/mirage-crypto-rng -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.rfc6287.objs/byte/rfc6287.cmi -no-alias-deps -o lib/.rfc6287.objs/byte/rfc6287.cmo -c -impl lib/rfc6287.ml)
- File "lib/rfc6287.ml", line 146, characters 32-35:
- 146 |         let o = get_uint8 hmac (len hmac - 1) land 0x0f in
-                                       ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 207, characters 21-24:
- 207 |     blit y 0 qbuf 0 (len y) ;
-                            ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 214, characters 77-80:
- 214 |     | Some dgst, Some (`Digest y) when Mirage_crypto.Hash.digest_size dgst = len y -> y
-                                                                                    ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 224, characters 26-29:
- 224 |     | Some n, Some y when len y = n -> y
-                                 ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 243, characters 58-61:
- 243 |   let c_off = match c with None -> None | Some _ -> Some (len fss) in
-                                                                 ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 248, characters 45-48:
- 248 |         Some (List.fold_left (fun a y -> a + len y) 0 [fss; fc; fq; fp; fs])
-                                                    ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w +A-4-6-41-42-44-48-58 -principal -safe-string -g -I lib/.rfc6287.objs/byte -I lib/.rfc6287.objs/native -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/eqaf/bigstring -I /home/opam/.opam/default/lib/eqaf/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/mirage-crypto -I /home/opam/.opam/default/lib/mirage-crypto-pk -I /home/opam/.opam/default/lib/mirage-crypto-rng -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.rfc6287.objs/byte/rfc6287.cmi -no-alias-deps -o lib/.rfc6287.objs/native/rfc6287.cmx -c -impl lib/rfc6287.ml)
- File "lib/rfc6287.ml", line 146, characters 32-35:
- 146 |         let o = get_uint8 hmac (len hmac - 1) land 0x0f in
-                                       ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 207, characters 21-24:
- 207 |     blit y 0 qbuf 0 (len y) ;
-                            ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 214, characters 77-80:
- 214 |     | Some dgst, Some (`Digest y) when Mirage_crypto.Hash.digest_size dgst = len y -> y
-                                                                                    ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 224, characters 26-29:
- 224 |     | Some n, Some y when len y = n -> y
-                                 ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 243, characters 58-61:
- 243 |   let c_off = match c with None -> None | Some _ -> Some (len fss) in
-                                                                 ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 248, characters 45-48:
- 248 |         Some (List.fold_left (fun a y -> a + len y) 0 [fss; fc; fq; fp; fs])
-                                                    ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
-> compiled  rfc6287.1.0.4
-> installed rfc6287.1.0.4
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config

=== STDERR ===

2026-06-19 21:03.36: OK: build rfc6287.1.0.4 (runc: 2.6s, disk: 13KB)
2026-06-19 21:03.36: Job succeeded