Build:
- 0
2026-09-03 17:33.39: New job: build csv.2.1 (0ee6ee7a485b)
2026-09-03 17:33.39: Waiting for resource in pool day11-builds
2026-09-03 18:36.26: Got resource from pool day11-builds
2026-09-03 18:36.26: [profile full] build csv.2.1
2026-09-03 18:36.26: build csv.2.1 (0ee6ee7a485b)
=== DEPENDENCIES (8 transitive) ===
base-bytes.base f1ce9672d75a
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
dune.1.11.4 0641013d1466
ocaml.4.11.2 9044b53bfe17
ocaml-base-compiler.4.11.2 d1ed934bdaf0
ocaml-config.1 51b78fd13520
ocamlfind.1.9.8 67e30f343c55
=== 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-09-03 18:36.43: OK: build csv.2.1 (runc: 3.6s, disk: 11KB)
2026-09-03 18:36.43: Job succeeded