Build:
- 0
2026-09-04 01:27.40: New job: build opam-ci.1.0.0 (1ec4bc63ab7b)
2026-09-04 01:27.40: Waiting for resource in pool day11-builds
2026-09-04 01:37.11: Got resource from pool day11-builds
2026-09-04 01:37.11: [profile full] build opam-ci.1.0.0
2026-09-04 01:37.11: build opam-ci.1.0.0 (1ec4bc63ab7b)
=== DEPENDENCIES (52 transitive) ===
angstrom.0.16.1 1beb2b968c40
astring.0.8.5 e824dc1ea678
base.v0.14.4 95b2db6fa335
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
bigstringaf.0.10.0 cc3ab1833179
bos.0.2.0 7050c08e81de
cmdliner.1.3.0 3ff29f9d4b53
csexp.1.5.2 45da150ac45d
cstruct.6.2.0 5a14d20eb8f8
ctypes.0.24.0 88b0452033db
dockerfile.8.1.0 5b0cf18d3538
dockerfile-cmd.6.4.0 2f8104076574
dockerfile-opam.5.0.0 363e3f84a5f5
dune.3.24.2 03fddf396e0b
dune-configurator.3.22.2 9de81b632721
ezjsonm.1.3.0 9cc47dfefd10
fmt.0.11.0 7f994bdcebc4
fpath.0.7.3 c5760931308d
hex.1.5.0 7ff72cda3226
integers.0.8.0 81cfb7894b5a
jbuilder.1.0+beta20.2 5b60bb768f18
jsonm.1.0.2 583c911ff13f
logs.0.8.0 afec62d61a1d
num.1.6 77382141c2d9
obi.1.0.0 8d20e7960841
ocaml.4.12.1 40bf037a0516
ocaml-base-compiler.4.12.1 e714dfd3f0fe
ocaml-compiler-libs.v0.12.4 02b0760118b6
ocaml-config.2 75bd2fc1f23b
ocaml-migrate-parsetree.1.8.0 948d5b2a7ced
ocaml-secondary-compiler.4.14.2 d66c1c5ac958
ocaml-syntax-shims.1.0.0 70ba68081b80
ocaml-version.0.3.0 3f3df2405f61
ocamlbuild.0.16.1 b436c8ee2909
ocamlfind.1.9.6 b1980dc27cfd
ocamlfind-secondary.1.9.6 cd09f5be8757
parsexp.v0.14.2 086e0a4e0e37
ppx_derivers.1.2.1 a5c1b1ed9e33
ppx_sexp_conv.v0.14.1 d33c671ae4c2
ppxlib.0.15.0 f6aabefc68f9
result.1.5 901d6a7defa5
rresult.0.6.0 251b85a6f248
sexplib.v0.14.0 f74de2bc6a44
sexplib0.v0.14.0 9192d19ab94c
stdlib-shims.0.3.0 d07c91089280
stringext.1.6.0 4d7392e82f39
textwrap.0.2.1 3ed3ba06688d
topkg.1.1.1 99e743cd0ccd
uri.4.4.0 98eb5ad3b683
uutf.1.0.4 6d429b634199
yaml.3.0.1 a0bdf265e3d7
=== 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.
- 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/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.
- 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-09-04 01:37.19: OK: build opam-ci.1.0.0 (runc: 2.7s, disk: 17KB)
2026-09-04 01:37.19: Job succeeded