Build:
  1. 0
2026-06-16 11:34.41: New job: build GuaCaml.0.03.01 (e0135cea152b)
2026-06-16 11:34.41: Waiting for resource in pool day11-builds
2026-06-16 11:47.38: Got resource from pool day11-builds
2026-06-16 11:47.38: [profile full] build GuaCaml.0.03.01
2026-06-16 11:47.38: build GuaCaml.0.03.01 (e0135cea152b)
=== DEPENDENCIES (5 transitive) ===
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
=== STDOUT ===
Processing: [default: loading data]
[GuaCaml.0.03.01: dl]
[GuaCaml.0.03.01: extract]
-> retrieved GuaCaml.0.03.01  (https://opam.ocaml.org/cache)
[GuaCaml: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/GuaCaml.0.03.01)
- ocamlbuild -r -j 4 -use-ocamlfind \
- 	GuaCaml.cma \
- 	GuaCaml.cmi \
- 	GuaCaml.cmx \
- 	GuaCaml.cmxa \
- 	GuaCaml.cmxs
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package unix -modules src/AB.ml > src/AB.ml.depends
- + ocamlfind ocamldep -package unix -modules src/bTools.mli > src/bTools.mli.depends
- + ocamlfind ocamldep -package unix -modules src/io.mli > src/io.mli.depends
- + ocamlfind ocamldep -package unix -modules src/o3.ml > src/o3.ml.depends
- + ocamlfind ocamldep -package unix -modules src/extra.ml > src/extra.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/extra.cmo src/extra.ml
- + ocamlfind ocamldep -package unix -modules src/poly.ml > src/poly.ml.depends
- + ocamlfind ocamldep -package unix -modules src/tree.ml > src/tree.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/io.cmi src/io.mli
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/o3.cmo src/o3.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/poly.cmo src/poly.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/tree.cmo src/tree.ml
- + ocamlfind ocamldep -package unix -modules src/myList.mli > src/myList.mli.depends
- + ocamlfind ocamldep -package unix -modules src/sTools.mli > src/sTools.mli.depends
- + ocamlfind ocamldep -package unix -modules src/tools.ml > src/tools.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/bTools.cmi src/bTools.mli
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/myList.cmi src/myList.mli
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/sTools.cmi src/sTools.mli
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/tools.cmo src/tools.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/tools.cmo src/tools.ml
- File "src/tools.ml", line 389, characters 17-28:
- 389 |       let char = Stream.next stream in
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/tools.ml", line 394, characters 5-16:
- 394 |   in Stream.from aux
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + ocamlfind ocamldep -package unix -modules src/assoc.ml > src/assoc.ml.depends
- + ocamlfind ocamldep -package unix -modules src/bicimal.mli > src/bicimal.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/bicimal.cmi src/bicimal.mli
- + ocamlfind ocamldep -package unix -modules src/bicimal.ml > src/bicimal.ml.depends
- + ocamlfind ocamldep -package unix -modules src/setList.mli > src/setList.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/setList.cmi src/setList.mli
- + ocamlfind ocamldep -package unix -modules src/binUtils.ml > src/binUtils.ml.depends
- + ocamlfind ocamldep -package unix -modules src/BTools_BArray.ml > src/BTools_BArray.ml.depends
- + ocamlfind ocamldep -package unix -modules src/BTools_BChar.ml > src/BTools_BChar.ml.depends
- + ocamlfind ocamldep -package unix -modules src/OProfile.ml > src/OProfile.ml.depends
- + ocamlfind ocamldep -package unix -modules src/OUnit.ml > src/OUnit.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_BChar.cmo src/BTools_BChar.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/OProfile.cmo src/OProfile.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/OUnit.cmo src/OUnit.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_BArray.cmo src/BTools_BArray.ml
- + ocamlfind ocamldep -package unix -modules src/boundedMemoSearch.ml > src/boundedMemoSearch.ml.depends
- + ocamlfind ocamldep -package unix -modules src/BRLE.ml > src/BRLE.ml.depends
- + ocamlfind ocamldep -package unix -modules src/RLE.ml > src/RLE.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/RLE.cmo src/RLE.ml
- + ocamlfind ocamldep -package unix -modules src/bTools.ml > src/bTools.ml.depends
- + ocamlfind ocamldep -package unix -modules src/BTools_BArray_Nat.ml > src/BTools_BArray_Nat.ml.depends
- + ocamlfind ocamldep -package unix -modules src/BTools_IoB.ml > src/BTools_IoB.ml.depends
- + ocamlfind ocamldep -package unix -modules src/BTools_OfB.ml > src/BTools_OfB.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/binUtils.cmo src/binUtils.ml
- + ocamlfind ocamldep -package unix -modules src/BTools_ToB.ml > src/BTools_ToB.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_OfB.cmo src/BTools_OfB.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_ToB.cmo src/BTools_ToB.ml
- + ocamlfind ocamldep -package unix -modules src/BTools_OfBStream.ml > src/BTools_OfBStream.ml.depends
- + ocamlfind ocamldep -package unix -modules src/BTools_ToBStream.ml > src/BTools_ToBStream.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_OfBStream.cmo src/BTools_OfBStream.ml
- + ocamlfind ocamldep -package unix -modules src/bTreeUtils.ml > src/bTreeUtils.ml.depends
- + ocamlfind ocamldep -package unix -modules src/huffmanCoding.ml > src/huffmanCoding.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_BArray_Nat.cmo src/BTools_BArray_Nat.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/bTreeUtils.cmo src/bTreeUtils.ml
- + ocamlfind ocamldep -package unix -modules src/priorityQueue.mli > src/priorityQueue.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/priorityQueue.cmi src/priorityQueue.mli
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/huffmanCoding.cmo src/huffmanCoding.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_IoB.cmo src/BTools_IoB.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_ToBStream.cmo src/BTools_ToBStream.ml
- + ocamlfind ocamldep -package unix -modules src/DBBC.ml > src/DBBC.ml.depends
- + ocamlfind ocamldep -package unix -modules src/myArray.mli > src/myArray.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/myArray.cmi src/myArray.mli
- + ocamlfind ocamldep -package unix -modules src/GGLA_cliques_detection.ml > src/GGLA_cliques_detection.ml.depends
- + ocamlfind ocamldep -package unix -modules src/graphLA.ml > src/graphLA.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphLA.cmo src/graphLA.ml
- + ocamlfind ocamldep -package unix -modules src/GGLA_domination.ml > src/GGLA_domination.ml.depends
- + ocamlfind ocamldep -package unix -modules src/GGLA_utils.ml > src/GGLA_utils.ml.depends
- + ocamlfind ocamldep -package unix -modules src/graphGenLA.ml > src/graphGenLA.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphGenLA.cmo src/graphGenLA.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_utils.cmo src/GGLA_utils.ml
- + ocamlfind ocamldep -package unix -modules src/GGLA_vertex_separator_linear.ml > src/GGLA_vertex_separator_linear.ml.depends
- + ocamlfind ocamldep -package unix -modules src/GGLA_vertex_separator.ml > src/GGLA_vertex_separator.ml.depends
- + ocamlfind ocamldep -package unix -modules src/GGLA_PMC.mli > src/GGLA_PMC.mli.depends
- + ocamlfind ocamldep -package unix -modules src/graphHFT.ml > src/graphHFT.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphHFT.cmo src/graphHFT.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_PMC.cmi src/GGLA_PMC.mli
- + ocamlfind ocamldep -package unix -modules src/GGLA_PMC.ml > src/GGLA_PMC.ml.depends
- + ocamlfind ocamldep -package unix -modules src/graphAA.ml > src/graphAA.ml.depends
- + ocamlfind ocamldep -package unix -modules src/matrix.ml > src/matrix.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/matrix.cmo src/matrix.ml
- + ocamlfind ocamldep -package unix -modules src/graphGenH.ml > src/graphGenH.ml.depends
- + ocamlfind ocamldep -package unix -modules src/unionFind.ml > src/unionFind.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/unionFind.cmo src/unionFind.ml
- + ocamlfind ocamldep -package unix -modules src/graphKD.ml > src/graphKD.ml.depends
- + ocamlfind ocamldep -package unix -modules src/graphLL.ml > src/graphLL.ml.depends
- + ocamlfind ocamldep -package unix -modules src/gTree.ml > src/gTree.ml.depends
- + ocamlfind ocamldep -package unix -modules src/H2Array.mli > src/H2Array.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/H2Array.cmi src/H2Array.mli
- + ocamlfind ocamldep -package unix -modules src/H2Array.ml > src/H2Array.ml.depends
- + ocamlfind ocamldep -package unix -modules src/h2Table.mli > src/h2Table.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/h2Table.cmi src/h2Table.mli
- + ocamlfind ocamldep -package unix -modules src/h2Table.ml > src/h2Table.ml.depends
- + ocamlfind ocamldep -package unix -modules src/hashcache.ml > src/hashcache.ml.depends
- + ocamlfind ocamldep -package unix -modules src/huffmanIO.ml > src/huffmanIO.ml.depends
- + ocamlfind ocamldep -package unix -modules src/intHeap.mli > src/intHeap.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/intHeap.cmi src/intHeap.mli
- + ocamlfind ocamldep -package unix -modules src/intHeap.ml > src/intHeap.ml.depends
- + ocamlfind ocamldep -package unix -modules src/io.ml > src/io.ml.depends
- + ocamlfind ocamldep -package unix -modules src/iterExtra.ml > src/iterExtra.ml.depends
- + ocamlfind ocamldep -package unix -modules src/iter.mli > src/iter.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/iter.cmi src/iter.mli
- + ocamlfind ocamldep -package unix -modules src/iter.ml > src/iter.ml.depends
- + ocamlfind ocamldep -package unix -modules src/memoBTable.ml > src/memoBTable.ml.depends
- + ocamlfind ocamldep -package unix -modules src/memoTable.mli > src/memoTable.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/memoTable.cmi src/memoTable.mli
- + ocamlfind ocamldep -package unix -modules src/memoTable.ml > src/memoTable.ml.depends
- + ocamlfind ocamldep -package unix -modules src/myArray.ml > src/myArray.ml.depends
- + ocamlfind ocamldep -package unix -modules src/myList.ml > src/myList.ml.depends
- + ocamlfind ocamldep -package unix -modules src/nameSpace.ml > src/nameSpace.ml.depends
- + ocamlfind ocamldep -package unix -modules src/o3Extra.ml > src/o3Extra.ml.depends
- + ocamlfind ocamldep -package unix -modules src/o3Utils.ml > src/o3Utils.ml.depends
- + ocamlfind ocamldep -package unix -modules src/parseUtils.ml > src/parseUtils.ml.depends
- + ocamlfind ocamldep -package unix -modules src/priorityQueue.ml > src/priorityQueue.ml.depends
- + ocamlfind ocamldep -package unix -modules src/RLE_ABL.ml > src/RLE_ABL.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/AB.cmo src/AB.ml
- + ocamlfind ocamldep -package unix -modules src/setList.ml > src/setList.ml.depends
- + ocamlfind ocamldep -package unix -modules src/SHashTable.mli > src/SHashTable.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/SHashTable.cmi src/SHashTable.mli
- + ocamlfind ocamldep -package unix -modules src/SHashTable.ml > src/SHashTable.ml.depends
- + ocamlfind ocamldep -package unix -modules src/sTools.ml > src/sTools.ml.depends
- + ocamlfind ocamldep -package unix -modules src/treeUtils.ml > src/treeUtils.ml.depends
- + ocamlfind ocamldep -package unix -modules src/utils.ml > src/utils.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/iterExtra.cmo src/iterExtra.ml
- + ocamlfind ocamldep -package unix -modules src/UTree.mli > src/UTree.mli.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/UTree.cmi src/UTree.mli
- + ocamlfind ocamldep -package unix -modules src/UTree.ml > src/UTree.ml.depends
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/assoc.cmo src/assoc.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/bicimal.cmo src/bicimal.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/boundedMemoSearch.cmo src/boundedMemoSearch.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BRLE.cmo src/BRLE.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/bTools.cmo src/bTools.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/DBBC.cmo src/DBBC.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_cliques_detection.cmo src/GGLA_cliques_detection.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_domination.cmo src/GGLA_domination.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_vertex_separator_linear.cmo src/GGLA_vertex_separator_linear.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_vertex_separator.cmo src/GGLA_vertex_separator.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_PMC.cmo src/GGLA_PMC.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphAA.cmo src/graphAA.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphGenH.cmo src/graphGenH.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphKD.cmo src/graphKD.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphLL.cmo src/graphLL.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/gTree.cmo src/gTree.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/H2Array.cmo src/H2Array.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/h2Table.cmo src/h2Table.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/hashcache.cmo src/hashcache.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/huffmanIO.cmo src/huffmanIO.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/intHeap.cmo src/intHeap.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/io.cmo src/io.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/iter.cmo src/iter.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/memoBTable.cmo src/memoBTable.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/memoTable.cmo src/memoTable.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/myArray.cmo src/myArray.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/myList.cmo src/myList.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/nameSpace.cmo src/nameSpace.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/o3Extra.cmo src/o3Extra.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/o3Utils.cmo src/o3Utils.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/parseUtils.cmo src/parseUtils.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/priorityQueue.cmo src/priorityQueue.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/RLE_ABL.cmo src/RLE_ABL.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/parseUtils.cmo src/parseUtils.ml
- File "src/parseUtils.ml", line 49, characters 22-30:
- 49 |   type stream = token Stream.t
-                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 74, characters 44-52:
- 74 |   let lexer (kind:char -> int) (stream:char Stream.t) : token Stream.t =
-                                                  ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 74, characters 62-70:
- 74 |   let lexer (kind:char -> int) (stream:char Stream.t) : token Stream.t =
-                                                                    ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 76, characters 12-23:
- 76 |       match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 78, characters 8-19:
- 78 |         Stream.junk stream;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 84, characters 12-23:
- 84 |       match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 86, characters 8-19:
- 86 |         Stream.junk stream;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 93, characters 12-23:
- 93 |       match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 96, characters 8-19:
- 96 |         Stream.junk stream;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 122, characters 4-15:
- 122 |     Stream.from aux
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 131, characters 22-30:
- 131 |   type stream = token Stream.t
-                             ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 149, characters 24-32:
- 149 |       (char_stream:char Stream.t) : token Stream.t =
-                               ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 149, characters 42-50:
- 149 |       (char_stream:char Stream.t) : token Stream.t =
-                                                 ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 163, characters 33-44:
- 163 |         let token : SSBL.token = Stream.next stream in
-                                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 170, characters 12-23:
- 170 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 173, characters 8-19:
- 173 |         Stream.junk stream;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 193, characters 4-15:
- 193 |     Stream.from aux
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 195, characters 31-42:
- 195 |   let parse_str stream = match Stream.next stream with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 200, characters 31-42:
- 200 |   let parse_int stream = match Stream.next stream with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 214, characters 22-30:
- 214 |   type stream = token Stream.t
-                             ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 233, characters 24-32:
- 233 |       (char_stream:char Stream.t) : token Stream.t =
-                               ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 233, characters 42-50:
- 233 |       (char_stream:char Stream.t) : token Stream.t =
-                                                 ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 247, characters 33-44:
- 247 |         let token : SSBL.token = Stream.next stream in
-                                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 257, characters 12-23:
- 257 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 260, characters 8-19:
- 260 |         Stream.junk stream;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 280, characters 4-15:
- 280 |     Stream.from aux
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 282, characters 31-42:
- 282 |   let parse_str stream = match Stream.next stream with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 287, characters 31-42:
- 287 |   let parse_int stream = match Stream.next stream with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/setList.cmo src/setList.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/SHashTable.cmo src/SHashTable.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/sTools.cmo src/sTools.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/treeUtils.cmo src/treeUtils.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/utils.cmo src/utils.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/UTree.cmo src/UTree.ml
- + ocamlfind ocamlc -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/sTools.cmo src/sTools.ml
- File "src/sTools.ml", line 403, characters 22-33:
- 403 |       try        Some(Stream.next stream)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sTools.ml", line 444, characters 24-41:
- 444 |     let stree = file |> Stream.of_channel |> stream_to_stree in
-                               ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + ocamlfind ocamlc -pack src/extra.cmo src/tools.cmo src/tree.cmo src/sTools.cmo src/BTools_BChar.cmo src/OProfile.cmo src/OUnit.cmo src/io.cmo src/BTools_BArray.cmo src/setList.cmo src/BTools_BArray_Nat.cmo src/o3.cmo src/binUtils.cmo src/bTreeUtils.cmo src/priorityQueue.cmo src/huffmanCoding.cmo src/myList.cmo src/poly.cmo src/BTools_OfB.cmo src/BTools_ToB.cmo src/BTools_IoB.cmo src/BTools_OfBStream.cmo src/BTools_ToBStream.cmo src/bTools.cmo src/AB.cmo src/assoc.cmo src/bicimal.cmo src/boundedMemoSearch.cmo src/RLE.cmo src/BRLE.cmo src/myArray.cmo src/DBBC.cmo src/graphLA.cmo src/GGLA_cliques_detection.cmo src/graphGenLA.cmo src/GGLA_utils.cmo src/GGLA_domination.cmo src/GGLA_vertex_separator_linear.cmo src/GGLA_vertex_separator.cmo src/graphHFT.cmo src/GGLA_PMC.cmo src/matrix.cmo src/graphAA.cmo src/unionFind.cmo src/graphGenH.cmo src/graphKD.cmo src/graphLL.cmo src/gTree.cmo src/H2Array.cmo src/h2Table.cmo src/hashcache.cmo src/huffmanIO.cmo src/intHeap.cmo src/iter.cmo src/iterExtra.cmo src/memoBTable.cmo src/memoTable.cmo src/nameSpace.cmo src/o3Extra.cmo src/o3Utils.cmo src/parseUtils.cmo src/RLE_ABL.cmo src/SHashTable.cmo src/treeUtils.cmo src/utils.cmo src/UTree.cmo -o GuaCaml.cmo
- + ocamlfind ocamlc -a GuaCaml.cmo -o GuaCaml.cma
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/extra.cmx src/extra.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/tools.cmx src/tools.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/tree.cmx src/tree.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/tools.cmx src/tools.ml
- File "src/tools.ml", line 389, characters 17-28:
- 389 |       let char = Stream.next stream in
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/tools.ml", line 394, characters 5-16:
- 394 |   in Stream.from aux
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/sTools.cmx src/sTools.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/sTools.cmx src/sTools.ml
- File "src/sTools.ml", line 403, characters 22-33:
- 403 |       try        Some(Stream.next stream)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sTools.ml", line 444, characters 24-41:
- 444 |     let stree = file |> Stream.of_channel |> stream_to_stree in
-                               ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_BChar.cmx src/BTools_BChar.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/io.cmx src/io.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/OProfile.cmx src/OProfile.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/OUnit.cmx src/OUnit.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_BArray.cmx src/BTools_BArray.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/setList.cmx src/setList.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/o3.cmx src/o3.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_BArray_Nat.cmx src/BTools_BArray_Nat.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/bTreeUtils.cmx src/bTreeUtils.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/priorityQueue.cmx src/priorityQueue.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/huffmanCoding.cmx src/huffmanCoding.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/binUtils.cmx src/binUtils.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/myList.cmx src/myList.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/poly.cmx src/poly.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_OfB.cmx src/BTools_OfB.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_ToB.cmx src/BTools_ToB.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_OfBStream.cmx src/BTools_OfBStream.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_IoB.cmx src/BTools_IoB.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BTools_ToBStream.cmx src/BTools_ToBStream.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/bTools.cmx src/bTools.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/RLE.cmx src/RLE.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/myArray.cmx src/myArray.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphLA.cmx src/graphLA.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphGenLA.cmx src/graphGenLA.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_utils.cmx src/GGLA_utils.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphHFT.cmx src/graphHFT.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/matrix.cmx src/matrix.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/unionFind.cmx src/unionFind.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/iter.cmx src/iter.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/AB.cmx src/AB.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/iterExtra.cmx src/iterExtra.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/assoc.cmx src/assoc.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/bicimal.cmx src/bicimal.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/boundedMemoSearch.cmx src/boundedMemoSearch.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/BRLE.cmx src/BRLE.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/DBBC.cmx src/DBBC.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_cliques_detection.cmx src/GGLA_cliques_detection.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_domination.cmx src/GGLA_domination.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_vertex_separator_linear.cmx src/GGLA_vertex_separator_linear.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_vertex_separator.cmx src/GGLA_vertex_separator.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/GGLA_PMC.cmx src/GGLA_PMC.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphAA.cmx src/graphAA.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphGenH.cmx src/graphGenH.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphKD.cmx src/graphKD.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/graphLL.cmx src/graphLL.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/gTree.cmx src/gTree.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/H2Array.cmx src/H2Array.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/h2Table.cmx src/h2Table.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/hashcache.cmx src/hashcache.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/huffmanIO.cmx src/huffmanIO.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/intHeap.cmx src/intHeap.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/memoBTable.cmx src/memoBTable.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/memoTable.cmx src/memoTable.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/nameSpace.cmx src/nameSpace.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/o3Extra.cmx src/o3Extra.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/o3Utils.cmx src/o3Utils.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/parseUtils.cmx src/parseUtils.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/RLE_ABL.cmx src/RLE_ABL.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/SHashTable.cmx src/SHashTable.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/treeUtils.cmx src/treeUtils.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/parseUtils.cmx src/parseUtils.ml
- File "src/parseUtils.ml", line 49, characters 22-30:
- 49 |   type stream = token Stream.t
-                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 74, characters 44-52:
- 74 |   let lexer (kind:char -> int) (stream:char Stream.t) : token Stream.t =
-                                                  ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 74, characters 62-70:
- 74 |   let lexer (kind:char -> int) (stream:char Stream.t) : token Stream.t =
-                                                                    ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 76, characters 12-23:
- 76 |       match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 78, characters 8-19:
- 78 |         Stream.junk stream;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 84, characters 12-23:
- 84 |       match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 86, characters 8-19:
- 86 |         Stream.junk stream;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 93, characters 12-23:
- 93 |       match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 96, characters 8-19:
- 96 |         Stream.junk stream;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 122, characters 4-15:
- 122 |     Stream.from aux
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 131, characters 22-30:
- 131 |   type stream = token Stream.t
-                             ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 149, characters 24-32:
- 149 |       (char_stream:char Stream.t) : token Stream.t =
-                               ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 149, characters 42-50:
- 149 |       (char_stream:char Stream.t) : token Stream.t =
-                                                 ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 163, characters 33-44:
- 163 |         let token : SSBL.token = Stream.next stream in
-                                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 170, characters 12-23:
- 170 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 173, characters 8-19:
- 173 |         Stream.junk stream;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 193, characters 4-15:
- 193 |     Stream.from aux
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 195, characters 31-42:
- 195 |   let parse_str stream = match Stream.next stream with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 200, characters 31-42:
- 200 |   let parse_int stream = match Stream.next stream with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 214, characters 22-30:
- 214 |   type stream = token Stream.t
-                             ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 233, characters 24-32:
- 233 |       (char_stream:char Stream.t) : token Stream.t =
-                               ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 233, characters 42-50:
- 233 |       (char_stream:char Stream.t) : token Stream.t =
-                                                 ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 247, characters 33-44:
- 247 |         let token : SSBL.token = Stream.next stream in
-                                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 257, characters 12-23:
- 257 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 260, characters 8-19:
- 260 |         Stream.junk stream;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 280, characters 4-15:
- 280 |     Stream.from aux
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 282, characters 31-42:
- 282 |   let parse_str stream = match Stream.next stream with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/parseUtils.ml", line 287, characters 31-42:
- 287 |   let parse_int stream = match Stream.next stream with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/utils.cmx src/utils.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package unix -for-pack GuaCaml -I src -o src/UTree.cmx src/UTree.ml
- + touch GuaCaml.mli  ; if  ocamlfind ocamlopt -pack -I src src/extra.cmx src/tools.cmx src/tree.cmx src/sTools.cmx src/BTools_BChar.cmx src/OProfile.cmx src/OUnit.cmx src/io.cmx src/BTools_BArray.cmx src/setList.cmx src/BTools_BArray_Nat.cmx src/bTreeUtils.cmx src/o3.cmx src/binUtils.cmx src/priorityQueue.cmx src/huffmanCoding.cmx src/myList.cmx src/poly.cmx src/BTools_OfB.cmx src/BTools_ToB.cmx src/BTools_IoB.cmx src/BTools_OfBStream.cmx src/BTools_ToBStream.cmx src/bTools.cmx src/AB.cmx src/assoc.cmx src/bicimal.cmx src/boundedMemoSearch.cmx src/RLE.cmx src/BRLE.cmx src/myArray.cmx src/DBBC.cmx src/graphLA.cmx src/GGLA_cliques_detection.cmx src/graphGenLA.cmx src/GGLA_utils.cmx src/GGLA_domination.cmx src/GGLA_vertex_separator_linear.cmx src/GGLA_vertex_separator.cmx src/graphHFT.cmx src/GGLA_PMC.cmx src/matrix.cmx src/graphAA.cmx src/unionFind.cmx src/graphGenH.cmx src/graphKD.cmx src/graphLL.cmx src/gTree.cmx src/H2Array.cmx src/h2Table.cmx src/hashcache.cmx src/huffmanIO.cmx src/intHeap.cmx src/iter.cmx src/iterExtra.cmx src/memoBTable.cmx src/memoTable.cmx src/nameSpace.cmx src/o3Extra.cmx src/o3Utils.cmx src/parseUtils.cmx src/RLE_ABL.cmx src/SHashTable.cmx src/treeUtils.cmx src/utils.cmx src/UTree.cmx -o GuaCaml.cmx  ; then  rm -f GuaCaml.mli  ; else  rm -f GuaCaml.mli  ; exit 1; fi
- + ocamlfind ocamlopt -a GuaCaml.cmx -o GuaCaml.cmxa
- + ocamlfind ocamlopt -shared -linkall GuaCaml.cmxa -o GuaCaml.cmxs
- # Parallel statistics: { count(total): 13(147), max: 39, min: 2, average(total): 7.769(1.599) }
-> compiled  GuaCaml.0.03.01
[GuaCaml: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/GuaCaml.0.03.01)
- ocamlbuild -r -j 4 -use-ocamlfind \
- 	GuaCaml.cma \
- 	GuaCaml.cmi \
- 	GuaCaml.cmx \
- 	GuaCaml.cmxa \
- 	GuaCaml.cmxs
- + ocamlfind ocamlc -config
- # No parallelism done
- ocamlfind remove  GuaCaml
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/GuaCaml/META
- ocamlfind install GuaCaml META _build/GuaCaml.*
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.o
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.mlpack
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.cmxs
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.cmxa
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.cmx
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.cmo
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.cmi
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.cma
- Installed /home/opam/.opam/default/lib/GuaCaml/GuaCaml.a
- Installed /home/opam/.opam/default/lib/GuaCaml/META
-> installed GuaCaml.0.03.01

=== STDERR ===

2026-06-16 11:48.15: OK: build GuaCaml.0.03.01 (runc: 15.1s, disk: 48KB)
2026-06-16 11:48.15: Job succeeded