Build:
  1. 0
2026-09-04 18:46.12: New job: build rfc6287.1.0.3 (95aca61dbec6)
2026-09-04 18:46.12: Waiting for resource in pool day11-builds
2026-09-04 19:03.08: Got resource from pool day11-builds
2026-09-04 19:03.08: [profile full] build rfc6287.1.0.3
2026-09-04 19:03.08: build rfc6287.1.0.3 (95aca61dbec6)
=== DEPENDENCIES (43 transitive) ===
  astring.0.8.5                                      dd9bc4900cb4
  base.v0.17.3                                       88b199545512
  base-bytes.base                                    03f6a7f50e10
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigarray-compat.1.1.0                              d56b8910e911
  compiler-cloning.enabled                           966a2e6839f0
  conf-gmp.5                                         eac5259e412f
  conf-pkg-config.5                                  74f50f3cfe72
  cppo.1.8.0                                         3a29ac6f7bab
  cpuid.0.1.2                                        c6a58ec2878e
  csexp.1.5.2                                        8c096e7de322
  cstruct.6.0.1                                      533594e9b7a1
  cstruct-lwt.6.0.1                                  93e49060199a
  dune.3.24.2                                        25fbaa318de6
  dune-configurator.3.24.2                           517e3f9cad4b
  hex.1.5.0                                          8b619e739d96
  lwt.5.10.1                                         eecf3d838675
  mirage-no-solo5.1                                  4bdb01eae9d0
  mirage-no-xen.1                                    187d78a65ac1
  nocrypto.0.5.4-2                                   f5439d414649
  num.1.6                                            244eeeb7f1b4
  ocaml.5.5.1                                        70ca0c66e0e8
  ocaml-base-compiler.5.5.1                          59841d7ed85e
  ocaml-compiler.5.5.1                               492c0c740bd1
  ocaml-compiler-libs.v0.17.0                        235024900ef6
  ocaml_intrinsics_kernel.v0.17.2                    10a82d6157c1
  ocamlbuild.0.16.1                                  e25cf731aeb5
  ocamlfind.1.9.9~preview                            5e0261154b58
  ocb-stubblr.0.1.1-1                                835bccb5c231
  ocplib-endian.1.2                                  d41cba8ea738
  parsexp.v0.17.0                                    79bf454965d2
  ppx_derivers.1.2.1                                 8d5f777c17ee
  ppx_deriving.6.1.3                                 39452778e8ff
  ppx_sexp_conv.v0.17.1                              0740e0c56f6f
  ppxlib.0.38.0                                      ac854f4fbd20
  ppxlib_jane.v0.17.4                                7ffd450ab5af
  rresult.0.7.0                                      bd921cc3de54
  sexplib.v0.17.0                                    bfd4eff0be44
  sexplib0.v0.17.0                                   055934f8e366
  stdlib-shims.0.3.0                                 cc542b70be6c
  topkg.1.1.1                                        2919b4412ec4
  zarith.1.14                                        345688a9ddb6
=== STDOUT ===
Processing: [default: loading data]
[rfc6287.1.0.3: dl]
[rfc6287.1.0.3: extract]
-> retrieved rfc6287.1.0.3  (https://opam.ocaml.org/cache)
[rfc6287: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" "--tests" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/rfc6287.1.0.3)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package 'astring cstruct hex nocrypto rresult' -modules lib/rfc6287.ml > lib/rfc6287.ml.depends
- + ocamlfind ocamldep -package 'astring cstruct hex nocrypto rresult' -modules lib/rfc6287.mli > lib/rfc6287.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package 'astring cstruct hex nocrypto rresult' -I lib -o lib/rfc6287.cmi lib/rfc6287.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package 'astring cstruct hex nocrypto rresult' -I lib -o lib/rfc6287.cmx lib/rfc6287.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package 'astring cstruct hex nocrypto rresult' -I lib -o lib/rfc6287.cmx lib/rfc6287.ml
- File "lib/rfc6287.ml", line 125, characters 31-34:
- 125 |       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 178, characters 21-24:
- 178 |     blit y 0 qbuf 0 (len y); qbuf in
-                            ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 183, characters 63-66:
- 183 |     | (Some dgst, Some `Digest y) when Hash.digest_size dgst = len y -> y
-                                                                      ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 193, characters 28-31:
- 193 |     | (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 212, characters 22-25:
- 212 |     | Some _ -> Some (len fss) in
-                             ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 217, characters 44-47:
- 217 |       Some (List.fold_left (fun a y -> a + (len y)) 0 [fss;fc;fq;fp;fs]) in
-                                                   ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- + ocamlfind ocamlopt -a -package 'astring cstruct hex nocrypto rresult' -I lib lib/rfc6287.cmx -o lib/rfc6287.cmxa
- + ocamlfind ocamlopt -shared -linkall -package 'astring cstruct hex nocrypto rresult' -I lib lib/rfc6287.cmxa -o lib/rfc6287.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -package 'astring cstruct hex nocrypto rresult' -I lib -o lib/rfc6287.cmo lib/rfc6287.ml
- + ocamlfind ocamlc -c -g -bin-annot -package 'astring cstruct hex nocrypto rresult' -I lib -o lib/rfc6287.cmo lib/rfc6287.ml
- File "lib/rfc6287.ml", line 125, characters 31-34:
- 125 |       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 178, characters 21-24:
- 178 |     blit y 0 qbuf 0 (len y); qbuf in
-                            ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 183, characters 63-66:
- 183 |     | (Some dgst, Some `Digest y) when Hash.digest_size dgst = len y -> y
-                                                                      ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 193, characters 28-31:
- 193 |     | (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 212, characters 22-25:
- 212 |     | Some _ -> Some (len fss) in
-                             ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/rfc6287.ml", line 217, characters 44-47:
- 217 |       Some (List.fold_left (fun a y -> a + (len y)) 0 [fss;fc;fq;fp;fs]) in
-                                                   ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- + ocamlfind ocamlc -a -package 'astring cstruct hex nocrypto rresult' -I lib lib/rfc6287.cmo -o lib/rfc6287.cma
- # No parallelism done
-> compiled  rfc6287.1.0.3
-> installed rfc6287.1.0.3
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config

=== STDERR ===

2026-09-04 19:03.23: OK: build rfc6287.1.0.3 (runc: 3.6s, disk: 14KB)
2026-09-04 19:03.23: Job succeeded