Build:
  1. 0
2026-06-23 19:19.03: New job: build protocol-9p-tool.0.12.0 (041087776234)
2026-06-23 19:19.03: Waiting for resource in pool day11-builds
2026-06-23 20:20.41: Got resource from pool day11-builds
2026-06-23 20:20.41: [profile full] build protocol-9p-tool.0.12.0
2026-06-23 20:20.41: build protocol-9p-tool.0.12.0 (041087776234)
=== DEPENDENCIES (51 transitive) ===
  asetmap.0.8.1                                      dbde52915c72
  astring.0.8.5                                      156e7cc742dd
  base.v0.16.5                                       6465b53ca5ca
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              ecf1ac9cc3fe
  camomile.1.0.2                                     4a8262606ac4
  cmdliner.1.3.0                                     dad70bc4de20
  conf-pkg-config.5                                  4b60827fc174
  cppo.1.8.0                                         ea583d2d3bbb
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.0.1                                      db62722d8978
  cstruct-lwt.6.0.1                                  deed70b99ba0
  cstruct-sexp.6.0.1                                 174c0594aa72
  dune.3.23.1                                        5402470d931c
  dune-configurator.3.23.1                           58f4a3f92083
  fmt.0.11.0                                         2f125ef7f2a8
  io-page.3.0.0                                      e93012200f77
  jbuilder.1.0+beta20.2                              ab5ab9884b95
  lambda-term.1.13                                   d6e88facfc4a
  logs.0.10.0                                        3e74208abd95
  lwt.5.10.0                                         f990f11fd2af
  lwt_log.1.1.2                                      b7639a45a930
  lwt_react.1.2.0                                    fe237615a7ab
  mirage-channel.5.0.0                               97fef1479b48
  mirage-flow.5.0.0                                  9e20dd4eafed
  num.1.6                                            480227ca99db
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-compiler-libs.v0.12.4                        d1dd1437b449
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocplib-endian.1.2                                  4dbd3fe91c51
  parsexp.v0.16.0                                    75d2c6ce6b44
  ppx_derivers.1.2.1                                 441538dbecd1
  ppx_sexp_conv.v0.16.0                              c4b8211970d7
  ppxlib.0.35.0                                      58eae20f5b7b
  prometheus.1.3                                     960f9b9852bd
  protocol-9p.2.1.0                                  9c8145ffefa7
  protocol-9p-unix.2.1.0                             4cda3faa7cda
  re.1.14.0                                          8d7c1999492d
  react.1.2.2                                        44b071d77fcd
  rresult.0.7.0                                      66e2b7baf32c
  sexplib.v0.16.0                                    c758cedeb83d
  sexplib0.v0.16.0                                   3e198ce31e44
  stdlib-shims.0.3.0                                 e2dd0beb9112
  topkg.1.1.1                                        ab549298f3fc
  win-error.1.0                                      249325c18a1a
  zed.1.6                                            f189e822ffa5
=== STDOUT ===
Processing: [default: loading data]
[protocol-9p-tool.0.12.0: dl]
[protocol-9p-tool.0.12.0: extract]
-> retrieved protocol-9p-tool.0.12.0  (https://opam.ocaml.org/cache)
[protocol-9p-tool: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "protocol-9p-tool" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/protocol-9p-tool.0.12.0)
-       ocamlc src/.main.eobjs/main.{cmi,cmo,cmt}
- File "src/main.ml", line 86, characters 61-72:
- 86 |           let len = List.fold_left (+) 0 (List.map (fun x -> Cstruct.len x) data) in
-                                                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/main.ml", line 165, characters 9-17:
- 165 |     x ^ (String.v extra (fun _ -> ' ')) in
-                ^^^^^^^^
- Warning 6 [labels-omitted]: label len was omitted in the application of this function.
- File "src/main.ml", line 268, characters 57-68:
- 268 |                 let len = List.fold_left (+) 0 (List.map Cstruct.len bufs) in
-                                                                ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/main.ml", line 280, characters 51-62:
- 280 |             Cstruct.blit_from_string data 0 buf 0 (Cstruct.len buf);
-                                                          ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/main.ml", line 398, characters 12-16:
- 398 |   Term.(ret(pure ls $ debug $ address $ path $ username)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 399, characters 2-11:
- 399 |   Term.info "ls" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 407, characters 12-16:
- 407 |   Term.(ret(pure read $ debug $ address $ path $ username)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 408, characters 2-11:
- 408 |   Term.info "read" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 416, characters 12-16:
- 416 |   Term.(ret(pure remove $ debug $ address $ path $ username)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 417, characters 2-11:
- 417 |   Term.info "remove" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 425, characters 12-16:
- 425 |   Term.(ret(pure serve $ debug $ address $ path)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 426, characters 2-11:
- 426 |   Term.info "serve" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 434, characters 12-16:
- 434 |   Term.(ret(pure shell $ debug $ address $ username)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 435, characters 2-11:
- 435 |   Term.info "shell" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 440, characters 13-17:
- 440 |   Term.(ret (pure (`Help (`Pager, None)))),
-                    ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 441, characters 2-11:
- 441 |   Term.info (Sys.argv.(0)) ~version ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 448, characters 8-24:
- 448 |   match Term.eval_choice default_cmd all_cmds with
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-     ocamlopt src/.main.eobjs/main.{cmx,o}
- File "src/main.ml", line 86, characters 61-72:
- 86 |           let len = List.fold_left (+) 0 (List.map (fun x -> Cstruct.len x) data) in
-                                                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/main.ml", line 165, characters 9-17:
- 165 |     x ^ (String.v extra (fun _ -> ' ')) in
-                ^^^^^^^^
- Warning 6 [labels-omitted]: label len was omitted in the application of this function.
- File "src/main.ml", line 268, characters 57-68:
- 268 |                 let len = List.fold_left (+) 0 (List.map Cstruct.len bufs) in
-                                                                ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/main.ml", line 280, characters 51-62:
- 280 |             Cstruct.blit_from_string data 0 buf 0 (Cstruct.len buf);
-                                                          ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "src/main.ml", line 398, characters 12-16:
- 398 |   Term.(ret(pure ls $ debug $ address $ path $ username)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 399, characters 2-11:
- 399 |   Term.info "ls" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 407, characters 12-16:
- 407 |   Term.(ret(pure read $ debug $ address $ path $ username)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 408, characters 2-11:
- 408 |   Term.info "read" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 416, characters 12-16:
- 416 |   Term.(ret(pure remove $ debug $ address $ path $ username)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 417, characters 2-11:
- 417 |   Term.info "remove" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 425, characters 12-16:
- 425 |   Term.(ret(pure serve $ debug $ address $ path)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 426, characters 2-11:
- 426 |   Term.info "serve" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 434, characters 12-16:
- 434 |   Term.(ret(pure shell $ debug $ address $ username)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 435, characters 2-11:
- 435 |   Term.info "shell" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 440, characters 13-17:
- 440 |   Term.(ret (pure (`Help (`Pager, None)))),
-                    ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 441, characters 2-11:
- 441 |   Term.info (Sys.argv.(0)) ~version ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 448, characters 8-24:
- 448 |   match Term.eval_choice default_cmd all_cmds with
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled  protocol-9p-tool.0.12.0
-> installed protocol-9p-tool.0.12.0

=== STDERR ===

2026-06-23 20:20.59: OK: build protocol-9p-tool.0.12.0 (runc: 4.6s, disk: 18KB)
2026-06-23 20:20.59: Job succeeded