Build:
- 0
2026-08-06 00:23.37: New job: build granary.0.0.3 (2fe40e025f9b)
2026-08-06 00:23.37: Waiting for resource in pool day11-builds
2026-08-06 01:22.22: Got resource from pool day11-builds
2026-08-06 01:22.22: [profile full] build granary.0.0.3
2026-08-06 01:22.22: build granary.0.0.3 (2fe40e025f9b)
=== DEPENDENCIES (47 transitive) ===
angstrom.0.16.1 2f0df8172073
base-bytes.base 8081c0437901
base-threads.base 4e0218232a65
base-unix.base 2d2c0bf34146
bigstringaf.0.10.0 8d2e4276959a
compiler-cloning.enabled 645922735998
conf-linux-libc-dev.0 198b4a01a174
cppo.1.8.0 c75d5aca684f
csexp.1.5.2 ddbe24786709
cstruct.6.2.0 c29c1cca842a
cstruct-lwt.6.2.0 a418ce5baf98
digestif.1.3.1 13605a162a91
dune.3.24.2 1e5f2fe7e8cc
dune-configurator.3.24.2 023c240b9537
duration.0.3.1 9fa0941394ec
eqaf.0.10 c13e8f4d8de7
fmt.0.11.0 2244094c5f20
logs.0.10.0 8bbd3a7215d6
lwt.6.1.2 86af693b4396
lwt_ppx.6.1.0 d65b93c88349
menhir.20260209 1305be0c1632
menhirCST.20260209 b709fddbf04d
menhirGLR.20260209 27c16d09f5be
menhirLib.20260209 9697856f833a
menhirSdk.20260209 35815df0a701
mirage-block.3.0.2 c15c01b3198b
mirage-block-unix.2.14.2 e597d71454aa
mirage-crypto.2.2.0 fa9c361651f7
mirage-crypto-rng.2.2.0 daf011d0832d
ocaml.5.5.0 07a9fea0affc
ocaml-base-compiler.5.5.0 90119128ecb1
ocaml-compiler.5.5.0 6aaaaa99fb41
ocaml-compiler-libs.v0.17.0 39f118f5cebb
ocaml-syntax-shims.1.0.0 de3bd09858cc
ocamlbuild.0.16.1 799d75b8313e
ocamlfind.1.9.9~preview 851bbc5aa659
ocplib-endian.1.2 74a0c7e455fb
ppx_derivers.1.2.1 739fcf4a29eb
ppxlib.0.38.0 d61d3795fb61
rresult.0.7.0 ccf2113ddd02
sexplib0.v0.17.0 937fe10686a3
stdlib-shims.0.3.0 e988f750ed71
stringext.1.6.0 849ae54ab435
topkg.1.1.1 b3532e45bdee
uri.4.4.0 c22bac9cc63f
uucp.17.0.0 38d163c99a8e
uutf.1.0.4 b391fd62cde0
=== 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-06 01:23.08: OK: build granary.0.0.3 (runc: 36.2s, disk: 19KB)
2026-08-06 01:23.08: Job succeeded