Build:
- 0
2026-06-25 05:46.22: New job: build protocol-9p-tool.0.12.0 (65a7f4a5bc8d)
2026-06-25 05:46.22: Waiting for resource in pool day11-builds
2026-06-25 05:47.32: Got resource from pool day11-builds
2026-06-25 05:47.32: [profile full] build protocol-9p-tool.0.12.0
2026-06-25 05:47.32: build protocol-9p-tool.0.12.0 (65a7f4a5bc8d)
=== DEPENDENCIES (51 transitive) ===
asetmap.0.8.1 d425b5923ca0
astring.0.8.5 4ebc2fc0ee9d
base.v0.16.5 029e992da996
base-bytes.base c40d17bc86b5
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigarray-compat.1.1.0 6340769fc89d
camomile.1.0.2 9296b78ee236
cmdliner.1.3.0 7280d3fb1acd
conf-pkg-config.5 d5de2c6a88f9
cppo.1.8.0 5f3f70cae95b
csexp.1.5.2 610c78f17734
cstruct.6.0.1 01957cad303e
cstruct-lwt.6.0.1 7a14f780794c
cstruct-sexp.6.0.1 d2f9ea1caa6d
dune.3.23.1 848a72441e15
dune-configurator.3.23.1 bc97ce98d8a9
fmt.0.11.0 7cf6f7d63275
io-page.3.0.0 3afa94fb59c0
jbuilder.1.0+beta20.2 4f461261c648
lambda-term.1.13 d847496d8c99
logs.0.10.0 34be3f7204fa
lwt.5.10.0 7005b0d98aa6
lwt_log.1.1.2 2a72d9c6f01f
lwt_react.1.2.0 508f76c9ca95
mirage-channel.5.0.0 8943728ec09a
mirage-flow.5.0.0 5f97172325c0
num.1.6 110cee7a7e2e
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-compiler-libs.v0.12.4 2aecf989b0b2
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
ocplib-endian.1.2 380dd426e898
parsexp.v0.16.0 63c67db8428c
ppx_derivers.1.2.1 9245877bc46e
ppx_sexp_conv.v0.16.0 3dc8c79ef340
ppxlib.0.35.0 bbb70c1d0b8a
prometheus.1.3 e73113195659
protocol-9p.2.1.0 ad8452dec7ef
protocol-9p-unix.2.1.0 ccb4f6d0226a
re.1.14.0 d62d6f65abb6
react.1.2.2 8688536508b7
rresult.0.7.0 ab060a31b0aa
sexplib.v0.16.0 4838f1139cdf
sexplib0.v0.16.0 7a6e649d895c
stdlib-shims.0.3.0 de5202e23add
topkg.1.1.1 511e1a1958da
win-error.1.0 918890074c68
zed.1.6 694e2bb1b655
=== 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-25 05:47.55: OK: build protocol-9p-tool.0.12.0 (runc: 6.1s, disk: 18KB)
2026-06-25 05:47.55: Job succeeded