Build:
  1. 0
2026-06-19 19:51.26: New job: build wayland.0.2 (073b7f0244ec)
2026-06-19 19:51.26: Waiting for resource in pool day11-builds
2026-06-19 20:12.02: Got resource from pool day11-builds
2026-06-19 20:12.02: [profile full] build wayland.0.2
2026-06-19 20:12.03: build wayland.0.2 (073b7f0244ec)
=== DEPENDENCIES (21 transitive) ===
  base-bytes.base                                    38023b842165
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              f132a29a396b
  cmdliner.1.3.0                                     4cbf8dfc71ce
  cppo.1.8.0                                         58ff60202126
  csexp.1.5.2                                        6a11fd34e537
  cstruct.6.0.1                                      255c06436eb1
  dune.3.23.1                                        b9e31df96092
  dune-configurator.3.23.1                           cdae849f232e
  fmt.0.11.0                                         edad52c5aeb5
  logs.0.10.0                                        fa2240e21a0f
  lwt.6.1.2                                          f9825635bd29
  ocaml.5.5.0                                        7bdffd2f55d9
  ocaml-base-compiler.5.5.0                          88ac983b1a28
  ocaml-compiler.5.5.0                               8d77bbea3746
  ocamlbuild.0.16.1                                  b61d8be21b8c
  ocamlfind.1.9.8                                    1872268d1aec
  ocplib-endian.1.2                                  2e63c292ed3b
  topkg.1.1.1                                        ecfbf436618b
  xmlm.1.4.0                                         5dcd816a61e6
=== STDOUT ===
Processing: [default: loading data]
[wayland.0.2: dl]
[wayland.0.2: extract]
-> retrieved wayland.0.2  (https://opam.ocaml.org/cache)
[wayland: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "wayland" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/wayland.0.2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.wayland.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -cmi-file lib/.wayland.objs/byte/wayland__Msg.cmi -no-alias-deps -open Wayland__ -o lib/.wayland.objs/byte/wayland__Msg.cmo -c -impl lib/msg.ml)
- File "lib/msg.ml", line 122, characters 7-18:
- 122 |     if Cstruct.len cs >= len then (
-              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/msg.ml", line 157, characters 23-27:
- 157 |     Fmt.(option ~none:(unit "null") Dump.string) f (get_string_opt t)
-                              ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.wayland.objs/byte -I lib/.wayland.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -cmi-file lib/.wayland.objs/byte/wayland__Msg.cmi -no-alias-deps -open Wayland__ -o lib/.wayland.objs/native/wayland__Msg.cmx -c -impl lib/msg.ml)
- File "lib/msg.ml", line 122, characters 7-18:
- 122 |     if Cstruct.len cs >= len then (
-              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- 
- File "lib/msg.ml", line 157, characters 23-27:
- 157 |     Fmt.(option ~none:(unit "null") Dump.string) f (get_string_opt t)
-                              ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I scanner/.scanner.eobjs/byte -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/xmlm -no-alias-deps -open Dune__exe -o scanner/.scanner.eobjs/byte/dune__exe__Scanner.cmo -c -impl scanner/scanner.ml)
- File "scanner/scanner.ml", line 29, characters 39-48:
- 29 | let term_exit (x : unit Term.result) = Term.exit x
-                                             ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- 
- File "scanner/scanner.ml", line 32, characters 15-24:
- 32 |   term_exit @@ Term.eval (scan, Term.info "wayland-scanner-ocaml")
-                     ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- 
- File "scanner/scanner.ml", line 32, characters 32-41:
- 32 |   term_exit @@ Term.eval (scan, Term.info "wayland-scanner-ocaml")
-                                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.wayland.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -cmi-file lib/.wayland.objs/byte/wayland__Proxy.cmi -no-alias-deps -open Wayland__ -o lib/.wayland.objs/byte/wayland__Proxy.cmo -c -impl lib/proxy.ml)
- File "lib/proxy.ml", line 200, characters 20-28:
- 200 | let unknown_event = Fmt.strf "<unknown event %d>"
-                           ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "lib/proxy.ml", line 201, characters 22-30:
- 201 | let unknown_request = Fmt.strf "<unknown request %d>"
-                             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.wayland.objs/byte -I lib/.wayland.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -cmi-file lib/.wayland.objs/byte/wayland__Proxy.cmi -no-alias-deps -open Wayland__ -o lib/.wayland.objs/native/wayland__Proxy.cmx -c -impl lib/proxy.ml)
- File "lib/proxy.ml", line 200, characters 20-28:
- 200 | let unknown_event = Fmt.strf "<unknown event %d>"
-                           ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "lib/proxy.ml", line 201, characters 22-30:
- 201 | let unknown_request = Fmt.strf "<unknown request %d>"
-                             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I scanner/.scanner.eobjs/byte -I scanner/.scanner.eobjs/native -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/xmlm -cmi-file scanner/.scanner.eobjs/byte/dune__exe__Generate.cmi -no-alias-deps -open Dune__exe -o scanner/.scanner.eobjs/native/dune__exe__Generate.cmx -c -impl scanner/generate.ml)
- File "scanner/generate.ml", line 6, characters 2-10:
- 6 |   Fmt.strf "%s_proto.%s" (String.capitalize_ascii proto.name) (module_name iface.name)
-       ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "scanner/generate.ml", line 40, characters 20-24:
- 40 |     Fmt.(list ~sep:(unit ".") string) enum
-                          ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- 
- File "scanner/generate.ml", line 95, characters 28-32:
- 95 |   | args -> Fmt.(list ~sep:(unit " ->@ ") (pp_arg ~role ~next_tvar iface) ++ any " ->@ unit") f args
-                                  ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- 
- File "scanner/generate.ml", line 118, characters 25-33:
- 118 |   | `Object interface -> Fmt.strf "`Object (%a)" Fmt.Dump.(option string) interface
-                                ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "scanner/generate.ml", line 119, characters 25-33:
- 119 |   | `New_ID interface -> Fmt.strf "`New_ID (%a)" Fmt.Dump.(option string) interface
-                                ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "scanner/generate.ml", line 130, characters 18-22:
- 130 |   Fmt.(list ~sep:(unit " | ") (fmt "`V%d"))
-                         ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- 
- File "scanner/generate.ml", line 189, characters 30-38:
- 189 |       | `New_ID None -> Some (Fmt.strf "(Some (Proxy.Service_handler.interface (fst %s)))" (mangle a.name))
-                                     ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "scanner/generate.ml", line 192, characters 19-27:
- 192 |         else Some (Fmt.strf "(Some %s)" (mangle a.name))
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "scanner/generate.ml", line 299, characters 14-22:
- 299 |   let _args = Fmt.strf "@[%a@]" (pp_sig ~role ~next_tvar iface) msg.args in
-                     ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I scanner/.scanner.eobjs/byte -I scanner/.scanner.eobjs/native -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/xmlm -cmi-file scanner/.scanner.eobjs/byte/dune__exe__Scanner.cmi -no-alias-deps -open Dune__exe -o scanner/.scanner.eobjs/native/dune__exe__Scanner.cmx -c -impl scanner/scanner.ml)
- File "scanner/scanner.ml", line 29, characters 39-48:
- 29 | let term_exit (x : unit Term.result) = Term.exit x
-                                             ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- 
- File "scanner/scanner.ml", line 32, characters 15-24:
- 32 |   term_exit @@ Term.eval (scan, Term.info "wayland-scanner-ocaml")
-                     ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- 
- File "scanner/scanner.ml", line 32, characters 32-41:
- 32 |   term_exit @@ Term.eval (scan, Term.info "wayland-scanner-ocaml")
-                                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
-> compiled  wayland.0.2
-> installed wayland.0.2

=== STDERR ===

2026-06-19 20:12.20: OK: build wayland.0.2 (runc: 11.1s, disk: 16KB)
2026-06-19 20:12.20: Job succeeded