Build:
  1. 0
2026-09-03 22:35.29: New job: build salsa20.1.1.0 (a1ef345944aa)
2026-09-03 22:35.29: Waiting for resource in pool day11-builds
2026-09-03 23:15.29: Got resource from pool day11-builds
2026-09-03 23:15.29: [profile full] build salsa20.1.1.0
2026-09-03 23:15.29: build salsa20.1.1.0 (a1ef345944aa)
=== DEPENDENCIES (15 transitive) ===
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigarray-compat.1.1.0                              858a2a6ce3c7
  compiler-cloning.enabled                           966a2e6839f0
  conf-pkg-config.5                                  74f50f3cfe72
  csexp.1.5.2                                        58b250503765
  cstruct.6.0.1                                      90cc0dc183ee
  dune.3.24.2                                        ec704e062ad3
  dune-configurator.3.24.2                           183455f65a68
  eqaf.0.9                                           a98bcf262efc
  mirage-crypto.0.11.3                               eaed9be8a8a2
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  salsa20-core.1.1.0                                 4b951162c20f
=== STDOUT ===
Processing: [default: loading data]
[salsa20.1.1.0: dl]
[salsa20.1.1.0: extract]
-> retrieved salsa20.1.1.0  (https://opam.ocaml.org/cache)
[salsa20: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-j" "39" "-p" "salsa20" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/salsa20.1.1.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I .salsa20.objs/byte -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/mirage-crypto -I /home/opam/.opam/default/lib/salsa20-core -cmi-file .salsa20.objs/byte/salsa20.cmi -no-alias-deps -o .salsa20.objs/byte/salsa20.cmo -c -impl salsa20.ml)
- File "salsa20.ml", line 10, characters 5-11:
- 10 |   if Cs.len nonce <> 8 then invalid_arg "nonce must be 8 byte long"
-           ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- 
- File "salsa20.ml", line 12, characters 28-34:
- 12 |     let (s, k0, k1) = match Cs.len key with
-                                  ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- 
- File "salsa20.ml", line 41, characters 10-16:
- 41 |   let l = Cs.len input in
-                ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- 
- File "salsa20.ml", line 45, characters 7-13:
- 45 |     if Cs.len state.buffer = 0 then hash state;
-             ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- 
- File "salsa20.ml", line 46, characters 21-27:
- 46 |     let count = min (Cs.len state.buffer) (l - !i) in
-                           ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I .salsa20.objs/byte -I .salsa20.objs/native -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/mirage-crypto -I /home/opam/.opam/default/lib/salsa20-core -cmi-file .salsa20.objs/byte/salsa20.cmi -no-alias-deps -o .salsa20.objs/native/salsa20.cmx -c -impl salsa20.ml)
- File "salsa20.ml", line 10, characters 5-11:
- 10 |   if Cs.len nonce <> 8 then invalid_arg "nonce must be 8 byte long"
-           ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- 
- File "salsa20.ml", line 12, characters 28-34:
- 12 |     let (s, k0, k1) = match Cs.len key with
-                                  ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- 
- File "salsa20.ml", line 41, characters 10-16:
- 41 |   let l = Cs.len input in
-                ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- 
- File "salsa20.ml", line 45, characters 7-13:
- 45 |     if Cs.len state.buffer = 0 then hash state;
-             ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
- 
- File "salsa20.ml", line 46, characters 21-27:
- 46 |     let count = min (Cs.len state.buffer) (l - !i) in
-                           ^^^^^^
- Alert deprecated: Cs.len
- len is deprecated, you should use length instead.
-> compiled  salsa20.1.1.0
-> installed salsa20.1.1.0

=== STDERR ===

2026-09-03 23:15.39: OK: build salsa20.1.1.0 (runc: 2.6s, disk: 10KB)
2026-09-03 23:15.39: Job succeeded