D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-ocamlgraph-1.8.8-8.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7JwhKA + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocamlgraph-1.8.8 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocamlgraph-1.8.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocamlgraph-1.8.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (ocamlgraph-1.8.7-fix-tests.patch):' Patch #1 (ocamlgraph-1.8.7-fix-tests.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file tests/test_clique.ml + cp /home/iurt/rpmbuild/SOURCES/ocamlgraph-test.result . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2xWMBk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlgraph-1.8.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info configure: WARNING: unrecognized options: --disable-dependency-tracking checking for ocamlc... ocamlc ocaml version is 4.12.0 ocaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... ocamldep checking for ocamllex... ocamllex checking for ocamllex.opt... ocamllex.opt checking for ocamlyacc... ocamlyacc checking for ocamldoc... ocamldoc checking for ocamldoc.opt... ocamldoc.opt checking for ocamlweb... true checking for ocamlfind... ocamlfind OCamlfind detected and enabled checking for /usr/lib64/ocaml/lablgtk2/lablgtk.cmxa... yes checking for /usr/lib64/ocaml/lablgtk2/lablgnomecanvas.cmxa... yes checking Win32 platform... no configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-dependency-tracking + make depend sed -e s/VERSION/1.8.8/ -e s/CMA/graph.cma/ -e s/CMXA/graph.cmxa/ -e s/CMXS/graph.cmxs/ \ META.in > META rm -f src/version.ml echo "let version = \""1.8.8"\"" > src/version.ml echo 'let date = "'"Fri Sep 10 17:37:43 UTC 2021"'"' >> src/version.ml rm -f .depend ocamldep -slash -I src -I lib -I editor -I view_graph -I dgraph\ lib/*.ml lib/*.mli \ src/*.ml src/*.mli \ editor/*.mli editor/*.ml \ view_graph/*.mli view_graph/*.ml \ dgraph/*.mli dgraph/*.ml > .depend rm -f .depend ocamldep -slash -I src -I lib -I editor -I view_graph -I dgraph\ lib/*.ml lib/*.mli \ src/*.ml src/*.mli \ editor/*.mli editor/*.ml \ view_graph/*.mli view_graph/*.ml \ dgraph/*.mli dgraph/*.ml > .depend + make all OCAMLBEST=opt 'OCAMLOPT=ocamlopt.opt -g' ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig_pack.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_ast.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/version.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/blocks.ml File "src/blocks.ml", line 390, characters 7-46: 390 | val unsafe_add_vertex: t -> vertex -> t ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32 [unused-value-declaration]: unused value unsafe_add_vertex. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.ml File "src/persistent.ml", line 51, characters 20-38: 51 | let compare x y = Pervasives.compare x.tag y.tag ^^^^^^^^^^^^^^^^^^ 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/persistent.ml", line 144, characters 17-32: 144 | size = Pervasives.succ g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 157, characters 28-43: 157 | { edges = e; size = Pervasives.pred g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 177, characters 17-32: 177 | size = Pervasives.succ g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 196, characters 17-32: 196 | size = Pervasives.pred g.size } ^^^^^^^^^^^^^^^ 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 ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.ml File "src/imperative.ml", line 68, characters 20-38: 68 | let compare x y = Pervasives.compare x.tag y.tag ^^^^^^^^^^^^^^^^^^ 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/imperative.ml", line 156, characters 18-33: 156 | g.size <- Pervasives.succ g.size; ^^^^^^^^^^^^^^^ 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/imperative.ml", line 172, characters 18-33: 172 | g.size <- Pervasives.pred g.size ^^^^^^^^^^^^^^^ 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/imperative.ml", line 193, characters 18-33: 193 | g.size <- Pervasives.succ g.size; ^^^^^^^^^^^^^^^ 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/imperative.ml", line 214, characters 18-33: 214 | g.size <- Pervasives.pred g.size ^^^^^^^^^^^^^^^ 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/imperative.ml", line 362, characters 36-54: 362 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/imperative.ml", line 372, characters 36-54: 372 | let compare : t -> t -> int = 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 ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.ml File "src/oper.ml", line 52, characters 2-30: 52 | module H = Hashtbl.Make(G.V) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module H. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.mli File "src/nonnegative.mli", line 30, characters 5-6: 30 | (W: Sig.WEIGHT with type edge = G.E.t) : sig ^ Warning 67 [unused-functor-parameter]: unused functor parameter W. File "src/nonnegative.mli", line 42, characters 5-6: 42 | (W: Sig.WEIGHT with type edge = G.E.t) : sig ^ Warning 67 [unused-functor-parameter]: unused functor parameter W. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.mli File "src/kruskal.mli", line 41, characters 18-19: 41 | module Make(G: G)(W: Sig.ORDERED_TYPE with type t = G.E.label) : sig ^ Warning 67 [unused-functor-parameter]: unused functor parameter W. File "src/kruskal.mli", line 61, characters 5-6: 61 | (W: Sig.ORDERED_TYPE with type t = G.E.label) ^ Warning 67 [unused-functor-parameter]: unused functor parameter W. File "src/kruskal.mli", line 62, characters 5-7: 62 | (UF: UNIONFIND with type elt = G.V.t) : ^^ Warning 67 [unused-functor-parameter]: unused functor parameter UF. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.mli File "src/prim.mli", line 37, characters 18-19: 37 | module Make(G: G)(W: Sig.WEIGHT with type edge = G.E.t) : sig ^ Warning 67 [unused-functor-parameter]: unused functor parameter W. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.ml File "src/graphviz.ml", line 27, characters 5-15: 27 | open Pervasives (* for compatibility with ocaml 3.12.0+dev17 ^^^^^^^^^^ 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 ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.mli File "src/gml.mli", line 35, characters 5-6: 35 | (L : sig ^ Warning 67 [unused-functor-parameter]: unused functor parameter L. File "src/gml.mli", line 74, characters 5-6: 74 | (L: sig ^ Warning 67 [unused-functor-parameter]: unused functor parameter L. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_lexer.ml File "src/dot_lexer.mll", line 38, characters 21-37: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.mli File "src/dot.mli", line 29, characters 5-6: 29 | (L : sig ^ Warning 67 [unused-functor-parameter]: unused functor parameter L. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.ml File "src/dot.ml", line 61, characters 40-58: 61 | let compare : t -> t -> int = 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 ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.ml File "src/pack.ml", line 52, characters 34-52: 52 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 69, characters 34-52: 69 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 97, characters 34-52: 97 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 200, characters 32-50: 200 | let compare : t -> t -> int = 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 ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.ml File "src/cliquetree.ml", line 106, characters 38-56: 106 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/cliquetree.ml", line 114, characters 40-58: 114 | let compare (x, _ : t) (y, _ : t) = Pervasives.compare x y ^^^^^^^^^^^^^^^^^^ 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/cliquetree.ml", line 21, characters 2-31: 21 | module OVSet = Set.Make(Gr.V) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module OVSet. File "src/cliquetree.ml", line 149, characters 2-32: 149 | module EdgeSet = Set.Make(G.E) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module EdgeSet. File "src/cliquetree.ml", line 150, characters 2-34: 150 | module H = Hashtbl.Make(CliqueV) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module H. File "src/cliquetree.ml", line 153, characters 2-32: 153 | module Choose = Oper.Choose(G) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module Choose. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.ml File "src/md.ml", line 20, characters 2-34: 20 | module VertexSet = Set.Make(G.V) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module VertexSet. File "src/md.ml", line 22, characters 2-32: 22 | module Choose = Oper.Choose(G) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module Choose. File "src/md.ml", line 88, characters 2-34: 88 | module VertexSet = Set.Make(G.V) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module VertexSet. File "src/md.ml", line 90, characters 2-32: 90 | module Choose = Oper.Choose(G) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module Choose. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.mli File "src/graphml.mli", line 35, characters 5-6: 35 | (L : sig ^ Warning 67 [unused-functor-parameter]: unused functor parameter L. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.ml ocamlc.opt -I src -I lib -pack -g -o graph.cmo src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmo lib/heap.cmo lib/bitv.cmo lib/persistentQueue.cmo src/version.cmo src/util.cmo src/blocks.cmo src/persistent.cmo src/imperative.cmo src/delaunay.cmo src/builder.cmo src/classic.cmo src/rand.cmo src/oper.cmo src/components.cmo src/path.cmo src/nonnegative.cmo src/traverse.cmo src/coloring.cmo src/topological.cmo src/kruskal.cmo src/flow.cmo src/prim.cmo src/dominator.cmo src/graphviz.cmo src/gml.cmo src/dot_parser.cmo src/dot_lexer.cmo src/dot.cmo src/pack.cmo src/gmap.cmo src/minsep.cmo src/cliquetree.cmo src/mcs_m.cmo src/md.cmo src/strat.cmo src/fixpoint.cmo src/leaderlist.cmo src/contraction.cmo src/graphml.cmo src/merge.cmo src/mincut.cmo src/clique.cmo src/weakTopological.cmo src/chaoticIteration.cmo ocamlc.opt -I src -I lib -a -g -o graph.cma graph.cmo ocamlopt.opt -g -c -I src -I lib -for-pack Graph lib/unionfind.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph lib/heap.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph lib/bitv.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph lib/persistentQueue.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/version.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/util.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/blocks.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/persistent.ml File "src/persistent.ml", line 51, characters 20-38: 51 | let compare x y = Pervasives.compare x.tag y.tag ^^^^^^^^^^^^^^^^^^ 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/persistent.ml", line 144, characters 17-32: 144 | size = Pervasives.succ g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 157, characters 28-43: 157 | { edges = e; size = Pervasives.pred g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 177, characters 17-32: 177 | size = Pervasives.succ g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 196, characters 17-32: 196 | size = Pervasives.pred g.size } ^^^^^^^^^^^^^^^ 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 ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/imperative.ml File "src/imperative.ml", line 68, characters 20-38: 68 | let compare x y = Pervasives.compare x.tag y.tag ^^^^^^^^^^^^^^^^^^ 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/imperative.ml", line 156, characters 18-33: 156 | g.size <- Pervasives.succ g.size; ^^^^^^^^^^^^^^^ 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/imperative.ml", line 172, characters 18-33: 172 | g.size <- Pervasives.pred g.size ^^^^^^^^^^^^^^^ 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/imperative.ml", line 193, characters 18-33: 193 | g.size <- Pervasives.succ g.size; ^^^^^^^^^^^^^^^ 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/imperative.ml", line 214, characters 18-33: 214 | g.size <- Pervasives.pred g.size ^^^^^^^^^^^^^^^ 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/imperative.ml", line 362, characters 36-54: 362 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/imperative.ml", line 372, characters 36-54: 372 | let compare : t -> t -> int = 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 ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/delaunay.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/builder.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/classic.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/rand.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/oper.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/components.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/path.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/nonnegative.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/traverse.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/coloring.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/topological.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/kruskal.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/flow.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/prim.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/dominator.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/graphviz.ml File "src/graphviz.ml", line 27, characters 5-15: 27 | open Pervasives (* for compatibility with ocaml 3.12.0+dev17 ^^^^^^^^^^ 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 ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/gml.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/dot_parser.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/dot_lexer.ml File "src/dot_lexer.mll", line 38, characters 21-37: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/dot.ml File "src/dot.ml", line 61, characters 40-58: 61 | let compare : t -> t -> int = 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 ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/pack.ml File "src/pack.ml", line 52, characters 34-52: 52 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 69, characters 34-52: 69 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 97, characters 34-52: 97 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 200, characters 32-50: 200 | let compare : t -> t -> int = 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 ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/gmap.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/minsep.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/cliquetree.ml File "src/cliquetree.ml", line 106, characters 38-56: 106 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/cliquetree.ml", line 114, characters 40-58: 114 | let compare (x, _ : t) (y, _ : t) = Pervasives.compare x y ^^^^^^^^^^^^^^^^^^ 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 ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/mcs_m.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/md.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/strat.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/fixpoint.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/leaderlist.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/contraction.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/graphml.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/merge.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/mincut.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/clique.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/weakTopological.ml ocamlopt.opt -g -c -I src -I lib -for-pack Graph src/chaoticIteration.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/xDotDraw.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/xDotDraw.ml File "dgraph/xDotDraw.ml", line 76, characters 23-37: 76 | with Invalid_argument("String.sub") -> "" ^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) File "dgraph/xDotDraw.ml", line 211, characters 19-34: 211 | with Failure "int_of_string" -> ^^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) File "dgraph/xDotDraw.ml", line 220, characters 19-36: 220 | with Failure "float_of_string" -> ^^^^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/xDot.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/xDot.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/dGraphModel.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphModel.ml File "dgraph/dGraphModel.ml", line 162, characters 32-50: 162 | let compare : t -> t -> int = 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 ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/dGraphTreeLayout.mli File "dgraph/dGraphTreeLayout.mli", line 32, characters 5-21: 32 | (TreeManipulation: sig val is_ghost_node: Tree.V.t -> bool end): ^^^^^^^^^^^^^^^^ Warning 67 [unused-functor-parameter]: unused functor parameter TreeManipulation. File "dgraph/dGraphTreeLayout.mli", line 43, characters 5-21: 43 | (TreeManipulation: sig val is_ghost_node: Tree.V.t -> bool end): ^^^^^^^^^^^^^^^^ Warning 67 [unused-functor-parameter]: unused functor parameter TreeManipulation. ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphTreeLayout.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/dGraphSubTree.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphSubTree.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/dGraphTreeModel.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphTreeModel.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/dGraphViewItem.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphViewItem.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/dGraphView.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphView.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/dGraphRandModel.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphRandModel.ml File "dgraph/dGraphRandModel.ml", line 49, characters 36-54: 49 | let compare : int -> int -> int = 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 ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . -I +lablgtk2 -I dgraph -I . dgraph/dGraphContainer.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphContainer.ml File "dgraph/dGraphContainer.ml", line 172, characters 2-22: 172 | module TreeModel = T ^^^^^^^^^^^^^^^^^^^^ Warning 60 [unused-module]: unused module TreeModel. ocamlc.opt -o dgraph/dgraph.cmo -I +lablgtk2 -I dgraph -I . -pack dgraph/xDotDraw.cmo dgraph/xDot.cmo dgraph/dGraphModel.cmo dgraph/dGraphTreeLayout.cmo dgraph/dGraphSubTree.cmo dgraph/dGraphTreeModel.cmo dgraph/dGraphViewItem.cmo dgraph/dGraphView.cmo dgraph/dGraphRandModel.cmo dgraph/dGraphContainer.cmo ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I dgraph -I . dgraph/dGraphViewer.ml ocamlc.opt -g -o dgraph/dgraph.byte -I +lablgtk2 -I dgraph -I . \ lablgtk.cma gtkInit.cmo lablgnomecanvas.cma graph.cma dgraph/dgraph.cmo dgraph/dGraphViewer.cmo ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I view_graph -I . -I +lablgtk2 -I view_graph -I . view_graph/viewGraph_core.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I view_graph -I . view_graph/viewGraph_core.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I view_graph -I . -I +lablgtk2 -I view_graph -I . view_graph/viewGraph_select.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I view_graph -I . view_graph/viewGraph_select.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I view_graph -I . -I +lablgtk2 -I view_graph -I . view_graph/viewGraph_utils.mli ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I view_graph -I . view_graph/viewGraph_utils.ml ocamlc.opt -o view_graph/viewgraph.cmo -I +lablgtk2 -I view_graph -I . -pack view_graph/viewGraph_core.cmo view_graph/viewGraph_select.cmo view_graph/viewGraph_utils.cmo ocamlc.opt -g -o view_graph/viewgraph.byte -I +lablgtk2 -I view_graph -I . \ lablgtk.cma gtkInit.cmo lablgnomecanvas.cma unix.cma graph.cma view_graph/viewgraph.cmo ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I +threads -I editor -I . editor/ed_hyper.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I +threads -I editor -I . editor/ed_graph.ml File "editor/ed_graph.ml", line 65, characters 32-50: 65 | let compare : t -> t -> int = 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 ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I +threads -I editor -I . editor/ed_draw.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I +threads -I editor -I . editor/ed_display.ml ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 -I +lablgtk2 -I +threads -I editor -I . editor/ed_main.ml ocamlc.opt -g -o editor/editor.byte -I +lablgtk2 -I +threads -I editor -I . \ lablgtk.cma lablgnomecanvas.cma unix.cma graph.cma editor/ed_hyper.cmo editor/ed_graph.cmo editor/ed_draw.cmo editor/ed_display.cmo editor/ed_main.cmo ocamlopt.opt -g -I src -I lib -pack -o graph.cmx src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmx lib/heap.cmx lib/bitv.cmx lib/persistentQueue.cmx src/version.cmx src/util.cmx src/blocks.cmx src/persistent.cmx src/imperative.cmx src/delaunay.cmx src/builder.cmx src/classic.cmx src/rand.cmx src/oper.cmx src/components.cmx src/path.cmx src/nonnegative.cmx src/traverse.cmx src/coloring.cmx src/topological.cmx src/kruskal.cmx src/flow.cmx src/prim.cmx src/dominator.cmx src/graphviz.cmx src/gml.cmx src/dot_parser.cmx src/dot_lexer.cmx src/dot.cmx src/pack.cmx src/gmap.cmx src/minsep.cmx src/cliquetree.cmx src/mcs_m.cmx src/md.cmx src/strat.cmx src/fixpoint.cmx src/leaderlist.cmx src/contraction.cmx src/graphml.cmx src/merge.cmx src/mincut.cmx src/clique.cmx src/weakTopological.cmx src/chaoticIteration.cmx ocamlopt.opt -g -I src -I lib -a -o graph.cmxa graph.cmx ocamlopt.opt -g -I src -I lib -shared -o graph.cmxs graph.cmx ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I view_graph -I . -for-pack Viewgraph view_graph/viewGraph_core.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I view_graph -I . -for-pack Viewgraph view_graph/viewGraph_select.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I view_graph -I . -for-pack Viewgraph view_graph/viewGraph_utils.ml ocamlopt.opt -g -o view_graph/viewgraph.cmx -I +lablgtk2 -I view_graph -I . -pack view_graph/viewGraph_core.cmx view_graph/viewGraph_select.cmx view_graph/viewGraph_utils.cmx ocamlopt.opt -g -o view_graph/viewgraph.opt -I +lablgtk2 -I view_graph -I . \ lablgtk.cmxa gtkInit.cmx lablgnomecanvas.cmxa unix.cmxa graph.cmxa view_graph/viewgraph.cmx ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/xDotDraw.ml File "dgraph/xDotDraw.ml", line 76, characters 23-37: 76 | with Invalid_argument("String.sub") -> "" ^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) File "dgraph/xDotDraw.ml", line 211, characters 19-34: 211 | with Failure "int_of_string" -> ^^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) File "dgraph/xDotDraw.ml", line 220, characters 19-36: 220 | with Failure "float_of_string" -> ^^^^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/xDot.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphModel.ml File "dgraph/dGraphModel.ml", line 162, characters 32-50: 162 | let compare : t -> t -> int = 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 ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphTreeLayout.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphSubTree.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphTreeModel.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphViewItem.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphView.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphRandModel.ml File "dgraph/dGraphRandModel.ml", line 49, characters 36-54: 49 | let compare : int -> int -> int = 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 ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphContainer.ml ocamlopt.opt -g -o dgraph/dgraph.cmx -I +lablgtk2 -I dgraph -I . -pack dgraph/xDotDraw.cmx dgraph/xDot.cmx dgraph/dGraphModel.cmx dgraph/dGraphTreeLayout.cmx dgraph/dGraphSubTree.cmx dgraph/dGraphTreeModel.cmx dgraph/dGraphViewItem.cmx dgraph/dGraphView.cmx dgraph/dGraphRandModel.cmx dgraph/dGraphContainer.cmx ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I dgraph -I . -for-pack Dgraph dgraph/dGraphViewer.ml ocamlopt.opt -g -o dgraph/dgraph.opt -I +lablgtk2 -I dgraph -I . \ lablgtk.cmxa gtkInit.cmx lablgnomecanvas.cmxa graph.cmxa dgraph/dgraph.cmx dgraph/dGraphViewer.cmx ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I +threads -I editor -I . editor/ed_hyper.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I +threads -I editor -I . editor/ed_graph.ml File "editor/ed_graph.ml", line 65, characters 32-50: 65 | let compare : t -> t -> int = 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 ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I +threads -I editor -I . editor/ed_draw.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I +threads -I editor -I . editor/ed_display.ml ocamlopt.opt -g -c -I src -I lib -I +lablgtk2 -I +threads -I editor -I . editor/ed_main.ml ocamlopt.opt -g -o editor/editor.opt -I +lablgtk2 -I +threads -I editor -I . \ lablgtk.cmxa lablgnomecanvas.cmxa unix.cmxa graph.cmxa editor/ed_hyper.cmx editor/ed_graph.cmx editor/ed_draw.cmx editor/ed_display.cmx editor/ed_main.cmx + make doc mkdir -p doc rm -f doc/* ocamldoc.opt -charset utf-8 -d doc -html -I +lablgtk2 -I dgraph -I . \ -I lib -I src src/sig.mli src/sig_pack.mli src/dot_ast.mli src/util.mli src/persistent.mli src/imperative.mli src/delaunay.mli src/builder.mli src/classic.mli src/rand.mli src/oper.mli src/components.mli src/path.mli src/nonnegative.mli src/traverse.mli src/coloring.mli src/topological.mli src/kruskal.mli src/flow.mli src/prim.mli src/dominator.mli src/graphviz.mli src/gml.mli src/dot.mli src/pack.mli src/gmap.mli src/minsep.mli src/cliquetree.mli src/mcs_m.mli src/md.mli src/strat.mli src/fixpoint.mli src/leaderlist.mli src/contraction.mli src/graphml.mli src/merge.mli src/mincut.mli src/clique.mli src/weakTopological.mli src/chaoticIteration.mli src/util.ml src/persistent.ml src/imperative.ml src/delaunay.ml src/builder.ml src/classic.ml src/rand.ml src/oper.ml src/components.ml src/path.ml src/nonnegative.ml src/traverse.ml src/coloring.ml src/topological.ml src/kruskal.ml src/flow.ml src/prim.ml src/dominator.ml src/graphviz.ml src/gml.ml src/dot.ml src/pack.ml src/gmap.ml src/minsep.ml src/cliquetree.ml src/mcs_m.ml src/md.ml src/strat.ml src/fixpoint.ml src/leaderlist.ml src/contraction.ml src/graphml.ml src/merge.ml src/mincut.ml src/clique.ml src/weakTopological.ml src/chaoticIteration.ml dgraph/xDotDraw.mli dgraph/xDot.mli dgraph/dGraphModel.mli dgraph/dGraphTreeLayout.mli dgraph/dGraphSubTree.mli dgraph/dGraphTreeModel.mli dgraph/dGraphViewItem.mli dgraph/dGraphView.mli dgraph/dGraphRandModel.mli dgraph/dGraphContainer.mli File "src/persistent.ml", line 51, characters 20-38: 51 | let compare x y = Pervasives.compare x.tag y.tag ^^^^^^^^^^^^^^^^^^ 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/persistent.ml", line 144, characters 17-32: 144 | size = Pervasives.succ g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 157, characters 28-43: 157 | { edges = e; size = Pervasives.pred g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 177, characters 17-32: 177 | size = Pervasives.succ g.size } ^^^^^^^^^^^^^^^ 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/persistent.ml", line 196, characters 17-32: 196 | size = Pervasives.pred g.size } ^^^^^^^^^^^^^^^ 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/imperative.ml", line 68, characters 20-38: 68 | let compare x y = Pervasives.compare x.tag y.tag ^^^^^^^^^^^^^^^^^^ 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/imperative.ml", line 156, characters 18-33: 156 | g.size <- Pervasives.succ g.size; ^^^^^^^^^^^^^^^ 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/imperative.ml", line 172, characters 18-33: 172 | g.size <- Pervasives.pred g.size ^^^^^^^^^^^^^^^ 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/imperative.ml", line 193, characters 18-33: 193 | g.size <- Pervasives.succ g.size; ^^^^^^^^^^^^^^^ 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/imperative.ml", line 214, characters 18-33: 214 | g.size <- Pervasives.pred g.size ^^^^^^^^^^^^^^^ 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/imperative.ml", line 362, characters 36-54: 362 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/imperative.ml", line 372, characters 36-54: 372 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/graphviz.ml", line 27, characters 5-15: 27 | open Pervasives (* for compatibility with ocaml 3.12.0+dev17 ^^^^^^^^^^ 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/dot.ml", line 61, characters 40-58: 61 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 52, characters 34-52: 52 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 69, characters 34-52: 69 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 97, characters 34-52: 97 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/pack.ml", line 200, characters 32-50: 200 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/cliquetree.ml", line 106, characters 38-56: 106 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/cliquetree.ml", line 114, characters 40-58: 114 | let compare (x, _ : t) (y, _ : t) = Pervasives.compare x y ^^^^^^^^^^^^^^^^^^ 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 Warning: Class or class type GnoCanvas.canvas not found Warning: Class or class type GnoCanvas.group not found Warning: Class or class type GnoCanvas.canvas not found Warning: Class or class type GnoCanvas.text not found Warning: Class or class type GnoCanvas.base_item not found + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Z7wlGV + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64 + cd ocamlgraph-1.8.8 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml + make OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml install-findlib ocamlfind install ocamlgraph META \ src/*.mli view_graph/*.mli dgraph/*.mli \ graph.cmo graph.cmi \ graph.cma \ view_graph/viewgraph.cmo view_graph/viewgraph.cmi \ dgraph/dgraph.cmo dgraph/dgraph.cmi \ graph.o graph.a graph.cmx graph.cmxa graph.cmxs view_graph/viewgraph.cmx view_graph/viewgraph.o dgraph/dgraph.cmx dgraph/dgraph.o Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dgraph.o Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dgraph.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/viewgraph.o Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/viewgraph.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.o Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dgraph.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dgraph.cmo Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/viewgraph.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/viewgraph.cmo Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.cmo Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/xDotDraw.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/xDot.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dGraphViewItem.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dGraphView.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dGraphTreeModel.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dGraphTreeLayout.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dGraphSubTree.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dGraphRandModel.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dGraphModel.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dGraphContainer.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/viewGraph_utils.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/viewGraph_select.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/viewGraph_core.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/weakTopological.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/util.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/traverse.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/topological.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/strat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/sig_pack.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/sig.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/rand.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/prim.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/persistent.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/path.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/pack.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/oper.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/nonnegative.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/minsep.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/mincut.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/merge.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/md.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/mcs_m.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/leaderlist.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/kruskal.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/imperative.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graphviz.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graphml.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/gml.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/gmap.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/flow.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/fixpoint.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dot_parser.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dot_ast.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dot.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/dominator.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/delaunay.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/contraction.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/components.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/coloring.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/cliquetree.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/clique.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/classic.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/chaoticIteration.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/builder.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/META + install -m 0755 -p graph.cmxs /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/bin + install -m 0755 -p editor/editor.opt /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/bin/ocaml-graph-editor + install -m 0755 -p dgraph/dgraph.opt /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/bin/ocaml-graph-viewer + install -m 0755 -p view_graph/viewgraph.opt /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/bin/ocaml-viewgraph + mv doc/ api-doc + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.8.8-8.mga9 --unique-debug-suffix -1.8.8-8.mga9.aarch64 --unique-debug-src-base ocaml-ocamlgraph-1.8.8-8.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocamlgraph-1.8.8 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/bin/ocaml-graph-editor extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/bin/ocaml-graph-viewer extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/bin/ocaml-viewgraph extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/lib64/ocaml/ocamlgraph/graph.cmxs original debug info size: 12812kB, size after compression: 11308kB /usr/bin/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. cpio: buffer.ml: Cannot stat: No such file or directory cpio: bytes.ml: Cannot stat: No such file or directory cpio: filename.ml: Cannot stat: No such file or directory cpio: gAction.ml: Cannot stat: No such file or directory cpio: gBin.ml: Cannot stat: No such file or directory cpio: gButton.ml: Cannot stat: No such file or directory cpio: gEdit.ml: Cannot stat: No such file or directory cpio: gMisc.ml: Cannot stat: No such file or directory cpio: gPack.ml: Cannot stat: No such file or directory cpio: gWindow.ml: Cannot stat: No such file or directory cpio: gdk.ml: Cannot stat: No such file or directory cpio: gdkEvent.ml: Cannot stat: No such file or directory cpio: glib.ml: Cannot stat: No such file or directory cpio: gnoCanvas.ml: Cannot stat: No such file or directory cpio: gtkMain.ml: Cannot stat: No such file or directory cpio: hashtbl.ml: Cannot stat: No such file or directory cpio: int64.ml: Cannot stat: No such file or directory cpio: lexing.ml: Cannot stat: No such file or directory cpio: list.ml: Cannot stat: No such file or directory cpio: map.ml: Cannot stat: No such file or directory cpio: printexc.ml: Cannot stat: No such file or directory cpio: printf.ml: Cannot stat: No such file or directory cpio: queue.ml: Cannot stat: No such file or directory cpio: random.ml: Cannot stat: No such file or directory cpio: scanf.ml: Cannot stat: No such file or directory cpio: set.ml: Cannot stat: No such file or directory cpio: stack.ml: Cannot stat: No such file or directory cpio: stdlib.ml: Cannot stat: No such file or directory cpio: string.ml: Cannot stat: No such file or directory 1271 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files Warning: unused libraries in /usr/bin/ocaml-viewgraph: libpangocairo-1.0.so.0 libatk-1.0.so.0 libcairo.so.2 libgio-2.0.so.0 libgmodule-2.0.so.0 libpangoft2-1.0.so.0 libharfbuzz.so.0 libfontconfig.so.1 libfreetype.so.6 Warning: unused libraries in /usr/bin/ocaml-graph-viewer: libpangocairo-1.0.so.0 libatk-1.0.so.0 libcairo.so.2 libgio-2.0.so.0 libgmodule-2.0.so.0 libpangoft2-1.0.so.0 libharfbuzz.so.0 libfontconfig.so.1 libfreetype.so.6 Warning: unused libraries in /usr/bin/ocaml-graph-editor: libpangocairo-1.0.so.0 libatk-1.0.so.0 libcairo.so.2 libgio-2.0.so.0 libgmodule-2.0.so.0 libpangoft2-1.0.so.0 libharfbuzz.so.0 libfontconfig.so.1 libfreetype.so.6 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uqA8SY + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlgraph-1.8.8 + '[' 1 -eq 1 ']' + make --no-print-directory check + diff -u test ocamlgraph-test.result + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-ocamlgraph-1.8.8-8.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UdsZRW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlgraph-1.8.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph + cp -pr README.adoc /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph + cp -pr CREDITS /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph + cp -pr FAQ /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph + RPM_EC=0 ++ jobs -p + exit 0 INFO: ignoring Requires ocaml(Sig)=80f468a396482ba149e679fd9ebfa1f9 from /usr/lib64/ocaml/ocamlgraph/dgraph.cmi INFO: ignoring Requires ocaml(Sig)=80f468a396482ba149e679fd9ebfa1f9 from /usr/lib64/ocaml/ocamlgraph/dgraph.cmo Provides: ocaml(Dgraph) = 90e82efd66d1f079874694600f70c19e ocaml(Graph) = 122a96bae1541025cd1ae8a6361da08e ocaml(Viewgraph) = 87e17eefec0cc05b3199ac0f2684882a ocaml-ocamlgraph = 1.8.8-8.mga9 ocaml-ocamlgraph(aarch-64) = 1.8.8-8.mga9 ocamlx(Graph) = 1a7bd7d5779e3e275faff78de145ecd8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libart_lgpl_2.so.2()(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.28)(64bit) libcairo.so.2()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgnomecanvas-2.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libharfbuzz.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(CamlinternalMod) = 7a6bc8c9aac5938359537cc9ec5f5317 ocaml(CamlinternalOO) = eb6b614bf67c7bb6a6a1fb16658d4420 ocaml(GBin) = 0b3e2a770aa34bb9b3c85a6a82f92156 ocaml(GBroken) = 744deb176f257b98eb8a18fee3165e72 ocaml(GButton) = a869ae4df95b13dea45bb17788edd0c7 ocaml(GContainer) = 0b9426d8a5a40180ea3b5728e57179bf ocaml(GData) = 43cfee15d3fad9c78897a2da10aed556 ocaml(GDraw) = ba45e2f4a9623c29048ad0d72be8d7e8 ocaml(GEdit) = bbb6e790cfb624004f242dd9dc740906 ocaml(GFile) = 658424675f43463bdae3a520bfb1b4fc ocaml(GList) = 0ff2714ac8bebd0bec94591f8b05e4ee ocaml(GMenu) = 46e8eeb3a534d5838cb652914e4fd036 ocaml(GMisc) = 346dff04571099bedb08cdc954f17b72 ocaml(GObj) = 570e5601a7549d3dce24f56f3a56a257 ocaml(GPack) = f6c12df287265c8f598bec839bc1ac1f ocaml(GPango) = 26ffc26b6ec742a0b552e78cb691cecc ocaml(GRange) = 613a61ff3752ca637322a0bd4549af7a ocaml(GText) = 506618ab05db8d388e473f53dd8762a8 ocaml(GToolbox) = cd261d4ee5cf782141784dabe60304db ocaml(GTree) = b193579920275efcfb8e88bdeddd2696 ocaml(GWindow) = 07fae8a9c5e29e2961e32538746c7ed1 ocaml(Gaux) = e80df2677b124000e778869dff225200 ocaml(Gdk) = 26c662c76ad43392ee6c9c0c4809a918 ocaml(GdkEnums) = af2cc6c1a9e62924eb514bf95d827ac0 ocaml(GdkEvent) = 60e5451b73550be6827ab59ffcdcb7ce ocaml(GdkKeysyms) = 6e4af491ec2fa5b6fe2445cab33f9347 ocaml(GdkPixbuf) = fc69e921c97c7ca24f2276cf816dd07e ocaml(Glib) = 09dab3a53a33fc324fb8980fc9f2beac ocaml(GnoCanvas) = 1d85bc4725c1d51af9be20c4afd44bce ocaml(GnomeCanvas) = 9552703e2c0c957dc0ee46b6c6ee3253 ocaml(Gobject) = a53aa621c9151e5e6fc1c86452a4deab ocaml(Gpointer) = 199b210d08912767738954d774d7c298 ocaml(Graph) = 122a96bae1541025cd1ae8a6361da08e ocaml(Gtk) = 4c4807d3155afbf03df3ad09577da262 ocaml(GtkBase) = 413c52b31dddd577c98599278738e12d ocaml(GtkBaseProps) = d073bc053d88be4d804c8093c090679b ocaml(GtkEnums) = 989de3b240ccee81bf10c8e3abc00d37 ocaml(GtkObject) = 1965d135f590e1f55c98b30a26a9dfbb ocaml(GtkPack) = b2eaf11a8db54023bff9496bcacead82 ocaml(GtkPackProps) = 6734a87015d5ce9161cdb284f794a37d ocaml(GtkSignal) = c75f25b69baf13e4320119cfbf5fb2c9 ocaml(GtkStock) = cad4d64b892b1b203de61ffa8271f60c ocaml(Pango) = 8c64edea920bf73a14fd8363945d48fd ocaml(PangoEnums) = a11014351c00b1b4d26f7b1444d22d1a ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__filename) = 8c147c37b4043616a4f94de5d087796e ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__lazy) = 5d62f857d0f7ae5149ebb6d1d7bf1f95 ocaml(Stdlib__lexing) = f7569937b419d08065107a2889d2cf28 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__parsing) = d0ecc986ba63d696b7b6b4eddbd730cf ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__printexc) = 2ed36879cfa0bc71cb0de0098e5580b3 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__queue) = d2482d035931625f85b5c791c05b388c ocaml(Stdlib__random) = de46e8f11a20ccab9d54a09afb8394b8 ocaml(Stdlib__scanf) = fcbac178fa03ea42ea3104cab0aa7de5 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stack) = 488eb4d35e3f40d97bf3fea930a4fc73 ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocamlx(CamlinternalLazy) = 5f1da61615ee34940899352e3f13883f ocamlx(CamlinternalMod) = 075336ca2dcf908f0561912c4c09daa0 ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__filename) = fd27ed43c8cba6245eb4a8892d1492f6 ocamlx(Stdlib__format) = 41296ac99a85560c95c2f9d56ed27a7d ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__int64) = 54c5d202b981a695ff231a328f5611d3 ocamlx(Stdlib__lexing) = ebc068c08b7e3910fd9a4618bdc64e1f ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__map) = 9b04e1085316f512f6a7758100d936a3 ocamlx(Stdlib__parsing) = 9be257dd4196e68e0281e3f8fef6a0d2 ocamlx(Stdlib__pervasives) = 57ad99849d3d858359a22c12d3944c85 ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__queue) = 8acdc8c2f4e6cbf4cc67537fdeb86d62 ocamlx(Stdlib__random) = 6d2f1dcbbfaef5ccedc4500e239fdb4a ocamlx(Stdlib__set) = c27557b5a6100db8742e263f38fd23be ocamlx(Stdlib__stack) = 671aefd3da8bdd2f8cdd3ff3927fb06d ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd Processing files: ocaml-ocamlgraph-devel-1.8.8-8.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lrzlql + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlgraph-1.8.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph-devel + cp -pr api-doc/ /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph-devel + cp -pr tests/ /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph-devel + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64/usr/share/doc/ocaml-ocamlgraph-devel + RPM_EC=0 ++ jobs -p + exit 0 INFO: ignoring Requires ocaml(Sig)=80f468a396482ba149e679fd9ebfa1f9 from /usr/lib64/ocaml/ocamlgraph/dgraph.cmx Provides: ocaml(Dgraph) = 90e82efd66d1f079874694600f70c19e ocaml(Graph) = 122a96bae1541025cd1ae8a6361da08e ocaml(Test_topsort) = 1eb6b6df9b8fe7f1b0814992100548ea ocaml(Viewgraph) = 87e17eefec0cc05b3199ac0f2684882a ocaml-ocamlgraph-devel = 1.8.8-8.mga9 ocaml-ocamlgraph-devel(aarch-64) = 1.8.8-8.mga9 ocamlx(Dgraph) = 734ca3f081b825f5c792f78e52121308 ocamlx(Graph) = 1a7bd7d5779e3e275faff78de145ecd8 ocamlx(Test_topsort) = 756c8b943025becced5673eb22630c69 ocamlx(Viewgraph) = 6fab8fb37617fa37bbbc59673c1468f8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(CamlinternalMod) = 7a6bc8c9aac5938359537cc9ec5f5317 ocaml(CamlinternalOO) = eb6b614bf67c7bb6a6a1fb16658d4420 ocaml(GBin) = 0b3e2a770aa34bb9b3c85a6a82f92156 ocaml(GBroken) = 744deb176f257b98eb8a18fee3165e72 ocaml(GButton) = a869ae4df95b13dea45bb17788edd0c7 ocaml(GContainer) = 0b9426d8a5a40180ea3b5728e57179bf ocaml(GData) = 43cfee15d3fad9c78897a2da10aed556 ocaml(GDraw) = ba45e2f4a9623c29048ad0d72be8d7e8 ocaml(GEdit) = bbb6e790cfb624004f242dd9dc740906 ocaml(GFile) = 658424675f43463bdae3a520bfb1b4fc ocaml(GList) = 0ff2714ac8bebd0bec94591f8b05e4ee ocaml(GMenu) = 46e8eeb3a534d5838cb652914e4fd036 ocaml(GMisc) = 346dff04571099bedb08cdc954f17b72 ocaml(GObj) = 570e5601a7549d3dce24f56f3a56a257 ocaml(GPack) = f6c12df287265c8f598bec839bc1ac1f ocaml(GPango) = 26ffc26b6ec742a0b552e78cb691cecc ocaml(GRange) = 613a61ff3752ca637322a0bd4549af7a ocaml(GText) = 506618ab05db8d388e473f53dd8762a8 ocaml(GToolbox) = cd261d4ee5cf782141784dabe60304db ocaml(GTree) = b193579920275efcfb8e88bdeddd2696 ocaml(GWindow) = 07fae8a9c5e29e2961e32538746c7ed1 ocaml(Gaux) = e80df2677b124000e778869dff225200 ocaml(Gdk) = 26c662c76ad43392ee6c9c0c4809a918 ocaml(GdkEnums) = af2cc6c1a9e62924eb514bf95d827ac0 ocaml(GdkEvent) = 60e5451b73550be6827ab59ffcdcb7ce ocaml(GdkKeysyms) = 6e4af491ec2fa5b6fe2445cab33f9347 ocaml(GdkPixbuf) = fc69e921c97c7ca24f2276cf816dd07e ocaml(Glib) = 09dab3a53a33fc324fb8980fc9f2beac ocaml(GnoCanvas) = 1d85bc4725c1d51af9be20c4afd44bce ocaml(GnomeCanvas) = 9552703e2c0c957dc0ee46b6c6ee3253 ocaml(Gobject) = a53aa621c9151e5e6fc1c86452a4deab ocaml(Gpointer) = 199b210d08912767738954d774d7c298 ocaml(Graph) = 122a96bae1541025cd1ae8a6361da08e ocaml(Gtk) = 4c4807d3155afbf03df3ad09577da262 ocaml(GtkBase) = 413c52b31dddd577c98599278738e12d ocaml(GtkBaseProps) = d073bc053d88be4d804c8093c090679b ocaml(GtkEnums) = 989de3b240ccee81bf10c8e3abc00d37 ocaml(GtkObject) = 1965d135f590e1f55c98b30a26a9dfbb ocaml(GtkPack) = b2eaf11a8db54023bff9496bcacead82 ocaml(GtkPackProps) = 6734a87015d5ce9161cdb284f794a37d ocaml(GtkSignal) = c75f25b69baf13e4320119cfbf5fb2c9 ocaml(GtkStock) = cad4d64b892b1b203de61ffa8271f60c ocaml(Pango) = 8c64edea920bf73a14fd8363945d48fd ocaml(PangoEnums) = a11014351c00b1b4d26f7b1444d22d1a ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__filename) = 8c147c37b4043616a4f94de5d087796e ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__lazy) = 5d62f857d0f7ae5149ebb6d1d7bf1f95 ocaml(Stdlib__lexing) = f7569937b419d08065107a2889d2cf28 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__parsing) = d0ecc986ba63d696b7b6b4eddbd730cf ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__printexc) = 2ed36879cfa0bc71cb0de0098e5580b3 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__queue) = d2482d035931625f85b5c791c05b388c ocaml(Stdlib__random) = de46e8f11a20ccab9d54a09afb8394b8 ocaml(Stdlib__scanf) = fcbac178fa03ea42ea3104cab0aa7de5 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stack) = 488eb4d35e3f40d97bf3fea930a4fc73 ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocamlx(CamlinternalLazy) = 5f1da61615ee34940899352e3f13883f ocamlx(CamlinternalMod) = 075336ca2dcf908f0561912c4c09daa0 ocamlx(CamlinternalOO) = 78b812b275282dc096a34a827cba80a0 ocamlx(GBin) = a966123f92259a57919b5842140623f3 ocamlx(GButton) = edd4f4a927defee34ebad3aeabbb9fd0 ocamlx(GData) = ebe02f55277311b320999f8cdb91b6ee ocamlx(GEdit) = 3e1426ee5a003bca1bc91a82ad4535b2 ocamlx(GMisc) = be3dc3f6d6145162987327bb48868a52 ocamlx(GPack) = 4c36d8dfd5905a9704224c3011345866 ocamlx(GRange) = edf1051fe677fb78cfd655f84f91eca4 ocamlx(GToolbox) = 6a1243fca7c48f475d496040ae8906a5 ocamlx(GWindow) = a105ff11505e0a93b0079668c763bc36 ocamlx(Gdk) = 0e8cd7c2b1c03aeffd1ee10279dd827d ocamlx(GdkEvent) = b7835802934221f015ff7927772b2c7f ocamlx(GdkKeysyms) = 45693abbeae9ab66b8c1208ad8042d1e ocamlx(GdkPixbuf) = 657673d6d76ad2365b1b99b0b35c019f ocamlx(Glib) = f33789c72654149370d839972463f86f ocamlx(GnoCanvas) = bc35835795942a9c06d0b66cc8455750 ocamlx(GnomeCanvas) = 5bf3a8143caaa3b19fb86e653408bdf2 ocamlx(Graph) = 1a7bd7d5779e3e275faff78de145ecd8 ocamlx(GtkBase) = 7835c3492a0b729e316625070bc7212c ocamlx(Pango) = cb95dfae557142733109c56674ecabff ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__filename) = fd27ed43c8cba6245eb4a8892d1492f6 ocamlx(Stdlib__format) = 41296ac99a85560c95c2f9d56ed27a7d ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__int32) = 567da02fa9f45ca62bbf66f3987cfd66 ocamlx(Stdlib__int64) = 54c5d202b981a695ff231a328f5611d3 ocamlx(Stdlib__lexing) = ebc068c08b7e3910fd9a4618bdc64e1f ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__map) = 9b04e1085316f512f6a7758100d936a3 ocamlx(Stdlib__parsing) = 9be257dd4196e68e0281e3f8fef6a0d2 ocamlx(Stdlib__pervasives) = 57ad99849d3d858359a22c12d3944c85 ocamlx(Stdlib__printexc) = e4c142a6302c9afbffcc5e2dbfab469c ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__queue) = 8acdc8c2f4e6cbf4cc67537fdeb86d62 ocamlx(Stdlib__random) = 6d2f1dcbbfaef5ccedc4500e239fdb4a ocamlx(Stdlib__scanf) = d2166da9bb1fa4ae53f3718acb2837ac ocamlx(Stdlib__set) = c27557b5a6100db8742e263f38fd23be ocamlx(Stdlib__stack) = 671aefd3da8bdd2f8cdd3ff3927fb06d ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd Processing files: ocaml-ocamlgraph-debugsource-1.8.8-8.mga9.aarch64 Provides: ocaml-ocamlgraph-debugsource = 1.8.8-8.mga9 ocaml-ocamlgraph-debugsource(aarch-64) = 1.8.8-8.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-ocamlgraph-debuginfo-1.8.8-8.mga9.aarch64 Provides: debuginfo(build-id) = 013cc00780cd6a14ff07b436d66823dc6e468cfc debuginfo(build-id) = 7ada81eac83db0bf8c18d312a703bfb0b04d36f2 debuginfo(build-id) = 9c876a74f8345bd5f3d29d799164a1f473e248db debuginfo(build-id) = cdd31465e441b02cdfa5367f6fab33c317c3202b ocaml-ocamlgraph-debuginfo = 1.8.8-8.mga9 ocaml-ocamlgraph-debuginfo(aarch-64) = 1.8.8-8.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-ocamlgraph-debugsource(aarch-64) = 1.8.8-8.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-ocamlgraph-debugsource-1.8.8-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-ocamlgraph-devel-1.8.8-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-ocamlgraph-debuginfo-1.8.8-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PH3Jjv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlgraph-1.8.8 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-ocamlgraph-1.8.8-8.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Tf78cK + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocamlgraph-1.8.8 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!