Build:
  1. 0
2026-06-24 19:29.53: New job: build opam-ci.1.0.0 (f1fbd3804ea0)
2026-06-24 19:29.53: Waiting for resource in pool day11-builds
2026-06-24 19:53.27: Got resource from pool day11-builds
2026-06-24 19:53.27: [profile full] build opam-ci.1.0.0
2026-06-24 19:53.27: build opam-ci.1.0.0 (f1fbd3804ea0)
=== DEPENDENCIES (52 transitive) ===
  angstrom.0.16.1                                    49f06d53b59a
  astring.0.8.5                                      015e8b59bf02
  base.v0.14.4                                       52500aca3a6a
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigstringaf.0.10.0                                 dc648b47a3c3
  bos.0.2.0                                          8c55d6221df1
  cmdliner.1.3.0                                     e9d453bfc20a
  csexp.1.5.2                                        cbff46c78e23
  cstruct.6.2.0                                      79e92a3692bc
  ctypes.0.24.0                                      b64774782a7f
  dockerfile.8.1.0                                   0dd6c5e82e16
  dockerfile-cmd.6.4.0                               d7035cb85ee1
  dockerfile-opam.5.0.0                              475c2a2becd1
  dune.3.23.1                                        ec34fe9ebf2c
  dune-configurator.3.22.2                           f3081e3d47cb
  ezjsonm.1.3.0                                      aef8af6225ed
  fmt.0.11.0                                         a164f96be831
  fpath.0.7.3                                        25b72a55941d
  hex.1.5.0                                          8d4a26f59440
  integers.0.8.0                                     a031632df7d9
  jbuilder.1.0+beta20.2                              8141ab48b1e2
  jsonm.1.0.2                                        fa1f8b01cf20
  logs.0.8.0                                         9d3fca5895af
  num.1.6                                            0d0867ee79d1
  obi.1.0.0                                          6d79bee1dcba
  ocaml.4.12.1                                       dee35ad2ab01
  ocaml-base-compiler.4.12.1                         16a69ab1424d
  ocaml-compiler-libs.v0.12.4                        d8bb1449f899
  ocaml-config.2                                     e77f021f2144
  ocaml-migrate-parsetree.1.8.0                      73b42abd5080
  ocaml-secondary-compiler.4.14.2                    fb63d435ed9e
  ocaml-syntax-shims.1.0.0                           0bbcec0141dc
  ocaml-version.0.3.0                                533d2a4d868e
  ocamlbuild.0.16.1                                  2ce5a99932fe
  ocamlfind.1.9.6                                    8d8d9a490c0f
  ocamlfind-secondary.1.9.6                          e7e9f5a4b1a5
  parsexp.v0.14.2                                    5f3a2c0277db
  ppx_derivers.1.2.1                                 e2df7d6ecda0
  ppx_sexp_conv.v0.14.1                              0c298f7e3f54
  ppxlib.0.15.0                                      41b317614a27
  result.1.5                                         b2f02c331fa8
  rresult.0.6.0                                      2bc34ed14fa8
  sexplib.v0.14.0                                    0e3d33032e6b
  sexplib0.v0.14.0                                   42664ff9552d
  stdlib-shims.0.3.0                                 1590dd69ad83
  stringext.1.6.0                                    5f9404a111cf
  textwrap.0.2.1                                     a2ace5cfadd9
  topkg.1.1.1                                        2f204787554a
  uri.4.4.0                                          02df15d565c6
  uutf.1.0.4                                         8e4a1a1b042c
  yaml.3.0.1                                         2fa692a2e2f4
=== 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-24 19:53.39: OK: build opam-ci.1.0.0 (runc: 2.1s, disk: 17KB)
2026-06-24 19:53.39: Job succeeded