D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/ocaml-gstreamer-0.2.0-16.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JZORpT + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf ocaml-gstreamer-0.2.0 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/ocaml-gstreamer-0.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-gstreamer-0.2.0 + /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.tBV7vY + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-gstreamer-0.2.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure --libdir=/usr/lib64 configuring ocaml-gstreamer 0.2.0 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking that calling user is not root... ok checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for ar... ar checking for ocamlc... ocamlc OCaml version is 4.13.1 checking if ocaml compiler supports first-class modules... yes OCaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... no checking for camlidl... camlidl checking for ocamllex... ocamllex checking for ocamllex.opt... ocamllex.opt checking for ocamlyacc... ocamlyacc checking for camlp4... no checking for camlp4boot... no checking for camlp4o... no checking for camlp4of... no checking for camlp4oof... no checking for camlp4orf... no checking for camlp4prof... no checking for camlp4r... no checking for camlp4rf... no checking for ocamlfind... ocamlfind checking for caml/threads.h... no checking for gcc option to produce PIC... -fPIC checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether pkg-config knows about gstreamer-1.0... ok checking whether pkg-config knows about gstreamer-app-1.0... ok configure: creating ./config.status config.status: creating Makefile config.status: creating src/META config.status: creating src/Makefile ++ ocamlc -where + make OCAMLMKLIB_FLAGS=/usr/lib64/ocaml/libcamlidl.a make -C src all make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' ocamldep gstreamer.ml > ._d/gstreamer.d ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/local/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/local/include -pthread -Wall -DNATIVE_CODE \ -DPIC -fPIC -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/local/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/local/include -pthread \ -o gstreamer_stubs.o " gstreamer_stubs.c In file included from gstreamer_stubs.c:1: gstreamer_stubs.c: In function 'ocaml_gstreamer_appsink_pull_buffer_string': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ gstreamer_stubs.c:1002:10: note: in expansion of macro 'String_val' 1002 | memcpy(String_val(ans), Caml_ba_data_val(ba), len); | ^~~~~~~~~~ In file included from gstreamer_stubs.c:10: /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | ~~~~~~~~~~~~~~~~~^~~~~~ In function 'value_of_bus', inlined from 'ocaml_gstreamer_bus_of_element' at gstreamer_stubs.c:474:9: gstreamer_stubs.c:462:12: warning: array subscript 'bus_t[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds] 462 | bus->bus = b; | ~~~~~~~~~^~~ gstreamer_stubs.c:461:16: note: object of size 8 allocated by 'malloc' 461 | bus_t *bus = malloc(sizeof(bus)); | ^~~~~~~~~~~~~~~~~~~ gstreamer_stubs.c:463:16: warning: array subscript 'bus_t[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds] 463 | bus->element = 0; | ~~~~~~~~~~~~~^~~ gstreamer_stubs.c:461:16: note: object of size 8 allocated by 'malloc' 461 | bus_t *bus = malloc(sizeof(bus)); | ^~~~~~~~~~~~~~~~~~~ gstreamer_stubs.c: In function 'ocaml_gstreamer_bus_of_element': gstreamer_stubs.c:477:20: warning: array subscript 'bus_t[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds] 477 | Bus_data_val(ans)->element = _e; | ^~ In function 'value_of_bus', inlined from 'ocaml_gstreamer_bus_of_element' at gstreamer_stubs.c:474:9: gstreamer_stubs.c:461:16: note: object of size 8 allocated by 'malloc' 461 | bus_t *bus = malloc(sizeof(bus)); | ^~~~~~~~~~~~~~~~~~~ ar rcs libgstreamer_stubs.a gstreamer_stubs.o ocamlc.opt -c -dtypes -g gstreamer.mli ocamlc.opt -c -dtypes -g gstreamer.ml ocamlmklib \ -o gstreamer_stubs gstreamer_stubs.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 \ /usr/lib64/ocaml/libcamlidl.a ocamlc.opt -a -dllib dllgstreamer_stubs.so -cclib -lgstreamer_stubs -cclib -lgstreamer-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lgstapp-1.0 -cclib -lgstbase-1.0 -cclib -lgstreamer-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -o gstreamer.cma gstreamer.cmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' make[2]: 'libgstreamer_stubs.a' is up to date. ocamlopt.opt -c -dtypes -g gstreamer.ml ocamlopt.opt -a -cclib -lgstreamer_stubs -cclib -lgstreamer-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lgstapp-1.0 -cclib -lgstbase-1.0 -cclib -lgstreamer-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -o gstreamer.cmxa gstreamer.cmx make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.PE6nPr + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64 + cd ocaml-gstreamer-0.2.0 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64 + DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64 + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml + export DLLDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/stublibs + DLLDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer + make install make -C src install make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' make[2]: 'libgstreamer_stubs.a' is up to date. make[2]: 'gstreamer.cma' is up to date. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' make[2]: 'libgstreamer_stubs.a' is up to date. make[2]: 'gstreamer.cmxa' is up to date. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' Installing library with ocamlfind ocamlfind install gstreamer META gstreamer.mli gstreamer.cmi gstreamer.cma gstreamer.cmxa gstreamer.cmx gstreamer.a libgstreamer_stubs.a dllgstreamer_stubs.so Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer/libgstreamer_stubs.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer/gstreamer.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer/gstreamer.cmx Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer/gstreamer.cmxa Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer/gstreamer.cma Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer/gstreamer.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer/gstreamer.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/stublibs/dllgstreamer_stubs.so Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/stublibs/dllgstreamer_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64//usr/lib64/ocaml/gstreamer/META Installation successful. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0/src' + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.2.0-16.mga9 --unique-debug-suffix -0.2.0-16.mga9.x86_64 --unique-debug-src-base ocaml-gstreamer-0.2.0-16.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-gstreamer-0.2.0 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64/usr/lib64/ocaml/stublibs/dllgstreamer_stubs.so dwz: ./usr/lib64/ocaml/stublibs/dllgstreamer_stubs.so-0.2.0-16.mga9.x86_64.debug: Unknown debugging section .debug_line_str original debug info size: 124kB, size after compression: 128kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 60 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 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-gstreamer-0.2.0-16.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wBURet + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-gstreamer-0.2.0 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64/usr/share/doc/ocaml-gstreamer + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64/usr/share/doc/ocaml-gstreamer + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64/usr/share/doc/ocaml-gstreamer + cp -pr CHANGES /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64/usr/share/doc/ocaml-gstreamer + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64/usr/share/doc/ocaml-gstreamer + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gstreamer) = 692a3c6be08c69c8fbfa5a90339afd9a ocaml-gstreamer = 0.2.0-16.mga9 ocaml-gstreamer(x86-64) = 0.2.0-16.mga9 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.2.5)(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgstapp-1.0.so.0()(64bit) libgstreamer-1.0.so.0()(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Int64) = 55e959e4ff2aaf232f465daffa26c424 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 Processing files: ocaml-gstreamer-devel-0.2.0-16.mga9.x86_64 Provides: ocaml(Gstreamer) = 692a3c6be08c69c8fbfa5a90339afd9a ocaml-gstreamer-devel = 0.2.0-16.mga9 ocaml-gstreamer-devel(x86-64) = 0.2.0-16.mga9 ocamlx(Gstreamer) = e44b68ec6e5c3de5830affe496590e62 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Int64) = 55e959e4ff2aaf232f465daffa26c424 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocamlx(Stdlib__Array) = aab10518c3f1158148fe7713d20dc740 ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 Processing files: ocaml-gstreamer-debugsource-0.2.0-16.mga9.x86_64 Provides: ocaml-gstreamer-debugsource = 0.2.0-16.mga9 ocaml-gstreamer-debugsource(x86-64) = 0.2.0-16.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-gstreamer-debuginfo-0.2.0-16.mga9.x86_64 Provides: debuginfo(build-id) = 40dc1adee30b77bbddd2cf9b93698116e2793e75 ocaml-gstreamer-debuginfo = 0.2.0-16.mga9 ocaml-gstreamer-debuginfo(x86-64) = 0.2.0-16.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-gstreamer-debugsource(x86-64) = 0.2.0-16.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-gstreamer-debugsource-0.2.0-16.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-gstreamer-0.2.0-16.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-gstreamer-debuginfo-0.2.0-16.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-gstreamer-devel-0.2.0-16.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fzTJkV + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-gstreamer-0.2.0 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-gstreamer-0.2.0-16.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zSprUi + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf ocaml-gstreamer-0.2.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!