Build:
  1. 0
2026-09-03 23:59.07: New job: build granary.0.0.3 (300e912c922f)
2026-09-03 23:59.07: Waiting for resource in pool day11-builds
2026-09-04 00:43.08: Got resource from pool day11-builds
2026-09-04 00:43.08: [profile full] build granary.0.0.3
2026-09-04 00:43.08: build granary.0.0.3 (300e912c922f)
=== DEPENDENCIES (47 transitive) ===
  angstrom.0.16.1                                    a323ffd89c88
  base-bytes.base                                    a07bc30a9819
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigstringaf.0.10.0                                 93e506531296
  compiler-cloning.enabled                           966a2e6839f0
  conf-linux-libc-dev.0                              0af5b24bacd0
  cppo.1.8.0                                         83351009e21e
  csexp.1.5.2                                        58b250503765
  cstruct.6.2.0                                      2e05e56e7587
  cstruct-lwt.6.2.0                                  98c2022c6a44
  digestif.1.3.1                                     92cd49acc17a
  dune.3.24.2                                        ec704e062ad3
  dune-configurator.3.24.2                           183455f65a68
  duration.0.3.1                                     df0fb6ccab2e
  eqaf.0.10                                          345b21ba5daa
  fmt.0.11.0                                         395be4fa8f81
  logs.0.10.0                                        1de84dab5483
  lwt.6.1.2                                          7034b4ad2702
  lwt_ppx.6.1.0                                      31ad2cf0c8ea
  menhir.20260209                                    381a2138ba97
  menhirCST.20260209                                 2274e41bb75f
  menhirGLR.20260209                                 dc2d20aa75ca
  menhirLib.20260209                                 aca3f0b58574
  menhirSdk.20260209                                 fb69c1928809
  mirage-block.3.0.2                                 1173a6aa882e
  mirage-block-unix.2.14.2                           ee236f7ce02e
  mirage-crypto.2.4.1                                1b368872063e
  mirage-crypto-rng.2.4.1                            d72922b85b56
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  ocaml-compiler-libs.v0.17.0                        5bb965f7a9b8
  ocaml-syntax-shims.1.0.0                           c27f011a36e9
  ocamlbuild.0.16.1                                  ccce18256717
  ocamlfind.1.9.9~preview                            6a4c70487cf9
  ocplib-endian.1.2                                  f93892607f26
  ppx_derivers.1.2.1                                 b98ec33f5664
  ppxlib.0.38.0                                      3ee699583a7b
  rresult.0.7.0                                      02fffb5a5b61
  sexplib0.v0.17.0                                   ff60a3c976cf
  stdlib-shims.0.3.0                                 8ab1e1c44699
  stringext.1.6.0                                    cc60b00504f7
  topkg.1.1.1                                        3bd227743fbd
  uri.4.4.0                                          8c080858e561
  uucp.17.0.0                                        70006f337f3b
  uutf.1.0.4                                         af704224ff27
=== 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-09-04 00:44.28: OK: build granary.0.0.3 (runc: 62.2s, disk: 19KB)
2026-09-04 00:44.28: Job succeeded