Build:
  1. 0
2026-06-20 19:02.08: New job: build wayland.0.2 (19887e47dc0d)
2026-06-20 19:02.08: Waiting for resource in pool day11-builds
2026-06-20 19:17.27: Got resource from pool day11-builds
2026-06-20 19:17.27: [profile full] build wayland.0.2
2026-06-20 19:17.27: build wayland.0.2 (19887e47dc0d)
=== DEPENDENCIES (22 transitive) ===
  base-bytes.base                                    ec2393fe4c6d
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              03fdddc1554e
  cmdliner.1.3.0                                     207b321bdb62
  compiler-cloning.enabled                           0d2606125f88
  cppo.1.8.0                                         2299340fea15
  csexp.1.5.2                                        315ecef51574
  cstruct.6.0.1                                      152516e67534
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  fmt.0.11.0                                         feecefc1fa30
  logs.0.10.0                                        8aa523877e7a
  lwt.6.1.2                                          ed1e822009bb
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
  ocplib-endian.1.2                                  e43423130776
  topkg.1.1.1                                        8e3718e4cf5c
  xmlm.1.4.0                                         fdf267ceb281
=== 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-20 19:17.44: OK: build wayland.0.2 (runc: 7.2s, disk: 17KB)
2026-06-20 19:17.44: Job succeeded