Build:
- 0
2026-06-24 11:20.10: New job: build csv.2.1 (ffb2937fd6c9)
2026-06-24 11:20.10: Waiting for resource in pool day11-builds
2026-06-24 12:05.12: Got resource from pool day11-builds
2026-06-24 12:05.12: [profile full] build csv.2.1
2026-06-24 12:05.12: build csv.2.1 (ffb2937fd6c9)
=== DEPENDENCIES (8 transitive) ===
base-bytes.base 3e1ba44cda89
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
dune.1.11.4 306d9076d3e7
ocaml.4.11.2 dc018a4b7397
ocaml-base-compiler.4.11.2 81f0dd8b8651
ocaml-config.1 2489653e51e5
ocamlfind.1.9.8 c048fc0ddff1
=== 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-24 12:05.42: OK: build csv.2.1 (runc: 4.1s, disk: 11KB)
2026-06-24 12:05.42: Job succeeded