Build:
- 0
2026-08-04 02:36.29: New job: build granary.0.0.3 (69060fe64fc2)
2026-08-04 02:36.29: Waiting for resource in pool day11-builds
2026-08-04 03:15.50: Got resource from pool day11-builds
2026-08-04 03:15.50: [profile full] build granary.0.0.3
2026-08-04 03:15.50: build granary.0.0.3 (69060fe64fc2)
=== DEPENDENCIES (47 transitive) ===
angstrom.0.16.1 bbda3b27faa5
base-bytes.base 7f97b2dcf940
base-threads.base afe16a8e71c3
base-unix.base 73c0a5fdd34a
bigstringaf.0.10.0 ec53eb088154
compiler-cloning.enabled 22a431860256
conf-linux-libc-dev.0 59daea91e198
cppo.1.8.0 38d8b2be0cd9
csexp.1.5.2 db31ccac35b3
cstruct.6.2.0 8ad93ac0a3ff
cstruct-lwt.6.2.0 a421a442c5b6
digestif.1.3.1 9ca279e73e97
dune.3.24.2 3890cabd9d1c
dune-configurator.3.24.2 e12eb50aa920
duration.0.3.1 1a4c90adb5c7
eqaf.0.10 ee14738e4485
fmt.0.11.0 62517f6b1b48
logs.0.10.0 10a2c6b509ce
lwt.6.1.2 7e33a0558a97
lwt_ppx.6.1.0 106aab9646bb
menhir.20260209 93118cacb0ae
menhirCST.20260209 cdb6a766f59c
menhirGLR.20260209 181321afeadc
menhirLib.20260209 662af0f861c7
menhirSdk.20260209 e691e777566a
mirage-block.3.0.2 da8c86966873
mirage-block-unix.2.14.2 c803e610dc1b
mirage-crypto.2.2.0 f500c40bfa39
mirage-crypto-rng.2.2.0 0a4324568d90
ocaml.5.5.0 af24caade1d3
ocaml-base-compiler.5.5.0 5f93989ce6d7
ocaml-compiler.5.5.0 15edcf5138e5
ocaml-compiler-libs.v0.17.0 fbd27b6d494a
ocaml-syntax-shims.1.0.0 3a9f5da3c24a
ocamlbuild.0.16.1 ae35ea2527bb
ocamlfind.1.9.9~preview c75d6f48ab10
ocplib-endian.1.2 386b61435895
ppx_derivers.1.2.1 7d6e206d957e
ppxlib.0.38.0 9fbd6402ef4a
rresult.0.7.0 f10c00caa853
sexplib0.v0.17.0 1186b84607b2
stdlib-shims.0.3.0 dac7c385da53
stringext.1.6.0 e59a532ba162
topkg.1.1.1 1b7cf367f441
uri.4.4.0 c103dab73779
uucp.17.0.0 4448e57174fa
uutf.1.0.4 08bae721479c
=== STDOUT ===
Processing: [default: loading data]
[granary.0.0.3: dl]
[granary.0.0.3: extract]
-> retrieved granary.0.0.3 (https://opam.ocaml.org/cache)
[granary: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "granary" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/granary.0.0.3)
- (cd _build/.sandbox/a2cfd22303154261b10181b378aa59f2/default && /home/opam/.opam/default/bin/menhir --unused-tokens lib/sql/parser.mly --base lib/sql/parser --infer-write-query lib/sql/parser__mock.ml.mock)
- File "lib/sql/parser.mly", line 765, characters 0-11:
- Warning: symbol insert_expr is unreachable from any of the start symbols.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/store/.granary_store.objs/byte -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mirage-crypto -I /home/opam/.opam/default/lib/mirage-crypto-rng -I lib/block/.granary_block.objs/byte -I lib/encoding/.granary_encoding.objs/byte -I lib/storage/.granary_storage.objs/byte -cmi-file lib/store/.granary_store.objs/byte/granary_store__Store.cmi -no-alias-deps -open Granary_store -o lib/store/.granary_store.objs/byte/granary_store__Store.cmo -c -impl lib/store/store.pp.ml)
- File "lib/store/store.ml", line 1460, characters 11-29:
- 1460 | let ro_end (Ro snap : ro txn) =
- ^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Rw { _ }
-
- File "lib/store/store.ml", line 2124, characters 11-26:
- 2124 | let commit (Rw t : rw txn) : unit Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2182, characters 13-28:
- 2182 | let rollback (Rw t : rw txn) : unit Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2440, characters 20-35:
- 2440 | let savepoint_begin (Rw t : rw txn) name =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2470, characters 22-37:
- 2470 | let savepoint_release (Rw t : rw txn) name =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2493, characters 23-38:
- 2493 | let savepoint_rollback (Rw t : rw txn) name =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2595, characters 8-23:
- 2595 | let put (Rw t : rw txn) tid key value : unit Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2622, characters 10-25:
- 2622 | let put_x (Rw t : rw txn) tid key value : bytes option Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2705, characters 8-23:
- 2705 | let del (Rw t : rw txn) tid key : unit Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 3061, characters 27-36:
- 3061 | let iter_snapshot_pages st (Ro snap) ~(f : page_id:int64 -> page:Cstruct.t -> unit Lwt.t)
- ^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Rw { _ }
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/store/.granary_store.objs/byte -I lib/store/.granary_store.objs/native -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mirage-crypto -I /home/opam/.opam/default/lib/mirage-crypto-rng -I lib/block/.granary_block.objs/byte -I lib/block/.granary_block.objs/native -I lib/encoding/.granary_encoding.objs/byte -I lib/encoding/.granary_encoding.objs/native -I lib/storage/.granary_storage.objs/byte -I lib/storage/.granary_storage.objs/native -cmi-file lib/store/.granary_store.objs/byte/granary_store__Store.cmi -no-alias-deps -open Granary_store -o lib/store/.granary_store.objs/native/granary_store__Store.cmx -c -impl lib/store/store.pp.ml)
- File "lib/store/store.ml", line 1460, characters 11-29:
- 1460 | let ro_end (Ro snap : ro txn) =
- ^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Rw { _ }
-
- File "lib/store/store.ml", line 2124, characters 11-26:
- 2124 | let commit (Rw t : rw txn) : unit Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2182, characters 13-28:
- 2182 | let rollback (Rw t : rw txn) : unit Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2440, characters 20-35:
- 2440 | let savepoint_begin (Rw t : rw txn) name =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2470, characters 22-37:
- 2470 | let savepoint_release (Rw t : rw txn) name =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2493, characters 23-38:
- 2493 | let savepoint_rollback (Rw t : rw txn) name =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2595, characters 8-23:
- 2595 | let put (Rw t : rw txn) tid key value : unit Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2622, characters 10-25:
- 2622 | let put_x (Rw t : rw txn) tid key value : bytes option Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 2705, characters 8-23:
- 2705 | let del (Rw t : rw txn) tid key : unit Lwt.t =
- ^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Ro {rs_store={ _ }; _ }
-
- File "lib/store/store.ml", line 3061, characters 27-36:
- 3061 | let iter_snapshot_pages st (Ro snap) ~(f : page_id:int64 -> page:Cstruct.t -> unit Lwt.t)
- ^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Rw { _ }
- (cd _build/.sandbox/8465d96562132133768db2fa8939b28b/default && /home/opam/.opam/default/bin/menhir --unused-tokens lib/sql/parser.mly --base lib/sql/parser --infer-read-reply lib/sql/parser__mock.mli.inferred)
- File "lib/sql/parser.mly", line 129, characters 0-9:
- Warning: the precedence level assigned to COLLATE_PREC is never useful.
- File "lib/sql/parser.mly", line 1186, characters 37-43:
- Warning: this %prec declaration is never useful.
- File "lib/sql/parser.mly", line 1224, characters 37-43:
- Warning: this %prec declaration is never useful.
- File "lib/sql/parser.mly", line 1254, characters 45-57:
- Warning: this %prec declaration is never useful.
- Warning: 35 states have shift/reduce conflicts.
- Warning: 290 shift/reduce conflicts were arbitrarily resolved.
-> compiled granary.0.0.3
-> installed granary.0.0.3
=== STDERR ===
2026-08-04 03:16.22: OK: build granary.0.0.3 (runc: 27.2s, disk: 19KB)
2026-08-04 03:16.22: Job succeeded