Mock Version: 2.10 Mock Version: 2.10 Mock Version: 2.10 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-markup.spec'], chrootPath='/var/lib/mock/f35-build-28267866-3804919/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-markup.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1625443200 Wrote: /builddir/build/SRPMS/ocaml-markup-1.0.2-1.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-markup.spec'], chrootPath='/var/lib/mock/f35-build-28267866-3804919/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-markup.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1625443200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wiRjKb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf markup.ml-1.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/markup-1.0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd markup.ml-1.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i /uchar/d markup.opam + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IdF3nC + umask 022 + cd /builddir/build/BUILD + cd markup.ml-1.0.2 + dune build -j48 @install File "src/kstream.ml", line 20, characters 9-12: 20 | let next {f} throw e k = f throw e k ^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 22, characters 16-19: 22 | let next_option {f} throw k = f throw (fun () -> k None) (fun v -> k (Some v)) ^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 24, characters 18-21: 24 | let next_expected {f} throw k = ^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 39, characters 9-19: 39 | let push ({f} as s) v = s.f <- fun _ _ k -> s.f <- f; k v ^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 45, characters 14-24: 45 | let push_list ({f} as s) = function ^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 20, characters 9-12: 20 | let next {f} throw e k = f throw e k ^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 22, characters 16-19: 22 | let next_option {f} throw k = f throw (fun () -> k None) (fun v -> k (Some v)) ^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 24, characters 18-21: 24 | let next_expected {f} throw k = ^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 39, characters 9-19: 39 | let push ({f} as s) v = s.f <- fun _ _ k -> s.f <- f; k v ^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. File "src/kstream.ml", line 45, characters 14-24: 45 | let push_list ({f} as s) = function ^^^^^^^^^^ Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state. It prevents the remaining arguments from being uncurried, which will cause additional closure allocations. + mkdir tmp + sed /Kstream/d _build/default/src/markup.mli + mkdir html + ocamldoc -html -d html -css-style doc/style.css -I +lwt -I +lwt/unix -I _build/install/default/lib/markup -I _build/install/default/lib/markup-lwt -I _build/install/default/lib/markup-lwt/unix tmp/markup.mli _build/default/src/lwt/markup_lwt.mli _build/default/src/lwt_unix/markup_lwt_unix.mli + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3Vuteh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64 ++ dirname /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64 + cd markup.ml-1.0.2 + dune install --destdir=/builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64 Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/META Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/common.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/detect.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/detect.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/dune-package Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/encoding.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/entities.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/error.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/html_parser.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/html_parser.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/html_tokenizer.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/html_tokenizer.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/html_writer.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/html_writer.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/input.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/input.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/kstream.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/kstream.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.a Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.cma Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.cmxa Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Common.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Common.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Common.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Detect.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Detect.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Detect.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Detect.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Encoding.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Encoding.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Encoding.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Entities.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Entities.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Entities.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Error.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Error.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Error.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_parser.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_parser.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_parser.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_parser.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_tokenizer.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_tokenizer.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_tokenizer.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_tokenizer.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_writer.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_writer.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_writer.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Html_writer.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Input.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Input.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Input.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Input.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Kstream.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Kstream.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Kstream.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Kstream.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Namespace.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Namespace.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Namespace.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Namespace.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Stream_io.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Stream_io.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Stream_io.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Text.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Text.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Text.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Trie.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Trie.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Trie.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Utility.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Utility.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Utility.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_parser.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_parser.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_parser.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_parser.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_tokenizer.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_tokenizer.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_tokenizer.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_tokenizer.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_writer.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_writer.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_writer.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup__Xml_writer.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/namespace.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/namespace.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/opam Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/stream_io.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/text.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/trie.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/utility.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/xml_parser.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/xml_parser.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/xml_tokenizer.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/xml_tokenizer.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/xml_writer.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/xml_writer.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.cmxs Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/doc/markup/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/doc/markup/README.md Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/META Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/dune-package Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.a Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.cma Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.cmxa Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/opam Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.a Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.cma Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.cmi Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.cmt Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.cmti Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.cmx Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.cmxa Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.ml Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.mli Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.cmxs Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.cmxs Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/doc/markup-lwt/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/doc/markup-lwt/README.md + rm -fr /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/doc + /usr/bin/find-debuginfo -j48 --strict-build-id -m -i --build-id-seed 1.0.2-1.fc35 --unique-debug-suffix -1.0.2-1.fc35.x86_64 --unique-debug-src-base ocaml-markup-1.0.2-1.fc35.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/markup.ml-1.0.2 extracting debug info from /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/markup_lwt.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup-lwt/unix/markup_lwt_unix.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/lib64/ocaml/markup/markup.cmxs original debug info size: 572kB, size after compression: 572kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 2 CRC32s did match. cpio: _build/default/buffer.ml: Cannot stat: No such file or directory cpio: _build/default/bytes.ml: Cannot stat: No such file or directory cpio: _build/default/list.ml: Cannot stat: No such file or directory cpio: _build/default/src/core/lwt.ml: Cannot stat: No such file or directory cpio: _build/default/src/core/lwt_stream.ml: Cannot stat: No such file or directory cpio: _build/default/src/uutf.ml: Cannot stat: No such file or directory cpio: _build/default/stdlib.ml: Cannot stat: No such file or directory cpio: _build/default/string.ml: Cannot stat: No such file or directory 655 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.0X97p9 + umask 022 + cd /builddir/build/BUILD + cd markup.ml-1.0.2 + dune runtest test_lwt alias test/lwt_unix/runtest Running tests in test_lwt.exe ............... Ran: 15 tests in: 0.11 seconds. OK test alias test/runtest Running tests in test.exe ................................................................................................................................................................................................................................................................................................................................................................. Ran: 353 tests in: 1.00 seconds. OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-markup-1.0.2-1.fc35.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tieMc8 + umask 022 + cd /builddir/build/BUILD + cd markup.ml-1.0.2 + DOCDIR=/builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/doc/ocaml-markup + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/doc/ocaml-markup + cp -pr README.md /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/doc/ocaml-markup + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.MEHRRZ + umask 022 + cd /builddir/build/BUILD + cd markup.ml-1.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/licenses/ocaml-markup + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/licenses/ocaml-markup + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/licenses/ocaml-markup + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Markup) = 8e79e1d80b6cbfb936759aaff0af6d15 ocaml(Markup__) = 286076ed93641049e8e33ac3629053b6 ocaml(Markup__Common) = 39d6794fd3f6975abab3e0c99ff699af ocaml(Markup__Detect) = 4e0d04f13c126021c7c2f3f25dd80fa6 ocaml(Markup__Encoding) = c5182bdb4685b35efe40dc2bfec394d5 ocaml(Markup__Entities) = 4e9f0c7da8663fef8bc5b8dd8777bb27 ocaml(Markup__Error) = 8aa66be189ba169912aaee9a937c23ec ocaml(Markup__Html_parser) = 04ee53ecc32e5496c6ab599233c43fbf ocaml(Markup__Html_tokenizer) = 46d9aa9a36f4d5012d017ec3e832fc3a ocaml(Markup__Html_writer) = 13a6f497babeb9b6c59223eeafc7ee3a ocaml(Markup__Input) = 898b294f856b7a2495d2f7ae25f10793 ocaml(Markup__Kstream) = 655e15537378e30745e013874df8c9ca ocaml(Markup__Namespace) = 3b33092f4d87415b5a92c155300c9af0 ocaml(Markup__Stream_io) = 8fed9fa7c663e25d9b19ae7d113b7ad6 ocaml(Markup__Text) = 0400a74a5c56b129b1a7d85107b94e25 ocaml(Markup__Trie) = 5bcf8e4b80d59eb2a16fc5c3857c2fc2 ocaml(Markup__Utility) = 8faa45c8e7738960c88de4c821ee317b ocaml(Markup__Xml_parser) = ad2ffcb43eb1b9ec723a834b54b9a4f0 ocaml(Markup__Xml_tokenizer) = fcda8024513c287e060cc185d501abc7 ocaml(Markup__Xml_writer) = 5c4d72a6837bb66161f339f222c0841b ocaml-markup = 1.0.2-1.fc35 ocaml-markup(x86-64) = 1.0.2-1.fc35 ocamlx(Markup) = 52350b1ff72c8f96ad814f6132631048 ocamlx(Markup__) = 14af296f5ad6835f7c5d3b0a76710d48 ocamlx(Markup__Common) = 469c5ad9ba5dd77e6cb748160bbe20c8 ocamlx(Markup__Detect) = 5dbb95058376f2b52169502f9eecd656 ocamlx(Markup__Encoding) = 3b67412e806a0edfbc50e35591257694 ocamlx(Markup__Entities) = d70a6ce8d00805a29818217f929f5381 ocamlx(Markup__Error) = 6325a57e39a5ded94f06140ba3560a3c ocamlx(Markup__Html_parser) = 8289a47475fb185886653eb7d5c8214d ocamlx(Markup__Html_tokenizer) = 063d3244691665c3deea2fc346466d3c ocamlx(Markup__Html_writer) = 9739d7662f2c644f166ab84352ad8134 ocamlx(Markup__Input) = 38b4433e56a7d298581798496c1358d7 ocamlx(Markup__Kstream) = ea58b729ba0578f5d65e0534984f502a ocamlx(Markup__Namespace) = bae0a477bf9d54d379f9abead4888974 ocamlx(Markup__Stream_io) = 9c344043d9f1a387a2639ee6d37f2d88 ocamlx(Markup__Text) = 2c13aa16995a7c2126c7e1d2673b948a ocamlx(Markup__Trie) = a29254219c404e564816a24e7224765b ocamlx(Markup__Utility) = 902d4af6e42e31ea865f61765c51f140 ocamlx(Markup__Xml_parser) = 1f45e0989896a91387c44045a916df2e ocamlx(Markup__Xml_tokenizer) = 5b59d313048751158ce6dd07ce702765 ocamlx(Markup__Xml_writer) = bb1f03623c6643e456656249bd417422 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(Markup__) = 286076ed93641049e8e33ac3629053b6 ocaml(Markup__Common) = 39d6794fd3f6975abab3e0c99ff699af ocaml(Markup__Detect) = 4e0d04f13c126021c7c2f3f25dd80fa6 ocaml(Markup__Encoding) = c5182bdb4685b35efe40dc2bfec394d5 ocaml(Markup__Entities) = 4e9f0c7da8663fef8bc5b8dd8777bb27 ocaml(Markup__Error) = 8aa66be189ba169912aaee9a937c23ec ocaml(Markup__Html_parser) = 04ee53ecc32e5496c6ab599233c43fbf ocaml(Markup__Html_tokenizer) = 46d9aa9a36f4d5012d017ec3e832fc3a ocaml(Markup__Html_writer) = 13a6f497babeb9b6c59223eeafc7ee3a ocaml(Markup__Input) = 898b294f856b7a2495d2f7ae25f10793 ocaml(Markup__Kstream) = 655e15537378e30745e013874df8c9ca ocaml(Markup__Namespace) = 3b33092f4d87415b5a92c155300c9af0 ocaml(Markup__Stream_io) = 8fed9fa7c663e25d9b19ae7d113b7ad6 ocaml(Markup__Text) = 0400a74a5c56b129b1a7d85107b94e25 ocaml(Markup__Trie) = 5bcf8e4b80d59eb2a16fc5c3857c2fc2 ocaml(Markup__Utility) = 8faa45c8e7738960c88de4c821ee317b ocaml(Markup__Xml_parser) = ad2ffcb43eb1b9ec723a834b54b9a4f0 ocaml(Markup__Xml_tokenizer) = fcda8024513c287e060cc185d501abc7 ocaml(Markup__Xml_writer) = 5c4d72a6837bb66161f339f222c0841b ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__lazy) = 5d62f857d0f7ae5149ebb6d1d7bf1f95 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Uutf) = 9fdc8c450ce2a702f62a3be6bc498c07 ocamlx(CamlinternalLazy) = 5f1da61615ee34940899352e3f13883f ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__bytes) = 1920173de71d5daeef951ba8094b058a ocamlx(Stdlib__char) = ceadb77e2c81b1c955823f0bf953c676 ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__map) = 9b04e1085316f512f6a7758100d936a3 ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd ocamlx(Stdlib__uchar) = d51b9f6e6da1d1356f484fac17c033e7 ocamlx(Uutf) = 3a531c4b99bd26a9226380528a2f79cd rtld(GNU_HASH) Processing files: ocaml-markup-devel-1.0.2-1.fc35.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CebEHj + umask 022 + cd /builddir/build/BUILD + cd markup.ml-1.0.2 + DOCDIR=/builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/doc/ocaml-markup-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/doc/ocaml-markup-devel + cp -pr html/Markup.ASYNCHRONOUS.Encoding.html html/Markup.ASYNCHRONOUS.html html/Markup.Encoding.html html/Markup.Error.html html/Markup.Ns.html html/Markup.html html/Markup_lwt.html html/Markup_lwt_unix.html html/index.html html/index_attributes.html html/index_class_types.html html/index_classes.html html/index_exceptions.html html/index_extensions.html html/index_methods.html html/index_module_types.html html/index_modules.html html/index_types.html html/index_values.html html/type_Markup.ASYNCHRONOUS.Encoding.html html/type_Markup.ASYNCHRONOUS.html html/type_Markup.Encoding.html html/type_Markup.Error.html html/type_Markup.Ns.html html/type_Markup.html html/type_Markup_lwt.html html/type_Markup_lwt_unix.html /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64/usr/share/doc/ocaml-markup-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Markup) = 8e79e1d80b6cbfb936759aaff0af6d15 ocaml(Markup__) = 286076ed93641049e8e33ac3629053b6 ocaml(Markup__Common) = 39d6794fd3f6975abab3e0c99ff699af ocaml(Markup__Detect) = 4e0d04f13c126021c7c2f3f25dd80fa6 ocaml(Markup__Encoding) = c5182bdb4685b35efe40dc2bfec394d5 ocaml(Markup__Entities) = 4e9f0c7da8663fef8bc5b8dd8777bb27 ocaml(Markup__Error) = 8aa66be189ba169912aaee9a937c23ec ocaml(Markup__Html_parser) = 04ee53ecc32e5496c6ab599233c43fbf ocaml(Markup__Html_tokenizer) = 46d9aa9a36f4d5012d017ec3e832fc3a ocaml(Markup__Html_writer) = 13a6f497babeb9b6c59223eeafc7ee3a ocaml(Markup__Input) = 898b294f856b7a2495d2f7ae25f10793 ocaml(Markup__Kstream) = 655e15537378e30745e013874df8c9ca ocaml(Markup__Namespace) = 3b33092f4d87415b5a92c155300c9af0 ocaml(Markup__Stream_io) = 8fed9fa7c663e25d9b19ae7d113b7ad6 ocaml(Markup__Text) = 0400a74a5c56b129b1a7d85107b94e25 ocaml(Markup__Trie) = 5bcf8e4b80d59eb2a16fc5c3857c2fc2 ocaml(Markup__Utility) = 8faa45c8e7738960c88de4c821ee317b ocaml(Markup__Xml_parser) = ad2ffcb43eb1b9ec723a834b54b9a4f0 ocaml(Markup__Xml_tokenizer) = fcda8024513c287e060cc185d501abc7 ocaml(Markup__Xml_writer) = 5c4d72a6837bb66161f339f222c0841b ocaml-markup-devel = 1.0.2-1.fc35 ocaml-markup-devel(x86-64) = 1.0.2-1.fc35 ocamlx(Markup) = 52350b1ff72c8f96ad814f6132631048 ocamlx(Markup__) = 14af296f5ad6835f7c5d3b0a76710d48 ocamlx(Markup__Common) = 469c5ad9ba5dd77e6cb748160bbe20c8 ocamlx(Markup__Detect) = 5dbb95058376f2b52169502f9eecd656 ocamlx(Markup__Encoding) = 3b67412e806a0edfbc50e35591257694 ocamlx(Markup__Entities) = d70a6ce8d00805a29818217f929f5381 ocamlx(Markup__Error) = 6325a57e39a5ded94f06140ba3560a3c ocamlx(Markup__Html_parser) = 8289a47475fb185886653eb7d5c8214d ocamlx(Markup__Html_tokenizer) = 063d3244691665c3deea2fc346466d3c ocamlx(Markup__Html_writer) = 9739d7662f2c644f166ab84352ad8134 ocamlx(Markup__Input) = 38b4433e56a7d298581798496c1358d7 ocamlx(Markup__Kstream) = ea58b729ba0578f5d65e0534984f502a ocamlx(Markup__Namespace) = bae0a477bf9d54d379f9abead4888974 ocamlx(Markup__Stream_io) = 9c344043d9f1a387a2639ee6d37f2d88 ocamlx(Markup__Text) = 2c13aa16995a7c2126c7e1d2673b948a ocamlx(Markup__Trie) = a29254219c404e564816a24e7224765b ocamlx(Markup__Utility) = 902d4af6e42e31ea865f61765c51f140 ocamlx(Markup__Xml_parser) = 1f45e0989896a91387c44045a916df2e ocamlx(Markup__Xml_tokenizer) = 5b59d313048751158ce6dd07ce702765 ocamlx(Markup__Xml_writer) = bb1f03623c6643e456656249bd417422 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(Markup__) = 286076ed93641049e8e33ac3629053b6 ocaml(Markup__Common) = 39d6794fd3f6975abab3e0c99ff699af ocaml(Markup__Detect) = 4e0d04f13c126021c7c2f3f25dd80fa6 ocaml(Markup__Encoding) = c5182bdb4685b35efe40dc2bfec394d5 ocaml(Markup__Entities) = 4e9f0c7da8663fef8bc5b8dd8777bb27 ocaml(Markup__Error) = 8aa66be189ba169912aaee9a937c23ec ocaml(Markup__Html_parser) = 04ee53ecc32e5496c6ab599233c43fbf ocaml(Markup__Html_tokenizer) = 46d9aa9a36f4d5012d017ec3e832fc3a ocaml(Markup__Html_writer) = 13a6f497babeb9b6c59223eeafc7ee3a ocaml(Markup__Input) = 898b294f856b7a2495d2f7ae25f10793 ocaml(Markup__Kstream) = 655e15537378e30745e013874df8c9ca ocaml(Markup__Namespace) = 3b33092f4d87415b5a92c155300c9af0 ocaml(Markup__Stream_io) = 8fed9fa7c663e25d9b19ae7d113b7ad6 ocaml(Markup__Text) = 0400a74a5c56b129b1a7d85107b94e25 ocaml(Markup__Trie) = 5bcf8e4b80d59eb2a16fc5c3857c2fc2 ocaml(Markup__Utility) = 8faa45c8e7738960c88de4c821ee317b ocaml(Markup__Xml_parser) = ad2ffcb43eb1b9ec723a834b54b9a4f0 ocaml(Markup__Xml_tokenizer) = fcda8024513c287e060cc185d501abc7 ocaml(Markup__Xml_writer) = 5c4d72a6837bb66161f339f222c0841b ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__lazy) = 5d62f857d0f7ae5149ebb6d1d7bf1f95 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Uutf) = 9fdc8c450ce2a702f62a3be6bc498c07 ocamlx(CamlinternalLazy) = 5f1da61615ee34940899352e3f13883f ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__bytes) = 1920173de71d5daeef951ba8094b058a ocamlx(Stdlib__char) = ceadb77e2c81b1c955823f0bf953c676 ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__map) = 9b04e1085316f512f6a7758100d936a3 ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd ocamlx(Stdlib__uchar) = d51b9f6e6da1d1356f484fac17c033e7 ocamlx(Uutf) = 3a531c4b99bd26a9226380528a2f79cd Processing files: ocaml-markup-lwt-1.0.2-1.fc35.x86_64 Provides: ocaml(Markup_lwt) = 6dd75501f00deee75d052eac9027980f ocaml(Markup_lwt_unix) = 15bd26efd3ad14f34e80e221ac2c6ddb ocaml-markup-lwt = 1.0.2-1.fc35 ocaml-markup-lwt(x86-64) = 1.0.2-1.fc35 ocamlx(Markup_lwt) = 125e8f4942a85237d2d65450fa4fab75 ocamlx(Markup_lwt_unix) = 01f7d7e46e46ce815d7192c8b94757c9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Lwt) = 29e5121936ebe8dbc58cfab2b5652930 ocaml(Lwt_bytes) = 50effb89437820c2966a26692aef8aa5 ocaml(Lwt_io) = e465a1f19da900abb4bcd2be48984733 ocaml(Lwt_sequence) = cfd62c5d6acfa6fe50f873bb3f1aea2c ocaml(Lwt_stream) = b59f15aadd5ea62b018cbd048dbc184d ocaml(Lwt_sys) = 6ec93c7d1d0d5317dea18a92aa7e6968 ocaml(Lwt_unix) = f79856f6b8484363aeeecb7438df1c00 ocaml(Markup) = 8e79e1d80b6cbfb936759aaff0af6d15 ocaml(Markup__) = 286076ed93641049e8e33ac3629053b6 ocaml(Markup__Common) = 39d6794fd3f6975abab3e0c99ff699af ocaml(Markup__Kstream) = 655e15537378e30745e013874df8c9ca ocaml(Markup_lwt) = 6dd75501f00deee75d052eac9027980f ocaml(Result) = 28020b82e5f31ba579bea0ece94570c2 ocaml(Seq) = 7e3b0b25edae0c80ba25e0797783a287 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__marshal) = ec702ee270a7328dce6deb90393c8cc2 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__result) = d1b547d2c3d917706e13599aa2a44a60 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocaml(Uutf) = 9fdc8c450ce2a702f62a3be6bc498c07 ocamlx(Lwt) = c5020d0883dd7c73ed0ae3e6976201a6 ocamlx(Lwt_io) = c8d5b33987842b9d3914603673cf46e6 ocamlx(Lwt_stream) = 185cb62be7d4fdd74f70e20adbdca576 rtld(GNU_HASH) Processing files: ocaml-markup-lwt-devel-1.0.2-1.fc35.x86_64 Provides: ocaml(Markup_lwt) = 6dd75501f00deee75d052eac9027980f ocaml(Markup_lwt_unix) = 15bd26efd3ad14f34e80e221ac2c6ddb ocaml-markup-lwt-devel = 1.0.2-1.fc35 ocaml-markup-lwt-devel(x86-64) = 1.0.2-1.fc35 ocamlx(Markup_lwt) = 125e8f4942a85237d2d65450fa4fab75 ocamlx(Markup_lwt_unix) = 01f7d7e46e46ce815d7192c8b94757c9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Lwt) = 29e5121936ebe8dbc58cfab2b5652930 ocaml(Lwt_bytes) = 50effb89437820c2966a26692aef8aa5 ocaml(Lwt_io) = e465a1f19da900abb4bcd2be48984733 ocaml(Lwt_sequence) = cfd62c5d6acfa6fe50f873bb3f1aea2c ocaml(Lwt_stream) = b59f15aadd5ea62b018cbd048dbc184d ocaml(Lwt_sys) = 6ec93c7d1d0d5317dea18a92aa7e6968 ocaml(Lwt_unix) = f79856f6b8484363aeeecb7438df1c00 ocaml(Markup) = 8e79e1d80b6cbfb936759aaff0af6d15 ocaml(Markup__) = 286076ed93641049e8e33ac3629053b6 ocaml(Markup__Common) = 39d6794fd3f6975abab3e0c99ff699af ocaml(Markup__Kstream) = 655e15537378e30745e013874df8c9ca ocaml(Markup_lwt) = 6dd75501f00deee75d052eac9027980f ocaml(Result) = 28020b82e5f31ba579bea0ece94570c2 ocaml(Seq) = 7e3b0b25edae0c80ba25e0797783a287 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__marshal) = ec702ee270a7328dce6deb90393c8cc2 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__result) = d1b547d2c3d917706e13599aa2a44a60 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocaml(Uutf) = 9fdc8c450ce2a702f62a3be6bc498c07 ocamlx(Lwt) = c5020d0883dd7c73ed0ae3e6976201a6 ocamlx(Lwt_io) = c8d5b33987842b9d3914603673cf46e6 ocamlx(Lwt_stream) = 185cb62be7d4fdd74f70e20adbdca576 Processing files: ocaml-markup-debugsource-1.0.2-1.fc35.x86_64 Provides: ocaml-markup-debugsource = 1.0.2-1.fc35 ocaml-markup-debugsource(x86-64) = 1.0.2-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-markup-debuginfo-1.0.2-1.fc35.x86_64 Provides: debuginfo(build-id) = 0a17a9af31d02f7efab18d82993919a667ceef2a ocaml-markup-debuginfo = 1.0.2-1.fc35 ocaml-markup-debuginfo(x86-64) = 1.0.2-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-markup-debugsource(x86-64) = 1.0.2-1.fc35 Processing files: ocaml-markup-lwt-debuginfo-1.0.2-1.fc35.x86_64 Provides: debuginfo(build-id) = 333d619166790d2d7070655c5673a6cb47b89b5b debuginfo(build-id) = da2d69d0eab38dc7350ceeba7c2a98c7c98d6c90 ocaml-markup-lwt-debuginfo = 1.0.2-1.fc35 ocaml-markup-lwt-debuginfo(x86-64) = 1.0.2-1.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-markup-debugsource(x86-64) = 1.0.2-1.fc35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64 Wrote: /builddir/build/RPMS/ocaml-markup-lwt-debuginfo-1.0.2-1.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-markup-lwt-1.0.2-1.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-markup-lwt-devel-1.0.2-1.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-markup-debugsource-1.0.2-1.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-markup-debuginfo-1.0.2-1.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-markup-1.0.2-1.fc35.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-markup-devel-1.0.2-1.fc35.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DnxfDH + umask 022 + cd /builddir/build/BUILD + cd markup.ml-1.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-markup-1.0.2-1.fc35.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0