Build:
  1. 0
2026-06-24 11:12.47: New job: build olinq.0.3 (55fb06454f03)
2026-06-24 11:12.47: Waiting for resource in pool day11-builds
2026-06-24 11:52.42: Got resource from pool day11-builds
2026-06-24 11:52.42: [profile full] build olinq.0.3
2026-06-24 11:52.42: build olinq.0.3 (55fb06454f03)
=== DEPENDENCIES (9 transitive) ===
  base-bytes.base                                    c40d17bc86b5
  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
  ocamlfind.1.9.8                                    214dd418ac02
  seq.base                                           0160fc3002c2
=== STDOUT ===
Processing: [default: loading data]
[olinq.0.3: dl]
[olinq.0.3: extract]
-> retrieved olinq.0.3  (https://opam.ocaml.org/cache)
[olinq: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "olinq" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/olinq.0.3)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -short-paths -g -bin-annot -I src/.olinq.objs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/seq -intf-suffix .ml -no-alias-deps -o src/.olinq.objs/byte/oLinq_table.cmo -c -impl src/OLinq_table.ml)
- File "src/OLinq_table.ml", line 21, characters 16-34:
- 21 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -short-paths -g -I src/.olinq.objs/byte -I src/.olinq.objs/native -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/seq -intf-suffix .ml -no-alias-deps -o src/.olinq.objs/native/oLinq_table.cmx -c -impl src/OLinq_table.ml)
- File "src/OLinq_table.ml", line 21, characters 16-34:
- 21 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -short-paths -g -bin-annot -I src/.olinq.objs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/seq -intf-suffix .ml -no-alias-deps -o src/.olinq.objs/byte/oLinq_map.cmo -c -impl src/OLinq_map.ml)
- File "src/OLinq_map.ml", line 95, characters 30-48:
- 95 |   let of_cmp (type key) ?(cmp=Pervasives.compare) () =
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -short-paths -g -I src/.olinq.objs/byte -I src/.olinq.objs/native -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/seq -intf-suffix .ml -no-alias-deps -o src/.olinq.objs/native/oLinq_map.cmx -c -impl src/OLinq_map.ml)
- File "src/OLinq_map.ml", line 95, characters 30-48:
- 95 |   let of_cmp (type key) ?(cmp=Pervasives.compare) () =
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -short-paths -g -bin-annot -I src/.olinq.objs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/seq -intf-suffix .ml -no-alias-deps -o src/.olinq.objs/byte/oLinq.cmo -c -impl src/OLinq.ml)
- File "src/OLinq.ml", line 628, characters 15-33:
- 628 | let sort ?(cmp=Pervasives.compare) () q = Unary (Sort cmp, q)
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 630, characters 18-36:
- 630 | let sort_by ?(cmp=Pervasives.compare) proj q = Unary (SortBy (cmp, proj), q)
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 632, characters 19-37:
- 632 | let distinct ?(cmp=Pervasives.compare) () q = Unary (Distinct cmp, q)
-                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 671, characters 25-39:
- 671 | let max q = Unary (Fold (Pervasives.max, min_int), q)
-                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 672, characters 25-39:
- 672 | let min q = Unary (Fold (Pervasives.min, max_int), q)
-                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 849, characters 28-42:
- 849 |     let h = Hashtbl.create (Pervasives.min 16 (Vec.length v)) in
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -short-paths -g -I src/.olinq.objs/byte -I src/.olinq.objs/native -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/seq -intf-suffix .ml -no-alias-deps -o src/.olinq.objs/native/oLinq.cmx -c -impl src/OLinq.ml)
- File "src/OLinq.ml", line 628, characters 15-33:
- 628 | let sort ?(cmp=Pervasives.compare) () q = Unary (Sort cmp, q)
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 630, characters 18-36:
- 630 | let sort_by ?(cmp=Pervasives.compare) proj q = Unary (SortBy (cmp, proj), q)
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 632, characters 19-37:
- 632 | let distinct ?(cmp=Pervasives.compare) () q = Unary (Distinct cmp, q)
-                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 671, characters 25-39:
- 671 | let max q = Unary (Fold (Pervasives.max, min_int), q)
-                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 672, characters 25-39:
- 672 | let min q = Unary (Fold (Pervasives.min, max_int), q)
-                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/OLinq.ml", line 849, characters 28-42:
- 849 |     let h = Hashtbl.create (Pervasives.min 16 (Vec.length v)) in
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled  olinq.0.3
-> installed olinq.0.3

=== STDERR ===

2026-06-24 11:53.02: OK: build olinq.0.3 (runc: 2.6s, disk: 13KB)
2026-06-24 11:53.02: Job succeeded