D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ocaml-biniou-1.2.1-8.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.n8LINN + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.531J1m + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + rm -rf biniou-1.2.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/biniou-1.2.1.tbz + STATUS=0 + '[' 0 -ne 0 ']' + cd biniou-1.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JqHVvy + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd biniou-1.2.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make dune build File "src/bi_stream.mli", line 20, characters 59-67: 20 | val read_stream : (string -> 'a array) -> in_channel -> 'a Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.mli", line 27, characters 44-52: 27 | ('a array -> string) -> out_channel -> 'a Stream.t -> unit ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 70, characters 12-23: 70 | match Stream.peek st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 73, characters 12-23: 73 | Stream.junk st; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 84, characters 2-13: 84 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 88, characters 11-22: 88 | flatten (Stream.from (fun i -> read_chunk of_string ic)) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 118, characters 2-13: 118 | Stream.iter ( ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 138, characters 11-25: 138 | let st = Stream.of_list l in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 146, characters 2-13: 146 | Stream.iter (fun i -> l' := i :: !l') st'; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 70, characters 12-23: 70 | match Stream.peek st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 73, characters 12-23: 73 | Stream.junk st; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 84, characters 2-13: 84 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 88, characters 11-22: 88 | flatten (Stream.from (fun i -> read_chunk of_string ic)) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 118, characters 2-13: 118 | Stream.iter ( ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 138, characters 11-25: 138 | let st = Stream.of_list l in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/bi_stream.ml", line 146, characters 2-13: 146 | Stream.iter (fun i -> l' := i :: !l') st'; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cHJmsg + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd biniou-1.2.1 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT + DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT//usr/lib64/ocaml + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT//usr/lib64/ocaml/biniou + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/bin + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/lib64/ocaml + cp -L _build/install/default/bin/bdump /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/bin + cp -rL _build/install/default/lib/biniou /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/lib64/ocaml + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.2.1-8.mga10 --unique-debug-suffix -1.2.1-8.mga10.x86_64 --unique-debug-src-base ocaml-biniou-1.2.1-8.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/biniou-1.2.1 find-debuginfo: starting Extracting debug info from 2 files DWARF-compressing 2 files sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ocaml-biniou-1.2.1-8.mga10.x86_64 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/hashtbl.ml: Cannot stat: No such file or directory cpio: _build/default/list.ml: Cannot stat: No such file or directory cpio: _build/default/printf.ml: Cannot stat: No such file or directory cpio: _build/default/stdlib.ml: Cannot stat: No such file or directory cpio: _build/default/stream.ml: Cannot stat: No such file or directory cpio: _build/default/string.ml: Cannot stat: No such file or directory find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ocaml-biniou-1.2.1-8.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.j5mX6U + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + cd biniou-1.2.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/doc/ocaml-biniou + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/doc/ocaml-biniou + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/biniou-1.2.1/README.md /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/doc/ocaml-biniou + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/biniou-1.2.1/CHANGES.md /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/doc/ocaml-biniou + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WrIqNw + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + cd biniou-1.2.1 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/licenses/ocaml-biniou + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/licenses/ocaml-biniou + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/biniou-1.2.1/LICENSE /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/licenses/ocaml-biniou + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Bi_dump) = 04b9f8ad5bf6ec42607902513f603615 ocaml(Bi_inbuf) = 5f99d6cbc29b5fc17d9064ae9be582bc ocaml(Bi_io) = dd965e9afab34df14c21a9adaa43e546 ocaml(Bi_outbuf) = 9f2c3f74584ccb4e8198e466fbb7581a ocaml(Bi_share) = fcb6659c7f338793984fcb734f117b14 ocaml(Bi_stream) = c3544b18f866e35717fe10c1e9c0266f ocaml(Bi_util) = 406c93a8552b8baf972a38c1b3c17f25 ocaml(Bi_vint) = c85aed9ab97d66216666d37f9c3fd19a ocaml-biniou = 1.2.1-8.mga10 ocaml-biniou(x86-64) = 1.2.1-8.mga10 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.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.29)(64bit) libm.so.6(GLIBC_2.35)(64bit) libm.so.6(GLIBC_2.38)(64bit) ocaml(Bi_inbuf) = 5f99d6cbc29b5fc17d9064ae9be582bc ocaml(Bi_outbuf) = 9f2c3f74584ccb4e8198e466fbb7581a ocaml(Bi_share) = fcb6659c7f338793984fcb734f117b14 ocaml(Bi_util) = 406c93a8552b8baf972a38c1b3c17f25 ocaml(Bi_vint) = c85aed9ab97d66216666d37f9c3fd19a ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(CamlinternalLazy) = 5365fec4a58da3e2d8fa2186f77d9be4 ocaml(Easy_format) = 1c2965a1ef233bfd9ae4a7ac44e27915 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Char) = 62afe57b49defcc078960a68b9efbbee ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Filename) = 3bcff250dd30a0e620fa7546882aaadf ocaml(Stdlib__Format) = b6edb97b685819e873481fe05723c8bc ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__Lazy) = 01430d340c028322c7247031a874e355 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Obj) = 25794d29f7f4018768ea900e331a2bf3 ocaml(Stdlib__Printexc) = ae914d0568e8b6e482a66bbd62a4432f ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__Stream) = 510a78f010f6c530a911189d7538d002 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 Processing files: ocaml-biniou-devel-1.2.1-8.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.aVQn8g + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + cd biniou-1.2.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/doc/ocaml-biniou-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/doc/ocaml-biniou-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/biniou-1.2.1/biniou-format.txt /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT/usr/share/doc/ocaml-biniou-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Bi_dump) = 04b9f8ad5bf6ec42607902513f603615 ocaml(Bi_inbuf) = 5f99d6cbc29b5fc17d9064ae9be582bc ocaml(Bi_io) = dd965e9afab34df14c21a9adaa43e546 ocaml(Bi_outbuf) = 9f2c3f74584ccb4e8198e466fbb7581a ocaml(Bi_share) = fcb6659c7f338793984fcb734f117b14 ocaml(Bi_stream) = c3544b18f866e35717fe10c1e9c0266f ocaml(Bi_util) = 406c93a8552b8baf972a38c1b3c17f25 ocaml(Bi_vint) = c85aed9ab97d66216666d37f9c3fd19a ocaml-biniou-devel = 1.2.1-8.mga10 ocaml-biniou-devel(x86-64) = 1.2.1-8.mga10 ocamlx(Bi_dump) = 46b42bcac3f2d4f423003cba746c28ac ocamlx(Bi_inbuf) = 81ca64135a7a98dea16403f75c1515b3 ocamlx(Bi_io) = 3ff32a1152a4adb064e1447d50a35514 ocamlx(Bi_outbuf) = 1ce1036d20d6be2bac4eeacb00c3490e ocamlx(Bi_share) = 543342cfaaff580f9310ddee92b62915 ocamlx(Bi_stream) = d632d7f2ec38717b7bcc9cd27913387d ocamlx(Bi_util) = 6c5557933af3066cc518f1133dc8dd14 ocamlx(Bi_vint) = be187866e19534dbea735d011bedbb85 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Bi_inbuf) = 5f99d6cbc29b5fc17d9064ae9be582bc ocaml(Bi_outbuf) = 9f2c3f74584ccb4e8198e466fbb7581a ocaml(Bi_share) = fcb6659c7f338793984fcb734f117b14 ocaml(Bi_util) = 406c93a8552b8baf972a38c1b3c17f25 ocaml(Bi_vint) = c85aed9ab97d66216666d37f9c3fd19a ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(CamlinternalLazy) = 5365fec4a58da3e2d8fa2186f77d9be4 ocaml(Easy_format) = 1c2965a1ef233bfd9ae4a7ac44e27915 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Char) = 62afe57b49defcc078960a68b9efbbee ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Filename) = 3bcff250dd30a0e620fa7546882aaadf ocaml(Stdlib__Format) = b6edb97b685819e873481fe05723c8bc ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__Lazy) = 01430d340c028322c7247031a874e355 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Obj) = 25794d29f7f4018768ea900e331a2bf3 ocaml(Stdlib__Printexc) = ae914d0568e8b6e482a66bbd62a4432f ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__Stream) = 510a78f010f6c530a911189d7538d002 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocamlx(CamlinternalLazy) = 162669b09093ea11100da3962b876e9b ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Array) = c17b2f7cf4a4cce9bfec4b26eec495f7 ocamlx(Stdlib__Buffer) = ec734da0dbd1f4871a6e468dd99f1edb ocamlx(Stdlib__Bytes) = e596dc3e9601d184f8fb9caa16ebc39e ocamlx(Stdlib__Char) = 10c8fcef55e12a07a1c4ab479d07547d ocamlx(Stdlib__Filename) = bb85b1b67a0eed0835203615c014e867 ocamlx(Stdlib__Hashtbl) = ffa6c0b4e31fbd58c5b0b7fda03f991f ocamlx(Stdlib__Int32) = 902c74c2fdd5555916320d907ba89f7f ocamlx(Stdlib__Int64) = 8a6af33b06c097c633dbf42a56b24bd0 ocamlx(Stdlib__List) = 55527cfeed14dbd1464fa9bc64111883 ocamlx(Stdlib__Obj) = f4a3fd2b3174036e9e913e92c4f7b2ba ocamlx(Stdlib__Printexc) = 91d35af34dfc354f724931b058a14954 ocamlx(Stdlib__Printf) = b5325f43d38afc618da7b0fb873c7faa ocamlx(Stdlib__Stream) = c06c5446818c6057b30329436dd271e3 ocamlx(Stdlib__String) = 650b799d3032d2e3c133eae0b21c0f95 ocamlx(Stdlib__Sys) = 5c3bb467dddca8a9684f29a499f12938 Processing files: ocaml-biniou-debugsource-1.2.1-8.mga10.x86_64 Provides: ocaml-biniou-debugsource = 1.2.1-8.mga10 ocaml-biniou-debugsource(x86-64) = 1.2.1-8.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-biniou-debuginfo-1.2.1-8.mga10.x86_64 Provides: debuginfo(build-id) = 08a6820cbfa8c0e19400bee61bc56a39ddff4754 debuginfo(build-id) = beb218877fb11027b74b8e0d412c4f6d2cf6b0b8 ocaml-biniou-debuginfo = 1.2.1-8.mga10 ocaml-biniou-debuginfo(x86-64) = 1.2.1-8.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-biniou-debugsource(x86-64) = 1.2.1-8.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-biniou-debugsource-1.2.1-8.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-biniou-devel-1.2.1-8.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-biniou-debuginfo-1.2.1-8.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-biniou-1.2.1-8.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sz0wzV + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-biniou-1.2.1-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!