Build:
- 0
2026-06-24 18:28.04: New job: build github.3.1.0 (fb9614a4fdac)
2026-06-24 18:28.04: Waiting for resource in pool day11-builds
2026-06-24 18:56.24: Got resource from pool day11-builds
2026-06-24 18:56.24: [profile full] build github.3.1.0
2026-06-24 18:56.24: build github.3.1.0 (fb9614a4fdac)
=== DEPENDENCIES (49 transitive) ===
angstrom.0.16.1 b3c0b2c22161
atd.1.12.0 697900cee508
atdgen.1.12.0 564bb3f1a444
base.v0.16.5 029e992da996
base-bytes.base c40d17bc86b5
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
base64.3.5.2 210584fc1188
bigstringaf.0.10.0 2670f46d1cef
biniou.1.2.2 eef30331b544
camlp-streams.5.0.1 28f363162dde
cmdliner.1.3.0 7280d3fb1acd
cohttp.6.1.1 7788f476f164
cohttp-lwt.6.1.1 9e8f756590d7
cppo.1.8.0 5f3f70cae95b
csexp.1.5.2 610c78f17734
domain-name.0.5.0 6f01944aa0ef
dune.3.23.1 848a72441e15
dune-configurator.3.23.1 bc97ce98d8a9
easy-format.1.3.4 1672fd0d9a38
fmt.0.11.0 7cf6f7d63275
http.6.1.1 053ce513967b
ipaddr.5.6.2 56bad830d33a
jbuilder.1.0+beta20.2 4f461261c648
logs.0.10.0 34be3f7204fa
lwt.5.10.0 7005b0d98aa6
macaddr.5.6.2 b62a4db7f76e
menhir.20211128 4d375e46691e
menhirLib.20211128 84dec646e3db
menhirSdk.20211128 fab0287522a3
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-compiler-libs.v0.12.4 2aecf989b0b2
ocaml-config.2 2d9c209f5590
ocaml-syntax-shims.1.0.0 ac7d70c1c23c
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
ocplib-endian.1.2 380dd426e898
ppx_derivers.1.2.1 9245877bc46e
ppx_sexp_conv.v0.16.0 3dc8c79ef340
ppxlib.0.35.0 bbb70c1d0b8a
re.1.14.0 d62d6f65abb6
sexplib0.v0.16.0 7a6e649d895c
stdlib-shims.0.3.0 de5202e23add
stringext.1.6.0 9dbcca0df50a
topkg.1.1.1 511e1a1958da
uri.4.4.0 ae40a4374ff7
uri-sexp.4.4.0 3732a697b933
yojson.1.7.0 af4472b19ade
=== 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
- 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_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_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_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.{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-06-24 18:56.58: OK: build github.3.1.0 (runc: 15.6s, disk: 15KB)
2026-06-24 18:56.58: Job succeeded