Build:
  1. 0
2026-06-23 19:01.14: New job: build ocamldap.2.3.0 (453258c2f077)
2026-06-23 19:01.14: Waiting for resource in pool day11-builds
2026-06-23 20:09.05: Got resource from pool day11-builds
2026-06-23 20:09.05: [profile full] build ocamldap.2.3.0
2026-06-23 20:09.05: build ocamldap.2.3.0 (453258c2f077)
=== DEPENDENCIES (31 transitive) ===
  astring.0.8.5                                      156e7cc742dd
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-libpcre.2                                     e294701a2873
  conf-libssl.4                                      5592d8dc91f9
  conf-pkg-config.5                                  4b60827fc174
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.2.0                                      b14be91c9825
  dune.3.23.1                                        5402470d931c
  dune-compiledb.0.6.0                               90f780ee0f94
  dune-configurator.3.23.1                           58f4a3f92083
  ezjsonm.1.3.0                                      7cdf7464a07e
  fmt.0.11.0                                         fb25837707ac
  fpath.0.7.3                                        d991925a5b6c
  hex.1.5.0                                          59eb090201f6
  jsonm.1.0.2                                        ca365e0a8c1a
  num.1.6                                            480227ca99db
  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
  ocamlnet.4.1.9-2                                   83a1faa5bc6c
  parsexp.v0.16.0                                    75d2c6ce6b44
  pcre.8.0.5                                         da9307a800f6
  sexplib.v0.16.0                                    c758cedeb83d
  sexplib0.v0.16.0                                   3e198ce31e44
  ssl.0.7.0                                          6b2f419e2515
  topkg.1.1.1                                        ab549298f3fc
  uutf.1.0.4                                         80688944c06d
=== STDOUT ===
Processing: [default: loading data]
[ocamldap.2.3.0: dl]
[ocamldap.2.3.0: extract]
-> retrieved ocamldap.2.3.0  (https://opam.ocaml.org/cache)
[ocamldap: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ocamldap.2.3.0/./configure "--prefix" "/home/opam/.opam/default" "--enable-tests" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamldap.2.3.0)
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [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 1435, characters 28-40:
- 1435 |         | [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 1436, characters 11-23:
- 1436 |         | [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 1436, characters 28-41:
- 1436 |         | [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 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         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: ........................................ ocamldap
- Package version: ..................................... 2.3.0
- 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: ... true
- pkg_str: ............................................. /home/opam/.opam/default/lib/ocaml
- pkg_pcre: ............................................ /home/opam/.opam/default/lib/pcre
- pkg_ssl: ............................................. /home/opam/.opam/default/lib/ssl
- pkg_bytes: ........................................... /home/opam/.opam/default/lib/bytes
- pkg_netstring: ....................................... /home/opam/.opam/default/lib/netstring
- ocamldoc: ............................................ /home/opam/.opam/default/bin/ocamldoc
- 
[ocamldap: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamldap.2.3.0)
- ocaml setup.ml -build 
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [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 1435, characters 28-40:
- 1435 |         | [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 1436, characters 11-23:
- 1436 |         | [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 1436, characters 28-41:
- 1436 |         | [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 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         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.
- + /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
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_types.mli > src/ldap_types.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_types.cmi src/ldap_types.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_types.ml > src/ldap_types.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_filter.mli > src/ldap_filter.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_filter.cmi src/ldap_filter.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_filter.ml > src/ldap_filter.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/ldap_filterlexer.mll
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_filterlexer.ml > src/ldap_filterlexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlyacc src/ldap_filterparser.mly
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_filterparser.mli > src/ldap_filterparser.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_filterparser.cmi src/ldap_filterparser.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_filterlexer.cmo src/ldap_filterlexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_filterparser.ml > src/ldap_filterparser.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/lber.mli > src/lber.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/lber.cmi src/lber.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/lber.ml > src/lber.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_protocol.mli > src/ldap_protocol.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_protocol.cmi src/ldap_protocol.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_protocol.ml > src/ldap_protocol.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_dn.mli > src/ldap_dn.mli.depends
- + /home/opam/.opam/default/bin/ocamlyacc src/ldap_dnparser.mly
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_dnparser.mli > src/ldap_dnparser.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnparser.cmi src/ldap_dnparser.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dn.cmi src/ldap_dn.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_dn.ml > src/ldap_dn.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/ldap_dnlexer.mll
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_dnlexer.ml > src/ldap_dnlexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnlexer.cmo src/ldap_dnlexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnlexer.cmo src/ldap_dnlexer.ml
- File "src/ldap_dnlexer.mll", line 30, characters 40-49:
- Warning 26 [unused-var]: unused variable attribute.
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_dnparser.ml > src/ldap_dnparser.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_error.mli > src/ldap_error.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_error.cmi src/ldap_error.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_error.ml > src/ldap_error.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_funclient.mli > src/ldap_funclient.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_funclient.cmi src/ldap_funclient.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_funclient.ml > src/ldap_funclient.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_url.mli > src/ldap_url.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_url.cmi src/ldap_url.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_url.ml > src/ldap_url.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/ldap_urllexer.mll
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_urllexer.ml > src/ldap_urllexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_urllexer.cmo src/ldap_urllexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_funserver.mli > src/ldap_funserver.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_funserver.cmi src/ldap_funserver.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_funserver.ml > src/ldap_funserver.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_ooclient.mli > src/ldap_ooclient.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_schemaparser.mli > src/ldap_schemaparser.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemaparser.cmi src/ldap_schemaparser.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_ooclient.cmi src/ldap_ooclient.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_ooclient.ml > src/ldap_ooclient.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ulist.ml > src/ulist.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ulist.cmo src/ulist.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ulist.cmo src/ulist.ml
- File "src/ulist.ml", line 27, characters 36-52:
- 27 | let mem lst item = Hashtbl.mem lst (String.lowercase item);;
-                                          ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ulist.ml", line 29, characters 15-31:
- 29 |   let lcitem = String.lowercase item in
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ulist.ml", line 33, characters 42-58:
- 33 | let remove lst item = Hashtbl.remove lst (String.lowercase item);;
-                                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_schemaparser.ml > src/ldap_schemaparser.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/ldap_schemalexer.mll
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_schemalexer.ml > src/ldap_schemalexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemalexer.cmo src/ldap_schemalexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemalexer.cmo src/ldap_schemalexer.ml
- File "src/ldap_schemalexer.mll", line 77, characters 32-41:
- Warning 26 [unused-var]: unused variable qdescrval.
- File "src/ldap_schemalexer.mll", line 67, characters 40-51:
- Warning 26 [unused-var]: unused variable qdstringval.
- File "src/ldap_schemalexer.mll", line 77, characters 32-41:
- Warning 26 [unused-var]: unused variable qdescrval.
- File "src/ldap_schemalexer.mll", line 67, characters 40-51:
- Warning 26 [unused-var]: unused variable qdstringval.
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_mutex.mli > src/ldap_mutex.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_mutex.cmi src/ldap_mutex.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_mutex.ml > src/ldap_mutex.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_txooclient.mli > src/ldap_txooclient.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_txooclient.cmi src/ldap_txooclient.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package pcre -package ssl -package str -modules src/ldap_txooclient.ml > src/ldap_txooclient.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_types.cmo src/ldap_types.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_filter.cmo src/ldap_filter.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_filterparser.cmo src/ldap_filterparser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/lber.cmo src/lber.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_protocol.cmo src/ldap_protocol.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dn.cmo src/ldap_dn.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dn.cmo src/ldap_dn.ml
- File "src/ldap_dn.ml", line 64, characters 13-29:
- 64 |   let strm = Stream.of_string valu in
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 68, characters 12-23:
- 68 |       match Stream.next strm with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 74, characters 15-26:
- 74 |             if Stream.peek strm = None then begin
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 92, characters 9-23:
- 92 |     with Stream.Failure -> Buffer.contents buf
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 94, characters 10-21:
- 94 |     match Stream.peek strm with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 97, characters 10-21:
- 97 |           Stream.junk strm;
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 133, characters 22-38:
- 133 | let canonical_dn dn = String.lowercase (to_string (of_string dn))
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnparser.cmo src/ldap_dnparser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnparser.cmo src/ldap_dnparser.ml
- File "src/ldap_dnparser.mly", line 51, characters 15-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 55, characters 14-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 57, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 62, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 67, characters 11-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 75, characters 15-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 79, characters 19-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 80, characters 19-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 83, characters 11-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 85, characters 12-23:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_error.cmo src/ldap_error.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_funclient.cmo src/ldap_funclient.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_funclient.cmo src/ldap_funclient.ml
- File "src/ldap_funclient.ml", line 185, characters 39-49:
- 185 |                                        Ssl.SSLv23
-                                              ^^^^^^^^^^
- Alert deprecated: SSLv23
- SSL 2.0 was deprecated in 2011 by RFC 6176.
- File "src/ldap_funclient.ml", line 198, characters 29-38:
- 198 |                    | Failure "timeout" ->
-                                    ^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_url.cmo src/ldap_url.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_url.cmo src/ldap_url.ml
- File "src/ldap_url.ml", line 30, characters 16-37:
- 30 |         Failure "lexing: empty token" ->
-                      ^^^^^^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_funserver.cmo src/ldap_funserver.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_ooclient.cmo src/ldap_ooclient.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_ooclient.cmo src/ldap_ooclient.ml
- File "src/ldap_ooclient.ml", line 133, characters 19-26:
- 133 |       with Failure "limit" -> Format.print_string "..."
-                          ^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ldap_ooclient.ml", line 150, characters 27-43:
- 150 |      let of_string s = (s, String.lowercase s)
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 202, characters 38-54:
- 202 |   method exists x = Hashtbl.mem data (String.lowercase x)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 208, characters 25-41:
- 208 |             let lcname = String.lowercase name in
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 271, characters 25-41:
- 271 |             let lcname = String.lowercase attr in
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 289, characters 57-73:
- 289 |             Ulist.addlst n values; Hashtbl.replace data (String.lowercase attr) n;
-                                                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 312, characters 58-74:
- 312 |   method get_value attr = Ulist.tolst (Hashtbl.find data (String.lowercase attr))
-                                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 446, characters 8-16:
- 446 |     try delete_s con dn
-               ^^^^^^^^
- Warning 6 [labels-omitted]: label dn was omitted in the application of this function.
- File "src/ldap_ooclient.ml", line 452, characters 8-16:
- 452 |     try modify_s con dn mods
-               ^^^^^^^^
- Warning 6 [labels-omitted]: labels dn, mods were omitted in the application of this function.
- File "src/ldap_ooclient.ml", line 989, characters 11-27:
- 989 |   let lc = String.lowercase in
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1060, characters 58-74:
- 1060 |                               if (Hashtbl.mem generators (String.lowercase (oidToAttr schema gen))) then
-                                                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1075, characters 55-71:
- 1075 |                                              (fun e -> String.lowercase (oidToAttr schema e))
-                                                               ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1158, characters 33-49:
- 1158 |                      (fun elt -> String.lowercase (oidToAttr schema elt))
-                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1193, characters 45-61:
- 1193 |     let service = try Hashtbl.find services (String.lowercase svc)
-                                                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1227, characters 45-61:
- 1227 |     let service = try Hashtbl.find services (String.lowercase svc)
-                                                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1271, characters 33-49:
- 1271 |     (if (Hashtbl.mem generators (String.lowercase x)) then
-                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemaparser.cmo src/ldap_schemaparser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemaparser.cmo src/ldap_schemaparser.ml
- File "src/ldap_schemaparser.ml", line 48, characters 23-39:
- 48 |      let of_string s = String.lowercase s
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_schemaparser.ml", line 195, characters 19-26:
- 195 |       with Failure "depth" -> Format.print_string "..."
-                          ^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_mutex.cmo src/ldap_mutex.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_mutex.cmo src/ldap_mutex.ml
- File "src/ldap_mutex.ml", line 59, characters 14-22:
- 59 |       Failure "locked" -> ()
-                    ^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_txooclient.cmo src/ldap_txooclient.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -keep-locs -I src src/ldap_types.cmo src/ldap_filterparser.cmo src/ldap_filterlexer.cmo src/ldap_filter.cmo src/lber.cmo src/ldap_protocol.cmo src/ldap_dnparser.cmo src/ldap_dnlexer.cmo src/ldap_dn.cmo src/ldap_error.cmo src/ldap_urllexer.cmo src/ldap_url.cmo src/ldap_funclient.cmo src/ldap_funserver.cmo src/ldap_schemalexer.cmo src/ldap_schemaparser.cmo src/ulist.cmo src/ldap_ooclient.cmo src/ldap_mutex.cmo src/ldap_txooclient.cmo -o src/ldap.cma
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_types.cmx src/ldap_types.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_filterparser.cmx src/ldap_filterparser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_filterlexer.cmx src/ldap_filterlexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/lber.cmx src/lber.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnparser.cmx src/ldap_dnparser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnparser.cmx src/ldap_dnparser.ml
- File "src/ldap_dnparser.mly", line 51, characters 15-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 55, characters 14-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 57, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 62, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 67, characters 11-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 75, characters 15-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 79, characters 19-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 80, characters 19-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 83, characters 11-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dnparser.mly", line 85, characters 12-23:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnlexer.cmx src/ldap_dnlexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dnlexer.cmx src/ldap_dnlexer.ml
- File "src/ldap_dnlexer.mll", line 30, characters 40-49:
- Warning 26 [unused-var]: unused variable attribute.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_filter.cmx src/ldap_filter.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_protocol.cmx src/ldap_protocol.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_urllexer.cmx src/ldap_urllexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_url.cmx src/ldap_url.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_url.cmx src/ldap_url.ml
- File "src/ldap_url.ml", line 30, characters 16-37:
- 30 |         Failure "lexing: empty token" ->
-                      ^^^^^^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_funclient.cmx src/ldap_funclient.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_funclient.cmx src/ldap_funclient.ml
- File "src/ldap_funclient.ml", line 185, characters 39-49:
- 185 |                                        Ssl.SSLv23
-                                              ^^^^^^^^^^
- Alert deprecated: SSLv23
- SSL 2.0 was deprecated in 2011 by RFC 6176.
- File "src/ldap_funclient.ml", line 198, characters 29-38:
- 198 |                    | Failure "timeout" ->
-                                    ^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemalexer.cmx src/ldap_schemalexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemalexer.cmx src/ldap_schemalexer.ml
- File "src/ldap_schemalexer.mll", line 77, characters 32-41:
- Warning 26 [unused-var]: unused variable qdescrval.
- File "src/ldap_schemalexer.mll", line 67, characters 40-51:
- Warning 26 [unused-var]: unused variable qdstringval.
- File "src/ldap_schemalexer.mll", line 77, characters 32-41:
- Warning 26 [unused-var]: unused variable qdescrval.
- File "src/ldap_schemalexer.mll", line 67, characters 40-51:
- Warning 26 [unused-var]: unused variable qdstringval.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemaparser.cmx src/ldap_schemaparser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_schemaparser.cmx src/ldap_schemaparser.ml
- File "src/ldap_schemaparser.ml", line 48, characters 23-39:
- 48 |      let of_string s = String.lowercase s
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_schemaparser.ml", line 195, characters 19-26:
- 195 |       with Failure "depth" -> Format.print_string "..."
-                          ^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ulist.cmx src/ulist.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ulist.cmx src/ulist.ml
- File "src/ulist.ml", line 27, characters 36-52:
- 27 | let mem lst item = Hashtbl.mem lst (String.lowercase item);;
-                                          ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ulist.ml", line 29, characters 15-31:
- 29 |   let lcitem = String.lowercase item in
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ulist.ml", line 33, characters 42-58:
- 33 | let remove lst item = Hashtbl.remove lst (String.lowercase item);;
-                                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dn.cmx src/ldap_dn.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_dn.cmx src/ldap_dn.ml
- File "src/ldap_dn.ml", line 64, characters 13-29:
- 64 |   let strm = Stream.of_string valu in
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 68, characters 12-23:
- 68 |       match Stream.next strm with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 74, characters 15-26:
- 74 |             if Stream.peek strm = None then begin
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 92, characters 9-23:
- 92 |     with Stream.Failure -> Buffer.contents buf
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 94, characters 10-21:
- 94 |     match Stream.peek strm with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 97, characters 10-21:
- 97 |           Stream.junk strm;
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldap_dn.ml", line 133, characters 22-38:
- 133 | let canonical_dn dn = String.lowercase (to_string (of_string dn))
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_ooclient.cmx src/ldap_ooclient.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_ooclient.cmx src/ldap_ooclient.ml
- File "src/ldap_ooclient.ml", line 133, characters 19-26:
- 133 |       with Failure "limit" -> Format.print_string "..."
-                          ^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ldap_ooclient.ml", line 150, characters 27-43:
- 150 |      let of_string s = (s, String.lowercase s)
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 202, characters 38-54:
- 202 |   method exists x = Hashtbl.mem data (String.lowercase x)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 208, characters 25-41:
- 208 |             let lcname = String.lowercase name in
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 271, characters 25-41:
- 271 |             let lcname = String.lowercase attr in
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 289, characters 57-73:
- 289 |             Ulist.addlst n values; Hashtbl.replace data (String.lowercase attr) n;
-                                                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 312, characters 58-74:
- 312 |   method get_value attr = Ulist.tolst (Hashtbl.find data (String.lowercase attr))
-                                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 446, characters 8-16:
- 446 |     try delete_s con dn
-               ^^^^^^^^
- Warning 6 [labels-omitted]: label dn was omitted in the application of this function.
- File "src/ldap_ooclient.ml", line 452, characters 8-16:
- 452 |     try modify_s con dn mods
-               ^^^^^^^^
- Warning 6 [labels-omitted]: labels dn, mods were omitted in the application of this function.
- File "src/ldap_ooclient.ml", line 989, characters 11-27:
- 989 |   let lc = String.lowercase in
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1060, characters 58-74:
- 1060 |                               if (Hashtbl.mem generators (String.lowercase (oidToAttr schema gen))) then
-                                                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1075, characters 55-71:
- 1075 |                                              (fun e -> String.lowercase (oidToAttr schema e))
-                                                               ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1158, characters 33-49:
- 1158 |                      (fun elt -> String.lowercase (oidToAttr schema elt))
-                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1193, characters 45-61:
- 1193 |     let service = try Hashtbl.find services (String.lowercase svc)
-                                                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1227, characters 45-61:
- 1227 |     let service = try Hashtbl.find services (String.lowercase svc)
-                                                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldap_ooclient.ml", line 1271, characters 33-49:
- 1271 |     (if (Hashtbl.mem generators (String.lowercase x)) then
-                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_mutex.cmx src/ldap_mutex.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_mutex.cmx src/ldap_mutex.ml
- File "src/ldap_mutex.ml", line 59, characters 14-22:
- 59 |       Failure "locked" -> ()
-                    ^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_error.cmx src/ldap_error.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_funserver.cmx src/ldap_funserver.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -package bytes -package pcre -package ssl -package str -I src -o src/ldap_txooclient.cmx src/ldap_txooclient.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -keep-locs -I src src/ldap_types.cmx src/ldap_filterparser.cmx src/ldap_filterlexer.cmx src/ldap_filter.cmx src/lber.cmx src/ldap_protocol.cmx src/ldap_dnparser.cmx src/ldap_dnlexer.cmx src/ldap_dn.cmx src/ldap_error.cmx src/ldap_urllexer.cmx src/ldap_url.cmx src/ldap_funclient.cmx src/ldap_funserver.cmx src/ldap_schemalexer.cmx src/ldap_schemaparser.cmx src/ulist.cmx src/ldap_ooclient.cmx src/ldap_mutex.cmx src/ldap_txooclient.cmx -o src/ldap.cmxa
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -keep-locs -I src src/ldap.cmxa src/ldap_types.cmx src/ldap_filterparser.cmx src/ldap_filterlexer.cmx src/ldap_filter.cmx src/lber.cmx src/ldap_protocol.cmx src/ldap_dnparser.cmx src/ldap_dnlexer.cmx src/ldap_dn.cmx src/ldap_error.cmx src/ldap_urllexer.cmx src/ldap_url.cmx src/ldap_funclient.cmx src/ldap_funserver.cmx src/ldap_schemalexer.cmx src/ldap_schemaparser.cmx src/ulist.cmx src/ldap_ooclient.cmx src/ldap_mutex.cmx src/ldap_txooclient.cmx -o src/ldap.cmxs
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/ldif/ldif_oo.mli > src/ldif/ldif_oo.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_oo.cmi src/ldif/ldif_oo.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_oo.cmi src/ldif/ldif_oo.mli
- File "src/ldif/ldif_oo.mli", line 48, characters 9-30:
- 48 |   ?in_ch:Pervasives.in_channel ->
-               ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/ldif/ldif_oo.mli", line 49, characters 10-32:
- 49 |   ?out_ch:Pervasives.out_channel ->
-                ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/ldif/ldif_oo.ml > src/ldif/ldif_oo.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/ldif/ldif_parser.ml > src/ldif/ldif_parser.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_parser.cmo src/ldif/ldif_parser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_parser.cmo src/ldif/ldif_parser.ml
- File "src/ldif/ldif_parser.ml", line 29, characters 33-41:
- 29 | type stream_rec  = {stream: char Stream.t;buf:Buffer.t;mutable line: int}
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 38, characters 19-30:
- 38 |     match (optval (Stream.peek s.stream)) with
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 39, characters 22-33:
- 39 |         ' ' | '#' -> (Stream.junk s.stream);read_comment s (* line folded, or another comment *)
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 42, characters 19-30:
- 42 |     match (optval (Stream.peek s.stream)) with
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 43, characters 17-28:
- 43 |         '\n' -> (Stream.junk s.stream);s.line <- s.line + 1;check_next s
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 45, characters 11-22:
- 45 |           (Stream.junk s.stream);(Stream.junk s.stream);
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 45, characters 34-45:
- 45 |           (Stream.junk s.stream);(Stream.junk s.stream);
-                                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 47, characters 17-28:
- 47 |       |  _   -> (Stream.junk s.stream);read_comment s
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 50, characters 17-28:
- 50 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 51, characters 14-25:
- 51 |       '#' -> (Stream.junk s.stream);read_comment s
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 55, characters 17-28:
- 55 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 56, characters 15-26:
- 56 |       '\n' -> (Stream.junk s.stream);s.line <- s.line + 1;"\n"
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 57, characters 15-26:
- 57 |     | '\r' -> (Stream.junk s.stream);(Stream.junk s.stream);s.line <- s.line + 1;"\n"
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 57, characters 38-49:
- 57 |     | '\r' -> (Stream.junk s.stream);(Stream.junk s.stream);s.line <- s.line + 1;"\n"
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 69, characters 17-28:
- 69 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 70, characters 19-30:
- 70 |       '0'..'9' -> (Stream.next s.stream)
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 74, characters 17-28:
- 74 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 75, characters 19-30:
- 75 |       ' '..'~' -> (Stream.next s.stream)
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 79, characters 17-28:
- 79 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 80, characters 29-40:
- 80 |       '!'..'9'|';'..'~'  -> (Stream.next s.stream)
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 84, characters 17-28:
- 84 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 85, characters 28-39:
- 85 |       'a'..'z'|'A'..'Z' -> (Stream.next s.stream)
-                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 97, characters 18-30:
- 97 |           (match (Stream.npeek 2 s.stream) with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 99, characters 18-29:
- 99 |                  (Stream.junk s.stream);(Stream.junk s.stream);
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 99, characters 41-52:
- 99 |                  (Stream.junk s.stream);(Stream.junk s.stream);
-                                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 104, characters 18-30:
- 104 |           (match (Stream.npeek 3 s.stream) with
-                         ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 106, characters 18-29:
- 106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 106, characters 41-52:
- 106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
-                                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 106, characters 64-75:
- 106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
-                                                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 122, characters 17-28:
- 122 |   match (optval (Stream.peek s.stream)) with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 123, characters 41-52:
- 123 |       'A'..'Z'|'a'..'z'|'0'..'9'|'-' -> (Stream.next s.stream)
-                                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 141, characters 17-28:
- 141 |   match (optval (Stream.peek s.stream)) with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 142, characters 28-39:
- 142 |       ';' -> let thisone = (Stream.junk s.stream);(option s) in thisone ^ (options s)
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 154, characters 32-43:
- 154 |   let options = (match (optval (Stream.peek s.stream)) with
-                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 157, characters 30-41:
- 157 |   let colon = (match (optval (Stream.peek s.stream)) with
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 158, characters 27-38:
- 158 |                    ':' -> (Stream.junk s.stream);""
-                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 164, characters 17-28:
- 164 |   match (optval (Stream.peek s.stream)) with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 165, characters 14-25:
- 165 |       ':' -> (Stream.junk s.stream);
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 166, characters 24-35:
- 166 |         (match (optval (Stream.peek s.stream)) with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 167, characters 21-32:
- 167 |              ' ' -> (Stream.junk s.stream);
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 170, characters 14-25:
- 170 |     | '<' -> (Stream.junk s.stream);(match (optval (Stream.peek s.stream)) with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 170, characters 52-63:
- 170 |     | '<' -> (Stream.junk s.stream);(match (optval (Stream.peek s.stream)) with
-                                                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 171, characters 42-53:
- 171 |                                   ' ' -> (Stream.junk s.stream);(safe_string s) (* a url *)
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 173, characters 14-25:
- 173 |     | ' ' -> (Stream.junk s.stream);(safe_string s)
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 177, characters 11-27:
- 177 |   let lc = String.lowercase in
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldif/ldif_parser.ml", line 194, characters 26-30:
- 194 |              with Failure "hd" ->
-                                 ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ldif/ldif_parser.ml", line 199, characters 17-28:
- 199 |   match (optval (Stream.peek s.stream)) with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 200, characters 14-25:
- 200 |       ':' -> (Stream.junk s.stream);
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 201, characters 24-35:
- 201 |         (match (optval (Stream.peek s.stream)) with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 202, characters 21-32:
- 202 |              ' ' -> (Stream.junk s.stream);
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 205, characters 14-25:
- 205 |     | ' ' -> (Stream.junk s.stream);safe_string s
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 209, characters 9-21:
- 209 |   match (Stream.npeek 3 s.stream) with
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 211, characters 9-20:
- 211 |         (Stream.junk s.stream);
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 212, characters 9-20:
- 212 |         (Stream.junk s.stream);
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 213, characters 9-20:
- 213 |         (Stream.junk s.stream);
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 154, characters 6-13:
- 154 |   let options = (match (optval (Stream.peek s.stream)) with
-             ^^^^^^^
- Warning 26 [unused-var]: unused variable options.
- File "src/ldif/ldif_parser.ml", line 157, characters 6-11:
- 157 |   let colon = (match (optval (Stream.peek s.stream)) with
-             ^^^^^
- Warning 26 [unused-var]: unused variable colon.
- File "src/ldif/ldif_parser.ml", line 184, characters 14-17:
- 184 |           let sep  = (sep s) in
-                     ^^^
- Warning 26 [unused-var]: unused variable sep.
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/ldif/ldif_changerec_oo.mli > src/ldif/ldif_changerec_oo.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_oo.cmi src/ldif/ldif_changerec_oo.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_oo.cmi src/ldif/ldif_changerec_oo.mli
- File "src/ldif/ldif_changerec_oo.mli", line 40, characters 9-30:
- 40 |   ?in_ch:Pervasives.in_channel ->
-               ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/ldif/ldif_changerec_oo.mli", line 41, characters 10-32:
- 41 |   ?out_ch:Pervasives.out_channel ->
-                ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/ldif/ldif_changerec_oo.ml > src/ldif/ldif_changerec_oo.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/ldif/ldif_changerec_lexer.mll
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/ldif/ldif_changerec_lexer.ml > src/ldif/ldif_changerec_lexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlyacc src/ldif/ldif_changerec_parser.mly
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/ldif/ldif_changerec_parser.mli > src/ldif/ldif_changerec_parser.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_parser.cmi src/ldif/ldif_changerec_parser.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_lexer.cmo src/ldif/ldif_changerec_lexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/ldif/ldif_changerec_parser.ml > src/ldif/ldif_changerec_parser.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_oo.cmo src/ldif/ldif_oo.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_oo.cmo src/ldif/ldif_oo.ml
- File "src/ldif/ldif_oo.ml", line 102, characters 24-41:
- 102 |   val in_ch  = {stream=(Stream.of_channel in_ch);buf=Buffer.create 256;line=1}
-                               ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_oo.ml", line 109, characters 24-40:
- 109 |     let strm = {stream=(Stream.of_string s);buf=Buffer.create 256;line=1} in
-                               ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_oo.cmo src/ldif/ldif_changerec_oo.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_oo.cmo src/ldif/ldif_changerec_oo.ml
- File "src/ldif/ldif_changerec_oo.ml", line 79, characters 16-21:
- 79 |         Failure "end" -> raise End_of_changerecs
-                      ^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ldif/ldif_changerec_oo.ml", line 85, characters 18-23:
- 85 |           Failure "end" -> raise End_of_changerecs
-                        ^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_parser.cmo src/ldif/ldif_changerec_parser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -keep-locs -I src/ldif src/ldif/ldif_parser.cmo src/ldif/ldif_oo.cmo src/ldif/ldif_changerec_parser.cmo src/ldif/ldif_changerec_lexer.cmo src/ldif/ldif_changerec_oo.cmo -o src/ldif/ldif.cma
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_parser.cmx src/ldif/ldif_parser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_parser.cmx src/ldif/ldif_parser.ml
- File "src/ldif/ldif_parser.ml", line 29, characters 33-41:
- 29 | type stream_rec  = {stream: char Stream.t;buf:Buffer.t;mutable line: int}
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 38, characters 19-30:
- 38 |     match (optval (Stream.peek s.stream)) with
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 39, characters 22-33:
- 39 |         ' ' | '#' -> (Stream.junk s.stream);read_comment s (* line folded, or another comment *)
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 42, characters 19-30:
- 42 |     match (optval (Stream.peek s.stream)) with
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 43, characters 17-28:
- 43 |         '\n' -> (Stream.junk s.stream);s.line <- s.line + 1;check_next s
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 45, characters 11-22:
- 45 |           (Stream.junk s.stream);(Stream.junk s.stream);
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 45, characters 34-45:
- 45 |           (Stream.junk s.stream);(Stream.junk s.stream);
-                                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 47, characters 17-28:
- 47 |       |  _   -> (Stream.junk s.stream);read_comment s
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 50, characters 17-28:
- 50 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 51, characters 14-25:
- 51 |       '#' -> (Stream.junk s.stream);read_comment s
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 55, characters 17-28:
- 55 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 56, characters 15-26:
- 56 |       '\n' -> (Stream.junk s.stream);s.line <- s.line + 1;"\n"
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 57, characters 15-26:
- 57 |     | '\r' -> (Stream.junk s.stream);(Stream.junk s.stream);s.line <- s.line + 1;"\n"
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 57, characters 38-49:
- 57 |     | '\r' -> (Stream.junk s.stream);(Stream.junk s.stream);s.line <- s.line + 1;"\n"
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 69, characters 17-28:
- 69 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 70, characters 19-30:
- 70 |       '0'..'9' -> (Stream.next s.stream)
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 74, characters 17-28:
- 74 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 75, characters 19-30:
- 75 |       ' '..'~' -> (Stream.next s.stream)
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 79, characters 17-28:
- 79 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 80, characters 29-40:
- 80 |       '!'..'9'|';'..'~'  -> (Stream.next s.stream)
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 84, characters 17-28:
- 84 |   match (optval (Stream.peek s.stream)) with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 85, characters 28-39:
- 85 |       'a'..'z'|'A'..'Z' -> (Stream.next s.stream)
-                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 97, characters 18-30:
- 97 |           (match (Stream.npeek 2 s.stream) with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 99, characters 18-29:
- 99 |                  (Stream.junk s.stream);(Stream.junk s.stream);
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 99, characters 41-52:
- 99 |                  (Stream.junk s.stream);(Stream.junk s.stream);
-                                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 104, characters 18-30:
- 104 |           (match (Stream.npeek 3 s.stream) with
-                         ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 106, characters 18-29:
- 106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 106, characters 41-52:
- 106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
-                                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 106, characters 64-75:
- 106 |                  (Stream.junk s.stream);(Stream.junk s.stream);(Stream.junk s.stream);
-                                                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 122, characters 17-28:
- 122 |   match (optval (Stream.peek s.stream)) with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 123, characters 41-52:
- 123 |       'A'..'Z'|'a'..'z'|'0'..'9'|'-' -> (Stream.next s.stream)
-                                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 141, characters 17-28:
- 141 |   match (optval (Stream.peek s.stream)) with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 142, characters 28-39:
- 142 |       ';' -> let thisone = (Stream.junk s.stream);(option s) in thisone ^ (options s)
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 154, characters 32-43:
- 154 |   let options = (match (optval (Stream.peek s.stream)) with
-                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 157, characters 30-41:
- 157 |   let colon = (match (optval (Stream.peek s.stream)) with
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 158, characters 27-38:
- 158 |                    ':' -> (Stream.junk s.stream);""
-                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 164, characters 17-28:
- 164 |   match (optval (Stream.peek s.stream)) with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 165, characters 14-25:
- 165 |       ':' -> (Stream.junk s.stream);
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 166, characters 24-35:
- 166 |         (match (optval (Stream.peek s.stream)) with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 167, characters 21-32:
- 167 |              ' ' -> (Stream.junk s.stream);
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 170, characters 14-25:
- 170 |     | '<' -> (Stream.junk s.stream);(match (optval (Stream.peek s.stream)) with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 170, characters 52-63:
- 170 |     | '<' -> (Stream.junk s.stream);(match (optval (Stream.peek s.stream)) with
-                                                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 171, characters 42-53:
- 171 |                                   ' ' -> (Stream.junk s.stream);(safe_string s) (* a url *)
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 173, characters 14-25:
- 173 |     | ' ' -> (Stream.junk s.stream);(safe_string s)
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 177, characters 11-27:
- 177 |   let lc = String.lowercase in
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/ldif/ldif_parser.ml", line 194, characters 26-30:
- 194 |              with Failure "hd" ->
-                                 ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ldif/ldif_parser.ml", line 199, characters 17-28:
- 199 |   match (optval (Stream.peek s.stream)) with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 200, characters 14-25:
- 200 |       ':' -> (Stream.junk s.stream);
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 201, characters 24-35:
- 201 |         (match (optval (Stream.peek s.stream)) with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 202, characters 21-32:
- 202 |              ' ' -> (Stream.junk s.stream);
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 205, characters 14-25:
- 205 |     | ' ' -> (Stream.junk s.stream);safe_string s
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 209, characters 9-21:
- 209 |   match (Stream.npeek 3 s.stream) with
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 211, characters 9-20:
- 211 |         (Stream.junk s.stream);
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 212, characters 9-20:
- 212 |         (Stream.junk s.stream);
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 213, characters 9-20:
- 213 |         (Stream.junk s.stream);
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_parser.ml", line 154, characters 6-13:
- 154 |   let options = (match (optval (Stream.peek s.stream)) with
-             ^^^^^^^
- Warning 26 [unused-var]: unused variable options.
- File "src/ldif/ldif_parser.ml", line 157, characters 6-11:
- 157 |   let colon = (match (optval (Stream.peek s.stream)) with
-             ^^^^^
- Warning 26 [unused-var]: unused variable colon.
- File "src/ldif/ldif_parser.ml", line 184, characters 14-17:
- 184 |           let sep  = (sep s) in
-                     ^^^
- Warning 26 [unused-var]: unused variable sep.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_parser.cmx src/ldif/ldif_changerec_parser.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_oo.cmx src/ldif/ldif_oo.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_oo.cmx src/ldif/ldif_oo.ml
- File "src/ldif/ldif_oo.ml", line 102, characters 24-41:
- 102 |   val in_ch  = {stream=(Stream.of_channel in_ch);buf=Buffer.create 256;line=1}
-                               ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ldif/ldif_oo.ml", line 109, characters 24-40:
- 109 |     let strm = {stream=(Stream.of_string s);buf=Buffer.create 256;line=1} in
-                               ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_lexer.cmx src/ldif/ldif_changerec_lexer.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_oo.cmx src/ldif/ldif_changerec_oo.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -package bytes -package netstring -package pcre -package ssl -package str -I src/ldif -I src -o src/ldif/ldif_changerec_oo.cmx src/ldif/ldif_changerec_oo.ml
- File "src/ldif/ldif_changerec_oo.ml", line 79, characters 16-21:
- 79 |         Failure "end" -> raise End_of_changerecs
-                      ^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ldif/ldif_changerec_oo.ml", line 85, characters 18-23:
- 85 |           Failure "end" -> raise End_of_changerecs
-                        ^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -keep-locs -I src/ldif src/ldif/ldif_parser.cmx src/ldif/ldif_oo.cmx src/ldif/ldif_changerec_parser.cmx src/ldif/ldif_changerec_lexer.cmx src/ldif/ldif_changerec_oo.cmx -o src/ldif/ldif.cmxa
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -keep-locs -I src/ldif src/ldif/ldif.cmxa src/ldif/ldif_parser.cmx src/ldif/ldif_oo.cmx src/ldif/ldif_changerec_parser.cmx src/ldif/ldif_changerec_lexer.cmx src/ldif/ldif_changerec_oo.cmx -o src/ldif/ldif.cmxs
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/toplevel/ldap_toplevel.mli > src/toplevel/ldap_toplevel.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -I +compiler-libs -package bytes -package netstring -package pcre -package ssl -package str -I src/toplevel -I src/ldif -o src/toplevel/ldap_toplevel.cmi src/toplevel/ldap_toplevel.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -I +compiler-libs -package bytes -package netstring -package pcre -package ssl -package str -I src/toplevel -I src/ldif -o src/toplevel/ldap_toplevel.cmi src/toplevel/ldap_toplevel.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules src/toplevel/ldap_toplevel.ml > src/toplevel/ldap_toplevel.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -I +compiler-libs -package bytes -package netstring -package pcre -package ssl -package str -I src/toplevel -I src/ldif -o src/toplevel/ldap_toplevel.cmo src/toplevel/ldap_toplevel.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -I +compiler-libs -package bytes -package netstring -package pcre -package ssl -package str -I src/toplevel -I src/ldif -o src/toplevel/ldap_toplevel.cmo src/toplevel/ldap_toplevel.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -keep-locs -I +compiler-libs -I src/toplevel src/toplevel/ldap_toplevel.cmo -o src/toplevel/toplevel.cma
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -keep-locs -I +compiler-libs -I src/toplevel src/toplevel/ldap_toplevel.cmo -o src/toplevel/toplevel.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml, /home/opam/.opam/default/lib/ocaml/compiler-libs
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules tests/lber_tests.ml > tests/lber_tests.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/lber_tests.cmo tests/lber_tests.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/lber_tests.cmx tests/lber_tests.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -g -keep-locs -linkpkg -package bytes -package pcre -package ssl -package str -I src -I tests src/ldap.cmxa tests/lber_tests.cmx -o tests/lber_tests.native
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules tests/testldif.ml > tests/testldif.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/testldif.cmo tests/testldif.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/testldif.cmx tests/testldif.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -g -keep-locs -linkpkg -package bytes -package netstring -package pcre -package ssl -package str -I src -I src/ldif -I tests src/ldap.cmxa src/ldif/ldif.cmxa tests/testldif.cmx -o tests/testldif.native
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules tests/test.ml > tests/test.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/test.cmo tests/test.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/test.cmo tests/test.ml
- File "tests/test.ml", line 60, characters 6-14:
- 60 |   let set_port x = port := x in
-            ^^^^^^^^
- Warning 26 [unused-var]: unused variable set_port.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/test.cmx tests/test.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/test.cmx tests/test.ml
- File "tests/test.ml", line 60, characters 6-14:
- 60 |   let set_port x = port := x in
-            ^^^^^^^^
- Warning 26 [unused-var]: unused variable set_port.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -g -keep-locs -linkpkg -package bytes -package pcre -package ssl -package str -I src -I tests src/ldap.cmxa tests/test.cmx -o tests/test.native
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules tests/testoo.ml > tests/testoo.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/testoo.cmo tests/testoo.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/testoo.cmo tests/testoo.ml
- File "tests/testoo.ml", line 40, characters 6-14:
- 40 |   let set_port x = port := x in
-            ^^^^^^^^
- Warning 26 [unused-var]: unused variable set_port.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/testoo.cmx tests/testoo.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/testoo.cmx tests/testoo.ml
- File "tests/testoo.ml", line 40, characters 6-14:
- 40 |   let set_port x = port := x in
-            ^^^^^^^^
- Warning 26 [unused-var]: unused variable set_port.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -g -keep-locs -linkpkg -package bytes -package netstring -package pcre -package ssl -package str -I src -I src/ldif -I tests src/ldap.cmxa src/ldif/ldif.cmxa tests/testoo.cmx -o tests/testoo.native
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -package netstring -package pcre -package ssl -package str -modules tests/page_result_control_test.ml > tests/page_result_control_test.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/page_result_control_test.cmo tests/page_result_control_test.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -keep-locs -I src -I src/ldif -package bytes -package netstring -package pcre -package ssl -package str -I tests -I src -I src/ldif -o tests/page_result_control_test.cmx tests/page_result_control_test.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -g -keep-locs -linkpkg -package bytes -package pcre -package ssl -package str -I src -I tests src/ldap.cmxa tests/page_result_control_test.cmx -o tests/page_result_control_test.native
- + /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  ocamldap.2.3.0
[ocamldap: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamldap.2.3.0)
- ocaml setup.ml -install 
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [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 1435, characters 28-40:
- 1435 |         | [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 1436, characters 11-23:
- 1436 |         | [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 1436, characters 28-41:
- 1436 |         | [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 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         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.
- W: Cannot find source header for module library in Ldap_filterparser ldap
- W: Cannot find source header for module library in Ldap_filterlexer ldap
- W: Cannot find source header for module library in Ldap_dnparser ldap
- W: Cannot find source header for module library in Ldap_dnlexer ldap
- W: Cannot find source header for module library in Ldap_urllexer ldap
- W: Cannot find source header for module library in Ldap_schemalexer ldap
- W: Cannot find source header for module library in Ldif_changerec_lexer ldif
- W: Cannot find source header for module library in Ldif_changerec_parser ldif
- Installed /home/opam/.opam/default/lib/ldap/ldap_types.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_filter.mli
- Installed /home/opam/.opam/default/lib/ldap/lber.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_protocol.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_dn.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_error.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_funclient.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_url.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_funserver.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_ooclient.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemaparser.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap_mutex.mli
- Installed /home/opam/.opam/default/lib/ldap/ulist.ml
- Installed /home/opam/.opam/default/lib/ldap/ldap_txooclient.mli
- Installed /home/opam/.opam/default/lib/ldap/ldap.cma
- Installed /home/opam/.opam/default/lib/ldap/ldap.cmxa
- Installed /home/opam/.opam/default/lib/ldap/ldap.a
- Installed /home/opam/.opam/default/lib/ldap/ldap.cmxs
- Installed /home/opam/.opam/default/lib/ldap/ldap_txooclient.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_txooclient.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_txooclient.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_txooclient.annot
- Installed /home/opam/.opam/default/lib/ldap/ulist.cmi
- Installed /home/opam/.opam/default/lib/ldap/ulist.cmt
- Installed /home/opam/.opam/default/lib/ldap/ulist.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_mutex.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_mutex.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_mutex.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_mutex.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemalexer.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemalexer.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemalexer.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemaparser.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemaparser.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemaparser.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemaparser.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_ooclient.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_ooclient.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_ooclient.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_ooclient.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_funserver.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_funserver.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_funserver.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_funserver.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_urllexer.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_urllexer.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_urllexer.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_url.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_url.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_url.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_url.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_funclient.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_funclient.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_funclient.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_funclient.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_error.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_error.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_error.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_error.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnlexer.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnlexer.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnlexer.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnparser.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnparser.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnparser.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnparser.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_dn.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_dn.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_dn.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_dn.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_protocol.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_protocol.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_protocol.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_protocol.annot
- Installed /home/opam/.opam/default/lib/ldap/lber.cmi
- Installed /home/opam/.opam/default/lib/ldap/lber.cmti
- Installed /home/opam/.opam/default/lib/ldap/lber.cmt
- Installed /home/opam/.opam/default/lib/ldap/lber.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterlexer.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterlexer.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterlexer.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterparser.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterparser.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterparser.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterparser.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_filter.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_filter.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_filter.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_filter.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_types.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_types.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_types.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_types.annot
- Installed /home/opam/.opam/default/lib/ldap/ldap_txooclient.cmx
- Installed /home/opam/.opam/default/lib/ldap/ulist.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_mutex.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemalexer.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_schemaparser.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_ooclient.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_funserver.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_urllexer.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_url.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_funclient.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_error.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnlexer.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_dnparser.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_dn.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_protocol.cmx
- Installed /home/opam/.opam/default/lib/ldap/lber.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterlexer.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_filterparser.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_filter.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_types.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldap_toplevel.mli
- Installed /home/opam/.opam/default/lib/ldap/toplevel.cma
- Installed /home/opam/.opam/default/lib/ldap/ldap_toplevel.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldap_toplevel.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldap_toplevel.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldap_toplevel.annot
- Installed /home/opam/.opam/default/lib/ldap/ldif_oo.mli
- Installed /home/opam/.opam/default/lib/ldap/ldif_parser.ml
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_oo.mli
- Installed /home/opam/.opam/default/lib/ldap/ldif.cma
- Installed /home/opam/.opam/default/lib/ldap/ldif.cmxa
- Installed /home/opam/.opam/default/lib/ldap/ldif.a
- Installed /home/opam/.opam/default/lib/ldap/ldif.cmxs
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_parser.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_parser.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_parser.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_parser.annot
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_lexer.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_lexer.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_lexer.annot
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_oo.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_oo.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_oo.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_oo.annot
- Installed /home/opam/.opam/default/lib/ldap/ldif_parser.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldif_parser.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldif_parser.annot
- Installed /home/opam/.opam/default/lib/ldap/ldif_oo.cmi
- Installed /home/opam/.opam/default/lib/ldap/ldif_oo.cmti
- Installed /home/opam/.opam/default/lib/ldap/ldif_oo.cmt
- Installed /home/opam/.opam/default/lib/ldap/ldif_oo.annot
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_parser.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_lexer.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldif_changerec_oo.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldif_parser.cmx
- Installed /home/opam/.opam/default/lib/ldap/ldif_oo.cmx
- Installed /home/opam/.opam/default/lib/ldap/META
-> installed ocamldap.2.3.0
[WARNING] Opam packages conf-libpcre.2 and conf-libssl.4 depend on the following system packages that are no longer installed: libpcre3-dev libssl-dev
  - conf-libpcre.2: depends on libpcre3-dev
  - conf-libssl.4: depends on libssl-dev

=== STDERR ===

2026-06-23 20:10.13: OK: build ocamldap.2.3.0 (runc: 24.6s, disk: 141KB)
2026-06-23 20:10.13: Job succeeded