>>> ocaml-erm_xml: Building testing/ocaml-erm_xml 0_git20211229-r2 (using abuild 3.12.0-r5) started Sat, 23 Mar 2024 20:18:11 +0000 >>> ocaml-erm_xml: Checking sanity of /home/buildozer/aports/testing/ocaml-erm_xml/APKBUILD... >>> ocaml-erm_xml: Analyzing dependencies... >>> ocaml-erm_xml: Installing for build: build-base ocaml ocamlbuild ocaml-findlib ocaml-compiler-libs (1/17) Installing ocaml-runtime (4.14.2-r1) (2/17) Installing ocaml (4.14.2-r1) (3/17) Installing readline (8.2.10-r0) (4/17) Installing bash (5.2.26-r0) Executing bash-5.2.26-r0.post-install (5/17) Installing libbz2 (1.0.8-r6) (6/17) Installing perl (5.38.2-r0) (7/17) Installing rpm-scripts (4.19.1.1-r0) (8/17) Installing ocaml-abuild-helper (4.14.2-r1) (9/17) Installing ocaml-ocamlbuild (0.14.1-r3) (10/17) Installing ncurses (6.4_p20240309-r0) (11/17) Installing ocamlbuild (0.14.1-r3) (12/17) Installing ocaml-compiler-libs (4.14.2-r1) (13/17) Installing ocaml-findlib (1.9.6-r4) (14/17) Installing .makedepends-ocaml-erm_xml (20240323.201812) (15/17) Installing perl-error (0.17029-r2) (16/17) Installing perl-git (2.44.0-r0) (17/17) Installing git-perl (2.44.0-r0) Executing busybox-1.36.1-r21.trigger OK: 535 MiB in 120 packages >>> ocaml-erm_xml: Cleaning up srcdir >>> ocaml-erm_xml: Cleaning up pkgdir >>> ocaml-erm_xml: Cleaning up tmpdir >>> ocaml-erm_xml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-erm_xml-0_git20211229.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> ocaml-erm_xml: Fetching ocaml-erm_xml-0_git20211229.tar.gz::https://github.com/hannesm/xml/archive/a2b4db61ca93dc265ca47b51d01fa147d3b267c3/xml-a2b4db61ca93dc265ca47b51d01fa147d3b267c3.tar.gz Connecting to github.com (140.82.113.4:443) Connecting to codeload.github.com (140.82.114.9:443) saving to '/var/cache/distfiles/ocaml-erm_xml-0_git20211229.tar.gz.part' ocaml-erm_xml-0_git2 100% |********************************| 65859 0:00:00 ETA '/var/cache/distfiles/ocaml-erm_xml-0_git20211229.tar.gz.part' saved >>> ocaml-erm_xml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-erm_xml-0_git20211229.tar.gz >>> ocaml-erm_xml: Checking sha512sums... ocaml-erm_xml-0_git20211229.tar.gz: OK >>> ocaml-erm_xml: Unpacking /var/cache/distfiles/ocaml-erm_xml-0_git20211229.tar.gz... 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: ........................................... /usr/bin/ocamlfind ocamlc: .............................................. /usr/bin/ocamlc.opt ocamlopt: ............................................ /usr/bin/ocamlopt.opt ocamlbuild: .......................................... /usr/bin/ocamlbuild Package name: ........................................ erm_xml Package version: ..................................... 0.3 os_type: ............................................. Unix system: .............................................. linux_eabihf architecture: ........................................ arm ccomp_type: .......................................... cc ocaml_version: ....................................... 4.14.2 standard_library_default: ............................ /usr/lib/ocaml standard_library: .................................... /usr/lib/ocaml bytecomp_c_compiler: ................................. gcc -no-pie -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 native_c_compiler: ................................... gcc -no-pie -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 model: ............................................... armv8 ext_obj: ............................................. .o ext_asm: ............................................. .s ext_lib: ............................................. .a ext_dll: ............................................. .so default_executable_name: ............................. a.out systhread_supported: ................................. true Install architecture-independent files dir: .......... /usr 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.6 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: ......................... Compile tests: ....................................... false Compile testing with ocaml-text: ..................... false Compile testing with lwt: ............................ false Create documentations: ............................... true Compile tests executable and library and run them: ... false 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. /usr/bin/ocamlopt.opt unix.cmxa -I /usr/lib/ocaml/ocamlbuild /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild File "_tags", line 22, characters 20-28: Warning: the tag "pkg_text" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 24, characters 20-28: Warning: the tag "pkg_text" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 26, characters 20-27: Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 27, characters 20-32: Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 29, characters 20-27: Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 30, characters 20-32: Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamlfind ocamldep -modules src/xml.mli > src/xml.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xml.cmi src/xml.mli /usr/bin/ocamlfind ocamldep -modules src/xml.ml > src/xml.ml.depends /usr/bin/ocamllex.opt -q src/xml_decode.mll /usr/bin/ocamlfind ocamldep -modules src/xml_decode.ml > src/xml_decode.ml.depends /usr/bin/ocamllex.opt -q src/xml_encode.mll /usr/bin/ocamlfind ocamldep -modules src/xml_encode.ml > src/xml_encode.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xml_decode.cmo src/xml_decode.ml /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xml_encode.cmo src/xml_encode.ml /usr/bin/ocamlfind ocamldep -modules src/xmllexer_generic.ml > src/xmllexer_generic.ml.depends /usr/bin/ocamlfind ocamldep -modules src/xmllexer.ml > src/xmllexer.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexer_generic.cmo src/xmllexer_generic.ml /usr/bin/ocamlfind ocamldep -modules src/xmllexerI.ml > src/xmllexerI.ml.depends /usr/bin/ocamlfind ocamldep -modules src/xmllexerI2.ml > src/xmllexerI2.ml.depends /usr/bin/ocamlfind ocamldep -modules src/xmllexerE.ml > src/xmllexerE.ml.depends /usr/bin/ocamlfind ocamldep -modules src/light_xml.ml > src/light_xml.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexer.cmo src/xmllexer.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexer.cmo src/xmllexer.ml File "src/xmllexer.ml", line 101, characters 21-29: 101 | type stream = char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 103, characters 10-21: 103 | match Stream.peek s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 104, characters 18-29: 104 | | Some c -> Stream.junk s; M.return (Some c) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 109, characters 31-39: 109 | type stream = char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 132, characters 27-28: 132 | if (ucs4 >= 0xd800 & ucs4 < 0xe000) then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "src/xmllexer.ml", line 236, characters 29-46: 236 | let strm = LS.make_stream (Stream.of_channel inc) in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 291, characters 10-25: 291 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexer.ml", line 295, characters 10-25: 295 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexer.ml", line 298, characters 20-33: 298 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexer.ml", line 301, characters 25-37: 301 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/xmllexer.ml", line 305, characters 12-27: 305 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexer.ml", line 308, characters 10-25: 308 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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 /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xml.cmo src/xml.ml /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexerI.cmo src/xmllexerI.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexerI.cmo src/xmllexerI.ml File "src/xmllexerI.ml", line 160, characters 27-28: 160 | if (ucs4 >= 0xd800 & ucs4 < 0xe000) then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "src/xmllexerI.ml", line 264, characters 12-25: 264 | let buf = String.create 8192 in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerI.ml", line 349, characters 10-25: 349 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI.ml", line 353, characters 10-25: 353 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI.ml", line 356, characters 20-33: 356 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerI.ml", line 359, characters 25-37: 359 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/xmllexerI.ml", line 363, characters 12-27: 363 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI.ml", line 366, characters 10-25: 366 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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 /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexerI2.cmo src/xmllexerI2.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexerI2.cmo src/xmllexerI2.ml File "src/xmllexerI2.ml", line 164, characters 27-28: 164 | if (ucs4 >= 0xd800 & ucs4 < 0xe000) then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "src/xmllexerI2.ml", line 268, characters 12-25: 268 | let buf = String.create 8192 in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerI2.ml", line 347, characters 10-25: 347 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI2.ml", line 351, characters 10-25: 351 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI2.ml", line 354, characters 20-33: 354 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerI2.ml", line 357, characters 25-37: 357 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/xmllexerI2.ml", line 361, characters 12-27: 361 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI2.ml", line 364, characters 10-25: 364 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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 /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexerE.cmo src/xmllexerE.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/xmllexerE.cmo src/xmllexerE.ml File "src/xmllexerE.ml", line 165, characters 27-28: 165 | if (ucs4 >= 0xd800 & ucs4 < 0xe000) then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "src/xmllexerE.ml", line 333, characters 10-25: 333 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerE.ml", line 337, characters 10-25: 337 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerE.ml", line 340, characters 20-33: 340 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerE.ml", line 343, characters 25-37: 343 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/xmllexerE.ml", line 347, characters 12-27: 347 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerE.ml", line 350, characters 10-25: 350 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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 /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/light_xml.cmo src/light_xml.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/light_xml.cmo src/light_xml.ml File "src/light_xml.ml", line 231, characters 10-25: 231 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/light_xml.ml", line 235, characters 10-25: 235 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/light_xml.ml", line 238, characters 20-33: 238 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/light_xml.ml", line 241, characters 25-37: 241 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/light_xml.ml", line 245, characters 12-27: 245 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/light_xml.ml", line 248, characters 10-25: 248 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/light_xml.ml", line 251, characters 13-29: 251 | let strm = Stream.of_string str in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/light_xml.ml", line 255, characters 13-30: 255 | let strm = Stream.of_channel f in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. /usr/bin/ocamlfind ocamlc -a -I src src/xml_decode.cmo src/xml_encode.cmo src/xml.cmo src/xmllexer_generic.cmo src/xmllexer.cmo src/xmllexerI.cmo src/xmllexerI2.cmo src/xmllexerE.cmo src/light_xml.cmo -o src/erm_xml.cma /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xml_decode.cmx src/xml_decode.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xml_encode.cmx src/xml_encode.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xml.cmx src/xml.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexer_generic.cmx src/xmllexer_generic.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexer.cmx src/xmllexer.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexer.cmx src/xmllexer.ml File "src/xmllexer.ml", line 101, characters 21-29: 101 | type stream = char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 103, characters 10-21: 103 | match Stream.peek s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 104, characters 18-29: 104 | | Some c -> Stream.junk s; M.return (Some c) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 109, characters 31-39: 109 | type stream = char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 132, characters 27-28: 132 | if (ucs4 >= 0xd800 & ucs4 < 0xe000) then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "src/xmllexer.ml", line 236, characters 29-46: 236 | let strm = LS.make_stream (Stream.of_channel inc) in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/xmllexer.ml", line 291, characters 10-25: 291 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexer.ml", line 295, characters 10-25: 295 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexer.ml", line 298, characters 20-33: 298 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexer.ml", line 301, characters 25-37: 301 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/xmllexer.ml", line 305, characters 12-27: 305 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexer.ml", line 308, characters 10-25: 308 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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 /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexerI.cmx src/xmllexerI.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexerI.cmx src/xmllexerI.ml File "src/xmllexerI.ml", line 160, characters 27-28: 160 | if (ucs4 >= 0xd800 & ucs4 < 0xe000) then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "src/xmllexerI.ml", line 264, characters 12-25: 264 | let buf = String.create 8192 in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerI.ml", line 349, characters 10-25: 349 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI.ml", line 353, characters 10-25: 353 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI.ml", line 356, characters 20-33: 356 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerI.ml", line 359, characters 25-37: 359 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/xmllexerI.ml", line 363, characters 12-27: 363 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI.ml", line 366, characters 10-25: 366 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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 /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexerI2.cmx src/xmllexerI2.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexerI2.cmx src/xmllexerI2.ml File "src/xmllexerI2.ml", line 164, characters 27-28: 164 | if (ucs4 >= 0xd800 & ucs4 < 0xe000) then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "src/xmllexerI2.ml", line 268, characters 12-25: 268 | let buf = String.create 8192 in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerI2.ml", line 347, characters 10-25: 347 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI2.ml", line 351, characters 10-25: 351 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI2.ml", line 354, characters 20-33: 354 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerI2.ml", line 357, characters 25-37: 357 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/xmllexerI2.ml", line 361, characters 12-27: 361 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerI2.ml", line 364, characters 10-25: 364 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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 /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexerE.cmx src/xmllexerE.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/xmllexerE.cmx src/xmllexerE.ml File "src/xmllexerE.ml", line 165, characters 27-28: 165 | if (ucs4 >= 0xd800 & ucs4 < 0xe000) then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "src/xmllexerE.ml", line 333, characters 10-25: 333 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerE.ml", line 337, characters 10-25: 337 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerE.ml", line 340, characters 20-33: 340 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/xmllexerE.ml", line 343, characters 25-37: 343 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/xmllexerE.ml", line 347, characters 12-27: 347 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/xmllexerE.ml", line 350, characters 10-25: 350 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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 /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/light_xml.cmx src/light_xml.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -o src/light_xml.cmx src/light_xml.ml File "src/light_xml.ml", line 231, characters 10-25: 231 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/light_xml.ml", line 235, characters 10-25: 235 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/light_xml.ml", line 238, characters 20-33: 238 | let str = String.create (List.length chs) in ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. File "src/light_xml.ml", line 241, characters 25-37: 241 | | x :: xs -> str.[i] <- x; iteri (succ i) xs ^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set/BytesLabels.set instead. File "src/light_xml.ml", line 245, characters 12-27: 245 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/light_xml.ml", line 248, characters 10-25: 248 | Pervasives.exit 127 ^^^^^^^^^^^^^^^ 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/light_xml.ml", line 251, characters 13-29: 251 | let strm = Stream.of_string str in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/light_xml.ml", line 255, characters 13-30: 255 | let strm = Stream.of_channel f in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. /usr/bin/ocamlfind ocamlopt -a -I src src/xml_decode.cmx src/xml_encode.cmx src/xml.cmx src/xmllexer_generic.cmx src/xmllexer.cmx src/xmllexerI.cmx src/xmllexerI2.cmx src/xmllexerE.cmx src/light_xml.cmx -o src/erm_xml.cmxa /usr/bin/ocamlfind ocamlopt -shared -linkall -I src src/erm_xml.cmxa -o src/erm_xml.cmxs /usr/bin/ocamlfind ocamldep -modules tests/test.ml > tests/test.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I tests -I src -o tests/test.cmo tests/test.ml /usr/bin/ocamlfind ocamlc -g -linkpkg -I src -I tests src/erm_xml.cma tests/test.cmo -o tests/test.byte + /usr/bin/ocamlopt.opt unix.cmxa -I /usr/lib/ocaml/ocamlbuild /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib/ocaml/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. 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. >>> ocaml-erm_xml: Entering fakeroot... created directory: '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/' created directory: '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/' created directory: '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/' created directory: '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/' created directory: '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml' 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. Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.mli Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer_generic.ml Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer.ml Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI.ml Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI2.ml Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerE.ml Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/light_xml.ml Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/erm_xml.cma Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/erm_xml.cmxa Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/erm_xml.a Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/erm_xml.cmxs Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/light_xml.cmi Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/light_xml.cmt Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/light_xml.annot Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerE.cmi Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerE.cmt Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerE.annot Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI2.cmi Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI2.cmt Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI2.annot Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI.cmi Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI.cmt Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI.annot Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer.cmi Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer.cmt Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer.annot Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer_generic.cmi Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer_generic.cmt Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer_generic.annot Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.cmi Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.cmti Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.cmt Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.annot Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml_decode.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml_encode.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/light_xml.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerE.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI2.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer_generic.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.cmx Installed /home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/META >>> ocaml-erm_xml-dev*: Running split function dev... '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerE.cmt' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexerE.cmt' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/light_xml.ml' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/light_xml.ml' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.cmt' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xml.cmt' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer.cmt' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexer.cmt' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer.ml' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexer.ml' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI2.ml' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexerI2.ml' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.mli' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xml.mli' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/light_xml.cmt' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/light_xml.cmt' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI.cmt' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexerI.cmt' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerE.ml' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexerE.ml' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer_generic.ml' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexer_generic.ml' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI2.cmt' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexerI2.cmt' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xml.cmti' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xml.cmti' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexerI.ml' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexerI.ml' '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml/usr/lib/ocaml/erm_xml/xmllexer_generic.cmt' -> '/home/buildozer/aports/testing/ocaml-erm_xml/pkg/ocaml-erm_xml-dev/usr/lib/ocaml/erm_xml/xmllexer_generic.cmt' >>> ocaml-erm_xml-dev*: Preparing subpackage ocaml-erm_xml-dev... >>> ocaml-erm_xml-dev*: Stripping binaries >>> ocaml-erm_xml-dev*: Running postcheck for ocaml-erm_xml-dev >>> ocaml-erm_xml*: Running postcheck for ocaml-erm_xml >>> ocaml-erm_xml*: Preparing package ocaml-erm_xml... >>> ocaml-erm_xml*: Stripping binaries >>> ocaml-erm_xml-dev*: Scanning shared objects >>> ocaml-erm_xml*: Scanning shared objects >>> ocaml-erm_xml-dev*: Tracing dependencies... >>> ocaml-erm_xml-dev*: Package size: 1.9 MB >>> ocaml-erm_xml-dev*: Compressing data... >>> ocaml-erm_xml-dev*: Create checksum... >>> ocaml-erm_xml-dev*: Create ocaml-erm_xml-dev-0_git20211229-r2.apk >>> ocaml-erm_xml*: Tracing dependencies... ocaml4-impl:Stdlib:d9420a8d349fb4faae7bbb0f24f981c2 ocaml4-impl:Stdlib__Buffer:501d7e66fe4aa31586162892dac07588 ocaml4-impl:Stdlib__Bytes:96b89a1fd721c16bf09fe2b05c9d7fbd ocaml4-impl:Stdlib__Char:6b2d62594c65a43ddd8ad89b5edf3d73 ocaml4-impl:Stdlib__Hashtbl:fc08804e9a9ff39ad9487c0faadc50db ocaml4-impl:Stdlib__Lexing:8a3320763539898ebe1bca18e8a32503 ocaml4-impl:Stdlib__List:236f4480cecb28fa9ed3225f12ed441e ocaml4-impl:Stdlib__Pervasives:e61dd6cf684d2edb21fda1c2ab8142b2 ocaml4-impl:Stdlib__Printexc:59da20f636ccd8764809604faae15f42 ocaml4-impl:Stdlib__Printf:39ad18acc2481de5f93efbdc4682bd50 ocaml4-impl:Stdlib__Stack:bac6283f06994fc5c43a9c12d58aee2a ocaml4-impl:Stdlib__Stream:41ed6fa591faf44148e59a75719a1bd6 ocaml4-impl:Stdlib__String:397ee597c3ac1b43d81a09b97a57adc4 ocaml4-intf:CamlinternalFormatBasics:8f8f634558798ee408df3c50a5539b15 ocaml4-intf:Stdlib:79b0e9d3b6f7fed07eb3cc2abb961b91 ocaml4-intf:Stdlib__Buffer:4b09c9a6d0622bbf5a3829234b481822 ocaml4-intf:Stdlib__Bytes:3d02c33317c0108c61e7a5eefa37519a ocaml4-intf:Stdlib__Char:62afe57b49defcc078960a68b9efbbee ocaml4-intf:Stdlib__Either:26845df28d19584687a38a1ab814c3f9 ocaml4-intf:Stdlib__Hashtbl:34c0fdd524bf2a75e4d5af64a6d34401 ocaml4-intf:Stdlib__Lexing:c9318c276ac7e383fd682c2dd06be434 ocaml4-intf:Stdlib__List:ee222542f6f8195441543b8b399b64b9 ocaml4-intf:Stdlib__Pervasives:dc77fedcffc67c0119b789c66d5ef7bf ocaml4-intf:Stdlib__Printexc:ae914d0568e8b6e482a66bbd62a4432f ocaml4-intf:Stdlib__Printf:bc8af6214197dc8f40eaa738a4cd6a28 ocaml4-intf:Stdlib__Seq:b63511032211eae4b567ba313cd72962 ocaml4-intf:Stdlib__Stack:30ae8c258e7fc6fb7e6370a60256d724 ocaml4-intf:Stdlib__Stream:510a78f010f6c530a911189d7538d002 ocaml4-intf:Stdlib__String:4933e1d855f54bfed0231b038f0dbb87 ocaml4-intf:Stdlib__Uchar:c0dde02a556a6d79e363ad365d165d57 >>> ocaml-erm_xml*: Package size: 2.7 MB >>> ocaml-erm_xml*: Compressing data... >>> ocaml-erm_xml*: Create checksum... >>> ocaml-erm_xml*: Create ocaml-erm_xml-0_git20211229-r2.apk >>> ocaml-erm_xml: Build complete at Sat, 23 Mar 2024 20:18:23 +0000 elapsed time 0h 0m 12s >>> ocaml-erm_xml: Cleaning up srcdir >>> ocaml-erm_xml: Cleaning up pkgdir >>> ocaml-erm_xml: Uninstalling dependencies... (1/17) Purging .makedepends-ocaml-erm_xml (20240323.201812) (2/17) Purging ocamlbuild (0.14.1-r3) (3/17) Purging ocaml-ocamlbuild (0.14.1-r3) (4/17) Purging ocaml-findlib (1.9.6-r4) (5/17) Purging ocaml-compiler-libs (4.14.2-r1) (6/17) Purging git-perl (2.44.0-r0) (7/17) Purging perl-git (2.44.0-r0) (8/17) Purging perl-error (0.17029-r2) (9/17) Purging ncurses (6.4_p20240309-r0) (10/17) Purging ocaml-abuild-helper (4.14.2-r1) (11/17) Purging ocaml (4.14.2-r1) (12/17) Purging ocaml-runtime (4.14.2-r1) (13/17) Purging rpm-scripts (4.19.1.1-r0) (14/17) Purging bash (5.2.26-r0) Executing bash-5.2.26-r0.pre-deinstall (15/17) Purging perl (5.38.2-r0) (16/17) Purging readline (8.2.10-r0) (17/17) Purging libbz2 (1.0.8-r6) Executing busybox-1.36.1-r21.trigger OK: 315 MiB in 103 packages >>> ocaml-erm_xml: Updating the testing/armhf repository index... >>> ocaml-erm_xml: Signing the index...