Build:
  1. 0
2026-09-03 23:15.31: New job: build rfc6287.1.0.3 (93c5362bfc59)
2026-09-03 23:15.31: Waiting for resource in pool day11-builds
2026-09-04 00:12.10: Got resource from pool day11-builds
2026-09-04 00:12.10: [profile full] build rfc6287.1.0.3
2026-09-04 00:12.10: build rfc6287.1.0.3 (93c5362bfc59)
=== DEPENDENCIES (43 transitive) ===
  astring.0.8.5                                      51ee6d00b649
  base.v0.17.3                                       82edd6e178f2
  base-bytes.base                                    a07bc30a9819
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigarray-compat.1.1.0                              858a2a6ce3c7
  compiler-cloning.enabled                           966a2e6839f0
  conf-gmp.5                                         eac5259e412f
  conf-pkg-config.5                                  74f50f3cfe72
  cppo.1.8.0                                         83351009e21e
  cpuid.0.1.2                                        60ed2db79b5a
  csexp.1.5.2                                        58b250503765
  cstruct.6.0.1                                      90cc0dc183ee
  cstruct-lwt.6.0.1                                  ab11839a00dc
  dune.3.24.2                                        ec704e062ad3
  dune-configurator.3.24.2                           183455f65a68
  hex.1.5.0                                          0ad266b0a0bc
  lwt.5.10.1                                         69efc17969d2
  mirage-no-solo5.1                                  768d5163d163
  mirage-no-xen.1                                    f14b89a70a2d
  nocrypto.0.5.4-2                                   0aeb0a8a5c27
  num.1.6                                            805d35561ae4
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  ocaml-compiler-libs.v0.17.0                        5bb965f7a9b8
  ocaml_intrinsics_kernel.v0.17.2                    73ed8f7cbaaf
  ocamlbuild.0.16.1                                  ccce18256717
  ocamlfind.1.9.9~preview                            6a4c70487cf9
  ocb-stubblr.0.1.1-1                                e8385b7ca131
  ocplib-endian.1.2                                  f93892607f26
  parsexp.v0.17.0                                    bd04d8f8cb39
  ppx_derivers.1.2.1                                 b98ec33f5664
  ppx_deriving.6.1.3                                 f42e5829c88b
  ppx_sexp_conv.v0.17.1                              34b096a879f3
  ppxlib.0.38.0                                      3ee699583a7b
  ppxlib_jane.v0.17.4                                4b7b40a77119
  rresult.0.7.0                                      02fffb5a5b61
  sexplib.v0.17.0                                    a1f645f08766
  sexplib0.v0.17.0                                   ff60a3c976cf
  stdlib-shims.0.3.0                                 8ab1e1c44699
  topkg.1.1.1                                        3bd227743fbd
  zarith.1.14                                        bd527d6656b5
=== 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 00:12.25: OK: build rfc6287.1.0.3 (runc: 3.6s, disk: 14KB)
2026-09-04 00:12.25: Job succeeded