Build:
- 0
2026-09-04 00:58.02: New job: build github.3.0.1 (6d2c3d6f7b04)
2026-09-04 00:58.02: Waiting for resource in pool day11-builds
2026-09-04 01:11.28: Got resource from pool day11-builds
2026-09-04 01:11.28: [profile full] build github.3.0.1
2026-09-04 01:11.28: build github.3.0.1 (6d2c3d6f7b04)
=== DEPENDENCIES (47 transitive) ===
angstrom.0.14.1 5ac7fe966ab2
atd.1.12.0 05244713ac84
atdgen.1.12.0 d4827bf631b3
base.v0.13.2 286d74e924a3
base-bytes.base f1ce9672d75a
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
base64.3.2.0 edb65305523f
bigarray-compat.1.1.0 183bcc25c954
bigstringaf.0.6.1 f1b29c5b2d17
biniou.1.2.1 fded54d6f485
cohttp.2.5.8 7404488cdc4c
cohttp-lwt.2.5.8 e9dd06d02a95
cppo.1.6.9 8643b8614b47
dune.1.11.4 0641013d1466
dune-configurator.1.0.0 12a29ea72b02
easy-format.1.3.2 484a7398c8c7
fieldslib.v0.13.0 04fb707b9cb0
jbuilder.transition 5d668b7bd10f
jsonm.1.0.2 2b82654e335b
logs.0.8.0 f616dd11d0b3
lwt.5.7.0 3227e7e12592
menhir.20190924 3289e7ee63f0
ocaml.4.11.2 9044b53bfe17
ocaml-base-compiler.4.11.2 d1ed934bdaf0
ocaml-compiler-libs.v0.12.3 c181f62a290b
ocaml-config.1 51b78fd13520
ocaml-migrate-parsetree.1.8.0 1b1f5b795996
ocamlbuild.0.16.1 3440315de9e6
ocamlfind.1.9.8 67e30f343c55
ocplib-endian.1.2 f550389bb73b
ppx_derivers.1.2.1 b4549c390102
ppx_fields_conv.v0.13.0 230a9d46b7c6
ppx_sexp_conv.v0.13.0 d1cf03c17bde
ppxlib.0.13.0 4bae3d53f484
re.1.9.0 8138d2ee2802
result.1.5 5ba297ba5e79
seq.base cd92d8fe94f6
sexplib0.v0.13.0 a8e503987400
stdio.v0.13.0 d3e41a829a64
stdlib-shims.0.3.0 535173d3b2c5
stringext.1.6.0 635355b9f20f
topkg.1.1.1 a4210ea8e9ab
uri.4.4.0 c236770dc7a1
uri-sexp.4.4.0 f4865f7f36df
uutf.1.0.4 3d024d8dc8db
yojson.1.7.0 20802343c683
=== 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_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.{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_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-09-04 01:11.41: OK: build github.3.0.1 (runc: 12.1s, disk: 15KB)
2026-09-04 01:11.41: Job succeeded