Build:
- 0
2026-06-16 11:48.15: New job: build ocamldsort.0.15.0 (ba88efbcb996)
2026-06-16 11:48.15: Waiting for resource in pool day11-builds
2026-06-16 12:08.20: Got resource from pool day11-builds
2026-06-16 12:08.20: [profile full] build ocamldsort.0.15.0
2026-06-16 12:08.20: build ocamldsort.0.15.0 (ba88efbcb996)
=== DEPENDENCIES (6 transitive) ===
camlp4.4.14+1 abfb608e8fa9
conf-autoconf.0.2 b3cd190cf0b5
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
ocamlbuild.0.16.1 8f6c52e6fce8
=== STDOUT ===
Processing: [default: loading data]
[ocamldsort.0.15.0: dl]
[ocamldsort.0.15.0: extract]
[ocamldsort.0.15.0/ocamldsort.install: dl]
-> retrieved ocamldsort.0.15.0 (https://opam.ocaml.org/cache)
[ocamldsort: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ocamldsort.0.15.0/./configure "--prefix" "/home/opam/.opam/default" "--sbindir=/home/opam/.opam/default/lib/ocamldsort/sbin" "--libexecdir=/home/opam/.opam/default/lib/ocamldsort/libexec" "--sysconfdir=/home/opam/.opam/default/lib/ocamldsort/etc" "--sharedstatedir=/home/opam/.opam/default/lib/ocamldsort/com" "--localstatedir=/home/opam/.opam/default/lib/ocamldsort/var" "--libdir=/home/opam/.opam/default/lib/ocamldsort/lib" "--includedir=/home/opam/.opam/default/lib/ocamldsort/include" "--datarootdir=/home/opam/.opam/default/lib/ocamldsort/share" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamldsort.0.15.0)
- checking for ocamlc... /home/opam/.opam/default/bin/ocamlc
- checking for ocaml... /home/opam/.opam/default/bin/ocaml
- checking for camlp4... /home/opam/.opam/default/bin/camlp4
- OCaml version 4.14.4 is ok
- OCaml library path is /home/opam/.opam/default/lib/ocaml
- checking for ocamlopt... /home/opam/.opam/default/bin/ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... /home/opam/.opam/default/bin/ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... /home/opam/.opam/default/bin/ocamlopt.opt
- checking ocamlc.opt version... ok
- checking for ocamldep... /home/opam/.opam/default/bin/ocamldep
- configure: creating ./config.status
- config.status: creating Makefile
[ocamldsort: make]
+ /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/ocamldsort.0.15.0)
- /home/opam/.opam/default/bin/ocamlc.opt -pp camlp4o -c files.ml
- /home/opam/.opam/default/bin/ocamlc.opt -pp camlp4o -c dep_debug.ml
- /home/opam/.opam/default/bin/ocamlc.opt -pp camlp4o -c dep_error.ml
- /home/opam/.opam/default/bin/ocamlc.opt -pp camlp4o -c dep_parse.ml
- File "dep_parse.ml", lines 29-32, characters 23-61:
- 29 | .......................parser
- 30 | | [< '' ' >] -> ("", true)
- 31 | | [< ''\n' >] -> ("", false)
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 29-32, characters 23-61:
- 29 | .......................parser
- 30 | | [< '' ' >] -> ("", true)
- 31 | | [< ''\n' >] -> ("", false)
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 30, characters 7-11:
- 30 | | [< '' ' >] -> ("", true)
- ^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 31, characters 7-12:
- 31 | | [< ''\n' >] -> ("", false)
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 32, characters 7-9:
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 32, characters 12-36:
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 32, characters 7-9:
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 29-32, characters 23-61:
- 29 | .......................parser
- 30 | | [< '' ' >] -> ("", true)
- 31 | | [< ''\n' >] -> ("", false)
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 34-40, characters 24-52:
- 34 | ........................parser
- 35 | | [< '' '; d = parse_sources >] -> d
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- 37 | | [< ''\n' >] -> []
- 38 | | [< 'a; (d, cont) = parse_source;
- 39 | ds = if cont then parse_sources else (fun _ -> []) >] ->
- 40 | (Files.file_of_filename (concat a d)) :: ds
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 34-40, characters 24-52:
- 34 | ........................parser
- 35 | | [< '' '; d = parse_sources >] -> d
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- 37 | | [< ''\n' >] -> []
- 38 | | [< 'a; (d, cont) = parse_source;
- 39 | ds = if cont then parse_sources else (fun _ -> []) >] ->
- 40 | (Files.file_of_filename (concat a d)) :: ds
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 35, characters 7-11:
- 35 | | [< '' '; d = parse_sources >] -> d
- ^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 35, characters 13-30:
- 35 | | [< '' '; d = parse_sources >] -> d
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 35, characters 7-11:
- 35 | | [< '' '; d = parse_sources >] -> d
- ^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 7-12:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 14-19:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 14-19:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 21-38:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 7-12:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 7-12:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 37, characters 7-12:
- 37 | | [< ''\n' >] -> []
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 38, characters 7-9:
- 38 | | [< 'a; (d, cont) = parse_source;
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 38, characters 11-35:
- 38 | | [< 'a; (d, cont) = parse_source;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 38, characters 7-9:
- 38 | | [< 'a; (d, cont) = parse_source;
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 39, characters 7-57:
- 39 | ds = if cont then parse_sources else (fun _ -> []) >] ->
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 38, characters 7-9:
- 38 | | [< 'a; (d, cont) = parse_source;
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 34-40, characters 24-52:
- 34 | ........................parser
- 35 | | [< '' '; d = parse_sources >] -> d
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- 37 | | [< ''\n' >] -> []
- 38 | | [< 'a; (d, cont) = parse_source;
- 39 | ds = if cont then parse_sources else (fun _ -> []) >] ->
- 40 | (Files.file_of_filename (concat a d)) :: ds
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 42-44, characters 23-43:
- 42 | .......................parser
- 43 | | [< '':' >] -> ""
- 44 | | [< 'a; n = parse_target >] -> concat a n
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 42-44, characters 23-43:
- 42 | .......................parser
- 43 | | [< '':' >] -> ""
- 44 | | [< 'a; n = parse_target >] -> concat a n
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 43, characters 7-11:
- 43 | | [< '':' >] -> ""
- ^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 44, characters 5-7:
- 44 | | [< 'a; n = parse_target >] -> concat a n
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 44, characters 10-26:
- 44 | | [< 'a; n = parse_target >] -> concat a n
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 44, characters 5-7:
- 44 | | [< 'a; n = parse_target >] -> concat a n
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 42-44, characters 23-43:
- 42 | .......................parser
- 43 | | [< '':' >] -> ""
- 44 | | [< 'a; n = parse_target >] -> concat a n
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 48-54, characters 5-20:
- 48 | .....match stream with parser
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- 50 | if not (Files.is_cmx t) then
- 51 | (Files.file_of_filename t, d) :: ds
- 52 | else
- 53 | ds
- 54 | | [< >] -> [].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 49, characters 12-28:
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 49, characters 30-47:
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 48-54, characters 5-20:
- 48 | .....match stream with parser
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- 50 | if not (Files.is_cmx t) then
- 51 | (Files.file_of_filename t, d) :: ds
- 52 | else
- 53 | ds
- 54 | | [< >] -> [].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 49, characters 49-68:
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 48-54, characters 5-20:
- 48 | .....match stream with parser
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- 50 | if not (Files.is_cmx t) then
- 51 | (Files.file_of_filename t, d) :: ds
- 52 | else
- 53 | ds
- 54 | | [< >] -> [].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 56, characters 6-20:
- 56 | | Stream.Failure ->
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 58, characters 6-18:
- 58 | | Stream.Error _ ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- /home/opam/.opam/default/bin/ocamlc.opt -pp camlp4o -c params.ml
- File "params.ml", line 76, characters 3-20:
- 76 | Stream.of_channel ic
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "params.ml", line 80, characters 3-20:
- 80 | Stream.of_channel ic
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "params.ml", line 82, characters 1-18:
- 82 | Stream.of_channel stdin
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- /home/opam/.opam/default/bin/ocamlc.opt -pp camlp4o -c dependencies.ml
- /home/opam/.opam/default/bin/ocamlc.opt -pp camlp4o -c dep_sort.ml
- /home/opam/.opam/default/bin/ocamlc.opt -pp camlp4o -c main.ml
- /home/opam/.opam/default/bin/ocamlc.opt -o ocamldsort unix.cma files.cmo dep_debug.cmo dep_error.cmo dep_parse.cmo params.cmo dependencies.cmo dep_sort.cmo main.cmo
- /home/opam/.opam/default/bin/ocamlopt.opt -pp camlp4o -c files.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -pp camlp4o -c dep_debug.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -pp camlp4o -c dep_error.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -pp camlp4o -c dep_parse.ml
- File "dep_parse.ml", lines 29-32, characters 23-61:
- 29 | .......................parser
- 30 | | [< '' ' >] -> ("", true)
- 31 | | [< ''\n' >] -> ("", false)
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 29-32, characters 23-61:
- 29 | .......................parser
- 30 | | [< '' ' >] -> ("", true)
- 31 | | [< ''\n' >] -> ("", false)
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 30, characters 7-11:
- 30 | | [< '' ' >] -> ("", true)
- ^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 31, characters 7-12:
- 31 | | [< ''\n' >] -> ("", false)
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 32, characters 7-9:
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 32, characters 12-36:
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 32, characters 7-9:
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 29-32, characters 23-61:
- 29 | .......................parser
- 30 | | [< '' ' >] -> ("", true)
- 31 | | [< ''\n' >] -> ("", false)
- 32 | | [< 'a; (d, cont) = parse_source >] -> (concat a d, cont)
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 34-40, characters 24-52:
- 34 | ........................parser
- 35 | | [< '' '; d = parse_sources >] -> d
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- 37 | | [< ''\n' >] -> []
- 38 | | [< 'a; (d, cont) = parse_source;
- 39 | ds = if cont then parse_sources else (fun _ -> []) >] ->
- 40 | (Files.file_of_filename (concat a d)) :: ds
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 34-40, characters 24-52:
- 34 | ........................parser
- 35 | | [< '' '; d = parse_sources >] -> d
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- 37 | | [< ''\n' >] -> []
- 38 | | [< 'a; (d, cont) = parse_source;
- 39 | ds = if cont then parse_sources else (fun _ -> []) >] ->
- 40 | (Files.file_of_filename (concat a d)) :: ds
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 35, characters 7-11:
- 35 | | [< '' '; d = parse_sources >] -> d
- ^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 35, characters 13-30:
- 35 | | [< '' '; d = parse_sources >] -> d
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 35, characters 7-11:
- 35 | | [< '' '; d = parse_sources >] -> d
- ^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 7-12:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 14-19:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 14-19:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 21-38:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 7-12:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 36, characters 7-12:
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 37, characters 7-12:
- 37 | | [< ''\n' >] -> []
- ^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 38, characters 7-9:
- 38 | | [< 'a; (d, cont) = parse_source;
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 38, characters 11-35:
- 38 | | [< 'a; (d, cont) = parse_source;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 38, characters 7-9:
- 38 | | [< 'a; (d, cont) = parse_source;
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 39, characters 7-57:
- 39 | ds = if cont then parse_sources else (fun _ -> []) >] ->
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 38, characters 7-9:
- 38 | | [< 'a; (d, cont) = parse_source;
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 34-40, characters 24-52:
- 34 | ........................parser
- 35 | | [< '' '; d = parse_sources >] -> d
- 36 | | [< ''\\'; ''\n'; d = parse_sources >] -> d
- 37 | | [< ''\n' >] -> []
- 38 | | [< 'a; (d, cont) = parse_source;
- 39 | ds = if cont then parse_sources else (fun _ -> []) >] ->
- 40 | (Files.file_of_filename (concat a d)) :: ds
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 42-44, characters 23-43:
- 42 | .......................parser
- 43 | | [< '':' >] -> ""
- 44 | | [< 'a; n = parse_target >] -> concat a n
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 42-44, characters 23-43:
- 42 | .......................parser
- 43 | | [< '':' >] -> ""
- 44 | | [< 'a; n = parse_target >] -> concat a n
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 43, characters 7-11:
- 43 | | [< '':' >] -> ""
- ^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 44, characters 5-7:
- 44 | | [< 'a; n = parse_target >] -> concat a n
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 44, characters 10-26:
- 44 | | [< 'a; n = parse_target >] -> concat a n
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 44, characters 5-7:
- 44 | | [< 'a; n = parse_target >] -> concat a n
- ^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 42-44, characters 23-43:
- 42 | .......................parser
- 43 | | [< '':' >] -> ""
- 44 | | [< 'a; n = parse_target >] -> concat a n
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 48-54, characters 5-20:
- 48 | .....match stream with parser
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- 50 | if not (Files.is_cmx t) then
- 51 | (Files.file_of_filename t, d) :: ds
- 52 | else
- 53 | ds
- 54 | | [< >] -> [].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 49, characters 12-28:
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 49, characters 30-47:
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 48-54, characters 5-20:
- 48 | .....match stream with parser
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- 50 | if not (Files.is_cmx t) then
- 51 | (Files.file_of_filename t, d) :: ds
- 52 | else
- 53 | ds
- 54 | | [< >] -> [].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 49, characters 49-68:
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", lines 48-54, characters 5-20:
- 48 | .....match stream with parser
- 49 | | [< t = parse_target; d = parse_sources; ds = parse_ocamldep >] ->
- 50 | if not (Files.is_cmx t) then
- 51 | (Files.file_of_filename t, d) :: ds
- 52 | else
- 53 | ds
- 54 | | [< >] -> [].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 56, characters 6-20:
- 56 | | Stream.Failure ->
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "dep_parse.ml", line 58, characters 6-18:
- 58 | | Stream.Error _ ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- /home/opam/.opam/default/bin/ocamlopt.opt -pp camlp4o -c params.ml
- File "params.ml", line 76, characters 3-20:
- 76 | Stream.of_channel ic
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "params.ml", line 80, characters 3-20:
- 80 | Stream.of_channel ic
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "params.ml", line 82, characters 1-18:
- 82 | Stream.of_channel stdin
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- /home/opam/.opam/default/bin/ocamlopt.opt -pp camlp4o -c dependencies.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -pp camlp4o -c dep_sort.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -pp camlp4o -c main.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -o ocamldsort.opt unix.cmxa files.cmx dep_debug.cmx dep_error.cmx dep_parse.cmx params.cmx dependencies.cmx dep_sort.cmx main.cmx
-> compiled ocamldsort.0.15.0
[ocamldsort: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamldsort.0.15.0)
- install -d /home/opam/.opam/default/bin
- install ocamldsort /home/opam/.opam/default/bin
- install -d /home/opam/.opam/default/lib/ocamldsort/share/man/man1
- install ocamldsort.1 /home/opam/.opam/default/lib/ocamldsort/share/man/man1
- if test -f ocamldsort.opt; then /usr/bin/make install_opt; fi
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamldsort.0.15.0'
- install -d /home/opam/.opam/default/bin
- install ocamldsort.opt /home/opam/.opam/default/bin
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamldsort.0.15.0'
-> installed ocamldsort.0.15.0
=== STDERR ===
2026-06-16 12:08.40: OK: build ocamldsort.0.15.0 (runc: 4.6s, disk: 30KB)
2026-06-16 12:08.40: Job succeeded