Build:
- 0
2026-09-04 00:56.02: New job: build github.3.1.0 (c01a3537775e)
2026-09-04 00:56.02: Waiting for resource in pool day11-builds
2026-09-04 01:10.07: Got resource from pool day11-builds
2026-09-04 01:10.07: [profile full] build github.3.1.0
2026-09-04 01:10.07: build github.3.1.0 (c01a3537775e)
=== DEPENDENCIES (47 transitive) ===
angstrom.0.16.1 e7a677ecbad7
atd.1.12.0 b879ae9ae144
atdgen.1.12.0 77507279568d
base.v0.16.5 9b8d977c1f60
base-bytes.base 68d84c459288
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
base64.3.5.2 9934c8f05d7a
bigstringaf.0.10.0 81ac91c311f3
biniou.1.2.2 7e2471b75e8f
camlp-streams.5.0.1 4c58a1da28ba
cohttp.6.3.0 72b73b845adb
cohttp-lwt.6.3.0 5387cc885004
cppo.1.8.0 8b34f9718c9c
csexp.1.5.2 c758d7657e5b
domain-name.0.5.0 aaeb4247c345
dune.3.24.2 bf83cdf0a904
dune-configurator.3.24.2 23afe5cb4d3b
easy-format.1.3.4 3a6d5023d2b6
http.6.3.0 bf42081039fb
ipaddr.5.6.2 c55087347bc3
jbuilder.1.0+beta20.2 d14840434490
logs.0.10.0 f363508872ea
lwt.6.1.2 3072189ea5c2
macaddr.5.6.2 dfa0f2923007
menhir.20211128 8cddf5b2e4b2
menhirLib.20211128 050670b6930e
menhirSdk.20211128 954dfb6c0907
ocaml.4.14.4 c7d6265b51fe
ocaml-base-compiler.4.14.4 7a409b6ffbef
ocaml-compiler-libs.v0.12.4 0a923ba812db
ocaml-config.2 85edea6ac168
ocaml-syntax-shims.1.0.0 dd7617b68ec9
ocamlbuild.0.16.1 5ae5ab4d19bf
ocamlfind.1.9.8 3cae95bed0a0
ocplib-endian.1.2 a626410be6a1
ppx_derivers.1.2.1 e8685a77fc9e
ppx_sexp_conv.v0.16.0 c4d7e3e92e0a
ppxlib.0.35.0 46c1dac34d3c
re.1.14.0 dd879e7a18b1
sexplib0.v0.16.0 a69f43de36f7
stdlib-shims.0.3.0 484c72a128b6
stringext.1.6.0 9520d67485ad
topkg.1.1.1 f1122af0988e
uri.4.4.0 7c67c85f3177
uri-sexp.4.4.0 d23d22ae939c
yojson.1.7.0 2299915efbe2
=== 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_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-09-04 01:10.29: OK: build github.3.1.0 (runc: 15.7s, disk: 15KB)
2026-09-04 01:10.29: Job succeeded