Build:
  1. 0
2026-06-23 18:05.11: New job: build rfc6287.1.0.3 (af06812babf7)
2026-06-23 18:05.11: Waiting for resource in pool day11-builds
2026-06-23 19:39.53: Got resource from pool day11-builds
2026-06-23 19:39.53: [profile full] build rfc6287.1.0.3
2026-06-23 19:39.53: build rfc6287.1.0.3 (af06812babf7)
=== DEPENDENCIES (43 transitive) ===
  astring.0.8.5                                      af0a355c6a41
  base.v0.17.3                                       876ca94bfeea
  base-bytes.base                                    4e354a32e9ce
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              daad11e8fd80
  conf-gmp.5                                         61e3c79e0ddf
  conf-pkg-config.5                                  4b60827fc174
  cppo.1.8.0                                         3c775a388c9d
  cpuid.0.1.2                                        25b8f865f570
  csexp.1.5.2                                        e2491a88a8e9
  cstruct.6.0.1                                      032f5c255d6e
  cstruct-lwt.6.0.1                                  f56526a7b4ba
  dune.3.23.1                                        d50060dd2cab
  dune-configurator.3.23.1                           83dd42d9abe2
  hex.1.5.0                                          ad8b89914f8e
  lwt.5.10.0                                         c729367991aa
  mirage-no-solo5.1                                  324392a5261c
  mirage-no-xen.1                                    2d8ef17ab19c
  nocrypto.0.5.4-2                                   61e611ff15d6
  num.1.6                                            158dee1e5f8c
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-compiler-libs.v0.17.0                        bb35244dbd80
  ocaml-config.3                                     aa27f63940d8
  ocaml_intrinsics_kernel.v0.17.2                    faf575551ca9
  ocamlbuild.0.16.1                                  069fc1e567af
  ocamlfind.1.9.8                                    5cfa73ef65e7
  ocb-stubblr.0.1.1-1                                bdc5759a2776
  ocplib-endian.1.2                                  1d89a46df662
  parsexp.v0.17.0                                    3e5ce3992c1d
  ppx_derivers.1.2.1                                 48d8f0a02148
  ppx_deriving.6.1.1                                 21563319369c
  ppx_sexp_conv.v0.17.1                              3f62d77bb0bb
  ppxlib.0.38.0                                      089dd9eec9cd
  ppxlib_jane.v0.17.4                                a62b992f5e07
  rresult.0.7.0                                      02b516a972ff
  sexplib.v0.17.0                                    06685797e3a3
  sexplib0.v0.17.0                                   3a274f46ef22
  stdlib-shims.0.3.0                                 b64bd5274094
  topkg.1.1.1                                        4a88955a28b6
  zarith.1.14                                        c27770d6a561
=== 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-06-23 19:40.33: OK: build rfc6287.1.0.3 (runc: 2.1s, disk: 14KB)
2026-06-23 19:40.33: Job succeeded