Build:
  1. 0
2026-07-30 05:49.32: New job: build granary.0.0.3 (26ecb43e1720)
2026-07-30 05:49.32: [profile full] build granary.0.0.3
2026-07-30 05:49.37: build granary.0.0.3 (26ecb43e1720)
=== DEPENDENCIES (47 transitive) ===
  angstrom.0.16.1                                    71c3a050e809
  base-bytes.base                                    7f97b2dcf940
  base-threads.base                                  afe16a8e71c3
  base-unix.base                                     73c0a5fdd34a
  bigstringaf.0.10.0                                 673b9e605f9f
  compiler-cloning.enabled                           22a431860256
  conf-linux-libc-dev.0                              59daea91e198
  cppo.1.8.0                                         4a096e8ded10
  csexp.1.5.2                                        9b58e29a8bf1
  cstruct.6.2.0                                      4ca13d3faa2b
  cstruct-lwt.6.2.0                                  426fe8b12cc6
  digestif.1.3.1                                     61016b8c6cc6
  dune.3.24.1                                        0d2a3ba8bfb9
  dune-configurator.3.24.1                           29a4528f5159
  duration.0.3.1                                     d89fea4de1f2
  eqaf.0.10                                          8254a7e791d9
  fmt.0.11.0                                         62517f6b1b48
  logs.0.10.0                                        0014a1ed29f8
  lwt.6.1.2                                          ebd0d54cd400
  lwt_ppx.6.1.0                                      618abc1b2bd0
  menhir.20260209                                    2793f077669c
  menhirCST.20260209                                 f3d31f558a85
  menhirGLR.20260209                                 f23c6421a979
  menhirLib.20260209                                 29d51cfce968
  menhirSdk.20260209                                 32863c1d5978
  mirage-block.3.0.2                                 2ac618b9c584
  mirage-block-unix.2.14.2                           b16f1fc42846
  mirage-crypto.2.2.0                                16bd7f5a5e1b
  mirage-crypto-rng.2.2.0                            da141aa42165
  ocaml.5.5.0                                        af24caade1d3
  ocaml-base-compiler.5.5.0                          5f93989ce6d7
  ocaml-compiler.5.5.0                               15edcf5138e5
  ocaml-compiler-libs.v0.17.0                        143ee4c05724
  ocaml-syntax-shims.1.0.0                           ea656eef8b1f
  ocamlbuild.0.16.1                                  ae35ea2527bb
  ocamlfind.1.9.9~preview                            c75d6f48ab10
  ocplib-endian.1.2                                  dc05e5a2e61e
  ppx_derivers.1.2.1                                 728b609b3158
  ppxlib.0.38.0                                      9f56b9c3a08f
  rresult.0.7.0                                      f10c00caa853
  sexplib0.v0.17.0                                   2f6793719818
  stdlib-shims.0.3.0                                 4bbd4a6c7a07
  stringext.1.6.0                                    3223e63bcc69
  topkg.1.1.1                                        1b7cf367f441
  uri.4.4.0                                          561e31167b58
  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-07-30 05:50.17: OK: build granary.0.0.3 (runc: 37.1s, disk: 19KB)
2026-07-30 05:50.17: Job succeeded