Build:
- 0
2026-06-16 11:54.45: New job: build csv.2.1 (da8528a7dcf3)
2026-06-16 11:54.45: Waiting for resource in pool day11-builds
2026-06-16 12:22.31: Got resource from pool day11-builds
2026-06-16 12:22.31: [profile full] build csv.2.1
2026-06-16 12:22.31: build csv.2.1 (da8528a7dcf3)
=== DEPENDENCIES (8 transitive) ===
base-bytes.base eaa2bf0d3cbe
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
dune.1.11.4 29dd7ef124f2
ocaml.4.11.2 82527a3d9959
ocaml-base-compiler.4.11.2 853adb80bee7
ocaml-config.1 73dc523c3cc6
ocamlfind.1.9.8 df35b34caa16
=== STDOUT ===
Processing: [default: loading data]
[csv.2.1: dl]
[csv.2.1: extract]
-> retrieved csv.2.1 (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.1)
- File "examples/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lwt/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "tests/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- ocamlc src/.csv.objs/byte/csv.{cmi,cmti}
- 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
- ocamlc src/.csv.objs/byte/csv.{cmo,cmt}
- 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
- ocamlopt src/.csv.objs/native/csv.{cmx,o}
- 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
- ocamlc examples/.csvtool.eobjs/byte/csvtool.{cmi,cmo,cmt}
- 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
- ocamlopt examples/.csvtool.eobjs/native/csvtool.{cmx,o}
- 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.1
-> installed csv.2.1
=== STDERR ===
2026-06-16 12:22.38: OK: build csv.2.1 (runc: 3.1s, disk: 11KB)
2026-06-16 12:22.38: Job succeeded