Build:
- 0
2026-06-24 11:22.20: New job: build tyre.0.4.1 (037a20532bf7)
2026-06-24 11:22.20: Waiting for resource in pool day11-builds
2026-06-24 12:09.12: Got resource from pool day11-builds
2026-06-24 12:09.12: [profile full] build tyre.0.4.1
2026-06-24 12:09.12: build tyre.0.4.1 (037a20532bf7)
=== DEPENDENCIES (10 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
dune.3.23.1 848a72441e15
jbuilder.1.0+beta20.2 4f461261c648
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
re.1.14.0 d62d6f65abb6
result.1.5 9b1cd45b2159
seq.base 0160fc3002c2
=== STDOUT ===
Processing: [default: loading data]
[tyre.0.4.1: dl]
[tyre.0.4.1: extract]
-> retrieved tyre.0.4.1 (https://opam.ocaml.org/cache)
[tyre: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "tyre" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/tyre.0.4.1)
- ocamlc src/.tyre.objs/tyre.{cmi,cmti}
- File "src/tyre.mli", line 298, characters 15-24:
- 298 | | Opt : Re.markid * 'a wit -> 'a option wit
- ^^^^^^^^^
- Alert deprecated: Re.markid
- Use Mark.
- File "src/tyre.mli", line 299, characters 15-24:
- 299 | | Alt : Re.markid * 'a wit * 'b wit
- ^^^^^^^^^
- Alert deprecated: Re.markid
- Use Mark.
- File "src/tyre.mli", line 306, characters 45-58:
- 306 | val extract : original:string -> 'a wit -> Re.substrings -> 'a
- ^^^^^^^^^^^^^
- Alert deprecated: Re.substrings
- Use Group.t
- ocamlc src/.tyre.objs/tyre.{cmo,cmt}
- File "src/tyre.ml", line 57, characters 15-24:
- 57 | | Opt : Re.markid * 'a wit -> 'a option wit
- ^^^^^^^^^
- Alert deprecated: Re.markid
- Use Mark.
- File "src/tyre.ml", line 58, characters 15-24:
- 58 | | Alt : Re.markid * 'a wit * 'b wit
- ^^^^^^^^^
- Alert deprecated: Re.markid
- Use Mark.
- File "src/tyre.ml", line 300, characters 42-55:
- 300 | : type a. original:string -> a T.wit -> Re.substrings -> a
- ^^^^^^^^^^^^^
- Alert deprecated: Re.substrings
- Use Group.t
- File "src/tyre.ml", line 300, characters 42-55:
- 300 | : type a. original:string -> a T.wit -> Re.substrings -> a
- ^^^^^^^^^^^^^
- Alert deprecated: Re.substrings
- Use Group.t
- File "src/tyre.ml", line 302, characters 15-21:
- 302 | | Lit i -> Re.get s i
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/tyre.ml", line 307, characters 16-25:
- 307 | if not @@ Re.marked s id then None
- ^^^^^^^^^
- Alert deprecated: Re.marked
- Use Mark.test
- File "src/tyre.ml", line 310, characters 9-18:
- 310 | if Re.marked s i1 then
- ^^^^^^^^^
- Alert deprecated: Re.marked
- Use Mark.test
- File "src/tyre.ml", line 331, characters 22-32:
- 331 | let (pos, pos') = Re.get_ofs s i in
- ^^^^^^^^^^
- Alert deprecated: Re.get_ofs
- Use Group.offset
- File "src/tyre.ml", line 333, characters 19-29:
- 333 | Seq.map aux @@ Re.all_seq ~pos ~len re original
- ^^^^^^^^^^
- Alert deprecated: Re.all_seq
- Use Seq.all
- File "src/tyre.ml", line 344, characters 13-22:
- 344 | WRoute : Re.markid * 'a T.wit * ('a -> 'r) -> 'r wit_route
- ^^^^^^^^^
- Alert deprecated: Re.markid
- Use Mark.
- File "src/tyre.ml", line 410, characters 12-22:
- 410 | let seq = Re.all_seq ?pos ?len cre original in
- ^^^^^^^^^^
- Alert deprecated: Re.all_seq
- Use Seq.all
- ocamlopt src/.tyre.objs/tyre.{cmx,o}
- File "src/tyre.ml", line 57, characters 15-24:
- 57 | | Opt : Re.markid * 'a wit -> 'a option wit
- ^^^^^^^^^
- Alert deprecated: Re.markid
- Use Mark.
- File "src/tyre.ml", line 58, characters 15-24:
- 58 | | Alt : Re.markid * 'a wit * 'b wit
- ^^^^^^^^^
- Alert deprecated: Re.markid
- Use Mark.
- File "src/tyre.ml", line 300, characters 42-55:
- 300 | : type a. original:string -> a T.wit -> Re.substrings -> a
- ^^^^^^^^^^^^^
- Alert deprecated: Re.substrings
- Use Group.t
- File "src/tyre.ml", line 300, characters 42-55:
- 300 | : type a. original:string -> a T.wit -> Re.substrings -> a
- ^^^^^^^^^^^^^
- Alert deprecated: Re.substrings
- Use Group.t
- File "src/tyre.ml", line 302, characters 15-21:
- 302 | | Lit i -> Re.get s i
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/tyre.ml", line 307, characters 16-25:
- 307 | if not @@ Re.marked s id then None
- ^^^^^^^^^
- Alert deprecated: Re.marked
- Use Mark.test
- File "src/tyre.ml", line 310, characters 9-18:
- 310 | if Re.marked s i1 then
- ^^^^^^^^^
- Alert deprecated: Re.marked
- Use Mark.test
- File "src/tyre.ml", line 331, characters 22-32:
- 331 | let (pos, pos') = Re.get_ofs s i in
- ^^^^^^^^^^
- Alert deprecated: Re.get_ofs
- Use Group.offset
- File "src/tyre.ml", line 333, characters 19-29:
- 333 | Seq.map aux @@ Re.all_seq ~pos ~len re original
- ^^^^^^^^^^
- Alert deprecated: Re.all_seq
- Use Seq.all
- File "src/tyre.ml", line 344, characters 13-22:
- 344 | WRoute : Re.markid * 'a T.wit * ('a -> 'r) -> 'r wit_route
- ^^^^^^^^^
- Alert deprecated: Re.markid
- Use Mark.
- File "src/tyre.ml", line 410, characters 12-22:
- 410 | let seq = Re.all_seq ?pos ?len cre original in
- ^^^^^^^^^^
- Alert deprecated: Re.all_seq
- Use Seq.all
-> compiled tyre.0.4.1
-> installed tyre.0.4.1
=== STDERR ===
2026-06-24 12:09.27: OK: build tyre.0.4.1 (runc: 2.6s, disk: 10KB)
2026-06-24 12:09.27: Job succeeded