Build:
  1. 0
2026-09-04 00:50.09: New job: build github.3.1.0 (3db02f18709e)
2026-09-04 00:50.09: Waiting for resource in pool day11-builds
2026-09-04 01:05.29: Got resource from pool day11-builds
2026-09-04 01:05.29: [profile full] build github.3.1.0
2026-09-04 01:05.29: build github.3.1.0 (3db02f18709e)
=== DEPENDENCIES (52 transitive) ===
  angstrom.0.16.1                                    2f26a332ab17
  atd.1.12.0                                         26b89423b420
  atdgen.1.12.0                                      482f8d9362b1
  base.v0.16.5                                       7e884236ab0d
  base-bytes.base                                    03d1d8215763
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  base64.3.5.2                                       b4fba985900f
  bigstringaf.0.10.0                                 7571c17c11a9
  biniou.1.2.2                                       0a052416a938
  camlp-streams.5.0.1                                43d938a0746c
  cmdliner.2.1.1                                     ae90b989002e
  cohttp.2.5.8                                       e44b8d16d438
  cohttp-lwt.2.5.8                                   5b86d0982755
  cppo.1.8.0                                         ae65ae8da728
  csexp.1.5.2                                        a8c3b011f80e
  dune.3.24.2                                        c1eeb99f6e21
  dune-configurator.3.24.2                           f3ea3aed4b06
  easy-format.1.3.4                                  790d89999b27
  fieldslib.v0.16.0                                  c170541ea135
  gen.1.1                                            fd379e329c64
  jbuilder.1.0+beta20.2                              47e68107eb02
  js_of_ocaml-compiler.5.9.1                         d553fdee0e1a
  jsonm.1.0.2                                        686e06494cfd
  logs.0.10.0                                        ef8e0fcfd5c3
  lwt.6.1.2                                          963fbf618ddf
  menhir.20211128                                    6b2136b5622b
  menhirLib.20211128                                 b3ba533521ad
  menhirSdk.20211128                                 73a9a3b50bf4
  ocaml.4.14.2                                       458ea8e41f1f
  ocaml-base-compiler.4.14.2                         5e7f4ffd456a
  ocaml-compiler-libs.v0.12.4                        0894859c81d2
  ocaml-config.2                                     04f0ffe19acf
  ocaml-syntax-shims.1.0.0                           0a2ba278f346
  ocamlbuild.0.16.1                                  f3be9d38f777
  ocamlfind.1.9.8                                    664b1606b92b
  ocplib-endian.1.2                                  5c1840868eee
  ppx_derivers.1.2.1                                 616aee6c1b32
  ppx_fields_conv.v0.16.0                            5c6ccab554df
  ppx_sexp_conv.v0.16.0                              6a2262773cee
  ppxlib.0.35.0                                      1150d4050a5b
  re.1.14.0                                          3d15e7a98d94
  sedlex.3.7                                         8c5ed1c10283
  seq.base                                           58d3032df7b1
  sexplib0.v0.16.0                                   fcafa2009b8c
  stdlib-shims.0.3.0                                 d4db3d53fc47
  stringext.1.6.0                                    836ae5c7ffa2
  topkg.1.1.1                                        7bd6b0867511
  uri.4.4.0                                          2e9b539f2b48
  uri-sexp.4.4.0                                     daecc167b2b6
  uutf.1.0.4                                         0eb8a0966eb3
  yojson.1.7.0                                       7a55dec7ca51
=== STDOUT ===
Processing: [default: loading data]
[github.3.1.0: dl]
[github.3.1.0: extract]
-> retrieved github.3.1.0  (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.1.0)
-       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
-       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
-     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_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_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]: 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]: 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]: unused functor parameter CL.
-       ocamlc lib/.github.objs/github_core.{cmo,cmt}
- File "lib/github_core.ml", line 236, characters 19-21:
- 236 |     let repo_refs ?ty ~user ~repo =
-                          ^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "lib/github_core.ml", line 451, characters 49-66:
- 451 |       | Bad_response of exn * [ `None | `Json of Yojson.Basic.json | `Raw of string ]
-                                                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.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
-     ocamlopt lib/.github.objs/github_core.{cmx,o}
- File "lib/github_core.ml", line 236, characters 19-21:
- 236 |     let repo_refs ?ty ~user ~repo =
-                          ^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "lib/github_core.ml", line 451, characters 49-66:
- 451 |       | Bad_response of exn * [ `None | `Json of Yojson.Basic.json | `Raw of string ]
-                                                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-> compiled  github.3.1.0
-> installed github.3.1.0

=== STDERR ===

2026-09-04 01:06.02: OK: build github.3.1.0 (runc: 19.1s, disk: 16KB)
2026-09-04 01:06.02: Job succeeded