Build:
- 0
2026-09-04 19:18.50: New job: build codex.1.0~rc4 (44af0ce129ba)
2026-09-04 19:18.50: Waiting for resource in pool day11-builds
2026-09-04 19:24.15: Got resource from pool day11-builds
2026-09-04 19:24.15: [profile full] build codex.1.0~rc4
2026-09-04 19:24.15: build codex.1.0~rc4 (44af0ce129ba)
=== DEPENDENCIES (63 transitive) ===
base.v0.17.3 d0dd5eed4346
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
base64.3.5.2 684042144c57
bheap.2.0.0 867d54704c93
camlp-streams.5.0.1 64e37c711deb
cmdliner.2.1.1 e5dd77e6708d
compiler-cloning.enabled 966a2e6839f0
conf-gmp.5 eac5259e412f
conf-pkg-config.5 74f50f3cfe72
cppo.1.8.0 13f8a6a9db93
csexp.1.5.2 9a2d2be1d04b
cudd.0.1.3 0b83d7c7a18f
dune.3.23.1 22cf6d1ea22c
dune-configurator.3.23.1 b5f9b391f631
fmt.0.11.0 9ca62730ad74
gen.1.1 b1df4b4f5b4a
gen_js_api.1.1.7 e8c8d8fe7f27
jane-street-headers.v0.17.0 70febc76b7c6
js_of_ocaml.6.4.1 f1de43fa5116
js_of_ocaml-compiler.6.4.1 bcac929b0026
js_of_ocaml-ppx.6.4.1 6c9e91b93cfb
jst-config.v0.17.0 6eb30f439352
menhir.20250912 5fb43da1a7af
menhirCST.20250912 82e1bf5cb98e
menhirLib.20250912 aa7413396216
menhirSdk.20250912 8f16d5d9693d
ocaml.5.5.1 70ca0c66e0e8
ocaml-base-compiler.5.5.1 59841d7ed85e
ocaml-compiler.5.5.1 492c0c740bd1
ocaml-compiler-libs.v0.17.0 7f471ce172cd
ocaml_intrinsics_kernel.v0.17.2 e5d7a8348fd8
ocamlbuild.0.16.1 e25cf731aeb5
ocamlfind.1.9.9~preview 5e0261154b58
ojs.1.1.7 a44cf33230b0
pacomb.1.4.4 6cc5f020f822
patricia-tree.0.15.0 3010252492dc
ppx_assert.v0.17.0 c09f20edd342
ppx_base.v0.17.0 54799b53326c
ppx_cold.v0.17.0 db8218feed5c
ppx_compare.v0.17.0 c9ee3d8420d8
ppx_derivers.1.2.1 9eb1f6071ff7
ppx_deriving.6.1.3 c5531709bec1
ppx_enumerate.v0.17.0 be67f703be36
ppx_globalize.v0.17.2 a09b3c971835
ppx_hash.v0.17.0 d5e194548d4c
ppx_here.v0.17.0 5c3364d15dee
ppx_inline_test.v0.17.1 425597f15532
ppx_optcomp.v0.17.1 1eb89d6e03e4
ppx_sexp_conv.v0.17.1 f58a553df1b3
ppxlib.0.38.0 0364b65424cf
ppxlib_jane.v0.17.4 40dd5e65a914
qcheck-core.0.91 bf1f8b6b661e
sedlex.3.7 d716d5df5ceb
seq.base 06af5ac9d1a8
sexplib0.v0.17.0 ae041225f584
stdio.v0.17.0 a321066cc294
stdlib-shims.0.3.0 5203a7d1e59d
time_now.v0.17.0 c0c3c9355869
topkg.1.1.1 2919b4412ec4
vdom.0.3 ff50aecfad1d
yojson.3.0.0 e8771a1c82bd
zarith.1.14 345688a9ddb6
=== STDOUT ===
Processing: [default: loading data]
[codex.1.0~rc4: dl]
[codex.1.0~rc4: extract]
[codex.1.0~rc4/utils/gui/deps/graphviz.umd.js: dl]
[codex.1.0~rc4/utils/gui/deps/js/bundle-output.js: dl]
[codex.1.0~rc4/utils/gui/deps/tailwind4.1.5.css: dl]
-> retrieved codex.1.0~rc4 (https://opam.ocaml.org/cache)
[codex: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "codex" "-j" "39" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/codex.1.0~rc4)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -O3 -I utils/.stats.objs/byte -I utils/.stats.objs/native -I /home/opam/.opam/default/lib/zarith -I utils/.hook.objs/byte -I utils/.hook.objs/native -cmi-file utils/.stats.objs/byte/stats.cmi -no-alias-deps -o utils/.stats.objs/native/stats.cmx -c -impl utils/stats.ml)
- File "utils/stats.ml", lines 80-82, characters 44-31:
- 80 | ............................................function
- 81 | | Exhaustive { compact=Compact{ size; _ }; _; } -> size
- 82 | | Compact { size; _ } -> size
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Exhaustive _; _ }
-
- File "utils/stats.ml", lines 84-86, characters 41-29:
- 84 | .........................................match x with
- 85 | | Exhaustive { compact=Compact{ typ; _; }; _; } -> typ
- 86 | | Compact { typ; _ } -> typ
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Exhaustive _; _ }
-
- File "utils/stats.ml", line 88, characters 25-55:
- 88 | let sort_values (type a) (Exhaustive x as ex: (a, _) t) : a array =
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Compact {typ=Int; sum_squares=WI _; _ }
-
- File "utils/stats.ml", line 134, characters 31-60:
- 134 | let add_value_compact (type a) (Compact aggregate: (a, _) t) value : (a, _) t =
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", line 222, characters 17-44:
- 222 | let make_compact (Exhaustive { compact; _ }) = compact
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Compact {typ=Int; sum_squares=WI _; _ }
-
- File "utils/stats.ml", line 227, characters 23-34:
- 227 | let make_float_compact (Compact x) = Compact {
- ^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", line 244, characters 57-85:
- 244 | let concat_compact (type a) (Compact l as cl : (a, _) t) (Compact r as cr : (a, _) t) =
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", line 244, characters 28-56:
- 244 | let concat_compact (type a) (Compact l as cl : (a, _) t) (Compact r as cr : (a, _) t) =
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", lines 258-265, characters 2-7:
- 258 | ..match cl, cr with
- 259 | | Compact _, Compact _ -> concat_compact cl cr
- 260 | | Exhaustive { values=values_l; compact=cl; _ }, Exhaustive { values; compact; _ } ->
- 261 | Exhaustive {
- 262 | compact = concat_compact cl compact;
- 263 | values = Cat (values_l, values);
- 264 | sorted = false
- 265 | }
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: (Compact _, Exhaustive _)
-
- File "utils/stats.ml", lines 272-273, characters 2-20:
- 272 | ..let Compact {sum;_;} as x = compact x in
- 273 | check_empty x; sum
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", lines 276-277, characters 2-28:
- 276 | ..let Compact {sum_squares;_;} as x = compact x in
- 277 | check_empty x; sum_squares
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", lines 280-281, characters 2-20:
- 280 | ..let Compact {min;_;} as x = compact x in
- 281 | check_empty x; min
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", lines 284-285, characters 2-20:
- 284 | ..let Compact {max;_;} as x = compact x in
- 285 | check_empty x; max
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I utils/.stats.objs/byte -I /home/opam/.opam/default/lib/zarith -I utils/.hook.objs/byte -cmi-file utils/.stats.objs/byte/stats.cmi -no-alias-deps -o utils/.stats.objs/byte/stats.cmo -c -impl utils/stats.ml)
- File "utils/stats.ml", lines 80-82, characters 44-31:
- 80 | ............................................function
- 81 | | Exhaustive { compact=Compact{ size; _ }; _; } -> size
- 82 | | Compact { size; _ } -> size
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Exhaustive _; _ }
-
- File "utils/stats.ml", lines 84-86, characters 41-29:
- 84 | .........................................match x with
- 85 | | Exhaustive { compact=Compact{ typ; _; }; _; } -> typ
- 86 | | Compact { typ; _ } -> typ
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Exhaustive _; _ }
-
- File "utils/stats.ml", line 88, characters 25-55:
- 88 | let sort_values (type a) (Exhaustive x as ex: (a, _) t) : a array =
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Compact {typ=Int; sum_squares=WI _; _ }
-
- File "utils/stats.ml", line 134, characters 31-60:
- 134 | let add_value_compact (type a) (Compact aggregate: (a, _) t) value : (a, _) t =
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", line 222, characters 17-44:
- 222 | let make_compact (Exhaustive { compact; _ }) = compact
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Compact {typ=Int; sum_squares=WI _; _ }
-
- File "utils/stats.ml", line 227, characters 23-34:
- 227 | let make_float_compact (Compact x) = Compact {
- ^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", line 244, characters 57-85:
- 244 | let concat_compact (type a) (Compact l as cl : (a, _) t) (Compact r as cr : (a, _) t) =
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", line 244, characters 28-56:
- 244 | let concat_compact (type a) (Compact l as cl : (a, _) t) (Compact r as cr : (a, _) t) =
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", lines 258-265, characters 2-7:
- 258 | ..match cl, cr with
- 259 | | Compact _, Compact _ -> concat_compact cl cr
- 260 | | Exhaustive { values=values_l; compact=cl; _ }, Exhaustive { values; compact; _ } ->
- 261 | Exhaustive {
- 262 | compact = concat_compact cl compact;
- 263 | values = Cat (values_l, values);
- 264 | sorted = false
- 265 | }
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: (Compact _, Exhaustive _)
-
- File "utils/stats.ml", lines 272-273, characters 2-20:
- 272 | ..let Compact {sum;_;} as x = compact x in
- 273 | check_empty x; sum
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", lines 276-277, characters 2-28:
- 276 | ..let Compact {sum_squares;_;} as x = compact x in
- 277 | check_empty x; sum_squares
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", lines 280-281, characters 2-20:
- 280 | ..let Compact {min;_;} as x = compact x in
- 281 | check_empty x; min
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
-
- File "utils/stats.ml", lines 284-285, characters 2-20:
- 284 | ..let Compact {max;_;} as x = compact x in
- 285 | check_empty x; max
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Exhaustive {compact=Compact _; _ }
[codex: dune install]
+ /home/opam/.opam/default/bin/dune "install" "-p" "codex" "--create-install-files" "codex" (CWD=/home/opam/.opam/default/.opam-switch/build/codex.1.0~rc4)
-> compiled codex.1.0~rc4
-> installed codex.1.0~rc4
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config
=== STDERR ===
2026-09-04 19:25.49: OK: build codex.1.0~rc4 (runc: 72.7s, disk: 25KB)
2026-09-04 19:25.49: Job succeeded