Build:
- 0
2026-09-04 19:21.25: New job: build codex.1.0~rc4 (adc8dd53f330)
2026-09-04 19:21.25: Waiting for resource in pool day11-builds
2026-09-04 19:27.58: Got resource from pool day11-builds
2026-09-04 19:27.58: [profile full] build codex.1.0~rc4
2026-09-04 19:27.58: build codex.1.0~rc4 (adc8dd53f330)
=== DEPENDENCIES (64 transitive) ===
base.v0.17.3 88b199545512
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
base64.3.5.2 eaed35f9f548
bheap.2.0.0 ea4575302a03
camlp-streams.5.0.1 922664744f95
cmdliner.2.1.1 e5dd77e6708d
compiler-cloning.enabled 966a2e6839f0
conf-gmp.5 eac5259e412f
conf-pkg-config.5 74f50f3cfe72
cppo.1.8.0 3a29ac6f7bab
csexp.1.5.2 8c096e7de322
cudd.0.1.3 d1a7e47c0a69
dune.3.24.2 25fbaa318de6
dune-configurator.3.24.2 517e3f9cad4b
fmt.0.11.0 9ca62730ad74
gen.1.1 e2ab6f532734
gen_js_api.1.1.7 c05763f27f66
jane-street-headers.v0.17.0 f18028c937c5
js_of_ocaml.6.4.1 19a0df89f4d4
js_of_ocaml-compiler.6.4.1 0a5a39d4ac55
js_of_ocaml-ppx.6.4.1 e843e3d1a6a0
jst-config.v0.17.0 37eb02483155
menhir.20260209 c1f23eb38523
menhirCST.20260209 0c0a8e122478
menhirGLR.20260209 55b8cfc3f8b3
menhirLib.20260209 e790c6b1b683
menhirSdk.20260209 5256bfaa72f1
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_intrinsics_kernel.v0.17.2 10a82d6157c1
ocamlbuild.0.16.1 e25cf731aeb5
ocamlfind.1.9.9~preview 5e0261154b58
ojs.1.1.7 92a36ac902c0
pacomb.1.4.4 a1dffa2592a6
patricia-tree.0.15.0 f6cadf5fed47
ppx_assert.v0.17.0 82f34672b596
ppx_base.v0.17.0 9c31b43f583d
ppx_cold.v0.17.0 ec043906a439
ppx_compare.v0.17.0 80e0df88ac09
ppx_derivers.1.2.1 8d5f777c17ee
ppx_deriving.6.1.3 39452778e8ff
ppx_enumerate.v0.17.0 970b405dbc8b
ppx_globalize.v0.17.2 f10cd28a39ed
ppx_hash.v0.17.0 2ed6f4eb522a
ppx_here.v0.17.0 8857ff0d96d1
ppx_inline_test.v0.17.1 ef55758fcaf7
ppx_optcomp.v0.17.1 183524b02a4e
ppx_sexp_conv.v0.17.1 0740e0c56f6f
ppxlib.0.38.0 ac854f4fbd20
ppxlib_jane.v0.17.4 7ffd450ab5af
qcheck-core.0.91 8bebb0d5687b
sedlex.3.7 6fb146723cef
seq.base 06af5ac9d1a8
sexplib0.v0.17.0 055934f8e366
stdio.v0.17.0 d79f7548eed3
stdlib-shims.0.3.0 cc542b70be6c
time_now.v0.17.0 2f4e048c687f
topkg.1.1.1 2919b4412ec4
vdom.0.3 35c11ed76886
yojson.3.0.0 7ef0eaa5587b
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:29.12: OK: build codex.1.0~rc4 (runc: 56.2s, disk: 25KB)
2026-09-04 19:29.12: Job succeeded