Build:
  1. 0
2026-06-16 19:04.50: New job: build opam-ci.1.0.0 (3cff8c1f8547)
2026-06-16 19:04.50: Waiting for resource in pool day11-builds
2026-06-16 19:14.58: Got resource from pool day11-builds
2026-06-16 19:14.58: [profile full] build opam-ci.1.0.0
2026-06-16 19:14.58: build opam-ci.1.0.0 (3cff8c1f8547)
=== DEPENDENCIES (52 transitive) ===
  angstrom.0.16.1                                    9f0d650aad47
  astring.0.8.5                                      f3e582160ed6
  base.v0.14.4                                       9f1656c7e705
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigstringaf.0.10.0                                 79c728334d28
  bos.0.2.0                                          a792ed1c08a2
  cmdliner.1.3.0                                     a308ed263822
  csexp.1.5.2                                        2dc1d42cb195
  cstruct.6.2.0                                      85f6e0140ba8
  ctypes.0.24.0                                      e12746268bb6
  dockerfile.8.1.0                                   1f5fcc4ca809
  dockerfile-cmd.6.4.0                               3bf869610f06
  dockerfile-opam.5.0.0                              8b4118e0c602
  dune.3.23.1                                        6e9c895d33c4
  dune-configurator.3.22.2                           b3ee8ff25f05
  ezjsonm.1.3.0                                      b20898cbd2dc
  fmt.0.11.0                                         a3f5f81b53a3
  fpath.0.7.3                                        8413f4fed2a1
  hex.1.5.0                                          276d31d332c7
  integers.0.8.0                                     14655a95c737
  jbuilder.1.0+beta20.2                              12fbbe32fb93
  jsonm.1.0.2                                        b03f73f4fed8
  logs.0.8.0                                         fc0b110265ec
  num.1.6                                            6107ad20ded4
  obi.1.0.0                                          27f3719fedf0
  ocaml.4.12.1                                       b220906b3826
  ocaml-base-compiler.4.12.1                         ce8680725b32
  ocaml-compiler-libs.v0.12.4                        692cac4e32e0
  ocaml-config.2                                     3a99bd9dbb34
  ocaml-migrate-parsetree.1.8.0                      2e4ce0b38e6e
  ocaml-secondary-compiler.4.14.2                    208983c0e1e0
  ocaml-syntax-shims.1.0.0                           d10b7a5e5f51
  ocaml-version.0.3.0                                0448790c2c6a
  ocamlbuild.0.16.1                                  0aed2948eb5f
  ocamlfind.1.9.6                                    6a204c1e4cf6
  ocamlfind-secondary.1.9.6                          74c288ceaf87
  parsexp.v0.14.2                                    9d7241cc0902
  ppx_derivers.1.2.1                                 8e0bcbefff24
  ppx_sexp_conv.v0.14.1                              d818046bc359
  ppxlib.0.15.0                                      e626e7e41d65
  result.1.5                                         be123bcfc185
  rresult.0.6.0                                      001e8604446f
  sexplib.v0.14.0                                    b0d486e7157e
  sexplib0.v0.14.0                                   ebe6a4b61f9e
  stdlib-shims.0.3.0                                 73378b8dd48d
  stringext.1.6.0                                    191e26a6e594
  textwrap.0.2.1                                     dab03f6de127
  topkg.1.1.1                                        38d1e7a378f4
  uri.4.4.0                                          05e19b48f30e
  uutf.1.0.4                                         332b0307f839
  yaml.3.0.1                                         466d1130df48
=== STDOUT ===
Processing: [default: loading data]
[opam-ci.1.0.0: extract]
-> retrieved opam-ci.1.0.0  (cached)
[opam-ci: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "opam-ci" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-ci.1.0.0)
-       ocamlc src/opam-ci/.main.eobjs/repos.{cmi,cmo,cmt}
- File "src/opam-ci/repos.ml", line 136, characters 8-16:
- 136 |         Fmt.strf
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src/opam-ci/repos.ml", line 151, characters 8-16:
- 151 |         Fmt.strf
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-       ocamlc src/opam-ci/.main.eobjs/user.{cmi,cmo,cmt}
- File "src/opam-ci/user.ml", line 453, characters 25-33:
- 453 |   | None -> Error (`Msg (Fmt.strf "Package %s not found" pkg))
-                                ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-     ocamlopt src/opam-ci/.main.eobjs/repos.{cmx,o}
- File "src/opam-ci/repos.ml", line 136, characters 8-16:
- 136 |         Fmt.strf
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src/opam-ci/repos.ml", line 151, characters 8-16:
- 151 |         Fmt.strf
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-       ocamlc src/opam-ci/.main.eobjs/main.{cmi,cmo,cmt}
- File "src/opam-ci/main.ml", line 119, characters 14-32:
- 119 |   let exits = Term.default_exits in
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "src/opam-ci/main.ml", line 178, characters 4-13:
- 178 |   , Term.info "status" ~doc ~exits ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/opam-ci/main.ml", line 182, characters 14-32:
- 182 |   let exits = Term.default_exits in
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "src/opam-ci/main.ml", line 205, characters 4-13:
- 205 |   , Term.info "logs" ~doc ~exits ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/opam-ci/main.ml", line 252, characters 55-59:
- 252 |   ( Term.(ret (const (fun _ -> `Help (`Pager, None)) $ pure ()))
-                                                              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/opam-ci/main.ml", line 253, characters 4-13:
- 253 |   , Term.info "opam-ci" ~version:"v1.0.0" ~doc ~sdocs ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/opam-ci/main.ml", line 257, characters 15-19:
- 257 | let () = Term.(exit @@ eval_choice default_cmd cmds)
-                      ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "src/opam-ci/main.ml", line 257, characters 23-34:
- 257 | let () = Term.(exit @@ eval_choice default_cmd cmds)
-                              ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-     ocamlopt src/opam-ci/.main.eobjs/user.{cmx,o}
- File "src/opam-ci/user.ml", line 453, characters 25-33:
- 453 |   | None -> Error (`Msg (Fmt.strf "Package %s not found" pkg))
-                                ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-     ocamlopt src/opam-ci/.main.eobjs/main.{cmx,o}
- File "src/opam-ci/main.ml", line 119, characters 14-32:
- 119 |   let exits = Term.default_exits in
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "src/opam-ci/main.ml", line 178, characters 4-13:
- 178 |   , Term.info "status" ~doc ~exits ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/opam-ci/main.ml", line 182, characters 14-32:
- 182 |   let exits = Term.default_exits in
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "src/opam-ci/main.ml", line 205, characters 4-13:
- 205 |   , Term.info "logs" ~doc ~exits ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/opam-ci/main.ml", line 252, characters 55-59:
- 252 |   ( Term.(ret (const (fun _ -> `Help (`Pager, None)) $ pure ()))
-                                                              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/opam-ci/main.ml", line 253, characters 4-13:
- 253 |   , Term.info "opam-ci" ~version:"v1.0.0" ~doc ~sdocs ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/opam-ci/main.ml", line 257, characters 15-19:
- 257 | let () = Term.(exit @@ eval_choice default_cmd cmds)
-                      ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "src/opam-ci/main.ml", line 257, characters 23-34:
- 257 | let () = Term.(exit @@ eval_choice default_cmd cmds)
-                              ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled  opam-ci.1.0.0
-> installed opam-ci.1.0.0

=== STDERR ===

2026-06-16 19:15.21: OK: build opam-ci.1.0.0 (runc: 3.6s, disk: 16KB)
2026-06-16 19:15.21: Job succeeded