Build:
- 0
2026-06-16 12:13.00: New job: build ranger.0.1.0 (4f77b72d8d9c) 2026-06-16 12:13.00: Waiting for resource in pool day11-builds 2026-06-16 12:50.11: Got resource from pool day11-builds 2026-06-16 12:50.11: [profile full] build ranger.0.1.0 2026-06-16 12:50.11: build ranger.0.1.0 (4f77b72d8d9c) === DEPENDENCIES (12 transitive) === base-bytes.base 70d0daec7841 base-threads.base b7164ff76afe base-unix.base 839dc585f12d dune.3.23.1 5402470d931c oasis.0.4.11 c7c4c52b1bdc ocaml.4.14.4 cb826ea44eb2 ocaml-base-compiler.4.14.4 d2f775f983d7 ocaml-config.2 669e0fcf9e4d ocamlbuild.0.16.1 8f6c52e6fce8 ocamlfind.1.9.8 6025f4a8e98e ocamlify.0.0.1 7283ee0bdaa9 ocamlmod.0.1.1 77e75eab2138 === STDOUT === Processing: [default: loading data] [ranger.0.1.0: dl] [ranger.0.1.0: extract] -> retrieved ranger.0.1.0 (https://opam.ocaml.org/cache) [ranger: ocaml setup.ml] + /home/opam/.opam/default/bin/ocaml "setup.ml" "-configure" (CWD=/home/opam/.opam/default/.opam-switch/build/ranger.0.1.0) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/default/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/default/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/default/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/default/bin/ocamlbuild - Package name: ........................................ ranger - Package version: ..................................... 0.0.1 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.14.4 - standard_library_default: ............................ /home/opam/.opam/default/lib/ocaml - standard_library: .................................... /home/opam/.opam/default/lib/ocaml - bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 - native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.8 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bytes: ........................................... /home/opam/.opam/default/lib/bytes - ocamldoc: ............................................ /home/opam/.opam/default/bin/ocamldoc - [ranger: ocaml setup.ml] + /home/opam/.opam/default/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/default/.opam-switch/build/ranger.0.1.0) - + /home/opam/.opam/default/bin/ocamlc.opt -config - + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + /home/opam/.opam/default/bin/ocamlc.opt -config - File "_tags", line 22, characters 38-48: - Warning: the tag "pkg_kaputt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 25, characters 23-33: - Warning: the tag "pkg_kaputt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -modules lib/ranger.mli > lib/ranger.mli.depends - + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package bytes -I lib -o lib/ranger.cmi lib/ranger.mli - + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -modules lib/ranger.ml > lib/ranger.ml.depends - + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package bytes -I lib -o lib/ranger.cmo lib/ranger.ml - + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package bytes -I lib -o lib/ranger.cmo lib/ranger.ml - File "lib/ranger.ml", line 110, characters 2-13: - 110 | Stream.from (fun x -> try Some (get t) with (Invalid_argument _) -> None) - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "lib/ranger.ml", line 158, characters 22-27: - 158 | let dropr t ~n = rev (dropl (rev t) n) - ^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 160, characters 22-27: - 160 | let taker t ~n = rev (takel (rev t) n) - ^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 184, characters 21-26: - 184 | let split_at t ~n = (takel t n, dropl t n) - ^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 184, characters 32-37: - 184 | let split_at t ~n = (takel t n, dropl t n) - ^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 189, characters 19-27: - 189 | | Some (i, _) -> split_at t i - ^^^^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 194, characters 19-27: - 194 | | Some (i, _) -> split_at t i - ^^^^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -I lib lib/ranger.cmo -o lib/ranger.cma - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package bytes -I lib -o lib/ranger.cmx lib/ranger.ml - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package bytes -I lib -o lib/ranger.cmx lib/ranger.ml - File "lib/ranger.ml", line 110, characters 2-13: - 110 | Stream.from (fun x -> try Some (get t) with (Invalid_argument _) -> None) - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "lib/ranger.ml", line 158, characters 22-27: - 158 | let dropr t ~n = rev (dropl (rev t) n) - ^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 160, characters 22-27: - 160 | let taker t ~n = rev (takel (rev t) n) - ^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 184, characters 21-26: - 184 | let split_at t ~n = (takel t n, dropl t n) - ^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 184, characters 32-37: - 184 | let split_at t ~n = (takel t n, dropl t n) - ^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 189, characters 19-27: - 189 | | Some (i, _) -> split_at t i - ^^^^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - File "lib/ranger.ml", line 194, characters 19-27: - 194 | | Some (i, _) -> split_at t i - ^^^^^^^^ - Warning 6 [labels-omitted]: label n was omitted in the application of this function. - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -I lib lib/ranger.cmx -o lib/ranger.cmxa - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -I lib lib/ranger.cmxa lib/ranger.cmx -o lib/ranger.cmxs - + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "myocamlbuild.ml", line 454, characters 8-19: - 454 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 457, characters 21-32: - 457 | match Stream.next st with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 460, characters 18-32: - 460 | with Stream.Failure -> None) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 462, characters 6-23: - 462 | Genlex.make_lexer ["="] st_line - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 465, characters 12-24: - 465 | match Stream.npeek 3 lxr with - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 466, characters 9-21: - 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 466, characters 26-36: - 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 466, characters 42-55: - 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 467, characters 8-19: - 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 467, characters 25-36: - 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 467, characters 42-53: - 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 479, characters 17-34: - 479 | let st = Stream.of_channel chn in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. -> compiled ranger.0.1.0 [ranger: ocaml setup.ml] + /home/opam/.opam/default/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/default/.opam-switch/build/ranger.0.1.0) - Installed /home/opam/.opam/default/lib/ranger/ranger.mli - Installed /home/opam/.opam/default/lib/ranger/ranger.cma - Installed /home/opam/.opam/default/lib/ranger/ranger.cmxa - Installed /home/opam/.opam/default/lib/ranger/ranger.a - Installed /home/opam/.opam/default/lib/ranger/ranger.cmxs - Installed /home/opam/.opam/default/lib/ranger/ranger.cmi - Installed /home/opam/.opam/default/lib/ranger/ranger.cmti - Installed /home/opam/.opam/default/lib/ranger/ranger.cmt - Installed /home/opam/.opam/default/lib/ranger/ranger.annot - Installed /home/opam/.opam/default/lib/ranger/ranger.cmx - Installed /home/opam/.opam/default/lib/ranger/META -> installed ranger.0.1.0 === STDERR === 2026-06-16 12:50.26: OK: build ranger.0.1.0 (runc: 4.6s, disk: 19KB) 2026-06-16 12:50.26: Job succeeded