Build:
- 0
2026-06-24 16:24.52: New job: build macaque.0.7.2 (ac2bd0195f6d)
2026-06-24 16:24.52: Waiting for resource in pool day11-builds
2026-06-24 17:17.29: Got resource from pool day11-builds
2026-06-24 17:17.29: [profile full] build macaque.0.7.2
2026-06-24 17:17.29: build macaque.0.7.2 (ac2bd0195f6d)
=== DEPENDENCIES (33 transitive) ===
base.v0.16.5 029e992da996
base-bytes.base c40d17bc86b5
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
calendar.3.0.0 2260632faab5
camlp4.4.14+1 42aafa0fa55b
cppo.1.8.0 5f3f70cae95b
csexp.1.5.2 610c78f17734
cstruct.6.2.0 4e406f8cd962
csv.2.4 e537c850b511
dune.3.23.1 848a72441e15
dune-configurator.3.23.1 bc97ce98d8a9
fmt.0.11.0 2830e55b9a03
hex.1.5.0 82625df4f0f2
num.1.6 110cee7a7e2e
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-compiler-libs.v0.12.4 2aecf989b0b2
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
parsexp.v0.16.0 63c67db8428c
pgocaml.4.3.0 ae2f9d7b64ff
ppx_derivers.1.2.1 9245877bc46e
ppx_deriving.6.0.3 e0859f3d0fae
ppx_sexp_conv.v0.16.0 3dc8c79ef340
ppxlib.0.35.0 bbb70c1d0b8a
re.1.14.0 d62d6f65abb6
rresult.0.7.0 ab060a31b0aa
sexplib.v0.16.0 4838f1139cdf
sexplib0.v0.16.0 7a6e649d895c
stdlib-shims.0.3.0 de5202e23add
topkg.1.1.1 511e1a1958da
=== STDOUT ===
Processing: [default: loading data]
[macaque.0.7.2: dl]
[macaque.0.7.2: extract]
[macaque.0.7.2/fix-configure.patch: dl]
-> retrieved macaque.0.7.2 (https://opam.ocaml.org/cache)
[macaque: patch] applying fix-configure.patch
[macaque: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/macaque.0.7.2/./configure "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/macaque.0.7.2)
- File "setup.ml", line 318, characters 20-36:
- 318 | String.compare (String.lowercase s1) (String.lowercase s2)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 318, characters 42-58:
- 318 | String.compare (String.lowercase s1) (String.lowercase s2)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 327, characters 14-30:
- 327 | (String.lowercase s1) = (String.lowercase s2)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 327, characters 38-54:
- 327 | (String.lowercase s1) = (String.lowercase s2)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 330, characters 25-41:
- 330 | Hashtbl.hash (String.lowercase s)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 368, characters 10-26:
- 368 | String.lowercase buf
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 474, characters 13-29:
- 474 | String.lowercase
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 1381, characters 23-41:
- 1381 | 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 1825, characters 16-33:
- 1825 | concat dir (String.capitalize base)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "setup.ml", line 1831, characters 16-35:
- 1831 | concat dir (String.uncapitalize base)
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 2916, characters 10-27:
- 2916 | Stream.of_channel chn
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2922, characters 10-21:
- 2922 | Stream.from
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2925, characters 23-34:
- 2925 | match Stream.next st with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2928, characters 20-34:
- 2928 | with Stream.Failure -> None)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2931, characters 10-27:
- 2931 | Genlex.make_lexer ["="] st_line
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2934, characters 16-28:
- 2934 | match Stream.npeek 3 lexer with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 15-27:
- 2935 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 32-42:
- 2935 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
- ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 48-61:
- 2935 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
- ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2936, characters 16-27:
- 2936 | Stream.junk lexer;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2937, characters 16-27:
- 2937 | Stream.junk lexer;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2938, characters 16-27:
- 2938 | Stream.junk lexer;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3088, characters 4-21:
- 3088 | Genlex.make_lexer []
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3107, characters 24-40:
- 3107 | var_lxr (Stream.of_string var)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3109, characters 21-33:
- 3109 | match Stream.npeek 3 st with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 20-32:
- 3110 | | [Genlex.Ident "utoh"; Genlex.Ident nm] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 41-53:
- 3110 | | [Genlex.Ident "utoh"; Genlex.Ident nm] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 20-32:
- 3112 | | [Genlex.Ident "utoh"; Genlex.String s] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 41-54:
- 3112 | | [Genlex.Ident "utoh"; Genlex.String s] ->
- ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 20-32:
- 3114 | | [Genlex.Ident "ocaml_escaped"; Genlex.Ident nm] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 50-62:
- 3114 | | [Genlex.Ident "ocaml_escaped"; Genlex.Ident nm] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 20-32:
- 3116 | | [Genlex.Ident "ocaml_escaped"; Genlex.String s] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 50-63:
- 3116 | | [Genlex.Ident "ocaml_escaped"; Genlex.String s] ->
- ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3118, characters 20-32:
- 3118 | | [Genlex.Ident nm] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3131, characters 15-27:
- 3131 | | Stream.Error e ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3229, characters 16-34:
- 3229 | Pervasives.compare o2 o1)
- ^^^^^^^^^^^^^^^^^^
- 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 5847, characters 11-28:
- 5847 | (String.capitalize modul ^ sufx) ::
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- 5848 | (String.uncapitalize modul ^ sufx) ::
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 6484, characters 33-42:
- 6484 | ends_with ".cmo" fn
- ^^^^^^^^^
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- File "setup.ml", line 6485, characters 36-45:
- 6485 | || ends_with ".cmx" fn))
- ^^^^^^^^^
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
-
- 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: ........................................ macaque
- Package version: ..................................... 0.7.2
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.14.4
- standard_library_default: ............................ /home/opam/.opam/default/lib/ocaml
- standard_library: .................................... /home/opam/.opam/default/lib/ocaml
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/default
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.8
- is_native: ........................................... true
- suffix_program: ......................................
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: .........................
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_camlp4: .......................................... /home/opam/.opam/default/lib/ocaml/camlp4
- pkg_pgocaml: ......................................... /home/opam/.opam/default/lib/pgocaml
-
[macaque: make]
+ /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/macaque.0.7.2)
- ./setup.exe -build
- + /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 camlp4 -package pgocaml -pp camlp4orf -modules src/pa_macaque.ml > src/pa_macaque.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -pp camlp4orf -modules src/pa_bananas.ml > src/pa_bananas.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -pp camlp4orf -I src -o src/pa_macaque.cmo src/pa_macaque.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -pp camlp4orf -I src -o src/pa_macaque.cmo src/pa_macaque.ml
- File "src/pa_macaque.ml", lines 133-135, characters 7-17:
- 133 | .......parser
- 134 | [< '((KEYWORD x | SYMBOL x), _) when p x >] ->
- 135 | Ident x.
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", lines 133-135, characters 7-17:
- 133 | .......parser
- 134 | [< '((KEYWORD x | SYMBOL x), _) when p x >] ->
- 135 | Ident x.
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 134, characters 11-48:
- 134 | [< '((KEYWORD x | SYMBOL x), _) when p x >] ->
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", lines 133-135, characters 7-17:
- 133 | .......parser
- 134 | [< '((KEYWORD x | SYMBOL x), _) when p x >] ->
- 135 | Ident x.
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 246, characters 27-39:
- 246 | (fun strm -> match Stream.npeek 1 strm with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 248, characters 24-36:
- 248 | begin match Stream.npeek 2 strm with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 250, characters 27-41:
- 250 | | _ -> raise Stream.Failure
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 252, characters 23-37:
- 252 | | _ -> raise Stream.Failure)
- ^^^^^^^^^^^^^^
- 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 -I src -package camlp4 -package pgocaml -pp camlp4orf -I src -o src/pa_bananas.cmo src/pa_bananas.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -pp camlp4orf -I src -o src/pa_bananas.cmo src/pa_bananas.ml
- File "src/pa_bananas.ml", lines 14-19, characters 21-55:
- 14 | .....................parser
- 15 | | [< '(KEYWORD "#", loc); rest >] ->
- 16 | (match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >]...
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", lines 14-19, characters 21-55:
- 14 | .....................parser
- 15 | | [< '(KEYWORD "#", loc); rest >] ->
- 16 | (match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >]...
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 15, characters 11-30:
- 15 | | [< '(KEYWORD "#", loc); rest >] ->
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", lines 16-18, characters 11-62:
- 16 | ...........match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", lines 16-18, characters 11-62:
- 16 | ...........match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 17, characters 18-52:
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 17, characters 62-89:
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 17, characters 91-102:
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 18, characters 27-46:
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 18, characters 48-59:
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 19, characters 11-17:
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >] in
- ^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 19, characters 33-39:
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >] in
- ^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 19, characters 41-52:
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >] in
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", lines 14-19, characters 21-55:
- 14 | .....................parser
- 15 | | [< '(KEYWORD "#", loc); rest >] ->
- 16 | (match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >]...
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -I src src/pa_macaque.cmo src/pa_bananas.cmo -o src/syntax.cma
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -pp camlp4orf -I src -o src/pa_macaque.cmx src/pa_macaque.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -pp camlp4orf -I src -o src/pa_macaque.cmx src/pa_macaque.ml
- File "src/pa_macaque.ml", lines 133-135, characters 7-17:
- 133 | .......parser
- 134 | [< '((KEYWORD x | SYMBOL x), _) when p x >] ->
- 135 | Ident x.
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", lines 133-135, characters 7-17:
- 133 | .......parser
- 134 | [< '((KEYWORD x | SYMBOL x), _) when p x >] ->
- 135 | Ident x.
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 134, characters 11-48:
- 134 | [< '((KEYWORD x | SYMBOL x), _) when p x >] ->
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", lines 133-135, characters 7-17:
- 133 | .......parser
- 134 | [< '((KEYWORD x | SYMBOL x), _) when p x >] ->
- 135 | Ident x.
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 246, characters 27-39:
- 246 | (fun strm -> match Stream.npeek 1 strm with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 248, characters 24-36:
- 248 | begin match Stream.npeek 2 strm with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 250, characters 27-41:
- 250 | | _ -> raise Stream.Failure
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_macaque.ml", line 252, characters 23-37:
- 252 | | _ -> raise Stream.Failure)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Camlp4_config, and its interface was not compiled with -opaque
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -pp camlp4orf -I src -o src/pa_bananas.cmx src/pa_bananas.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -pp camlp4orf -I src -o src/pa_bananas.cmx src/pa_bananas.ml
- File "src/pa_bananas.ml", lines 14-19, characters 21-55:
- 14 | .....................parser
- 15 | | [< '(KEYWORD "#", loc); rest >] ->
- 16 | (match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >]...
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", lines 14-19, characters 21-55:
- 14 | .....................parser
- 15 | | [< '(KEYWORD "#", loc); rest >] ->
- 16 | (match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >]...
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 15, characters 11-30:
- 15 | | [< '(KEYWORD "#", loc); rest >] ->
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", lines 16-18, characters 11-62:
- 16 | ...........match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", lines 16-18, characters 11-62:
- 16 | ...........match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >].
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 17, characters 18-52:
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 17, characters 62-89:
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 17, characters 91-102:
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 18, characters 27-46:
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 18, characters 48-59:
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 19, characters 11-17:
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >] in
- ^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 19, characters 33-39:
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >] in
- ^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", line 19, characters 41-52:
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >] in
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/pa_bananas.ml", lines 14-19, characters 21-55:
- 14 | .....................parser
- 15 | | [< '(KEYWORD "#", loc); rest >] ->
- 16 | (match rest with parser
- 17 | | [< '(KEYWORD (("!" | "?") as tok), _) >] -> [< '(KEYWORD ("#" ^ tok), loc); filter rest >]
- 18 | | [< >] -> [< '(KEYWORD "#", loc); filter rest >])
- 19 | | [< 'other; rest >] -> [< 'other; filter rest >]...
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -I src src/pa_macaque.cmx src/pa_bananas.cmx -o src/syntax.cmxa
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -I src src/syntax.cmxa src/pa_macaque.cmx src/pa_bananas.cmx -o src/syntax.cmxs
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_base.ml > src/sql_base.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_types.ml > src/sql_types.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_base.cmo src/sql_base.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_internals.ml > src/sql_internals.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_parsers.ml > src/sql_parsers.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_internals.cmo src/sql_internals.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_parsers.cmo src/sql_parsers.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_keywords.ml > src/sql_keywords.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_printers.ml > src/sql_printers.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_keywords.cmo src/sql_keywords.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_keywords.cmo src/sql_keywords.ml
- File "src/sql_keywords.ml", line 22, characters 15-31:
- 22 | if name <> String.uppercase name then
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "src/sql_keywords.ml", line 205, characters 29-45:
- 205 | let normalize_keyword_case = String.lowercase
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/sql_keywords.ml", line 218, characters 11-27:
- 218 | let kw = String.uppercase identifier in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_builders.ml > src/sql_builders.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_types.cmo src/sql_types.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_public.ml > src/sql_public.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_builders.cmo src/sql_builders.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql_flatten.ml > src/sql_flatten.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_printers.cmo src/sql_printers.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_flatten.cmo src/sql_flatten.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/inner_sql.ml > src/inner_sql.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_public.cmo src/sql_public.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql.mli > src/sql.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql.cmi src/sql.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/sql.ml > src/sql.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/inner_sql.cmo src/inner_sql.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -pp 'camlp4o src/pa_macaque.cmo src/pa_bananas.cmo' -modules src/check.ml > src/check.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/query.mli > src/query.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/query.cmi src/query.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package camlp4 -package pgocaml -modules src/query.ml > src/query.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql.cmo src/sql.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -I src -package camlp4 -package pgocaml -pp 'camlp4o src/pa_macaque.cmo src/pa_bananas.cmo' -I src -o src/check.cmo src/check.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/query.cmo src/query.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/query.cmo src/query.ml
- File "src/query.ml", line 106, characters 20-41:
- 106 | type in_channel = 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/query.ml", line 107, characters 21-43:
- 107 | type out_channel = 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 ocamlc -a -I src src/sql_base.cmo src/sql_internals.cmo src/sql_parsers.cmo src/sql_types.cmo src/sql_keywords.cmo src/sql_printers.cmo src/sql_builders.cmo src/sql_flatten.cmo src/sql_public.cmo src/inner_sql.cmo src/sql.cmo src/query.cmo src/check.cmo -o src/macaque.cma
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_base.cmx src/sql_base.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_internals.cmx src/sql_internals.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_parsers.cmx src/sql_parsers.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_keywords.cmx src/sql_keywords.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_keywords.cmx src/sql_keywords.ml
- File "src/sql_keywords.ml", line 22, characters 15-31:
- 22 | if name <> String.uppercase name then
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "src/sql_keywords.ml", line 205, characters 29-45:
- 205 | let normalize_keyword_case = String.lowercase
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/sql_keywords.ml", line 218, characters 11-27:
- 218 | let kw = String.uppercase identifier in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_types.cmx src/sql_types.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_builders.cmx src/sql_builders.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_printers.cmx src/sql_printers.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_flatten.cmx src/sql_flatten.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql_public.cmx src/sql_public.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/inner_sql.cmx src/inner_sql.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/sql.cmx src/sql.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/query.cmx src/query.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package camlp4 -package pgocaml -I src -o src/query.cmx src/query.ml
- File "src/query.ml", line 106, characters 20-41:
- 106 | type in_channel = 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/query.ml", line 107, characters 21-43:
- 107 | type out_channel = 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 ocamlopt -c -g -annot -bin-annot -safe-string -I src -I src -package camlp4 -package pgocaml -pp 'camlp4o src/pa_macaque.cmo src/pa_bananas.cmo' -I src -o src/check.cmx src/check.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -I src src/sql_base.cmx src/sql_internals.cmx src/sql_parsers.cmx src/sql_types.cmx src/sql_keywords.cmx src/sql_printers.cmx src/sql_builders.cmx src/sql_flatten.cmx src/sql_public.cmx src/inner_sql.cmx src/sql.cmx src/query.cmx src/check.cmx -o src/macaque.cmxa
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -I src src/macaque.cmxa src/sql_base.cmx src/sql_internals.cmx src/sql_parsers.cmx src/sql_types.cmx src/sql_keywords.cmx src/sql_printers.cmx src/sql_builders.cmx src/sql_flatten.cmx src/sql_public.cmx src/inner_sql.cmx src/sql.cmx src/query.cmx src/check.cmx -o src/macaque.cmxs
- + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 155, characters 10-27:
- 155 | Stream.of_channel chn
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 161, characters 10-21:
- 161 | Stream.from
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 164, characters 23-34:
- 164 | match Stream.next st with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 167, characters 20-34:
- 167 | with Stream.Failure -> None)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 170, characters 10-27:
- 170 | Genlex.make_lexer ["="] st_line
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 173, characters 16-28:
- 173 | match Stream.npeek 3 lexer with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 174, characters 15-27:
- 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 174, characters 32-42:
- 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
- ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 174, characters 48-61:
- 174 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
- ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 175, characters 16-27:
- 175 | Stream.junk lexer;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 176, characters 16-27:
- 176 | Stream.junk lexer;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 177, characters 16-27:
- 177 | Stream.junk lexer;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 518, characters 43-62:
- 518 | List.map (fun m -> (String.uncapitalize m) ^ ".cmi")
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- 531 | List.map (fun m -> dir^"/"^(String.uncapitalize m)^".cmi")
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
-> compiled macaque.0.7.2
[macaque: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/macaque.0.7.2)
- ./setup.exe -install
- Installed /home/opam/.opam/default/lib/macaque/sql_base.ml
- Installed /home/opam/.opam/default/lib/macaque/sql_types.ml
- Installed /home/opam/.opam/default/lib/macaque/sql_parsers.ml
- Installed /home/opam/.opam/default/lib/macaque/sql_keywords.ml
- Installed /home/opam/.opam/default/lib/macaque/sql_printers.ml
- Installed /home/opam/.opam/default/lib/macaque/sql_builders.ml
- Installed /home/opam/.opam/default/lib/macaque/sql_public.ml
- Installed /home/opam/.opam/default/lib/macaque/inner_sql.ml
- Installed /home/opam/.opam/default/lib/macaque/sql.mli
- Installed /home/opam/.opam/default/lib/macaque/check.ml
- Installed /home/opam/.opam/default/lib/macaque/query.mli
- Installed /home/opam/.opam/default/lib/macaque/macaque.cma
- Installed /home/opam/.opam/default/lib/macaque/macaque.cmxa
- Installed /home/opam/.opam/default/lib/macaque/macaque.a
- Installed /home/opam/.opam/default/lib/macaque/macaque.cmxs
- Installed /home/opam/.opam/default/lib/macaque/query.cmi
- Installed /home/opam/.opam/default/lib/macaque/query.cmti
- Installed /home/opam/.opam/default/lib/macaque/query.cmt
- Installed /home/opam/.opam/default/lib/macaque/query.annot
- Installed /home/opam/.opam/default/lib/macaque/check.cmi
- Installed /home/opam/.opam/default/lib/macaque/check.cmt
- Installed /home/opam/.opam/default/lib/macaque/check.annot
- Installed /home/opam/.opam/default/lib/macaque/sql.cmi
- Installed /home/opam/.opam/default/lib/macaque/sql.cmti
- Installed /home/opam/.opam/default/lib/macaque/sql.cmt
- Installed /home/opam/.opam/default/lib/macaque/sql.annot
- Installed /home/opam/.opam/default/lib/macaque/inner_sql.cmi
- Installed /home/opam/.opam/default/lib/macaque/inner_sql.cmt
- Installed /home/opam/.opam/default/lib/macaque/inner_sql.annot
- Installed /home/opam/.opam/default/lib/macaque/sql_public.cmi
- Installed /home/opam/.opam/default/lib/macaque/sql_public.cmt
- Installed /home/opam/.opam/default/lib/macaque/sql_public.annot
- Installed /home/opam/.opam/default/lib/macaque/sql_builders.cmi
- Installed /home/opam/.opam/default/lib/macaque/sql_builders.cmt
- Installed /home/opam/.opam/default/lib/macaque/sql_builders.annot
- Installed /home/opam/.opam/default/lib/macaque/sql_printers.cmi
- Installed /home/opam/.opam/default/lib/macaque/sql_printers.cmt
- Installed /home/opam/.opam/default/lib/macaque/sql_printers.annot
- Installed /home/opam/.opam/default/lib/macaque/sql_keywords.cmi
- Installed /home/opam/.opam/default/lib/macaque/sql_keywords.cmt
- Installed /home/opam/.opam/default/lib/macaque/sql_keywords.annot
- Installed /home/opam/.opam/default/lib/macaque/sql_parsers.cmi
- Installed /home/opam/.opam/default/lib/macaque/sql_parsers.cmt
- Installed /home/opam/.opam/default/lib/macaque/sql_parsers.annot
- Installed /home/opam/.opam/default/lib/macaque/sql_types.cmi
- Installed /home/opam/.opam/default/lib/macaque/sql_types.cmt
- Installed /home/opam/.opam/default/lib/macaque/sql_types.annot
- Installed /home/opam/.opam/default/lib/macaque/sql_base.cmi
- Installed /home/opam/.opam/default/lib/macaque/sql_base.cmt
- Installed /home/opam/.opam/default/lib/macaque/sql_base.annot
- Installed /home/opam/.opam/default/lib/macaque/sql_internals.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql_flatten.cmx
- Installed /home/opam/.opam/default/lib/macaque/query.cmx
- Installed /home/opam/.opam/default/lib/macaque/check.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql.cmx
- Installed /home/opam/.opam/default/lib/macaque/inner_sql.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql_public.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql_builders.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql_printers.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql_keywords.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql_parsers.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql_types.cmx
- Installed /home/opam/.opam/default/lib/macaque/sql_base.cmx
- Installed /home/opam/.opam/default/lib/macaque/pa_macaque.ml
- Installed /home/opam/.opam/default/lib/macaque/pa_bananas.ml
- Installed /home/opam/.opam/default/lib/macaque/syntax.cma
- Installed /home/opam/.opam/default/lib/macaque/syntax.cmxa
- Installed /home/opam/.opam/default/lib/macaque/syntax.a
- Installed /home/opam/.opam/default/lib/macaque/syntax.cmxs
- Installed /home/opam/.opam/default/lib/macaque/pa_bananas.cmi
- Installed /home/opam/.opam/default/lib/macaque/pa_bananas.cmt
- Installed /home/opam/.opam/default/lib/macaque/pa_bananas.annot
- Installed /home/opam/.opam/default/lib/macaque/pa_macaque.cmi
- Installed /home/opam/.opam/default/lib/macaque/pa_macaque.cmt
- Installed /home/opam/.opam/default/lib/macaque/pa_macaque.annot
- Installed /home/opam/.opam/default/lib/macaque/pa_bananas.cmx
- Installed /home/opam/.opam/default/lib/macaque/pa_macaque.cmx
- Installed /home/opam/.opam/default/lib/macaque/META
-> installed macaque.0.7.2
=== STDERR ===
2026-06-24 17:18.05: OK: build macaque.0.7.2 (runc: 14.6s, disk: 59KB)
2026-06-24 17:18.05: Job succeeded