Build:
- 0
2026-06-24 12:00.31: New job: build markup.1.0.0-1 (7a2366a74f48)
2026-06-24 12:00.31: Waiting for resource in pool day11-builds
2026-06-24 13:17.36: Got resource from pool day11-builds
2026-06-24 13:17.36: [profile full] build markup.1.0.0-1
2026-06-24 13:17.36: build markup.1.0.0-1 (7a2366a74f48)
=== DEPENDENCIES (11 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
dune.3.23.1 848a72441e15
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
topkg.1.1.1 511e1a1958da
uchar.0.0.2 15440406b802
uutf.1.0.4 629b90351215
=== STDOUT ===
Processing: [default: loading data]
[markup.1.0.0-1: dl]
[markup.1.0.0-1: extract]
-> retrieved markup.1.0.0-1 (https://opam.ocaml.org/cache)
[markup: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "markup" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/markup.1.0.0-1)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Trie.cmo -c -impl src/trie.ml)
- File "src/trie.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Common.cmo -c -impl src/common.ml)
- File "src/common.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Text.cmo -c -impl src/text.ml)
- File "src/text.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -intf-suffix .ml -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Kstream.cmo -c -impl src/kstream.ml)
- File "src/kstream.ml", line 20, characters 9-12:
- 20 | let next {f} throw e k = f throw e k
- ^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "src/kstream.ml", line 22, characters 16-19:
- 22 | let next_option {f} throw k = f throw (fun () -> k None) (fun v -> k (Some v))
- ^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "src/kstream.ml", line 24, characters 18-21:
- 24 | let next_expected {f} throw k =
- ^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "src/kstream.ml", line 39, characters 9-19:
- 39 | let push ({f} as s) v = s.f <- fun _ _ k -> s.f <- f; k v
- ^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "src/kstream.ml", line 45, characters 14-24:
- 45 | let push_list ({f} as s) = function
- ^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Error.cmo -c -impl src/error.ml)
- File "src/error.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Encoding.cmo -c -impl src/encoding.ml)
- File "src/encoding.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Stream_io.cmo -c -impl src/stream_io.ml)
- File "src/stream_io.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Entities.cmo -c -impl src/entities.ml)
- File "src/entities.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -I src/.markup.objs/byte -I src/.markup.objs/native -I /home/opam/.opam/default/lib/uutf -intf-suffix .ml -no-alias-deps -open Markup__ -o src/.markup.objs/native/markup__Kstream.cmx -c -impl src/kstream.ml)
- File "src/kstream.ml", line 20, characters 9-12:
- 20 | let next {f} throw e k = f throw e k
- ^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "src/kstream.ml", line 22, characters 16-19:
- 22 | let next_option {f} throw k = f throw (fun () -> k None) (fun v -> k (Some v))
- ^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "src/kstream.ml", line 24, characters 18-21:
- 24 | let next_expected {f} throw k =
- ^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "src/kstream.ml", line 39, characters 9-19:
- 39 | let push ({f} as s) v = s.f <- fun _ _ k -> s.f <- f; k v
- ^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "src/kstream.ml", line 45, characters 14-24:
- 45 | let push_list ({f} as s) = function
- ^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string -g -bin-annot -I src/.markup.objs/byte -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Markup__ -o src/.markup.objs/byte/markup__Utility.cmo -c -impl src/utility.ml)
- File "src/utility.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-> compiled markup.1.0.0-1
-> installed markup.1.0.0-1
=== STDERR ===
2026-06-24 13:18.00: OK: build markup.1.0.0-1 (runc: 8.1s, disk: 14KB)
2026-06-24 13:18.00: Job succeeded