D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/caml2html-1.4.4-7.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8lFajL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf caml2html-1.4.4 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/caml2html-1.4.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd caml2html-1.4.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/caml2html-1.4.3-enable-debugging-information.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TXBw5M + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd caml2html-1.4.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 caml2html ocamlc -g -w A -c hashtbl2.mli ocamlc -g -w A -c annot.mli ocamlc -g -w A -c plugin.mli ocamllex input.mll 98 states, 2531 transitions, table size 10712 bytes 2799 additional bytes used for bindings ocamlopt -g -dtypes -c tag.ml ocamlc -g -w A -c input.mli camlmix -clean version.ml.mlx -o version.ml ocamlopt -g -dtypes -c hashtbl2.ml ocamlc -g -w A -c output.mli ocamlc -g -w A -c output_latex.mli ocamlopt -g -dtypes -c annot.ml ocamlopt -g -dtypes -c version.ml ocamlopt -g -dtypes -c plugin.ml ocamlopt -g -dtypes -c input.ml ocamlopt -g -dtypes -c output_latex.ml ocamlopt -g -dtypes -c output.ml ocamlopt -g -dtypes -c main.ml ocamlopt -g -o caml2html str.cmxa unix.cmxa hashtbl2.cmx version.cmx annot.cmx tag.cmx plugin.cmx input.cmx output.cmx output_latex.cmx main.cmx + /usr/bin/make -O -j8 V=1 VERBOSE=1 bytelib optlib ocamlc -g -w A -dtypes -c hashtbl2.ml File "hashtbl2.ml", line 32, characters 2-6: 32 | [data] -> Hashtbl.remove tbl key ^^^^ Warning 27: unused variable data. File "hashtbl2.ml", line 33, characters 8-10: 33 | | hd :: tl -> r := tl ^^ Warning 27: unused variable hd. ocamlc -g -w A -dtypes -c version.ml ocamlc -g -w A -dtypes -c tag.ml File "tag.ml", lines 12-14, characters 6-26: 12 | ......(match remove_matches l with 13 | (Stop, _) :: rest -> rest 14 | | rest -> start :: rest) Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type kind. File "tag.ml", lines 20-31, characters 31-12: 20 | ...............................function 21 | (Start, a) :: l -> 22 | let other, next_stop = find_stop f [] l in 23 | (match next_stop with 24 | (Stop, b) :: rest -> ... 28 | | (Other, _) :: _ -> assert false 29 | | [] -> other) 30 | | (tag, x) :: l -> (tag, f false x) :: annotate_innermost f l 31 | | [] -> [] Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type kind. File "tag.ml", lines 33-35, characters 23-27: 33 | .......................function 34 | (Other, x) :: l -> find_stop f ((Other, f false x) :: accu) l 35 | | l -> (List.rev accu), l Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type kind. ocamlc -g -w A -dtypes -c plugin.ml File "plugin.ml", lines 47-49, characters 3-16: 47 | ...match Unix.close_process p with 48 | Unix.WEXITED 0 -> Some (Buffer.contents buf) 49 | | _ -> None Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Unix.process_status. ocamlc -g -w A -dtypes -c annot.ml File "annot.ml", line 64, characters 4-13: 64 | let print_pos pos = ^^^^^^^^^ Warning 32: unused value print_pos. File "annot.ml", line 192, characters 4-19: 192 | let string_of_line2 = function ^^^^^^^^^^^^^^^ Warning 32: unused value string_of_line2. File "annot.ml", line 244, characters 7-11: 244 | let data, rem = field_loop [] l in ^^^^ Warning 27: unused variable data. camlmix -clean caml2html.mli.mlx -o caml2html.mli ocamlc -g -w A -dtypes -c main.ml File "main.ml", line 63, characters 3-4: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 64, characters 77-78: | Caml2html colorizes a set of OCaml source files (.ml, .mli, .mll, .mly, ...). ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 65, characters 65-66: | Type annotations will be shown when the mouse pointer passes over ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 66, characters 60-61: | an expression if the corresponding .annot file is available. ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 67, characters 73-74: | To obtain a .annot file, compile with ocamlc -dtypes or ocamlopt -dtypes. ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 68, characters 0-1: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 69, characters 73-74: | Usage: " ^ (Filename.basename Sys.argv.(0)) ^ " [options] file1 ... fileN ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 81, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 82, characters 64-65: | choose whether innermost or outermost type annotations ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 87, characters 14-15: | ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 92, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 96, characters 10-11: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 100, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 101, characters 64-65: | use default styling and place it in the section ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 105, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 106, characters 57-58: | use inline styling (HTML only, default fallback ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 110, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 111, characters 60-61: | output only document's body, for inclusion into an ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 115, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 119, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 120, characters 56-57: | comments are treated as raw HTML or LaTeX code ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 124, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 128, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 132, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 136, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 137, characters 66-67: | do not insert type annotations as read from .annot files ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 141, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 145, characters 14-15: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 149, characters 16-17: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 153, characters 15-16: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 157, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 161, characters 15-16: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 165, characters 15-16: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 166, characters 74-75: | use the given external command CMD to handle comments that start ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 171, characters 5-6: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 176, characters 15-16: | " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 177, characters 70-71: | create a file containing the default LaTeX color definitions ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "main.ml", line 178, characters 55-56: | and matching highlighting commands, and exit. ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) ocamlc -g -w A -c caml2html.mli ocamlc -g -w A -dtypes -c output_latex.ml File "output_latex.ml", line 153, characters 23-24: | \\newcommand\\%s[1]{#1} ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output_latex.ml", line 158, characters 31-32: | \\definecolor{%sColor}{rgb}{%s} ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output_latex.ml", line 159, characters 45-46: | \\newcommand\\%s[1]{\\textcolor{%sColor}{#1}} ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output_latex.ml", line 317, characters 41-42: | %% Auto-generated by caml2html %s from %s ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output_latex.ml", line 318, characters 24-25: | \\documentclass{article} ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output_latex.ml", line 319, characters 19-20: | \\usepackage{alltt} ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output_latex.ml", line 320, characters 19-20: | \\usepackage{color} ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output_latex.ml", line 29, characters 4-10: 29 | let rgb255 (r, g, b) = ^^^^^^ Warning 32: unused value rgb255. File "output_latex.ml", line 283, characters 20-24: 283 | | `Start_annot (info, annot) -> line ^^^^ Warning 27: unused variable info. File "output_latex.ml", line 283, characters 26-31: 283 | | `Start_annot (info, annot) -> line ^^^^^ Warning 27: unused variable annot. File "output_latex.ml", line 284, characters 18-22: 284 | | `Stop_annot info -> line) ^^^^ Warning 27: unused variable info. File "output_latex.ml", line 327, characters 19-24: 327 | let end_document ?(param = default_param) buf = ^^^^^ Warning 27: unused variable param. ocamlc -g -w A -dtypes -c output.ml File "output.ml", line 460, characters 42-43: | \"http://www.w3.org/TR/html4/strict.dtd\"> ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 461, characters 6-7: | ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 462, characters 6-7: | ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 463, characters 70-71: | ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 464, characters 9-10: | ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 483, characters 27-28: | Buffer.add_string buf " ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 484, characters 4-5: | <hr> ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 485, characters 3-4: | <p> ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 486, characters 37-38: | <em>This document was generated using ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) File "output.ml", line 487, characters 74-75: | <a href=\"http://martin.jambon.free.fr/caml2html.html\">caml2html</a></em> ^ Warning 29: unescaped end-of-line in a string constant (non-portable code) ocamlc -g -w A -dtypes -c input.ml File "input.mll", line 57, characters 4-16: Warning 32: unused value print_tokens. File "input.mll", line 248, characters 6-44: Warning 35: unused for-loop index i. camlmix -clean caml2html.ml.mlx -o caml2html.ml ocamlc -g -w A -dtypes -c caml2html.ml File "input.ml", line 1983, characters 42-43: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 1984, characters 6-7: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 1985, characters 6-7: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 1986, characters 70-71: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 1987, characters 9-10: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2006, characters 27-28: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2007, characters 4-5: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2008, characters 3-4: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2009, characters 37-38: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2010, characters 74-75: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2305, characters 23-24: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2310, characters 31-32: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2311, characters 45-46: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2469, characters 41-42: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2470, characters 24-25: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2471, characters 19-20: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "input.ml", line 2472, characters 19-20: Warning 29: unescaped end-of-line in a string constant (non-portable code) File "caml2html.ml", lines 571-573, characters 6-26: 571 | ......(match remove_matches l with 572 | (Stop, _) :: rest -> rest 573 | | rest -> start :: rest) Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type kind. File "caml2html.ml", lines 579-590, characters 31-12: 579 | ...............................function 580 | (Start, a) :: l -> 581 | let other, next_stop = find_stop f [] l in 582 | (match next_stop with 583 | (Stop, b) :: rest -> ... 587 | | (Other, _) :: _ -> assert false 588 | | [] -> other) 589 | | (tag, x) :: l -> (tag, f false x) :: annotate_innermost f l 590 | | [] -> [] Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type kind. File "caml2html.ml", lines 592-594, characters 23-27: 592 | .......................function 593 | (Other, x) :: l -> find_stop f ((Other, f false x) :: accu) l 594 | | l -> (List.rev accu), l Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type kind. File "caml2html.ml", lines 695-697, characters 3-16: 695 | ...match Unix.close_process p with 696 | Unix.WEXITED 0 -> Some (Buffer.contents buf) 697 | | _ -> None Warning 4: this pattern-matching is fragile. It will remain exhaustive when constructors are added to type Unix.process_status. File "caml2html.ml", line 190, characters 2-6: 190 | [data] -> Hashtbl.remove tbl key ^^^^ Warning 27: unused variable data. File "caml2html.ml", line 191, characters 8-10: 191 | | hd :: tl -> r := tl ^^ Warning 27: unused variable hd. File "caml2html.ml", line 41, characters 0-30: 41 | val create : int -> ('a, 'b) t ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value create. File "caml2html.ml", line 48, characters 0-30: 48 | val clear : ('a, 'b) t -> unit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value clear. File "caml2html.ml", line 51, characters 0-40: 51 | val add : ('a, 'b) t -> 'a -> 'b -> unit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value add. File "caml2html.ml", line 58, characters 0-35: 58 | val copy : ('a, 'b) t -> ('a, 'b) t ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value copy. File "caml2html.ml", line 61, characters 0-33: 61 | val find : ('a, 'b) t -> 'a -> 'b ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value find. File "caml2html.ml", line 65, characters 0-42: 65 | val find_all : ('a, 'b) t -> 'a -> 'b list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value find_all. File "caml2html.ml", line 71, characters 0-34: 71 | val mem : ('a, 'b) t -> 'a -> bool ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value mem. File "caml2html.ml", line 74, characters 0-37: 74 | val remove : ('a, 'b) t -> 'a -> unit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value remove. File "caml2html.ml", line 79, characters 0-41: 79 | val remove_all : ('a, 'b) t -> 'a -> unit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value remove_all. File "caml2html.ml", line 83, characters 0-44: 83 | val replace : ('a, 'b) t -> 'a -> 'b -> unit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value replace. File "caml2html.ml", line 90, characters 0-53: 90 | val replace_all : ('a, 'b) t -> 'a -> 'b list -> unit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value replace_all. File "caml2html.ml", line 96, characters 0-51: 96 | val iter : ('a -> 'b -> unit) -> ('a, 'b) t -> unit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value iter. File "caml2html.ml", line 103, characters 0-60: 103 | val iter_all : ('a -> 'b list -> unit) -> ('a, 'b) t -> unit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value iter_all. File "caml2html.ml", line 109, characters 0-59: 109 | val fold : ('a -> 'b -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value fold. File "caml2html.ml", line 117, characters 0-68: 117 | val fold_all : ('a -> 'b list -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value fold_all. File "caml2html.ml", line 125, characters 0-37: 125 | val list_keys : ('a, 'b) t -> 'a list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value list_keys. File "caml2html.ml", line 130, characters 0-39: 130 | val list_values : ('a, 'b) t -> 'b list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value list_values. File "caml2html.ml", line 135, characters 0-48: 135 | val list_all_values : ('a, 'b) t -> 'b list list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value list_all_values. File "caml2html.ml", line 139, characters 0-39: 139 | val list : ('a, 'b) t -> ('a * 'b) list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value list. File "caml2html.ml", line 152, characters 0-44: 152 | val of_keys : int -> 'a list -> ('a, unit) t ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 32: unused value of_keys. File "caml2html.ml", line 334, characters 4-13: 334 | let print_pos pos = ^^^^^^^^^ Warning 32: unused value print_pos. File "caml2html.ml", line 462, characters 4-19: 462 | let string_of_line2 = function ^^^^^^^^^^^^^^^ Warning 32: unused value string_of_line2. File "caml2html.ml", line 514, characters 7-11: 514 | let data, rem = field_loop [] l in ^^^^ Warning 27: unused variable data. File "input.mll", line 57, characters 4-16: Warning 32: unused value print_tokens. File "input.mll", line 248, characters 6-44: Warning 35: unused for-loop index i. File "input.ml", line 2181, characters 4-10: Warning 32: unused value rgb255. File "input.ml", line 2435, characters 20-24: Warning 27: unused variable info. File "input.ml", line 2435, characters 26-31: Warning 27: unused variable annot. File "input.ml", line 2436, characters 18-22: Warning 27: unused variable info. File "input.ml", line 2479, characters 19-24: Warning 27: unused variable param. ocamlc -g -w A -a -o caml2html.cma caml2html.cmo ocamlopt -g -dtypes -c caml2html.ml ocamlopt -g -a -o caml2html.cmxa caml2html.cmx + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8tesJP + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 + cd caml2html-1.4.4 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml + mkdir -p /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml/Icaml2html + mkdir -p /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/bin + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 'INSTALL=/usr/bin/install -p' BINDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/bin install -m 0755 caml2html /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/bin || \ install -m 0755 caml2html.byte /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/bin/caml2html test -f caml2html.cma -o -f caml2html.cmxa && /usr/bin/make libinstall make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/caml2html-1.4.4' ocamlfind install caml2html META caml2html.mli caml2html.cmi \ caml2html.*a Installed /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml/caml2html/caml2html.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml/caml2html/caml2html.cma Installed /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml/caml2html/caml2html.a Installed /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml/caml2html/caml2html.cmi Installed /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml/caml2html/caml2html.mli Installed /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64//usr/lib64/ocaml/caml2html/META make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/caml2html-1.4.4' + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.4.4-7.mga8 --unique-debug-suffix -1.4.4-7.mga8.aarch64 --unique-debug-src-base caml2html-1.4.4-7.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/caml2html-1.4.4 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/bin/caml2html extracting debug info from /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/bin/caml2html original debug info size: 1880kB, size after compression: 1692kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: buffer.ml: Cannot stat: No such file or directory cpio: bytes.ml: Cannot stat: No such file or directory cpio: hashtbl.ml: Cannot stat: No such file or directory cpio: lexing.ml: Cannot stat: No such file or directory cpio: list.ml: Cannot stat: No such file or directory cpio: printf.ml: Cannot stat: No such file or directory cpio: scanf.ml: Cannot stat: No such file or directory cpio: stdlib.ml: Cannot stat: No such file or directory cpio: str.ml: Cannot stat: No such file or directory cpio: string.ml: Cannot stat: No such file or directory cpio: unix.ml: Cannot stat: No such file or directory 250 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: caml2html-1.4.4-7.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dQdhWM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd caml2html-1.4.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/caml2html + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/caml2html + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/caml2html + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/caml2html + cp -pr history.txt /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/caml2html + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/caml2html + RPM_EC=0 ++ jobs -p + exit 0 Provides: caml2html = 1.4.4-7.mga8 caml2html(aarch-64) = 1.4.4-7.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) libc.so.6(GLIBC_2.28)(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: ocaml-caml2html-1.4.4-7.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.guMBtM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd caml2html-1.4.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html + cp -pr history.txt /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Caml2html) = f0992f032af584fac7844733cf4d9d14 ocaml-caml2html = 1.4.4-7.mga8 ocaml-caml2html(aarch-64) = 1.4.4-7.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(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__filename) = e70d852a325736bc7266750bcc2e69f2 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__lexing) = af4fe7604d37ed7010a342d5a704e3c5 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__scanf) = e84e0fc8d2ad94705113ca03bfc9de5a ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Str) = c5bcee777d07f9d2f20c78da78387372 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b Processing files: ocaml-caml2html-devel-1.4.4-7.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.l7SziL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd caml2html-1.4.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html-devel + cp -pr test.ml /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html-devel + cp -pr caml2html_test.ml /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64/usr/share/doc/ocaml-caml2html-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Caml2html) = f0992f032af584fac7844733cf4d9d14 ocaml-caml2html-devel = 1.4.4-7.mga8 ocaml-caml2html-devel(aarch-64) = 1.4.4-7.mga8 ocamlx(Caml2html) = 97fca91444f4df95ead66d68e662ccbc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__filename) = e70d852a325736bc7266750bcc2e69f2 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__lexing) = af4fe7604d37ed7010a342d5a704e3c5 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__scanf) = e84e0fc8d2ad94705113ca03bfc9de5a ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Str) = c5bcee777d07f9d2f20c78da78387372 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__array) = d8cbd5c6bb9dc377a421cad028946a12 ocamlx(Stdlib__buffer) = 5a4eb38b27225067d0fbce3397ab57fa ocamlx(Stdlib__filename) = 4acdb6cb1dcdea0eb5f64c37cb1fa406 ocamlx(Stdlib__hashtbl) = 1f15ad224dfe918b6a17c157f0f5836e ocamlx(Stdlib__lexing) = e7ce663ca25a827e8cc02172a8f8f6fb ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 ocamlx(Stdlib__printf) = 19b790b69e71cc8a18d06eb2330f9df4 ocamlx(Stdlib__scanf) = 70e0ba7c9ddc1a8ecb11ae0eee0f2313 ocamlx(Stdlib__string) = c268f14a681ed6708f8a9cb396a73317 ocamlx(Stdlib__sys) = cc30c95de291d0ad184f95f6134db5d2 ocamlx(Str) = b2619808edfd808b4097e5ec36277e82 ocamlx(Unix) = ba030e73c9a8a296035219290541184c Processing files: caml2html-debugsource-1.4.4-7.mga8.aarch64 Provides: caml2html-debugsource = 1.4.4-7.mga8 caml2html-debugsource(aarch-64) = 1.4.4-7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: caml2html-debuginfo-1.4.4-7.mga8.aarch64 Provides: caml2html-debuginfo = 1.4.4-7.mga8 caml2html-debuginfo(aarch-64) = 1.4.4-7.mga8 debuginfo(build-id) = 421e7e6dc0137af544b1609bffb29bace1092eec Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: caml2html-debugsource(aarch-64) = 1.4.4-7.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/caml2html-debugsource-1.4.4-7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-caml2html-devel-1.4.4-7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-caml2html-1.4.4-7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/caml2html-1.4.4-7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/caml2html-debuginfo-1.4.4-7.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4CYwmO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd caml2html-1.4.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/caml2html-1.4.4-7.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ylbKbO + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf caml2html-1.4.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!