Build:
  1. 0
2026-06-16 12:22.43: New job: build qmp.0.19.0 (79b23c20311c)
2026-06-16 12:22.43: Waiting for resource in pool day11-builds
2026-06-16 13:49.41: Got resource from pool day11-builds
2026-06-16 13:49.41: [profile full] build qmp.0.19.0
2026-06-16 13:49.41: build qmp.0.19.0 (79b23c20311c)
=== DEPENDENCIES (9 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     9fd00a2855c1
  dune.3.23.1                                        d50060dd2cab
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  yojson.3.0.0                                       fcc5f5f6d1cc
=== STDOUT ===
Processing: [default: loading data]
[qmp.0.19.0: dl]
[qmp.0.19.0: extract]
-> retrieved qmp.0.19.0  (https://opam.ocaml.org/cache)
[qmp: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "qmp" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/qmp.0.19.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I cli/.cli.eobjs/byte -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/yojson -I lib/.libqmp.objs/byte -no-alias-deps -o cli/.cli.eobjs/byte/cli.cmo -c -impl cli/cli.ml)
- File "cli/cli.ml", line 44, characters 8-12:
- 44 |   Term.(pure Common.make $ debug $ verb $ socket)
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 49, characters 13-17:
- 49 |   Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ common_options_t)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 50, characters 2-11:
- 50 |   Term.info "qmp-cli" ~version:"1.0.0" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 58, characters 8-12:
- 58 |   Term.(pure Client.watch $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 59, characters 2-11:
- 59 |   Term.info "watch" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 67, characters 8-12:
- 67 |   Term.(pure Client.stop $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 68, characters 2-11:
- 68 |   Term.info "stop" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 76, characters 8-12:
- 76 |   Term.(pure Client.cont $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 77, characters 2-11:
- 77 |   Term.info "cont" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 85, characters 8-12:
- 85 |   Term.(pure Client.system_powerdown $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 86, characters 2-11:
- 86 |   Term.info "powerdown" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 91, characters 8-24:
- 91 |   match Term.eval_choice default_cmd cmds with
-              ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I cli/.cli.eobjs/byte -I cli/.cli.eobjs/native -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/yojson -I lib/.libqmp.objs/byte -I lib/.libqmp.objs/native -cmi-file cli/.cli.eobjs/byte/cli.cmi -no-alias-deps -o cli/.cli.eobjs/native/cli.cmx -c -impl cli/cli.ml)
- File "cli/cli.ml", line 44, characters 8-12:
- 44 |   Term.(pure Common.make $ debug $ verb $ socket)
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 49, characters 13-17:
- 49 |   Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ common_options_t)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 50, characters 2-11:
- 50 |   Term.info "qmp-cli" ~version:"1.0.0" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 58, characters 8-12:
- 58 |   Term.(pure Client.watch $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 59, characters 2-11:
- 59 |   Term.info "watch" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 67, characters 8-12:
- 67 |   Term.(pure Client.stop $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 68, characters 2-11:
- 68 |   Term.info "stop" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 76, characters 8-12:
- 76 |   Term.(pure Client.cont $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 77, characters 2-11:
- 77 |   Term.info "cont" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 85, characters 8-12:
- 85 |   Term.(pure Client.system_powerdown $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- 
- File "cli/cli.ml", line 86, characters 2-11:
- 86 |   Term.info "powerdown" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "cli/cli.ml", line 91, characters 8-24:
- 91 |   match Term.eval_choice default_cmd cmds with
-              ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled  qmp.0.19.0
-> installed qmp.0.19.0

=== STDERR ===

2026-06-16 13:49.54: OK: build qmp.0.19.0 (runc: 3.6s, disk: 11KB)
2026-06-16 13:49.54: Job succeeded