D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/cudf-0.9-8.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DmOv9V + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf cudf-0.9 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/cudf-0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cudf-0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed 's/pkg_extlib/pkg_extlib, debug/g' -i _tags + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QHW3XV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cudf-0.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make all c-lib make -C doc/ make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/cudf-0.9/doc' pod2man --release 0.9 cudf-check.pod > cudf-check.1 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/cudf-0.9/doc' ocamlbuild cudf.cma /usr/bin/ocamlopt.opt unix.cmxa -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamldep -package extlib -modules cudf_types.mli > cudf_types.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf_types.cmi cudf_types.mli ocamlfind ocamldep -package extlib -modules cudf_types.ml > cudf_types.ml.depends ocamlfind ocamldep -package extlib -modules cudf_conf.mli > cudf_conf.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf_conf.cmi cudf_conf.mli ocamlfind ocamldep -package extlib -modules cudf_conf.ml > cudf_conf.ml.depends /usr/bin/ocamlyacc cudf_822_parser.mly ocamlfind ocamldep -package extlib -modules cudf_822_parser.mli > cudf_822_parser.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf_822_parser.cmi cudf_822_parser.mli ocamlfind ocamldep -package extlib -modules cudf_822_parser.ml > cudf_822_parser.ml.depends /usr/bin/ocamlyacc cudf_type_parser.mly ocamlfind ocamldep -package extlib -modules cudf_type_parser.mli > cudf_type_parser.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf_type_parser.cmi cudf_type_parser.mli ocamlfind ocamldep -package extlib -modules cudf_type_parser.ml > cudf_type_parser.ml.depends ocamlfind ocamldep -package extlib -modules cudf_types_pp.mli > cudf_types_pp.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf_types_pp.cmi cudf_types_pp.mli ocamlfind ocamldep -package extlib -modules cudf_types_pp.ml > cudf_types_pp.ml.depends /usr/bin/ocamllex.opt -q cudf_type_lexer.mll ocamlfind ocamldep -package extlib -modules cudf_type_lexer.ml > cudf_type_lexer.ml.depends ocamlfind ocamlc -c -g -package extlib -o cudf_type_lexer.cmo cudf_type_lexer.ml /usr/bin/ocamllex.opt -q cudf_822_lexer.mll ocamlfind ocamldep -package extlib -modules cudf_822_lexer.ml > cudf_822_lexer.ml.depends ocamlfind ocamldep -package extlib -modules cudf.mli > cudf.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf.cmi cudf.mli ocamlfind ocamldep -package extlib -modules cudf.ml > cudf.ml.depends ocamlfind ocamldep -package extlib -modules cudf_parser.mli > cudf_parser.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf_parser.cmi cudf_parser.mli ocamlfind ocamldep -package extlib -modules cudf_parser.ml > cudf_parser.ml.depends ocamlfind ocamlc -c -g -package extlib -o cudf_822_lexer.cmo cudf_822_lexer.ml ocamlfind ocamldep -package extlib -modules cudf_checker.mli > cudf_checker.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf_checker.cmi cudf_checker.mli ocamlfind ocamldep -package extlib -modules cudf_checker.ml > cudf_checker.ml.depends ocamlfind ocamldep -package extlib -modules cudf_printer.mli > cudf_printer.mli.depends ocamlfind ocamlc -c -g -package extlib -o cudf_printer.cmi cudf_printer.mli ocamlfind ocamldep -package extlib -modules cudf_printer.ml > cudf_printer.ml.depends ocamlfind ocamlc -c -g -package extlib -o cudf_types.cmo cudf_types.ml ocamlfind ocamlc -c -g -package extlib -o cudf_conf.cmo cudf_conf.ml ocamlfind ocamlc -c -g -package extlib -o cudf_822_parser.cmo cudf_822_parser.ml ocamlfind ocamlc -c -g -package extlib -o cudf_type_parser.cmo cudf_type_parser.ml ocamlfind ocamlc -c -g -package extlib -o cudf_types_pp.cmo cudf_types_pp.ml + ocamlfind ocamlc -c -g -package extlib -o cudf_types_pp.cmo cudf_types_pp.ml File "cudf_types_pp.ml", line 104, characters 20-44: 104 | let string_of_int = Pervasives.string_of_int ^^^^^^^^^^^^^^^^^^^^^^^^ 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 "cudf_types_pp.ml", line 107, characters 21-46: 107 | let string_of_bool = Pervasives.string_of_bool ^^^^^^^^^^^^^^^^^^^^^^^^^ 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 ocamlfind ocamlc -c -g -package extlib -o cudf.cmo cudf.ml + ocamlfind ocamlc -c -g -package extlib -o cudf.cmo cudf.ml File "cudf.ml", line 76, characters 2-20: 76 | Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version) ^^^^^^^^^^^^^^^^^^ 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 "cudf.ml", line 79, characters 2-20: 79 | Pervasives.compare (pkg2.package, pkg2.version) (pkg1.package, pkg1.version) ^^^^^^^^^^^^^^^^^^ 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 ocamlfind ocamlc -c -g -package extlib -o cudf_parser.cmo cudf_parser.ml ocamlfind ocamlc -c -g -package extlib -o cudf_checker.cmo cudf_checker.ml ocamlfind ocamlc -c -g -package extlib -o cudf_printer.cmo cudf_printer.ml ocamlfind ocamlc -a -linkpkg cudf_types.cmo cudf_conf.cmo cudf_822_parser.cmo cudf_type_parser.cmo cudf_type_lexer.cmo cudf_types_pp.cmo cudf_822_lexer.cmo cudf.cmo cudf_parser.cmo cudf_checker.cmo cudf_printer.cmo -o cudf.cma ocamlbuild main_cudf_check.byte File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamldep -package extlib -modules main_cudf_check.ml > main_cudf_check.ml.depends ocamlfind ocamlc -c -g -package extlib -o main_cudf_check.cmo main_cudf_check.ml ocamlfind ocamlc -g -linkpkg -package extlib cudf_types.cmo cudf_conf.cmo cudf_type_parser.cmo cudf_type_lexer.cmo cudf_types_pp.cmo cudf.cmo cudf_checker.cmo cudf_822_parser.cmo cudf_822_lexer.cmo cudf_parser.cmo cudf_printer.cmo main_cudf_check.cmo -o main_cudf_check.byte ocamlbuild main_cudf_parse_822.byte File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamldep -package extlib -modules main_cudf_parse_822.ml > main_cudf_parse_822.ml.depends ocamlfind ocamlc -c -g -package extlib -o main_cudf_parse_822.cmo main_cudf_parse_822.ml ocamlfind ocamlc -g -linkpkg -package extlib cudf_types.cmo cudf_822_parser.cmo cudf_822_lexer.cmo main_cudf_parse_822.cmo -o main_cudf_parse_822.byte ocamlbuild cudf_c.cmo File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamldep -package extlib -modules cudf_c.ml > cudf_c.ml.depends ocamlfind ocamlc -c -g -package extlib -o cudf_c.cmo cudf_c.ml make -C c-lib all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/cudf-0.9/c-lib' ocamlfind ocamlc -package unix,extlib -linkpkg -output-obj -o cudf-caml.o ../_build/cudf.cma ../_build/cudf_c.cmo cc -Wall -DG_LOG_DOMAIN=\"libCUDF\" -I . -I /usr/lib64/ocaml -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c caml_hash_variant.c > dummy.ml ocamlc -o dummy.o -output-obj dummy.ml cc -Wall -DG_LOG_DOMAIN=\"libCUDF\" -o caml_hash_variant caml_hash_variant.o dummy.o -L/usr/lib64/ocaml -lcamlrun -lm -lcurses -ldl cc -Wall -DG_LOG_DOMAIN=\"libCUDF\" -I . -I /usr/lib64/ocaml -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c cudf.c In file included from cudf.c:26: cudf-variants.h:35:7: warning: extra tokens at end of #endif directive [-Wendif-labels] 35 | #endif\t/* end of cudf-variants.h */ | ^ cudf.c: In function 'cudf_parse_from_file': cudf.c:270:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 270 | closure_f = caml_named_value("parse_from_file"); | ^ cudf.c: In function 'cudf_load_from_file': cudf.c:311:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 311 | closure_f = caml_named_value("load_from_file"); | ^ cudf.c: In function 'cudf_load_solution_from_file': cudf.c:346:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 346 | closure_f = caml_named_value("load_solution_from_file"); | ^ In file included from /usr/lib64/ocaml/caml/alloc.h:24, from cudf.c:20: cudf.c: In function 'cudf_pkg_name': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ cudf.c:370:9: note: in expansion of macro 'String_val' 370 | return String_val(Field(*pkg, FIELD_PKG)); | ^~~~~~~~~~ cudf.c: In function 'cudf_pkg_property': cudf.c:422:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 422 | closure_f = caml_named_value("lookup_package_property"); | ^ cudf.c: In function 'cudf_req_property': cudf.c:435:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 435 | closure_f = caml_named_value("lookup_request_property"); | ^ cudf.c: In function 'cudf_pre_property': cudf.c:460:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 460 | closure_f = caml_named_value("lookup_preamble_property"); | ^ cudf.c: In function 'cudf_load_universe': cudf.c:505:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 505 | closure_f = caml_named_value("load_universe"); | ^ cudf.c: In function 'cudf_universe_size': cudf.c:516:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 516 | closure_f = caml_named_value("universe_size"); | ^ cudf.c: In function 'cudf_installed_size': cudf.c:525:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 525 | closure_f = caml_named_value("installed_size"); | ^ cudf.c: In function 'cudf_is_consistent': cudf.c:534:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 534 | closure_f = caml_named_value("is_consistent"); | ^ cudf.c: In function 'cudf_is_solution': cudf.c:545:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 545 | closure_f = caml_named_value("is_solution"); | ^ cp /usr/lib64/ocaml/libcamlrun.a libcudf.a ar r libcudf.a cudf-caml.o cudf.o cc -Wall -I . -I /usr/lib64/ocaml -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c c-test.c cc -Wall -o c-test -I . -I /usr/lib64/ocaml -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -L/usr/lib64/ocaml -L/home/iurt/rpmbuild/BUILD/cudf-0.9/c-lib c-test.o -lcudf -lm -ldl -lunix -lncurses -lglib-2.0 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/cudf-0.9/c-lib' + which /usr/bin/ocamlopt + make opt c-lib-opt ocamlbuild cudf.cmxa File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamlopt -c -g -package extlib -o cudf_types.cmx cudf_types.ml ocamlfind ocamlopt -c -g -package extlib -o cudf_type_parser.cmx cudf_type_parser.ml ocamlfind ocamlopt -c -g -package extlib -o cudf_type_lexer.cmx cudf_type_lexer.ml ocamlfind ocamlopt -c -g -package extlib -o cudf_822_parser.cmx cudf_822_parser.ml ocamlfind ocamlopt -c -g -package extlib -o cudf_conf.cmx cudf_conf.ml ocamlfind ocamlopt -c -g -package extlib -o cudf_types_pp.cmx cudf_types_pp.ml + ocamlfind ocamlopt -c -g -package extlib -o cudf_types_pp.cmx cudf_types_pp.ml File "cudf_types_pp.ml", line 104, characters 20-44: 104 | let string_of_int = Pervasives.string_of_int ^^^^^^^^^^^^^^^^^^^^^^^^ 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 "cudf_types_pp.ml", line 107, characters 21-46: 107 | let string_of_bool = Pervasives.string_of_bool ^^^^^^^^^^^^^^^^^^^^^^^^^ 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 ocamlfind ocamlopt -c -g -package extlib -o cudf.cmx cudf.ml + ocamlfind ocamlopt -c -g -package extlib -o cudf.cmx cudf.ml File "cudf.ml", line 76, characters 2-20: 76 | Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version) ^^^^^^^^^^^^^^^^^^ 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 "cudf.ml", line 79, characters 2-20: 79 | Pervasives.compare (pkg2.package, pkg2.version) (pkg1.package, pkg1.version) ^^^^^^^^^^^^^^^^^^ 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 ocamlfind ocamlopt -c -g -package extlib -o cudf_822_lexer.cmx cudf_822_lexer.ml ocamlfind ocamlopt -c -g -package extlib -o cudf_parser.cmx cudf_parser.ml ocamlfind ocamlopt -c -g -package extlib -o cudf_checker.cmx cudf_checker.ml ocamlfind ocamlopt -c -g -package extlib -o cudf_printer.cmx cudf_printer.ml ocamlfind ocamlopt -a -linkpkg cudf_types.cmx cudf_conf.cmx cudf_822_parser.cmx cudf_type_parser.cmx cudf_type_lexer.cmx cudf_types_pp.cmx cudf_822_lexer.cmx cudf.cmx cudf_parser.cmx cudf_checker.cmx cudf_printer.cmx -o cudf.cmxa ocamlbuild main_cudf_check.native File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamlopt -c -g -package extlib -o main_cudf_check.cmx main_cudf_check.ml ocamlfind ocamlopt -g -linkpkg -package extlib cudf_types.cmx cudf_conf.cmx cudf_type_parser.cmx cudf_type_lexer.cmx cudf_types_pp.cmx cudf.cmx cudf_822_parser.cmx cudf_822_lexer.cmx cudf_checker.cmx cudf_parser.cmx cudf_printer.cmx main_cudf_check.cmx -o main_cudf_check.native ocamlbuild main_cudf_parse_822.native File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamlopt -c -g -package extlib -o main_cudf_parse_822.cmx main_cudf_parse_822.ml ocamlfind ocamlopt -g -linkpkg -package extlib cudf_types.cmx cudf_822_parser.cmx cudf_822_lexer.cmx main_cudf_parse_822.cmx -o main_cudf_parse_822.native ocamlbuild cudf_c.cmx File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamlopt -c -g -package extlib -o cudf_c.cmx cudf_c.ml make -C c-lib opt make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/cudf-0.9/c-lib' ocamlfind ocamlopt -package unix,extlib -linkpkg -output-obj -o cudf-caml-opt.o ../_build/cudf.cmxa ../_build/cudf_c.cmx cp /usr/lib64/ocaml/libasmrun.a libcudf-opt.a ar r libcudf-opt.a cudf-caml-opt.o cudf.o cc -Wall -o c-test-opt -I . -I /usr/lib64/ocaml -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -L/usr/lib64/ocaml -L/home/iurt/rpmbuild/BUILD/cudf-0.9/c-lib c-test.o \ -lcudf-opt -lm -ldl -lunix -lncurses -lglib-2.0 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/cudf-0.9/c-lib' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.McrBTZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64 + cd cudf-0.9 + '[' 1 -eq 1 ']' + make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64 LIBDIR=/usr/lib64 OCAMLLIBDIR=/usr/lib64/ocaml test -d /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml || mkdir -p /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml ocamlfind install -destdir /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml -patch-version 0.9 cudf META _build/cudf.cma _build/cudf.cmxa _build/cudf.a _build/cudf_822_lexer.cmi _build/cudf_822_parser.cmi _build/cudf_c.cmi _build/cudf_checker.cmi _build/cudf_conf.cmi _build/cudf_parser.cmi _build/cudf_printer.cmi _build/cudf_type_lexer.cmi _build/cudf_type_parser.cmi _build/cudf_types.cmi _build/cudf_types_pp.cmi _build/cudf.mli _build/cudf_822_parser.mli _build/cudf_checker.mli _build/cudf_conf.mli _build/cudf_parser.mli _build/cudf_printer.mli _build/cudf_type_parser.mli _build/cudf_types.mli _build/cudf_types_pp.mli _build/cudf_822_lexer.cmx _build/cudf_822_parser.cmx _build/cudf_c.cmx _build/cudf_checker.cmx _build/cudf_conf.cmx _build/cudf_parser.cmx _build/cudf_printer.cmx _build/cudf_type_lexer.cmx _build/cudf_type_parser.cmx _build/cudf_types.cmx _build/cudf_types_pp.cmx _build/cudf_822_lexer.o _build/cudf_822_parser.o _build/cudf_c.o _build/cudf_checker.o _build/cudf_conf.o _build/cudf_parser.o _build/cudf_printer.o _build/cudf_type_lexer.o _build/cudf_type_parser.o _build/cudf_types.o _build/cudf_types_pp.o _build/cudf.o _build/cudf.cmx _build/cudf.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types_pp.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_parser.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_lexer.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_printer.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_parser.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_conf.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_checker.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_c.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_parser.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_lexer.o Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types_pp.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_parser.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_lexer.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_printer.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_parser.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_conf.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_checker.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_c.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_parser.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_lexer.cmx Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types_pp.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_parser.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_printer.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_parser.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_conf.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_checker.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_parser.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf.mli Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types_pp.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_parser.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_lexer.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_printer.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_parser.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_conf.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_checker.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_c.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_parser.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_lexer.cmi Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf.a Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf.cma Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/META test -d /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin || mkdir -p /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin for p in main_cudf_check main_cudf_parse_822 ; do \ tgt=`echo $p | sed -e 's/^main.//' -e 's/_/-/g'` ; \ if [ -f _build/$p.native ] ; then \ cp _build/$p.native /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/$tgt ; \ else \ cp _build/$p.byte /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/$tgt ; \ fi ; \ echo "Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/$tgt" ; \ done Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/cudf-check Installed /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/cudf-parse-822 if [ -f c-lib/cudf.o ] ; then \ make -C c-lib/ -e install ; \ fi make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/cudf-0.9/c-lib' cat cudf.pc.in | sed -e "s,@OCAMLLIBDIR@,/usr/lib64/ocaml,g" \ -e "s,@VERSION@,0.9,g" \ -e "s,@LIBDIR@,/usr/lib64,g" \ -e "s,@INCDIR@,/usr/include,g" \ > cudf.pc test -d /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64 || mkdir -p /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64 test -d /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/include || mkdir -p /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/include test -d /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/pkgconfig || mkdir -p /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/pkgconfig if [ -f libcudf-opt.a ] ; then \ cp libcudf-opt.a /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/libcudf.a ; \ else \ cp libcudf.a /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/libcudf.a ; \ fi cp libcudf.a /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64 cp cudf.h /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/include cp cudf.pc /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/pkgconfig make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/cudf-0.9/c-lib' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/share/man/man1 + cp -a doc/cudf-check.1 /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/share/man/man1 + rm -rf /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_lexer.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_822_parser.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_c.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_checker.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_conf.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_parser.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_printer.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_lexer.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_type_parser.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types.o /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/lib64/ocaml/cudf/cudf_types_pp.o + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.9-8.mga8 --unique-debug-suffix -0.9-8.mga8.aarch64 --unique-debug-src-base cudf-0.9-8.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/cudf-0.9 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/cudf-check explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/cudf-parse-822 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/cudf-check extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64/usr/bin/cudf-parse-822 original debug info size: 2928kB, size after compression: 2508kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. cpio: _build/IO.ml: Cannot stat: No such file or directory cpio: _build/buffer.ml: Cannot stat: No such file or directory cpio: _build/bytes.ml: Cannot stat: No such file or directory cpio: _build/extHashtbl.ml: Cannot stat: No such file or directory cpio: _build/hashtbl.ml: Cannot stat: No such file or directory cpio: _build/lexing.ml: Cannot stat: No such file or directory cpio: _build/list.ml: Cannot stat: No such file or directory cpio: _build/option.ml: Cannot stat: No such file or directory cpio: _build/printexc.ml: Cannot stat: No such file or directory cpio: _build/printf.ml: Cannot stat: No such file or directory cpio: _build/stdlib.ml: Cannot stat: No such file or directory cpio: _build/string.ml: Cannot stat: No such file or directory 319 blocks + '[' -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/translate_menu + '[' -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 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.js9ZJZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cudf-0.9 + '[' 1 -eq 1 ']' + make test ocamlbuild test.byte File "examples/_tags", line 1, characters 25-33: Warning: the tag "pkg_cudf" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. ocamlfind ocamldep -package oUnit -package extlib -modules test.ml > test.ml.depends ocamlfind ocamldep -package oUnit -package extlib -modules tests.ml > tests.ml.depends ocamlfind ocamlc -c -g -package oUnit -package extlib -o tests.cmo tests.ml ocamlfind ocamlc -c -g -package oUnit -package extlib -o test.cmo test.ml ocamlfind ocamlc -g -linkpkg -package oUnit -package extlib cudf_types.cmo cudf_conf.cmo cudf_type_parser.cmo cudf_type_lexer.cmo cudf_types_pp.cmo cudf.cmo cudf_checker.cmo cudf_822_parser.cmo cudf_822_lexer.cmo cudf_parser.cmo cudf_printer.cmo tests.cmo test.cmo -o test.byte ./test.byte -verbose 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration suite_name = "anon" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration cache_filename = "/home/iurt/rpmbuild/BUILD/cudf-0.9/_build/oUnit-$(suite_name).cache" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration display = "true" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration results_style_1_X = "true" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration verbose = "true" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration health_check_interval = "1." 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration testdata_dir = "none" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration chooser = "simple" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration output_html_dir = "none" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration processes_kill_period = "5." 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration runner = "sequential" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration shards = "2" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration processes_grace_period = "5." 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration log_encoding = "utf-8" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration output_junit_file = "none" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Configuration output_file = "none" 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:0:int 1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:0:int 1 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:0:int 1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:1:int -1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:1:int -1 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:1:int -1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:2:posint. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:2:posint is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:2:posint. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:3:nat 0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:3:nat 0 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:3:nat 0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:4:bool true. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:4:bool true is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:4:bool true. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:5:bool false. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:5:bool false is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:5:bool false. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:6:string. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:6:string is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:6:string. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:7:pkgname. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:7:pkgname is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:7:pkgname. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:8:pkgname /. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:8:pkgname / is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:8:pkgname /. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:9:pkgname @. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:9:pkgname @ is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:9:pkgname @. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:10:pkgname (). 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:10:pkgname () is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:10:pkgname (). 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:11:ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:11:ident is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:11:ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:12:ident -. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:12:ident - is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:12:ident -. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:13:ident num. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:13:ident num is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:13:ident num. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:14:enum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:14:enum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:14:enum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:15:keep. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:15:keep is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:15:keep. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:16:vpkg dumb. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:16:vpkg dumb is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:16:vpkg dumb. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:17:vpkg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:17:vpkg is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:17:vpkg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:18:fmla vpkg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:18:fmla vpkg is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:18:fmla vpkg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:19:fmla true. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:19:fmla true is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:19:fmla true. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:20:fmla false. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:20:fmla false is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:20:fmla false. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:21:fmla and. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:21:fmla and is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:21:fmla and. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:22:fmla or. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:22:fmla or is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:22:fmla or. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:23:fmla cnf. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:23:fmla cnf is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:23:fmla cnf. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:24:vpkgs nil. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:24:vpkgs nil is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:24:vpkgs nil. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:25:vpkgs one. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:25:vpkgs one is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:25:vpkgs one. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:26:vpkgs cons. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:26:vpkgs cons is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:26:vpkgs cons. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:27:veqpkg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:27:veqpkg is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:27:veqpkg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:28:veqpkgs. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:28:veqpkgs is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:28:veqpkgs. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:29:typedecl. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:29:typedecl is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:29:typedecl. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:30:typedecls. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:30:typedecls is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:30:typedecls. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:31:typedecl enum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:31:typedecl enum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:31:typedecl enum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:32:typedecl enum def. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:32:typedecl enum def is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:32:typedecl enum def. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:33:typedecl pkgname ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:33:typedecl pkgname ident is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:33:typedecl pkgname ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:34:typedecl pkgname int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:34:typedecl pkgname int is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:34:typedecl pkgname int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:35:typedecl vpkg ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:35:typedecl vpkg ident is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:35:typedecl vpkg ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:36:typedecl vpkg int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:36:typedecl vpkg int is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:36:typedecl vpkg int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:37:typedecl veqpkg int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:37:typedecl veqpkg int is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:37:typedecl veqpkg int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:38:typedecl vpkgs ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:38:typedecl vpkgs ident is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:38:typedecl vpkgs ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:39:typedecl vpkgs int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:39:typedecl vpkgs int is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:39:typedecl vpkgs int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:0:good:40:typedecl veqpkgs int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:40:typedecl veqpkgs int is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:0:good:40:typedecl veqpkgs int. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:0:int garbage. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:0:int garbage is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:0:int garbage. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:1:posint neg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:1:posint neg is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:1:posint neg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:2:posint zero. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:2:posint zero is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:2:posint zero. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:3:nat neg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:3:nat neg is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:3:nat neg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:4:bool. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:4:bool is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:4:bool. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:5:bool. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:5:bool is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:5:bool. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:6:bool garbage. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:6:bool garbage is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:6:bool garbage. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:7:string \n. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:7:string \n is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:7:string \n. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:8:string \r. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:8:string \r is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:8:string \r. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:9:pkgname !. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:9:pkgname ! is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:9:pkgname !. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:10:pkgname !. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:10:pkgname ! is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:10:pkgname !. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:11:ident numstart. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:11:ident numstart is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:11:ident numstart. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:12:ident caps. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:12:ident caps is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:12:ident caps. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:13:ident symb. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:13:ident symb is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:13:ident symb. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:14:enum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:14:enum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:14:enum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:15:keep. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:15:keep is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:15:keep. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:16:empty fmla. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:16:empty fmla is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:16:empty fmla. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:17:vpkg garbage. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:17:vpkg garbage is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:17:vpkg garbage. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:18:vpkgs trail. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:18:vpkgs trail is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:18:vpkgs trail. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:19:veqpkg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:19:veqpkg is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:19:veqpkg. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:0:value parsing:1:bad:20:enum bad def. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:20:enum bad def is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:0:value parsing:1:bad:20:enum bad def. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:1:value pretty printing:1:good decl:0:default string. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:1:value pretty printing:1:good decl:0:default string is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:1:value pretty printing:1:good decl:0:default string. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:1:value pretty printing:1:good decl:1:default string escape. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:1:value pretty printing:1:good decl:1:default string escape is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:1:value pretty printing:1:good decl:1:default string escape. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:1:value pretty printing:2:bad vpkgformula. malformed vpkgformula: `[] :: _' ; aborting 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:1:value pretty printing:2:bad vpkgformula is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:1:value pretty printing:2:bad vpkgformula. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:0:preamble:0:univ-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:0:preamble:0:univ-checksum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:0:preamble:0:univ-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:0:preamble:1:status-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:0:preamble:1:status-checksum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:0:preamble:1:status-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:0:preamble:2:req-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:0:preamble:2:req-checksum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:0:preamble:2:req-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:1:package:0:package. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:0:package is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:1:package:0:package. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:1:package:1:version. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:1:version is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:1:package:1:version. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:1:package:2:depends. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:2:depends is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:1:package:2:depends. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:1:package:3:provides. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:3:provides is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:1:package:3:provides. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:1:package:4:conflicts. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:4:conflicts is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:1:package:4:conflicts. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:1:package:5:installed. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:5:installed is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:1:package:5:installed. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:2:request:0:request. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:2:request:0:request is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:2:request:0:request. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:2:request:1:install. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:2:request:1:install is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:2:request:1:install. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:0:raw:2:request:2:upgrade. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:2:request:2:upgrade is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:0:raw:2:request:2:upgrade. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:0:preamble:0:univ-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:0:preamble:0:univ-checksum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:0:preamble:0:univ-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:0:preamble:1:status-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:0:preamble:1:status-checksum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:0:preamble:1:status-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:0:preamble:2:req-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:0:preamble:2:req-checksum is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:0:preamble:2:req-checksum. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:1:package:0:package. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:0:package is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:1:package:0:package. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:1:package:1:version. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:1:version is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:1:package:1:version. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:1:package:2:depends. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:2:depends is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:1:package:2:depends. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:1:package:3:provides. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:3:provides is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:1:package:3:provides. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:1:package:4:conflicts. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:4:conflicts is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:1:package:4:conflicts. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:1:package:5:installed. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:5:installed is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:1:package:5:installed. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:2:request:0:request. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:2:request:0:request is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:2:request:0:request. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:2:request:1:install. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:2:request:1:install is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:2:request:1:install. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:2:property access:1:typed:2:request:2:upgrade. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:2:request:2:upgrade is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:2:property access:1:typed:2:request:2:upgrade. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:3:cudf pretty printing:0:roundtrip:0:legacy. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:3:cudf pretty printing:0:roundtrip:0:legacy is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:3:cudf pretty printing:0:roundtrip:0:legacy. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:3:cudf pretty printing:1:canonical:0:legacy. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:3:cudf pretty printing:1:canonical:0:legacy is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:3:cudf pretty printing:1:canonical:0:legacy. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:4:misc parsing:0:qstring:0:base. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:0:base is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:4:misc parsing:0:qstring:0:base. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:4:misc parsing:0:qstring:1:escape ". 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:1:escape " is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:4:misc parsing:0:qstring:1:escape ". 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:4:misc parsing:0:qstring:2:escape \. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:2:escape \ is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:4:misc parsing:0:qstring:2:escape \. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:4:misc parsing:0:qstring:3:dangling ". 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:3:dangling " is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:4:misc parsing:0:qstring:3:dangling ". 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:4:misc parsing:0:qstring:4:typename ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:4:typename ident is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:4:misc parsing:0:qstring:4:typename ident. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:4:misc parsing:1:pkg comparison:0:=%. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:1:pkg comparison:0:=% is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:4:misc parsing:1:pkg comparison:0:=%. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:4:misc parsing:1:pkg comparison:1:<%. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:1:pkg comparison:1:<% is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:4:misc parsing:1:pkg comparison:1:<%. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:5:parsing of good CUDFs:0:empty-vpkglist-default. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:0:empty-vpkglist-default is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:5:parsing of good CUDFs:0:empty-vpkglist-default. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:5:parsing of good CUDFs:1:empty-vpkglist-explicit. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:1:empty-vpkglist-explicit is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:5:parsing of good CUDFs:1:empty-vpkglist-explicit. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:5:parsing of good CUDFs:2:comment-within-stanza. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:2:comment-within-stanza is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:5:parsing of good CUDFs:2:comment-within-stanza. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:5:parsing of good CUDFs:3:comment-at-eof. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:3:comment-at-eof is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:5:parsing of good CUDFs:3:comment-at-eof. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:5:parsing of good CUDFs:4:only-request. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:4:only-request is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:5:parsing of good CUDFs:4:only-request. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:6:parsing of bad CUDFs:0:line-111. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:0:line-111 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:6:parsing of bad CUDFs:0:line-111. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:6:parsing of bad CUDFs:1:miss-mandatory-prop. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:1:miss-mandatory-prop is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:6:parsing of bad CUDFs:1:miss-mandatory-prop. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:6:parsing of bad CUDFs:2:default-type-check-error. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:2:default-type-check-error is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:6:parsing of bad CUDFs:2:default-type-check-error. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:6:parsing of bad CUDFs:3:dup-property. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:3:dup-property is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:6:parsing of bad CUDFs:3:dup-property. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:6:parsing of bad CUDFs:4:missing-stanza-sep-1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:4:missing-stanza-sep-1 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:6:parsing of bad CUDFs:4:missing-stanza-sep-1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:6:parsing of bad CUDFs:5:missing-stanza-sep-2. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:5:missing-stanza-sep-2 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:6:parsing of bad CUDFs:5:missing-stanza-sep-2. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:7:parsing of good package universes:0:conflict-comma-sep. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:7:parsing of good package universes:0:conflict-comma-sep is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:7:parsing of good package universes:0:conflict-comma-sep. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:7:parsing of good package universes:1:plus-in-pkgname. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:7:parsing of good package universes:1:plus-in-pkgname is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:7:parsing of good package universes:1:plus-in-pkgname. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:7:parsing of good package universes:2:empty. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:7:parsing of good package universes:2:empty is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:7:parsing of good package universes:2:empty. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:8:parsing of bad package universes:0:multiline-error. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:8:parsing of bad package universes:0:multiline-error is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:8:parsing of bad package universes:0:multiline-error. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:9:consistent universes:0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:9:consistent universes:0 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:9:consistent universes:0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:10:inconsistent universes:0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:10:inconsistent universes:0 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:10:inconsistent universes:0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:11:good solutions:0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:0 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:11:good solutions:0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:11:good solutions:1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:1 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:11:good solutions:1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:11:good solutions:2. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:2 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:11:good solutions:2. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:11:good solutions:3. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:3 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:11:good solutions:3. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:11:good solutions:4. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:4 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:11:good solutions:4. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:11:good solutions:5. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:5 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:11:good solutions:5. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:0 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:0. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:1 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:1. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:2. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:2 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:2. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:3. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:3 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:3. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:4. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:4 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:4. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:5. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:5 is successful. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:5. 2020-01-30T12:11:13+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:6. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:6 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:6. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:7. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:7 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:7. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:12:bad solutions:8. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:8 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:12:bad solutions:8. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:13:regression tests - parsing:0:disjunctive dependencies. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:13:regression tests - parsing:0:disjunctive dependencies is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:13:regression tests - parsing:0:disjunctive dependencies. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:0:status projection. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:0:status projection is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:0:status projection. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:1:status projection size. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:1:status projection size is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:1:status projection size. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:2:lookup installed versions. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:2:lookup installed versions is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:2:lookup installed versions. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:3:check whether an installation satisfy a package constraint. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:3:check whether an installation satisfy a package constraint is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:3:check whether an installation satisfy a package constraint. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:4:Cudf.mem_package. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:4:Cudf.mem_package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:4:Cudf.mem_package. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:5:check formula satisfaction. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:5:check formula satisfaction is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:5:check formula satisfaction. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:6:check package disjunction (i.e., conflicts). 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:6:check package disjunction (i.e., conflicts) is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:6:check package disjunction (i.e., conflicts). 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:7:check self-conflicts. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:7:check self-conflicts is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:7:check self-conflicts. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:8:check universe consistency:0:legacy example consistency. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:8:check universe consistency:0:legacy example consistency is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:8:check universe consistency:0:legacy example consistency. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:9:check universe size measuring:0:total size. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:9:check universe size measuring:0:total size is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:9:check universe size measuring:0:total size. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:9:check universe size measuring:1:installed size. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:9:check universe size measuring:1:installed size is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:9:check universe size measuring:1:installed size. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:10:universe manipulations:0:remove package. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:10:universe manipulations:0:remove package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:10:universe manipulations:0:remove package. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:10:universe manipulations:1:add package. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:10:universe manipulations:1:add package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:10:universe manipulations:1:add package. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:11:default value of opt prop:0:bugs. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:11:default value of opt prop:0:bugs is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:11:default value of opt prop:0:bugs. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:0:package. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:0:package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:0:package. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:1:version. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:1:version is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:1:version. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:2:depends. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:2:depends is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:2:depends. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:3:conflicts. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:3:conflicts is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:3:conflicts. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:4:provides. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:4:provides is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:4:provides. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:5:installed. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:5:installed is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:5:installed. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:6:was-installed. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:6:was-installed is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:6:was-installed. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:7:keep. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:7:keep is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:7:keep. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:8:suite. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:8:suite is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:8:suite. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:9:bugs. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:9:bugs is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:9:bugs. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Start test all tests:14:new feature tests:12:type declaration lookup:10:description. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:10:description is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: End test all tests:14:new feature tests:12:type declaration lookup:10:description. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: ============== 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Summary: 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:10:description is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:9:bugs is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:8:suite is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:7:keep is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:6:was-installed is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:5:installed is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:4:provides is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:3:conflicts is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:2:depends is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:1:version is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:12:type declaration lookup:0:package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:11:default value of opt prop:0:bugs is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:10:universe manipulations:1:add package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:10:universe manipulations:0:remove package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:9:check universe size measuring:1:installed size is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:9:check universe size measuring:0:total size is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:8:check universe consistency:0:legacy example consistency is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:7:check self-conflicts is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:6:check package disjunction (i.e., conflicts) is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:5:check formula satisfaction is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:4:Cudf.mem_package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:3:check whether an installation satisfy a package constraint is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:2:lookup installed versions is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:1:status projection size is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:14:new feature tests:0:status projection is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:13:regression tests - parsing:0:disjunctive dependencies is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:8 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:7 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:6 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:5 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:4 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:3 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:2 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:1 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:12:bad solutions:0 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:5 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:4 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:3 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:2 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:1 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:11:good solutions:0 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:10:inconsistent universes:0 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:9:consistent universes:0 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:8:parsing of bad package universes:0:multiline-error is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:7:parsing of good package universes:2:empty is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:7:parsing of good package universes:1:plus-in-pkgname is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:7:parsing of good package universes:0:conflict-comma-sep is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:5:missing-stanza-sep-2 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:4:missing-stanza-sep-1 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:3:dup-property is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:2:default-type-check-error is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:1:miss-mandatory-prop is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:6:parsing of bad CUDFs:0:line-111 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:4:only-request is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:3:comment-at-eof is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:2:comment-within-stanza is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:1:empty-vpkglist-explicit is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:5:parsing of good CUDFs:0:empty-vpkglist-default is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:1:pkg comparison:1:<% is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:1:pkg comparison:0:=% is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:4:typename ident is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:3:dangling " is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:2:escape \ is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:1:escape " is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:4:misc parsing:0:qstring:0:base is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:3:cudf pretty printing:1:canonical:0:legacy is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:3:cudf pretty printing:0:roundtrip:0:legacy is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:2:request:2:upgrade is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:2:request:1:install is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:2:request:0:request is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:5:installed is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:4:conflicts is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:3:provides is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:2:depends is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:1:version is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:1:package:0:package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:0:preamble:2:req-checksum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:0:preamble:1:status-checksum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:1:typed:0:preamble:0:univ-checksum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:2:request:2:upgrade is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:2:request:1:install is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:2:request:0:request is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:5:installed is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:4:conflicts is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:3:provides is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:2:depends is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:1:version is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:1:package:0:package is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:0:preamble:2:req-checksum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:0:preamble:1:status-checksum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:2:property access:0:raw:0:preamble:0:univ-checksum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:1:value pretty printing:2:bad vpkgformula is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:1:value pretty printing:1:good decl:1:default string escape is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:1:value pretty printing:1:good decl:0:default string is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:20:enum bad def is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:19:veqpkg is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:18:vpkgs trail is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:17:vpkg garbage is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:16:empty fmla is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:15:keep is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:14:enum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:13:ident symb is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:12:ident caps is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:11:ident numstart is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:10:pkgname ! is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:9:pkgname ! is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:8:string \r is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:7:string \n is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:6:bool garbage is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:5:bool is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:4:bool is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:3:nat neg is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:2:posint zero is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:1:posint neg is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:1:bad:0:int garbage is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:40:typedecl veqpkgs int is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:39:typedecl vpkgs int is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:38:typedecl vpkgs ident is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:37:typedecl veqpkg int is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:36:typedecl vpkg int is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:35:typedecl vpkg ident is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:34:typedecl pkgname int is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:33:typedecl pkgname ident is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:32:typedecl enum def is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:31:typedecl enum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:30:typedecls is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:29:typedecl is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:28:veqpkgs is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:27:veqpkg is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:26:vpkgs cons is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:25:vpkgs one is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:24:vpkgs nil is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:23:fmla cnf is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:22:fmla or is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:21:fmla and is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:20:fmla false is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:19:fmla true is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:18:fmla vpkg is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:17:vpkg is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:16:vpkg dumb is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:15:keep is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:14:enum is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:13:ident num is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:12:ident - is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:11:ident is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:10:pkgname () is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:9:pkgname @ is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:8:pkgname / is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:7:pkgname is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:6:string is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:5:bool false is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:4:bool true is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:3:nat 0 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:2:posint is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:1:int -1 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Test all tests:0:value parsing:0:good:0:int 1 is successful. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Ran: 156 tests in: 0.30 seconds. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Cases: 156. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Tried: 156. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Errors: 0. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Failures: 0. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Skip: 0. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Todo: 0. 2020-01-30T12:11:14+00:00 builder.mageia.org#00 I: Timeout: 0. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: cudf-tools-0.9-8.mga8.aarch64 Provides: cudf-tools = 0.9-8.mga8 cudf-tools(aarch-64) = 0.9-8.mga8 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) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.27)(64bit) libm.so.6(GLIBC_2.29)(64bit) Processing files: cudf-devel-0.9-8.mga8.aarch64 Provides: cudf-devel = 0.9-8.mga8 cudf-devel(aarch-64) = 0.9-8.mga8 pkgconfig(cudf) = 0.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: pkgconfig pkgconfig(glib-2.0) Processing files: ocaml-cudf-0.9-8.mga8.aarch64 Provides: cudf-ocaml-devel = 0:0.9-8.mga8 ocaml(Cudf) = b08f12270a08e65a7370da1b9157aa84 ocaml(Cudf_822_lexer) = 3911d8529c82dff23875e5cd5a92b7d0 ocaml(Cudf_822_parser) = 8be6f85c403b00034c6176880938aa1d ocaml(Cudf_c) = 5e128850f12fa09ba97450a51a9a10ba ocaml(Cudf_checker) = d88849ecc7761df733e831e029382489 ocaml(Cudf_conf) = b38c926fd741e26d6d727b76b4905871 ocaml(Cudf_parser) = a5df3944e46c175cbfdc8caf9e796788 ocaml(Cudf_printer) = 1a5d8525d958aa615d35194afc25dc29 ocaml(Cudf_type_lexer) = 02a0fa14302da9e5d9fb112c60d2be0f ocaml(Cudf_type_parser) = 7f2e72e54d7ae05a9c00efaea02ccecb ocaml(Cudf_types) = 8bc5237f2a4ae578bca9da7b77ac1564 ocaml(Cudf_types_pp) = a2906b723faa6e9ba72fb0839bd2d9ad ocaml-cudf = 0.9-8.mga8 ocaml-cudf(aarch-64) = 0.9-8.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Cudf) = b08f12270a08e65a7370da1b9157aa84 ocaml(Cudf_822_parser) = 8be6f85c403b00034c6176880938aa1d ocaml(Cudf_checker) = d88849ecc7761df733e831e029382489 ocaml(Cudf_conf) = b38c926fd741e26d6d727b76b4905871 ocaml(Cudf_parser) = a5df3944e46c175cbfdc8caf9e796788 ocaml(Cudf_type_parser) = 7f2e72e54d7ae05a9c00efaea02ccecb ocaml(Cudf_types) = 8bc5237f2a4ae578bca9da7b77ac1564 ocaml(Enum) = 7128c80667440d1822b755b82faaf708 ocaml(ExtArray) = f7e80c549b021c8222082fce7d8b65e3 ocaml(ExtBuffer) = a074f71246059c6dbb2fcd1032bc6410 ocaml(ExtBytes) = 00cc7b629323266c67d87190a105e8a5 ocaml(ExtHashtbl) = b0a83f8a8ec69ee77aa8ce7c02ce51ca ocaml(ExtLib) = 159570f82023179e3a1f576e0db12610 ocaml(ExtList) = 9784b905995149b6d6ecc60644c03bf8 ocaml(ExtString) = 548704985674f52c557188a31e54e505 ocaml(IO) = 66681e744f93e34e806c1569ad187a67 ocaml(Option) = 4690cc62cc808d9225c1913fc91a6d50 ocaml(Std) = da6587e905686a89569d84a15d21f76a ocaml(Stdlib) = aa33af4684579b41817bc194be0a7a26 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__lexing) = af4fe7604d37ed7010a342d5a704e3c5 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__parsing) = 0f8a2f81be75a9e86f670a6fef3a7f30 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__scanf) = e84e0fc8d2ad94705113ca03bfc9de5a ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(runtime) = 4.10.0 Obsoletes: cudf-ocaml-devel <= 0:0.9-8.mga8 Processing files: ocaml-cudf-devel-0.9-8.mga8.aarch64 Provides: ocaml-cudf-devel = 0.9-8.mga8 ocaml-cudf-devel(aarch-64) = 0.9-8.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cudf-debugsource-0.9-8.mga8.aarch64 Provides: cudf-debugsource = 0.9-8.mga8 cudf-debugsource(aarch-64) = 0.9-8.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cudf-tools-debuginfo-0.9-8.mga8.aarch64 Provides: cudf-tools-debuginfo = 0.9-8.mga8 cudf-tools-debuginfo(aarch-64) = 0.9-8.mga8 debuginfo(build-id) = e0eef3142ddd9aa2be42b53c94f74e7f056ffc73 debuginfo(build-id) = fb072361669d2ab7aafb060f6dca429accae9765 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cudf-debugsource(aarch-64) = 0.9-8.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cudf-debugsource-0.9-8.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-cudf-0.9-8.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-cudf-devel-0.9-8.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cudf-tools-0.9-8.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cudf-tools-debuginfo-0.9-8.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cudf-devel-0.9-8.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bwIPcW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cudf-0.9 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/cudf-0.9-8.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RixXYY + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf cudf-0.9 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!