Build:
  1. 0
2026-09-04 18:50.18: New job: build granary.0.0.3 (0d2b705772bb)
2026-09-04 18:50.18: Waiting for resource in pool day11-builds
2026-09-04 19:08.50: Got resource from pool day11-builds
2026-09-04 19:08.50: [profile full] build granary.0.0.3
2026-09-04 19:08.50: build granary.0.0.3 (0d2b705772bb)
=== DEPENDENCIES (47 transitive) ===
  angstrom.0.16.1                                    b7da2c05a431
  base-bytes.base                                    03f6a7f50e10
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigstringaf.0.10.0                                 377d6f8fb17f
  compiler-cloning.enabled                           966a2e6839f0
  conf-linux-libc-dev.0                              0af5b24bacd0
  cppo.1.8.0                                         3a29ac6f7bab
  csexp.1.5.2                                        8c096e7de322
  cstruct.6.2.0                                      4817ede8fe03
  cstruct-lwt.6.2.0                                  3f07de9f6bb6
  digestif.1.3.1                                     97399aad4c57
  dune.3.24.2                                        25fbaa318de6
  dune-configurator.3.24.2                           517e3f9cad4b
  duration.0.3.1                                     2da5e06a146d
  eqaf.0.10                                          cd5b6ef6ec3e
  fmt.0.11.0                                         151e0b51ed7d
  logs.0.10.0                                        2a2be2927e01
  lwt.6.1.2                                          0f24acbe404b
  lwt_ppx.6.1.0                                      eb608af37e82
  menhir.20260209                                    c1f23eb38523
  menhirCST.20260209                                 0c0a8e122478
  menhirGLR.20260209                                 55b8cfc3f8b3
  menhirLib.20260209                                 e790c6b1b683
  menhirSdk.20260209                                 5256bfaa72f1
  mirage-block.3.0.2                                 16776123b9b9
  mirage-block-unix.2.14.2                           292ae7700f36
  mirage-crypto.2.4.1                                14e35cfe3265
  mirage-crypto-rng.2.4.1                            746affd0e8b6
  ocaml.5.5.1                                        70ca0c66e0e8
  ocaml-base-compiler.5.5.1                          59841d7ed85e
  ocaml-compiler.5.5.1                               492c0c740bd1
  ocaml-compiler-libs.v0.17.0                        235024900ef6
  ocaml-syntax-shims.1.0.0                           609f8309a47d
  ocamlbuild.0.16.1                                  e25cf731aeb5
  ocamlfind.1.9.9~preview                            5e0261154b58
  ocplib-endian.1.2                                  d41cba8ea738
  ppx_derivers.1.2.1                                 8d5f777c17ee
  ppxlib.0.38.0                                      ac854f4fbd20
  rresult.0.7.0                                      bd921cc3de54
  sexplib0.v0.17.0                                   055934f8e366
  stdlib-shims.0.3.0                                 cc542b70be6c
  stringext.1.6.0                                    bc0bd2fff16a
  topkg.1.1.1                                        2919b4412ec4
  uri.4.4.0                                          70ce46d31b42
  uucp.17.0.0                                        4dd383ca1a14
  uutf.1.0.4                                         69a1c756ad05
=== 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/cc3b2f960c81e892b172edb93e7c4f0c/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/160599e6adba357a61d425629d1a4bfd/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 19:10.04: OK: build granary.0.0.3 (runc: 64.7s, disk: 19KB)
2026-09-04 19:10.04: Job succeeded