Build:
  1. 0
2026-06-16 11:43.58: New job: build csv.2.2 (05977f89391d)
2026-06-16 11:43.58: Waiting for resource in pool day11-builds
2026-06-16 12:02.58: Got resource from pool day11-builds
2026-06-16 12:02.58: [profile full] build csv.2.2
2026-06-16 12:02.58: build csv.2.2 (05977f89391d)
=== DEPENDENCIES (8 transitive) ===
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  dune.3.23.1                                        5402470d931c
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlfind.1.9.8                                    6025f4a8e98e
=== STDOUT ===
Processing: [default: loading data]
[csv.2.2: dl]
[csv.2.2: extract]
-> retrieved csv.2.2  (https://opam.ocaml.org/cache)
[csv: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "csv" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/csv.2.2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/.csv.objs/byte -I /home/opam/.opam/default/lib/bytes -no-alias-deps -open Csv__ -o src/.csv.objs/byte/csv.cmi -c -intf src/csv.mli)
- File "src/csv.mli", line 135, characters 17-38:
- 135 |                  Pervasives.in_channel -> in_channel
-                        ^^^^^^^^^^^^^^^^^^^^^
- 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/csv.mli", line 174, characters 14-35:
- 174 |               Pervasives.in_channel -> t
-                     ^^^^^^^^^^^^^^^^^^^^^
- 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/csv.mli", line 228, characters 41-62:
- 228 |                 (string list -> unit) -> Pervasives.in_channel -> unit
-                                                ^^^^^^^^^^^^^^^^^^^^^
- 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/csv.mli", line 264, characters 17-39:
- 264 |                  Pervasives.out_channel -> out_channel
-                        ^^^^^^^^^^^^^^^^^^^^^^
- 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/csv.mli", line 287, characters 15-37:
- 287 |                Pervasives.out_channel -> t -> unit
-                      ^^^^^^^^^^^^^^^^^^^^^^
- 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/csv.mli", line 307, characters 24-46:
- 307 | val save_out_readable : Pervasives.out_channel -> t -> unit
-                               ^^^^^^^^^^^^^^^^^^^^^^
- 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 -g -bin-annot -I examples/.csvtool.eobjs/byte -I /home/opam/.opam/default/lib/bytes -I src/.csv.objs/byte -no-alias-deps -o examples/.csvtool.eobjs/byte/csvtool.cmo -c -impl examples/csvtool.ml)
- File "examples/csvtool.ml", line 542, characters 23-41:
- 542 |   let keys = List.sort Pervasives.compare keys 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/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/.csv.objs/byte -I /home/opam/.opam/default/lib/bytes -intf-suffix .ml -no-alias-deps -open Csv__ -o src/.csv.objs/byte/csv.cmo -c -impl src/csv.ml)
- File "src/csv.pp.ml", line 496, characters 19-35:
- 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/csv.pp.ml", line 500, characters 27-46:
- 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/csv.pp.ml", line 763, characters 21-41:
- 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 -g -I src/.csv.objs/byte -I src/.csv.objs/native -I /home/opam/.opam/default/lib/bytes -intf-suffix .ml -no-alias-deps -open Csv__ -o src/.csv.objs/native/csv.cmx -c -impl src/csv.ml)
- File "src/csv.pp.ml", line 496, characters 19-35:
- 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/csv.pp.ml", line 500, characters 27-46:
- 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/csv.pp.ml", line 763, characters 21-41:
- 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 -g -I examples/.csvtool.eobjs/byte -I examples/.csvtool.eobjs/native -I /home/opam/.opam/default/lib/bytes -I src/.csv.objs/byte -I src/.csv.objs/native -intf-suffix .ml -no-alias-deps -o examples/.csvtool.eobjs/native/csvtool.cmx -c -impl examples/csvtool.ml)
- File "examples/csvtool.ml", line 542, characters 23-41:
- 542 |   let keys = List.sort Pervasives.compare keys 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  csv.2.2
-> installed csv.2.2

=== STDERR ===

2026-06-16 12:03.25: OK: build csv.2.2 (runc: 3.6s, disk: 11KB)
2026-06-16 12:03.25: Job succeeded