Build:
  1. 0
2026-09-04 00:59.44: New job: build cohttp-lwt-unix.4.0.0 (71d9e1e4e8c0)
2026-09-04 00:59.44: Waiting for resource in pool day11-builds
2026-09-04 01:12.18: Got resource from pool day11-builds
2026-09-04 01:12.18: [profile full] build cohttp-lwt-unix.4.0.0
2026-09-04 01:12.18: build cohttp-lwt-unix.4.0.0 (71d9e1e4e8c0)
=== DEPENDENCIES (62 transitive) ===
  angstrom.0.16.1                                    db840966bf62
  astring.0.8.5                                      d6d57435af98
  base.v0.14.4                                       70f7640abc04
  base-bytes.base                                    c7e0c3be9a18
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  base64.3.5.2                                       99be560d98f0
  bigstringaf.0.9.0                                  626e3aee8a37
  cmdliner.1.3.0                                     3ff29f9d4b53
  cohttp.4.0.0                                       b23205f6ccab
  cohttp-lwt.4.0.0                                   1e687b68ff2c
  conduit.1.3.0                                      7aee3b3daa4a
  conduit-lwt.1.3.0                                  62a4c041d35d
  conduit-lwt-unix.1.3.0                             d1d61992e25e
  conf-libssl.4                                      91c9703385de
  conf-pkg-config.5                                  74f50f3cfe72
  cppo.1.8.0                                         349948da3656
  csexp.1.5.1                                        c9c1cc79708e
  dune.2.9.3                                         67503f7aaabf
  dune-configurator.2.9.3                            5dfc0ec5c343
  fmt.0.11.0                                         3b4ecbfa2d8e
  ipaddr.2.9.0                                       c15b8d3ef503
  js_of_ocaml.4.0.0                                  6f4b2cd6eb01
  js_of_ocaml-compiler.4.0.0                         ec31d9cb32b3
  jsonm.1.0.2                                        475a4adb6a88
  logs.0.7.0                                         b3bd72f2d505
  lwt.5.9.1                                          7936744ea219
  lwt_ssl.1.1.3                                      e9cb09865f6d
  magic-mime.1.3.1                                   8c19df0a6e24
  menhir.20260209                                    8950755673b5
  menhirCST.20260209                                 313d38259885
  menhirGLR.20260209                                 bc91cc4f688e
  menhirLib.20260209                                 4a4e23b8e42c
  menhirSdk.20260209                                 677b537b8615
  num.1.6                                            77382141c2d9
  ocaml.4.12.1                                       40bf037a0516
  ocaml-base-compiler.4.12.1                         e714dfd3f0fe
  ocaml-compiler-libs.v0.12.4                        20a7e9211f24
  ocaml-config.2                                     75bd2fc1f23b
  ocaml-migrate-parsetree.1.8.0                      cea3ce0b7e54
  ocaml-syntax-shims.1.0.0                           f95306b11638
  ocamlbuild.0.16.1                                  b436c8ee2909
  ocamlfind.1.9.8                                    9b083cf8a2bb
  ocplib-endian.1.2                                  17bb31194d19
  parsexp.v0.14.2                                    1f567662a7c6
  ppx_derivers.1.2.1                                 5923fba2b316
  ppx_sexp_conv.v0.14.1                              c69ddc763429
  ppxlib.0.15.0                                      23b270676c9c
  re.1.12.0                                          953a48a7eea9
  result.1.5                                         d01aeb9ef7d3
  seq.base                                           54beea656353
  sexplib.v0.14.0                                    49a18f60b2c4
  sexplib0.v0.14.0                                   be3b916562c9
  ssl.0.5.12                                         b9198a93ccf8
  stdlib-shims.0.3.0                                 51b493c5875b
  stringext.1.6.0                                    386e29641975
  topkg.1.1.1                                        64554df6938c
  uchar.0.0.2                                        47eb48c1c3aa
  uri.4.4.0                                          4121d38f274d
  uri-sexp.4.4.0                                     54d2eb7bb058
  uutf.1.0.4                                         39bd978dc148
  yojson.3.0.0                                       2917a3130311
=== STDOUT ===
Processing: [default: loading data]
[cohttp-lwt-unix.4.0.0: extract]
-> retrieved cohttp-lwt-unix.4.0.0  (cached)
[cohttp-lwt-unix: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "cohttp-lwt-unix" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/cohttp-lwt-unix.4.0.0)
-       ocamlc cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte/dune__exe__Cohttp_curl_lwt.{cmi,cmo,cmt}
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 64, characters 18-31:
- 64 |   let loc : Uri.t Arg.converter =
-                        ^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.converter
- Use Arg.conv' function instead.
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 64, characters 18-31:
- 64 |   let loc : Uri.t Arg.converter =
-                        ^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.converter
- Use Arg.conv' function instead.
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 107, characters 10-14:
- 107 |   ( Term.(pure run_client $ verb $ ofile $ uri $ meth),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 108, characters 4-13:
- 108 |     Term.info "cohttp-curl" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 110, characters 15-24:
- 110 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-       ocamlc cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte/dune__exe__Cohttp_proxy_lwt.{cmi,cmo,cmt}
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 114, characters 10-14:
- 114 |   ( Term.(pure lwt_start_proxy $ port $ host $ verb $ ssl_cert $ ssl_key),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 115, characters 4-13:
- 115 |     Term.info "cohttp-proxy" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 117, characters 15-24:
- 117 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-       ocamlc cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/byte/dune__exe__Cohttp_server_lwt.{cmi,cmo,cmt}
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 178, characters 10-14:
- 178 |   ( Term.(pure lwt_start_server $ doc_root $ port $ host $ index $ verb $ tls),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 179, characters 4-13:
- 179 |     Term.info "cohttp-server" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 181, characters 15-24:
- 181 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-     ocamlopt cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native/dune__exe__Cohttp_curl_lwt.{cmx,o}
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 64, characters 18-31:
- 64 |   let loc : Uri.t Arg.converter =
-                        ^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.converter
- Use Arg.conv' function instead.
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 64, characters 18-31:
- 64 |   let loc : Uri.t Arg.converter =
-                        ^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.converter
- Use Arg.conv' function instead.
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 107, characters 10-14:
- 107 |   ( Term.(pure run_client $ verb $ ofile $ uri $ meth),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 108, characters 4-13:
- 108 |     Term.info "cohttp-curl" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cohttp-lwt-unix/bin/cohttp_curl_lwt.ml", line 110, characters 15-24:
- 110 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-     ocamlopt cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native/dune__exe__Cohttp_proxy_lwt.{cmx,o}
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 114, characters 10-14:
- 114 |   ( Term.(pure lwt_start_proxy $ port $ host $ verb $ ssl_cert $ ssl_key),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 115, characters 4-13:
- 115 |     Term.info "cohttp-proxy" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cohttp-lwt-unix/bin/cohttp_proxy_lwt.ml", line 117, characters 15-24:
- 117 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-     ocamlopt cohttp-lwt-unix/bin/.cohttp_curl_lwt.eobjs/native/dune__exe__Cohttp_server_lwt.{cmx,o}
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 178, characters 10-14:
- 178 |   ( Term.(pure lwt_start_server $ doc_root $ port $ host $ index $ verb $ tls),
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 179, characters 4-13:
- 179 |     Term.info "cohttp-server" ~version:Cohttp.Conf.version ~doc ~man )
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cohttp-lwt-unix/bin/cohttp_server_lwt.ml", line 181, characters 15-24:
- 181 | let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-                      ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  cohttp-lwt-unix.4.0.0
-> installed cohttp-lwt-unix.4.0.0
[WARNING] Opam package conf-libssl.4 depends on the following system package that can no longer be found: libssl-dev

=== STDERR ===

2026-09-04 01:12.30: OK: build cohttp-lwt-unix.4.0.0 (runc: 5.6s, disk: 19KB)
2026-09-04 01:12.30: Job succeeded