Build:
- 0
2026-06-16 18:26.01: New job: build github.3.0.1 (099969a86005)
2026-06-16 18:26.01: Waiting for resource in pool day11-builds
2026-06-16 18:44.16: Got resource from pool day11-builds
2026-06-16 18:44.16: [profile full] build github.3.0.1
2026-06-16 18:44.16: build github.3.0.1 (099969a86005)
=== DEPENDENCIES (47 transitive) ===
angstrom.0.14.1 a908152c1385
atd.1.12.0 ac1c9c138837
atdgen.1.12.0 7c32fc2ea39f
base.v0.13.2 ea9bf421f381
base-bytes.base eaa2bf0d3cbe
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
base64.3.2.0 e3bf94687619
bigarray-compat.1.1.0 c18eb3cd600e
bigstringaf.0.6.1 1e9e42d55c2b
biniou.1.2.1 703f0ba075ff
cohttp.2.5.8 7ed583989c42
cohttp-lwt.2.5.8 15540df6e85c
cppo.1.6.9 ce6e2a922fdd
dune.1.11.4 29dd7ef124f2
dune-configurator.1.0.0 3e249db1eb1c
easy-format.1.3.2 17eb9d3c51ba
fieldslib.v0.13.0 511445d9ca9c
jbuilder.transition a162452409e0
jsonm.1.0.2 6983a3fb2f10
logs.0.8.0 d798d34c885b
lwt.5.7.0 ede19ada8d33
menhir.20190924 91f77f35a6d3
ocaml.4.11.2 82527a3d9959
ocaml-base-compiler.4.11.2 853adb80bee7
ocaml-compiler-libs.v0.12.3 e95661a041fd
ocaml-config.1 73dc523c3cc6
ocaml-migrate-parsetree.1.8.0 515cd46013d8
ocamlbuild.0.16.1 f3c519c1bc8e
ocamlfind.1.9.8 df35b34caa16
ocplib-endian.1.2 707cff25450e
ppx_derivers.1.2.1 81e662639921
ppx_fields_conv.v0.13.0 e0667a94189b
ppx_sexp_conv.v0.13.0 33eeea45ac32
ppxlib.0.13.0 559e0c22e80e
re.1.9.0 2a577686b10a
result.1.5 1a75445c7e7d
seq.base 9cd2e9e1495c
sexplib0.v0.13.0 9ee6deb6b630
stdio.v0.13.0 af7e019a7f75
stdlib-shims.0.3.0 30ed8df192d0
stringext.1.6.0 24a0a8a3bd08
topkg.1.1.1 f9eed75f21fa
uri.4.4.0 a9ae70a9ad27
uri-sexp.4.4.0 8b5ff4112d75
uutf.1.0.4 bfc47d73ba1c
yojson.1.7.0 5be7ec484f92
=== 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)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "gist/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "jar/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "js/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib_test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "unix/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- ocamlc lib/.github.objs/byte/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/byte/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/byte/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/byte/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.
- ocamlopt lib/.github.objs/native/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/byte/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/native/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 18:45.59: OK: build github.3.0.1 (runc: 16.6s, disk: 14KB)
2026-06-16 18:45.59: Job succeeded