Build:
  1. 0
2026-06-24 18:11.29: New job: build rfc6287.1.0.4 (843c7c2433f2)
2026-06-24 18:11.29: Waiting for resource in pool day11-builds
2026-06-24 18:50.55: Got resource from pool day11-builds
2026-06-24 18:50.55: [profile full] build rfc6287.1.0.4
2026-06-24 18:50.55: build rfc6287.1.0.4 (843c7c2433f2)
=== DEPENDENCIES (28 transitive) ===
  astring.0.8.5                                      868f52a07c05
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigarray-compat.1.1.0                              6a9ffb5ca493
  compiler-cloning.enabled                           439a1fc77aa6
  conf-gmp.5                                         be11edf77089
  conf-gmp-powm-sec.4                                7029468462a8
  conf-pkg-config.5                                  d5de2c6a88f9
  csexp.1.5.2                                        977b865a51b4
  cstruct.6.0.1                                      39f356871cef
  dune.3.23.1                                        a59dd9b14fe3
  dune-configurator.3.23.1                           8cec6bb1116c
  duration.0.3.1                                     2e28964e0c5f
  eqaf.0.9                                           d23f9d6566b1
  hex.1.5.0                                          27edb3c320a2
  logs.0.10.0                                        8c102ece790d
  mirage-crypto.0.11.3                               4e74515193c4
  mirage-crypto-pk.0.11.3                            37bd5039d7de
  mirage-crypto-rng.0.11.3                           ca62885bd4e5
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  ocamlbuild.0.16.1                                  e57f00093c6a
  ocamlfind.1.9.8                                    b506a15fcd6c
  rresult.0.7.0                                      e0cb2763084b
  sexplib0.v0.17.0                                   166f8102230b
  topkg.1.1.1                                        ac206dbbd2b6
  zarith.1.14                                        c48bd7ff5430
=== 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-24 18:51.16: OK: build rfc6287.1.0.4 (runc: 2.1s, disk: 13KB)
2026-06-24 18:51.16: Job succeeded