Build:
  1. 0
2026-09-04 00:33.31: New job: build protocol-9p-tool.0.12.0 (0cbc3155658b)
2026-09-04 00:33.31: Waiting for resource in pool day11-builds
2026-09-04 00:56.19: Got resource from pool day11-builds
2026-09-04 00:56.19: [profile full] build protocol-9p-tool.0.12.0
2026-09-04 00:56.19: build protocol-9p-tool.0.12.0 (0cbc3155658b)
=== DEPENDENCIES (50 transitive) ===
  astring.0.8.5                                      632949034a64
  base.v0.16.5                                       9b8d977c1f60
  base-bytes.base                                    68d84c459288
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigarray-compat.1.1.0                              3f4e163c0195
  camomile.1.0.1                                     a2557473e663
  cmdliner.1.3.0                                     50421b7f7592
  conf-pkg-config.5                                  74f50f3cfe72
  cppo.1.8.0                                         8b34f9718c9c
  csexp.1.5.2                                        c758d7657e5b
  cstruct.6.0.1                                      64c3b8ffeb32
  cstruct-lwt.6.0.1                                  6d3ba85b086f
  cstruct-sexp.6.0.1                                 16143fe51ac1
  dune.3.24.2                                        bf83cdf0a904
  dune-configurator.3.24.2                           23afe5cb4d3b
  fmt.0.11.0                                         90404cf711de
  io-page.3.0.0                                      d7a44854a853
  jbuilder.1.0+beta20.2                              d14840434490
  lambda-term.1.13                                   35de54cae0fc
  logs.0.10.0                                        f1bb53818851
  lwt.5.10.1                                         09bbd5819c91
  lwt_log.1.1.2                                      f87f1d8b2549
  lwt_react.1.2.0                                    db9bfbb02b61
  mirage-channel.5.0.0                               5025f0fabf9b
  mirage-flow.5.0.0                                  6b6522347ac3
  num.1.6                                            fe036226102b
  ocaml.4.14.4                                       c7d6265b51fe
  ocaml-base-compiler.4.14.4                         7a409b6ffbef
  ocaml-compiler-libs.v0.12.4                        0a923ba812db
  ocaml-config.2                                     85edea6ac168
  ocamlbuild.0.16.1                                  5ae5ab4d19bf
  ocamlfind.1.9.8                                    3cae95bed0a0
  ocplib-endian.1.2                                  a626410be6a1
  parsexp.v0.16.0                                    6a4dbf4d3d29
  ppx_derivers.1.2.1                                 e8685a77fc9e
  ppx_sexp_conv.v0.16.0                              c4d7e3e92e0a
  ppxlib.0.35.0                                      46c1dac34d3c
  prometheus.2.0                                     4cc77a726cd6
  protocol-9p.2.1.0                                  a392646f8fbf
  protocol-9p-unix.2.1.0                             8c68041dfd15
  re.1.14.0                                          dd879e7a18b1
  react.1.2.2                                        f2eafcc220a4
  rresult.0.7.0                                      e91945a392c9
  sexplib.v0.16.0                                    f65b5dccd754
  sexplib0.v0.16.0                                   a69f43de36f7
  stdlib-shims.0.3.0                                 484c72a128b6
  topkg.1.1.1                                        f1122af0988e
  win-error.1.0                                      65d28e36020d
  zed.1.6                                            640b933a2108
=== 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-09-04 00:56.32: OK: build protocol-9p-tool.0.12.0 (runc: 3.1s, disk: 18KB)
2026-09-04 00:56.32: Job succeeded