Build:
- 0
2026-09-04 01:01.10: New job: build codex.1.0~rc4 (d18b3aa39069)
2026-09-04 01:01.10: Waiting for resource in pool day11-builds
2026-09-04 01:12.52: Got resource from pool day11-builds
2026-09-04 01:12.52: [profile full] build codex.1.0~rc4
2026-09-04 01:12.52: build codex.1.0~rc4 (d18b3aa39069)
=== DEPENDENCIES (63 transitive) ===
base.v0.17.3 557ca62cd4de
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
base64.3.5.2 2389c7d00786
bheap.2.0.0 a81dd7c83336
camlp-streams.5.0.1 c3ef1cb475af
cmdliner.2.1.1 ecdcaec2c5a2
compiler-cloning.enabled 966a2e6839f0
conf-gmp.5 eac5259e412f
conf-pkg-config.5 74f50f3cfe72
cppo.1.8.0 6e5c0658a51b
csexp.1.5.2 260623ea9e35
cudd.0.1.3 a002bddaf703
dune.3.23.1 299ed55d2ff2
dune-configurator.3.23.1 654300934c6c
fmt.0.11.0 b2f0e848af4b
gen.1.1 5a84ad138fc5
gen_js_api.1.1.7 a2087a32eb1a
jane-street-headers.v0.17.0 4894d5b26c21
js_of_ocaml.6.4.1 0e828970b116
js_of_ocaml-compiler.6.4.1 37b4d02783ec
js_of_ocaml-ppx.6.4.1 28ab9392db40
jst-config.v0.17.0 08680bad8b9c
menhir.20250912 ee0a04f29e2f
menhirCST.20250912 583ff076a496
menhirLib.20250912 a860f1c5aafa
menhirSdk.20250912 1e1853cb2d07
ocaml.5.5.0 22ebd7932512
ocaml-base-compiler.5.5.0 db1659234e8a
ocaml-compiler.5.5.0 7f52fb26d939
ocaml-compiler-libs.v0.17.0 0f497c1821f6
ocaml_intrinsics_kernel.v0.17.2 093b9515d104
ocamlbuild.0.16.1 ccce18256717
ocamlfind.1.9.9~preview 6a4c70487cf9
ojs.1.1.7 bfcacf721a07
pacomb.1.4.4 d0bad89cacec
patricia-tree.0.15.0 c6c9aaea4e1a
ppx_assert.v0.17.0 8d2b5c06b520
ppx_base.v0.17.0 a984aec602c4
ppx_cold.v0.17.0 b24cfa6ebe90
ppx_compare.v0.17.0 2f25f06b598e
ppx_derivers.1.2.1 27cf4bb4e249
ppx_deriving.6.1.3 5511d8887566
ppx_enumerate.v0.17.0 24a2cf2e3ca0
ppx_globalize.v0.17.2 2bd043faa7d8
ppx_hash.v0.17.0 7ec27098d91b
ppx_here.v0.17.0 9b7f9878a8b3
ppx_inline_test.v0.17.1 ed883310ea85
ppx_optcomp.v0.17.1 fca26ca6d7df
ppx_sexp_conv.v0.17.1 4f0b27a23d07
ppxlib.0.38.0 405e00241d0e
ppxlib_jane.v0.17.4 c0ce3a1ee66a
qcheck-core.0.91 8b173ca9d57d
sedlex.3.7 31df4f2efe79
seq.base 28d30f6112ac
sexplib0.v0.17.0 fc2a4c3c285a
stdio.v0.17.0 b6b43a86b98d
stdlib-shims.0.3.0 4b8bb9fd1930
time_now.v0.17.0 71af18074eac
topkg.1.1.1 3bd227743fbd
vdom.0.3 f47ff454e194
yojson.3.0.0 c8d24a097bd0
zarith.1.14 bd527d6656b5
=== 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 01:13.48: OK: build codex.1.0~rc4 (runc: 35.1s, disk: 25KB)
2026-09-04 01:13.48: Job succeeded