Build:
- 0
2026-06-16 18:09.09: New job: build github.3.1.0 (caaa202cce6f)
2026-06-16 18:09.09: Waiting for resource in pool day11-builds
2026-06-16 18:30.56: Got resource from pool day11-builds
2026-06-16 18:30.56: [profile full] build github.3.1.0
2026-06-16 18:30.56: build github.3.1.0 (caaa202cce6f)
=== DEPENDENCIES (47 transitive) ===
angstrom.0.16.1 a499461c2439
atd.1.12.0 ca2925e5747e
atdgen.1.12.0 279de66009cd
base.v0.16.5 6465b53ca5ca
base-bytes.base 70d0daec7841
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
base64.3.5.2 7e79ef192159
bigstringaf.0.10.0 b0e2fb8e5d3b
biniou.1.2.2 f0e9938fc49f
camlp-streams.5.0.1 76b76cc9fe05
cohttp.6.2.1 630a256f2cb4
cohttp-lwt.6.2.1 33843c97d522
cppo.1.8.0 ea583d2d3bbb
csexp.1.5.2 ec63db2dab31
domain-name.0.5.0 0aa1d6a444a1
dune.3.23.1 5402470d931c
dune-configurator.3.23.1 58f4a3f92083
easy-format.1.3.4 50a1da39581c
http.6.2.1 a45ecde0272c
ipaddr.5.6.2 e5195985be25
jbuilder.1.0+beta20.2 ab5ab9884b95
logs.0.10.0 9a94a86bd72a
lwt.6.1.2 4f8aa1aa7c72
macaddr.5.6.2 59c28b8691a3
menhir.20211128 58c4ad093048
menhirLib.20211128 581f36ec2b3c
menhirSdk.20211128 ba9fa85c2874
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-compiler-libs.v0.12.4 d1dd1437b449
ocaml-config.2 669e0fcf9e4d
ocaml-syntax-shims.1.0.0 8e1b0ec7f904
ocamlbuild.0.16.1 8f6c52e6fce8
ocamlfind.1.9.8 6025f4a8e98e
ocplib-endian.1.2 4dbd3fe91c51
ppx_derivers.1.2.1 441538dbecd1
ppx_sexp_conv.v0.16.0 c4b8211970d7
ppxlib.0.35.0 58eae20f5b7b
re.1.14.0 8d7c1999492d
sexplib0.v0.16.0 3e198ce31e44
stdlib-shims.0.3.0 e2dd0beb9112
stringext.1.6.0 d29c9ca4a03c
topkg.1.1.1 ab549298f3fc
uri.4.4.0 a28bedf1b002
uri-sexp.4.4.0 3e49dd431189
yojson.1.7.0 e2a5a79780c9
=== 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_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]: 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_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-16 18:31.17: OK: build github.3.1.0 (runc: 13.1s, disk: 14KB)
2026-06-16 18:31.17: Job succeeded