Build:
  1. 0
2026-06-24 17:08.29: New job: build rfc6287.1.0.3 (2ac9e5b7983a)
2026-06-24 17:08.29: Waiting for resource in pool day11-builds
2026-06-24 17:58.54: Got resource from pool day11-builds
2026-06-24 17:58.54: [profile full] build rfc6287.1.0.3
2026-06-24 17:58.54: build rfc6287.1.0.3 (2ac9e5b7983a)
=== DEPENDENCIES (43 transitive) ===
  astring.0.8.5                                      832f01f8db85
  base.v0.17.3                                       ed5a486e7ebb
  base-bytes.base                                    4691f51dd9fd
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigarray-compat.1.1.0                              59042aba4016
  conf-gmp.5                                         be11edf77089
  conf-pkg-config.5                                  d5de2c6a88f9
  cppo.1.8.0                                         d14778abb4ad
  cpuid.0.1.2                                        963d05fe5ae4
  csexp.1.5.2                                        daa725d901fe
  cstruct.6.0.1                                      cf33b53d2621
  cstruct-lwt.6.0.1                                  a3dfffdb85ce
  dune.3.23.1                                        dc7ac21ea3be
  dune-configurator.3.23.1                           e27f781e405b
  hex.1.5.0                                          02589be6cc1b
  lwt.5.10.0                                         6423ea74dcf5
  mirage-no-solo5.1                                  6e6264a26adc
  mirage-no-xen.1                                    0cb28042649f
  nocrypto.0.5.4-2                                   a741681769e3
  num.1.6                                            3d665f14515a
  ocaml.5.4.1                                        71fed6f83b21
  ocaml-base-compiler.5.4.1                          4b8cbe74bda9
  ocaml-compiler.5.4.1                               df07189447bd
  ocaml-compiler-libs.v0.17.0                        16db8c1cf256
  ocaml-config.3                                     e4a06a221f09
  ocaml_intrinsics_kernel.v0.17.2                    878219626ba7
  ocamlbuild.0.16.1                                  17067329c57b
  ocamlfind.1.9.8                                    567e34ecf540
  ocb-stubblr.0.1.1-1                                6500cd5ceb59
  ocplib-endian.1.2                                  2cc2307f5555
  parsexp.v0.17.0                                    4b0592ae8f3a
  ppx_derivers.1.2.1                                 9db920257470
  ppx_deriving.6.1.1                                 1f243579d2c5
  ppx_sexp_conv.v0.17.1                              edcd83a14fc1
  ppxlib.0.38.0                                      778175ab9125
  ppxlib_jane.v0.17.4                                05d65c2165fa
  rresult.0.7.0                                      974e7d5b3af3
  sexplib.v0.17.0                                    900940f2d93a
  sexplib0.v0.17.0                                   bc4140a6824d
  stdlib-shims.0.3.0                                 d3f2d28ed00d
  topkg.1.1.1                                        6f52f98db34d
  zarith.1.14                                        442c15edac63
=== 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
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config
-> installed rfc6287.1.0.3

=== STDERR ===

2026-06-24 17:59.16: OK: build rfc6287.1.0.3 (runc: 3.1s, disk: 14KB)
2026-06-24 17:59.16: Job succeeded