Build:
  1. 0
2026-06-16 18:51.28: New job: build github.3.0.1 (27591f4714fe)
2026-06-16 18:51.28: Waiting for resource in pool day11-builds
2026-06-16 19:07.59: Got resource from pool day11-builds
2026-06-16 19:07.59: [profile full] build github.3.0.1
2026-06-16 19:08.00: build github.3.0.1 (27591f4714fe)
=== DEPENDENCIES (54 transitive) ===
  angstrom.0.16.1                                    f03d7f1e5153
  atd.1.12.0                                         2d151d65a97e
  atdgen.1.12.0                                      f03ce0fc0e8f
  base.v0.15.2                                       e55b568b34b1
  base-bytes.base                                    4b9d16efdb50
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  base64.3.5.2                                       e13b7c66145f
  bigstringaf.0.10.0                                 a408ad22669d
  biniou.1.2.2                                       142fc7ef6fcb
  camlp-streams.5.0.1                                a5663ef85668
  cmdliner.2.1.1                                     e80ae271a91c
  cohttp.2.5.8                                       ae02e0d7e880
  cohttp-lwt.2.5.8                                   544c15459e7d
  cppo.1.8.0                                         5b7957cf3e5d
  csexp.1.5.2                                        ba14d6290f52
  dune.3.23.1                                        fc50a1588b4e
  dune-configurator.3.22.2                           ac79ab5113c0
  easy-format.1.3.4                                  e491018ea7d7
  fieldslib.v0.15.0                                  e2c6f0a431ef
  gen.1.1                                            0b87131c5b0a
  jbuilder.1.0+beta20.2                              e266e35949ef
  js_of_ocaml-compiler.5.9.1                         e24ccc94b853
  jsonm.1.0.2                                        3062c82d1c08
  logs.0.8.0                                         d7f8cd89577b
  lwt.5.10.0                                         1a40902be94a
  menhir.20211128                                    6f71a4f470b7
  menhirLib.20211128                                 cd8b2a5688cd
  menhirSdk.20211128                                 161c1709e1c8
  ocaml.4.11.2                                       82527a3d9959
  ocaml-base-compiler.4.11.2                         853adb80bee7
  ocaml-compiler-libs.v0.12.4                        9e596c9d9c3d
  ocaml-config.1                                     73dc523c3cc6
  ocaml-secondary-compiler.4.14.2                    208983c0e1e0
  ocaml-syntax-shims.1.0.0                           a0bfbf554ccb
  ocamlbuild.0.16.1                                  f3c519c1bc8e
  ocamlfind.1.9.6                                    37418aad65fb
  ocamlfind-secondary.1.9.6                          4507fb801bdf
  ocplib-endian.1.2                                  3a6993067d75
  ppx_derivers.1.2.1                                 9184cd55b4ad
  ppx_fields_conv.v0.15.0                            953050394725
  ppx_sexp_conv.v0.15.1                              e1ee749f8724
  ppxlib.0.35.0                                      126a14d516b1
  re.1.11.0                                          e706e3c00e70
  sedlex.3.7                                         c4c51a1d32ad
  seq.base                                           9cd2e9e1495c
  sexplib0.v0.15.1                                   13d7bafb4cfb
  stdlib-shims.0.3.0                                 5d8e5ebedaf1
  stringext.1.6.0                                    f324766b9aca
  topkg.1.1.1                                        08c178677c80
  uri.4.4.0                                          caa054905ae9
  uri-sexp.4.4.0                                     ebd19eb81860
  uutf.1.0.4                                         74f148037628
  yojson.1.7.0                                       c44160e19a63
=== STDOUT ===
Processing: [default: loading data]
[github.3.0.1: dl]
[github.3.0.1: extract]
-> retrieved github.3.0.1  (https://opam.ocaml.org/cache)
[github: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "github" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/github.3.0.1)
-       ocamlc lib/.github.objs/github_t.{cmi,cmti}
- File "lib/github_t.mli", line 9, characters 12-28:
- 9 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-     ocamlopt lib/.github.objs/github_t.{cmx,o}
- File "lib/github_t.ml", line 9, characters 12-28:
- 9 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-       ocamlc lib/.github.objs/github_t.{cmo,cmt}
- File "lib/github_t.ml", line 9, characters 12-28:
- 9 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-       ocamlc lib/.github.objs/github_core.{cmi,cmti}
- File "lib/github_core.mli", line 24, characters 12-15:
- 24 | module Make(Env: Github_s.Env)(Time: Github_s.Time)(CL : Cohttp_lwt.S.Client)
-                  ^^^
- Warning 67: unused functor parameter Env.
- File "lib/github_core.mli", line 24, characters 31-35:
- 24 | module Make(Env: Github_s.Env)(Time: Github_s.Time)(CL : Cohttp_lwt.S.Client)
-                                     ^^^^
- Warning 67: unused functor parameter Time.
- File "lib/github_core.mli", line 24, characters 52-54:
- 24 | module Make(Env: Github_s.Env)(Time: Github_s.Time)(CL : Cohttp_lwt.S.Client)
-                                                          ^^
- Warning 67: unused functor parameter CL.
-       ocamlc lib/.github.objs/github_j.{cmi,cmti}
- File "lib/github_j.mli", line 9, characters 12-28:
- 9 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-       ocamlc lib/.github.objs/github_j.{cmo,cmt}
- File "lib/github_j.ml", line 9, characters 12-28:
- 9 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-     ocamlopt lib/.github.objs/github_j.{cmx,o}
- File "lib/github_j.ml", line 9, characters 12-28:
- 9 | type json = Yojson.Safe.json
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-> compiled  github.3.0.1
-> installed github.3.0.1

=== STDERR ===

2026-06-16 19:08.12: OK: build github.3.0.1 (runc: 10.3s, disk: 14KB)
2026-06-16 19:08.12: Job succeeded