Build:
  1. 0
2026-06-16 18:08.32: New job: build oasis2debian.0.1.5 (5c2d5703bbc2)
2026-06-16 18:08.32: Waiting for resource in pool day11-builds
2026-06-16 18:30.18: Got resource from pool day11-builds
2026-06-16 18:30.18: [profile full] build oasis2debian.0.1.5
2026-06-16 18:30.18: build oasis2debian.0.1.5 (5c2d5703bbc2)
=== DEPENDENCIES (40 transitive) ===
  astring.0.8.5                                      156e7cc742dd
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  calendar.3.0.0                                     1d2414d5eaf8
  conf-libpcre.2                                     1e78e423e0f7
  conf-pkg-config.5                                  64c6b37d622b
  cppo.1.8.0                                         ea583d2d3bbb
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.2.0                                      b14be91c9825
  debian-formats.0.1.2                               839e02bec128
  dune.3.23.1                                        5402470d931c
  dune-compiledb.0.6.0                               90f780ee0f94
  dune-configurator.3.23.1                           58f4a3f92083
  extlib.1.8.0                                       a8a0cc316b7f
  ezjsonm.1.3.0                                      7cdf7464a07e
  fileutils.0.6.6                                    12eab2c3cae2
  fmt.0.11.0                                         fb25837707ac
  fpath.0.7.3                                        d991925a5b6c
  hex.1.5.0                                          59eb090201f6
  jsonm.1.0.2                                        ca365e0a8c1a
  num.1.6                                            480227ca99db
  oasis.0.4.11                                       c7c4c52b1bdc
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocaml-inifiles.1.2                                 22229670eb02
  ocaml-xdg-basedir.transition                       0144d10dd6b6
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocamlify.0.0.1                                     7283ee0bdaa9
  ocamlmod.0.1.1                                     77e75eab2138
  parsexp.v0.16.0                                    75d2c6ce6b44
  pcre.8.0.5                                         f96922add8ee
  re.1.14.0                                          8d7c1999492d
  sexplib.v0.16.0                                    c758cedeb83d
  sexplib0.v0.16.0                                   3e198ce31e44
  topkg.1.1.1                                        ab549298f3fc
  uutf.1.0.4                                         80688944c06d
  xdg-basedir.0.0.5                                  ea994a4a3af1
=== STDOUT ===
Processing: [default: loading data]
[oasis2debian.0.1.5: dl]
[oasis2debian.0.1.5: extract]
-> retrieved oasis2debian.0.1.5  (https://opam.ocaml.org/cache)
[oasis2debian: oasis setup]
+ /home/opam/.opam/default/bin/oasis "setup" (CWD=/home/opam/.opam/default/.opam-switch/build/oasis2debian.0.1.5)
[oasis2debian: ocaml setup.ml]
+ /home/opam/.opam/default/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/oasis2debian.0.1.5)
- File "./setup.ml", line 596, characters 4-15:
- 596 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 624, characters 19-36:
- 624 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 631, characters 37-48:
- 631 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 634, characters 17-31:
- 634 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1452, characters 16-33:
- 1452 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1454, characters 22-38:
- 1454 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1455, characters 14-26:
- 1455 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1456, characters 11-23:
- 1456 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1456, characters 28-40:
- 1456 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1457, characters 11-23:
- 1457 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1457, characters 28-41:
- 1457 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1458, characters 11-24:
- 1458 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1459, characters 11-23:
- 1459 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1796, characters 22-40:
- 1796 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- 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 "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- 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 "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- 
- 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: ........................................ oasis2debian
- Package version: ..................................... 0.1.5
- 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: .......... /home/opam/.opam/default
- 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_oasis: ........................................... /home/opam/.opam/default/lib/oasis
- pkg_oasis_base: ...................................... /home/opam/.opam/default/lib/oasis
- pkg_fileutils: ....................................... /home/opam/.opam/default/lib/fileutils
- pkg_pcre: ............................................ /home/opam/.opam/default/lib/pcre
- pkg_bytes: ........................................... /home/opam/.opam/default/lib/bytes
- pkg_debian_formats: .................................. /home/opam/.opam/default/lib/debian-formats
- pkg_xdg_basedir: ..................................... /home/opam/.opam/default/lib/xdg-basedir
- pkg_inifiles: ........................................ /home/opam/.opam/default/lib/inifiles
- pkg_calendar: ........................................ /home/opam/.opam/default/lib/calendar
- 
[oasis2debian: ocaml setup.ml]
+ /home/opam/.opam/default/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/default/.opam-switch/build/oasis2debian.0.1.5)
- File "./setup.ml", line 596, characters 4-15:
- 596 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 624, characters 19-36:
- 624 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 631, characters 37-48:
- 631 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 634, characters 17-31:
- 634 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1452, characters 16-33:
- 1452 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1454, characters 22-38:
- 1454 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1455, characters 14-26:
- 1455 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1456, characters 11-23:
- 1456 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1456, characters 28-40:
- 1456 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1457, characters 11-23:
- 1457 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1457, characters 28-41:
- 1457 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1458, characters 11-24:
- 1458 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1459, characters 11-23:
- 1459 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1796, characters 22-40:
- 1796 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- 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 "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- 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 "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + ocamlfind ocamlc -config
- + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Main.ml > src/Main.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/ActGet.ml > src/ActGet.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/ActHelp.ml > src/ActHelp.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/ActInit.ml > src/ActInit.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Changelog.ml > src/Changelog.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Common.ml > src/Common.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Arch.ml > src/Arch.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Expr.ml > src/Expr.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Arch.cmo src/Arch.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Expr.cmo src/Expr.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Conf.ml > src/Conf.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Input.ml > src/Input.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Common.cmo src/Common.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Input.cmo src/Input.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Input.cmo src/Input.ml
- File "src/Input.ml", line 43, characters 23-41:
- 43 |         (fun s -> not (String.starts_with s "#"))
-                             ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/Input.ml", line 48, characters 9-25:
- 48 |       if String.ends_with str " " ||
-               ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- File "src/Input.ml", line 49, characters 9-25:
- 49 |          String.ends_with str "\t" ||
-               ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- File "src/Input.ml", line 50, characters 9-25:
- 50 |          String.ends_with str "\r" then
-               ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Version.ml > src/Version.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Conf.cmo src/Conf.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Version.cmo src/Version.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Control.ml > src/Control.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/BuildDepends.ml > src/BuildDepends.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/OASISVersionExt.ml > src/OASISVersionExt.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/OASISVersionExt.cmo src/OASISVersionExt.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Group.ml > src/Group.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/DhDirs.ml > src/DhDirs.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/DhFiles.ml > src/DhFiles.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/BuildDepends.cmo src/BuildDepends.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/BuildDepends.cmo src/BuildDepends.ml
- File "src/BuildDepends.ml", line 39, characters 21-39:
- 39 |        let compare = Pervasives.compare
-                           ^^^^^^^^^^^^^^^^^^
- 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/BuildDepends.ml", line 218, characters 27-43:
- 218 |                    else if String.ends_with nm "-dev" then
-                                  ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/DhManpages.ml > src/DhManpages.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhManpages.cmo src/DhManpages.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhManpages.cmo src/DhManpages.ml
- File "src/DhManpages.ml", line 31, characters 2-20:
- 31 |   String.starts_with doc.doc_install_dir "$mandir/"
-        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhDirs.cmo src/DhDirs.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhFiles.cmo src/DhFiles.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhFiles.cmo src/DhFiles.ml
- File "src/DhFiles.ml", line 110, characters 29-45:
- 110 |                   (fun fn -> String.ends_with fn ext)
-                                    ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Group.cmo src/Group.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Copyright.ml > src/Copyright.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/DpkgStatOverride.ml > src/DpkgStatOverride.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/LintianOverrides.ml > src/LintianOverrides.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Changelog.cmo src/Changelog.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Load.ml > src/Load.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/GenPkg.ml > src/GenPkg.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/PkgGeneric.ml > src/PkgGeneric.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/GenPkg.cmo src/GenPkg.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/PkgGeneric.cmo src/PkgGeneric.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Rules.ml > src/Rules.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/Upgrade.ml > src/Upgrade.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Control.cmo src/Control.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Copyright.cmo src/Copyright.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DpkgStatOverride.cmo src/DpkgStatOverride.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/LintianOverrides.cmo src/LintianOverrides.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Load.cmo src/Load.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Rules.cmo src/Rules.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Upgrade.cmo src/Upgrade.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -modules src/ActUpdate.ml > src/ActUpdate.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/ActGet.cmo src/ActGet.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/ActHelp.cmo src/ActHelp.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/ActInit.cmo src/ActInit.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/ActUpdate.cmo src/ActUpdate.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Main.cmo src/Main.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Arch.cmx src/Arch.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Expr.cmx src/Expr.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Common.cmx src/Common.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Input.cmx src/Input.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Input.cmx src/Input.ml
- File "src/Input.ml", line 43, characters 23-41:
- 43 |         (fun s -> not (String.starts_with s "#"))
-                             ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/Input.ml", line 48, characters 9-25:
- 48 |       if String.ends_with str " " ||
-               ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- File "src/Input.ml", line 49, characters 9-25:
- 49 |          String.ends_with str "\t" ||
-               ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- File "src/Input.ml", line 50, characters 9-25:
- 50 |          String.ends_with str "\r" then
-               ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Conf.cmx src/Conf.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Version.cmx src/Version.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/OASISVersionExt.cmx src/OASISVersionExt.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/BuildDepends.cmx src/BuildDepends.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/BuildDepends.cmx src/BuildDepends.ml
- File "src/BuildDepends.ml", line 39, characters 21-39:
- 39 |        let compare = Pervasives.compare
-                           ^^^^^^^^^^^^^^^^^^
- 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/BuildDepends.ml", line 218, characters 27-43:
- 218 |                    else if String.ends_with nm "-dev" then
-                                  ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhManpages.cmx src/DhManpages.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhManpages.cmx src/DhManpages.ml
- File "src/DhManpages.ml", line 31, characters 2-20:
- 31 |   String.starts_with doc.doc_install_dir "$mandir/"
-        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhDirs.cmx src/DhDirs.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhFiles.cmx src/DhFiles.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DhFiles.cmx src/DhFiles.ml
- File "src/DhFiles.ml", line 110, characters 29-45:
- 110 |                   (fun fn -> String.ends_with fn ext)
-                                    ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Group.cmx src/Group.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Changelog.cmx src/Changelog.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/GenPkg.cmx src/GenPkg.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/PkgGeneric.cmx src/PkgGeneric.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Control.cmx src/Control.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Copyright.cmx src/Copyright.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/DpkgStatOverride.cmx src/DpkgStatOverride.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/LintianOverrides.cmx src/LintianOverrides.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Load.cmx src/Load.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Rules.cmx src/Rules.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Upgrade.cmx src/Upgrade.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/ActGet.cmx src/ActGet.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/ActHelp.cmx src/ActHelp.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/ActInit.cmx src/ActInit.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/ActUpdate.cmx src/ActUpdate.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src -o src/Main.cmx src/Main.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package oasis -package fileutils -package xdg-basedir -package pcre -package oasis.base -package inifiles -package debian-formats -package calendar -package bytes -I src src/ActGet.cmx src/ActHelp.cmx src/Arch.cmx src/Expr.cmx src/Common.cmx src/OASISVersionExt.cmx src/BuildDepends.cmx src/Input.cmx src/Conf.cmx src/Version.cmx src/Changelog.cmx src/DhDirs.cmx src/DhManpages.cmx src/DhFiles.cmx src/Group.cmx src/Control.cmx src/Copyright.cmx src/DpkgStatOverride.cmx src/GenPkg.cmx src/LintianOverrides.cmx src/PkgGeneric.cmx src/Load.cmx src/Rules.cmx src/Upgrade.cmx src/ActInit.cmx src/ActUpdate.cmx src/Main.cmx -o src/Main.native
- + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg 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  oasis2debian.0.1.5
[oasis2debian: ocaml setup.ml]
+ /home/opam/.opam/default/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/default/.opam-switch/build/oasis2debian.0.1.5)
- File "./setup.ml", line 596, characters 4-15:
- 596 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 624, characters 19-36:
- 624 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 631, characters 37-48:
- 631 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 634, characters 17-31:
- 634 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1452, characters 16-33:
- 1452 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1454, characters 22-38:
- 1454 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1455, characters 14-26:
- 1455 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1456, characters 11-23:
- 1456 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1456, characters 28-40:
- 1456 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1457, characters 11-23:
- 1457 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1457, characters 28-41:
- 1457 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1458, characters 11-24:
- 1458 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1459, characters 11-23:
- 1459 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1796, characters 22-40:
- 1796 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- 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 "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- 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 "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> installed oasis2debian.0.1.5
[WARNING] Opam package conf-libpcre.2 depends on the following system package that can no longer be found: libpcre3-dev

=== STDERR ===

2026-06-16 18:30.56: OK: build oasis2debian.0.1.5 (runc: 14.6s, disk: 69KB)
2026-06-16 18:30.56: Job succeeded