Build:
- 0
2026-06-24 18:53.32: New job: build github.3.1.0 (77be164e3833)
2026-06-24 18:53.32: Waiting for resource in pool day11-builds
2026-06-24 19:10.07: Got resource from pool day11-builds
2026-06-24 19:10.07: [profile full] build github.3.1.0
2026-06-24 19:10.07: build github.3.1.0 (77be164e3833)
=== DEPENDENCIES (52 transitive) ===
angstrom.0.16.1 4b050efa3734
atd.1.12.0 356c5f57a567
atdgen.1.12.0 b33ff89447bb
base.v0.16.5 4b296a679bc7
base-bytes.base d0fd04dd9830
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
base64.3.5.2 3cc13bd50d18
bigstringaf.0.10.0 6c1ccdd89e4f
biniou.1.2.2 fae4c55dfada
camlp-streams.5.0.1 6fca7829a2ff
cmdliner.2.1.1 48170fd83cd9
cohttp.2.5.8 da93628e2322
cohttp-lwt.2.5.8 f6a6a9f34a91
cppo.1.8.0 dcb021400411
csexp.1.5.2 5877f876f528
dune.3.23.1 167573e3d8b2
dune-configurator.3.23.1 7c67a41953ca
easy-format.1.3.4 b20a4dc1fa21
fieldslib.v0.16.0 2712617dbc4b
gen.1.1 0520dfa28079
jbuilder.1.0+beta20.2 19c415ccd701
js_of_ocaml-compiler.5.9.1 7e0025ae2493
jsonm.1.0.2 d2729214af3b
logs.0.10.0 cc175886f8df
lwt.6.1.2 f1a9a00c6f0d
menhir.20211128 4c38eda80db9
menhirLib.20211128 46491339c266
menhirSdk.20211128 399487179399
ocaml.4.14.2 60a0c582e85e
ocaml-base-compiler.4.14.2 1676c56e80d2
ocaml-compiler-libs.v0.12.4 509322ab93c6
ocaml-config.2 c8f40f500988
ocaml-syntax-shims.1.0.0 ac41f9f23677
ocamlbuild.0.16.1 a330f885076a
ocamlfind.1.9.8 9cedae5d7e1a
ocplib-endian.1.2 425bcdf4627f
ppx_derivers.1.2.1 07035c3d9399
ppx_fields_conv.v0.16.0 9ce112a87e3f
ppx_sexp_conv.v0.16.0 9d2ca865fcf5
ppxlib.0.35.0 766394059713
re.1.14.0 ca6fbd090d42
sedlex.3.7 b2cca9b7d548
seq.base 774acfc13ff0
sexplib0.v0.16.0 ffbc25eeae63
stdlib-shims.0.3.0 7597558db40e
stringext.1.6.0 0a6dc1ac362f
topkg.1.1.1 1d44551de06b
uri.4.4.0 5f11f7bbdac3
uri-sexp.4.4.0 727a3d4c3038
uutf.1.0.4 974224aeebda
yojson.1.7.0 cc9d81c774dc
=== 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_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
- 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.{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 19:10.46: OK: build github.3.1.0 (runc: 13.1s, disk: 16KB)
2026-06-24 19:10.46: Job succeeded