D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-configurator-0.11.0-4.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DwdpWS + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf configurator-0.11.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/v0.11.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd configurator-0.11.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/iurt/rpmbuild/tmp/rpm-tmp.ZihBZU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + dune upgrade Project in dir src will be upgraded to dune v1. Upgrading src/jbuild to src/dune... Info: Creating file dune-project with this contents: | (lang dune 0.1) | (name configurator) Project in dir src will be upgraded to dune v2. Project in dir . will be upgraded to dune v2. Upgrading dune-project... Upgrading src/dune... Upgrading dune-project... Some projects were upgraded to dune v2. Some breaking changes may not have been treated automatically. Here is a list of things you should check to complete the migration: - If you use generated dune.inc files you probably should update your generators. - mli only modules must now be explicitly declared. This was previously a warning and is now an error. - Stop installing the `ocaml-syntax-shims` binary. In order to use `future_syntax`, one now need to depend on the `ocaml-syntax-shims` package. - Actions which introduce targets where new targets are forbidden (e.g. preprocessing) are now an error instead of a warning. - Stop installing the `ocaml-syntax-shims` binary. In order to use `future_syntax`, one now need to depend on the `ocaml-syntax-shims` package. - Do not put the `.install` files in the source tree unless `-p` or `--promote-install-files` is passed on the command line - Library names are now validated in a strict fashion. Previously, invalid names would be allowed for unwrapped libraries - Stricter validation of file names in `select`. The file names of conditional sources must match the prefix and the extension of the resultant filename. - Modules filtered out from the module list via the Ordered Set Language must now be actual modules. - Stub names are no longer allowed relative paths. This was previously a warning and is now an error. - In `(diff? x y)` action, require `x` to exist and register a dependency on that file. - `self_build_stubs_archive` was deleted in version 2.0 of the dune language. Use the (foreign_archives ...) field instead. + dune build --verbose -p configurator -j8 Workspace root: /home/iurt/rpmbuild/BUILD/configurator-0.11.0 disable binary cache Running[0]: /usr/bin/ocamlc.opt -config > /tmp/dunea94282.output Dune context: { name = "default" ; kind = "default" ; profile = Release ; merlin = true ; for_host = None ; fdo_target_exe = None ; build_dir = "default" ; toplevel_path = None ; ocaml_bin = External "/usr/bin" ; ocaml = Ok External "/usr/bin/ocaml" ; ocamlc = External "/usr/bin/ocamlc.opt" ; ocamlopt = Ok External "/usr/bin/ocamlopt.opt" ; ocamldep = Ok External "/usr/bin/ocamldep.opt" ; ocamlmklib = Ok External "/usr/bin/ocamlmklib.opt" ; env = map { "CAML_LD_LIBRARY_PATH" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/lib/stublibs" ; "INSIDE_DUNE" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/default" ; "MANPATH" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/bin" ; "OCAMLFIND_IGNORE_DUPS_IN" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/lib" ; "OCAMLPATH" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/lib" ; "OCAMLTOP_INCLUDE_PATH" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/lib/toplevel" } ; findlib_path = [ External "/usr/lib64/ocaml" ] ; arch_sixtyfour = true ; natdynlink_supported = true ; supports_shared_libraries = true ; ocaml_config = { version = "4.10.0" ; standard_library_default = "/usr/lib64/ocaml" ; standard_library = "/usr/lib64/ocaml" ; standard_runtime = "the_standard_runtime_variable_was_deleted" ; ccomp_type = "cc" ; c_compiler = "gcc" ; ocamlc_cflags = [ "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-fPIC" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ] ; ocamlopt_cflags = [ "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ; "-D_REENTRANT" ] ; bytecomp_c_libraries = [ "-Wl,--as-needed" ; "-Wl,-z,relro" ; "-Wl,-O1" ; "-Wl,--build-id" ; "-Wl,--enable-new-dtags" ; "-lm" ; "-ldl" ; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-D_FILE_OFFSET_BITS=64" ; "-D_REENTRANT" ] ; native_c_libraries = [ "-Wl,--as-needed" ; "-Wl,-z,relro" ; "-Wl,-O1" ; "-Wl,--build-id" ; "-Wl,--enable-new-dtags" ; "-lm" ; "-ldl" ] ; cc_profile = [] ; architecture = "amd64" ; model = "default" ; int_size = 63 ; word_size = 64 ; system = "linux" ; asm = [ "as" ] ; asm_cfi_supported = true ; with_frame_pointers = false ; ext_exe = "" ; ext_obj = ".o" ; ext_asm = ".s" ; ext_lib = ".a" ; ext_dll = ".so" ; os_type = "Unix" ; default_executable_name = "a.out" ; systhread_supported = true ; host = "x86_64-pc-linux-gnu" ; target = "x86_64-pc-linux-gnu" ; profiling = false ; flambda = false ; spacetime = false ; safe_string = true ; exec_magic_number = "Caml1999X027" ; cmi_magic_number = "Caml1999I027" ; cmo_magic_number = "Caml1999O027" ; cma_magic_number = "Caml1999A027" ; cmx_magic_number = "Caml1999Y027" ; cmxa_magic_number = "Caml1999Z027" ; ast_impl_magic_number = "Caml1999M027" ; ast_intf_magic_number = "Caml1999N027" ; cmxs_magic_number = "Caml1999D027" ; cmt_magic_number = "Caml1999T027" ; natdynlink_supported = true ; supports_shared_libraries = true ; windows_unicode = false } } Actual targets: - recursive alias @install Running[1]: (cd _build/default && /usr/bin/ocamldep.opt -modules -intf src/configurator.mli) > _build/default/src/.configurator.objs/configurator.mli.d Running[2]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl src/configurator.ml) > _build/default/src/.configurator.objs/configurator.ml.d Running[3]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/.configurator.objs/byte -I /usr/lib64/ocaml/base -I /usr/lib64/ocaml/base/base_internalhash_types -I /usr/lib64/ocaml/base/caml -I /usr/lib64/ocaml/base/shadow_stdlib -I /usr/lib64/ocaml/sexplib0 -I /usr/lib64/ocaml/stdio -no-alias-deps -o src/.configurator.objs/byte/configurator.cmi -c -intf src/configurator.mli) Running[4]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -I src/.configurator.objs/byte -I src/.configurator.objs/native -I /usr/lib64/ocaml/base -I /usr/lib64/ocaml/base/base_internalhash_types -I /usr/lib64/ocaml/base/caml -I /usr/lib64/ocaml/base/shadow_stdlib -I /usr/lib64/ocaml/sexplib0 -I /usr/lib64/ocaml/stdio -intf-suffix .ml -no-alias-deps -o src/.configurator.objs/native/configurator.cmx -c -impl src/configurator.ml) Running[5]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/.configurator.objs/byte -I /usr/lib64/ocaml/base -I /usr/lib64/ocaml/base/base_internalhash_types -I /usr/lib64/ocaml/base/caml -I /usr/lib64/ocaml/base/shadow_stdlib -I /usr/lib64/ocaml/sexplib0 -I /usr/lib64/ocaml/stdio -intf-suffix .ml -no-alias-deps -o src/.configurator.objs/byte/configurator.cmo -c -impl src/configurator.ml) Output[5]: File "src/configurator.ml", line 8, characters 20-35: 8 | module Pervasives = Caml.Pervasives ^^^^^^^^^^^^^^^ Alert deprecated: module Caml.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims Running[6]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -a -o src/configurator.cma src/.configurator.objs/byte/configurator.cmo) Output[4]: File "src/configurator.ml", line 8, characters 20-35: 8 | module Pervasives = Caml.Pervasives ^^^^^^^^^^^^^^^ Alert deprecated: module Caml.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "_none_", line 1: Warning 58: no cmx file was found in path for module Stdio, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58: no cmx file was found in path for module Stdio__In_channel, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58: no cmx file was found in path for module Stdio__Out_channel, and its interface was not compiled with -opaque Running[7]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -a -o src/configurator.cmxa src/.configurator.objs/native/configurator.cmx) Running[8]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -shared -linkall -I src -o src/configurator.cmxs src/configurator.cmxa) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.d6fXVT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64 + cd configurator-0.11.0 + '[' 1 -eq 1 ']' + opam-installer --prefix=/home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr --libdir=/home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml configurator.install Creating directory /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator _build/install/default/lib/configurator/META => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/META _build/install/default/lib/configurator/configurator.a => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.a _build/install/default/lib/configurator/configurator.cma => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cma _build/install/default/lib/configurator/configurator.cmi => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cmi _build/install/default/lib/configurator/configurator.cmt => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cmt _build/install/default/lib/configurator/configurator.cmti => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cmti _build/install/default/lib/configurator/configurator.cmx => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cmx _build/install/default/lib/configurator/configurator.cmxa => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cmxa _build/install/default/lib/configurator/configurator.cmxs => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cmxs _build/install/default/lib/configurator/configurator.ml => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.ml _build/install/default/lib/configurator/configurator.mli => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.mli _build/install/default/lib/configurator/dune-package => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/dune-package _build/install/default/lib/configurator/opam => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/opam Creating directory /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/doc/configurator _build/install/default/doc/configurator/LICENSE.txt => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/doc/configurator/LICENSE.txt _build/install/default/doc/configurator/README.org => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/doc/configurator/README.org + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/doc + find /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64 -name '*.cmxs' -exec chmod 0755 '{}' ';' + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.11.0-4.mga8 --unique-debug-suffix -0.11.0-4.mga8.x86_64 --unique-debug-src-base ocaml-configurator-0.11.0-4.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/configurator-0.11.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/lib64/ocaml/configurator/configurator.cmxs original debug info size: 60kB, size after compression: 64kB /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 1 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/filename.ml: Cannot stat: No such file or directory 28 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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.h3e2sR + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + '[' 1 -eq 1 ']' + dune runtest + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-configurator-0.11.0-4.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ebXg8R + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/share/doc/ocaml-configurator + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/share/doc/ocaml-configurator + cp -pr README.org /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/share/doc/ocaml-configurator + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vJ8PxS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/share/licenses/ocaml-configurator + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/share/licenses/ocaml-configurator + cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64/usr/share/licenses/ocaml-configurator + RPM_EC=0 ++ jobs -p + exit 0 BFD library unavailable, cannot print info on .cmxs files BFD library unavailable, cannot print info on .cmxs files Provides: ocaml(Configurator) = 0e30495a5459b9afb59f1f5ff8a78447 ocaml-configurator = 1:0.11.0-4.mga8 ocaml-configurator(x86-64) = 1:0.11.0-4.mga8 ocamlx(Configurator) = d3bfa76781397319751ff1716332e4d7 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(Base) = 64372f92ca28ba13a4e0262ccdbd2b9a ocaml(Base__) = f19276fd33c8ff23e35067bfec1c847e ocaml(Base__Applicative) = dda41ce90d5349382696e9b5071f4745 ocaml(Base__Applicative_intf) = 0610238bcd3d40679de406010fed5729 ocaml(Base__Array) = 952dc8bb3a171b545631ef0e0a02f42c ocaml(Base__Backtrace) = 0a09f59dc8487b6419cfec51f5e200b7 ocaml(Base__Binary_searchable) = c774fabbadfd34e8857b474aa6714070 ocaml(Base__Binary_searchable_intf) = da340ee94e2d622e772753a1ec29a0ff ocaml(Base__Blit) = d46707f1ee359312b248adde1138f1c3 ocaml(Base__Blit_intf) = e7d8dd2463967218ec7134663a1ec38a ocaml(Base__Bool) = 43b4efe5c978d358f91300453432a2dc ocaml(Base__Buffer) = 81f8a2f9933f82041caf77365c16cb2c ocaml(Base__Buffer_intf) = fe066269a03b49e0e2a363df085a782c ocaml(Base__Bytes) = f432b6474b94dea8871958fb77d6f143 ocaml(Base__Bytes_set_primitives) = 523a52248272b85cf0ee1e2d599d9254 ocaml(Base__Char) = 003ff2f44b05a3e58c01fc4b1a06f771 ocaml(Base__Comparable) = fc6ae077c088cf6a0599454190c528de ocaml(Base__Comparable_intf) = 7305ecc344b382251186bca0d1f440f2 ocaml(Base__Comparator) = 24044a65b5e6ad463c3f4456fa3f9e73 ocaml(Base__Comparisons) = 61c999994945b5a80506d8cf3ec2ad22 ocaml(Base__Container) = ab3faa1b10e712c34c02089905aad4a0 ocaml(Base__Container_intf) = adbfff0122a7dc6110407006c9638c81 ocaml(Base__Equal) = 38ee6bfcadfa1ad24bf5b32ef0e8b1c1 ocaml(Base__Error) = 1d57285ed7d94af070a94354d73104f6 ocaml(Base__Exn) = ea5512b9929d92501813d7a7d0277b14 ocaml(Base__Field) = 5b044e0ed023d5cd2b005a01982127a8 ocaml(Base__Float) = b1994847fa4c2451388ebbe7ecae2d83 ocaml(Base__Floatable) = c8d94ac75312a1882cd579b7527fa4e5 ocaml(Base__Formatter) = 2aa8a0dc7dc8fb358ebe41f38515b4f6 ocaml(Base__Hash) = 1eef0f18740854cdbd39df919c80f8f2 ocaml(Base__Hash_intf) = 20559bdc2c061ca3c2210d358d2a3a49 ocaml(Base__Hasher) = 32bd772a4da5ef120a8ebe5b0ce22c92 ocaml(Base__Identifiable) = 269567d74a2aa517f257fa632f3ecd8f ocaml(Base__Import) = 282c1849c281f8ee48cd5b6dad6f443a ocaml(Base__Import0) = a7cd964c3f296bec73ba9981c0d5bc05 ocaml(Base__Indexed_container) = 119e79fc2430c65c6d9cbc8d96e173b5 ocaml(Base__Indexed_container_intf) = 6f9743678694f8d305c29309508ded92 ocaml(Base__Info) = c2383d197aac29e06989bba0d7cec6f2 ocaml(Base__Info_intf) = d6a1b0ad81fd656c1fbe3b11abb44373 ocaml(Base__Int) = ee223a9c7b71ad3636e05eed91069588 ocaml(Base__Int0) = 193350e9276914f21fc2c15ed4496c45 ocaml(Base__Int32) = a895fb9a89aa1c39e0a748f1b05ffcbf ocaml(Base__Int63) = e5cff935abb57690a8004d404aed0833 ocaml(Base__Int63_emul) = c0ec82ebc9b93b1fdff659715adc36c2 ocaml(Base__Int64) = deeabf5fe893f106f70dec5942475e2a ocaml(Base__Int_intf) = 0cb5c31750866912542117721d17f688 ocaml(Base__Intable) = 4f6156c268e4bcbc83454128bf425dcb ocaml(Base__Invariant) = e139aaa649884b3b7faed841a134e0c8 ocaml(Base__Invariant_intf) = 13a3c3b5b3238330982ac7c8ad0e50b8 ocaml(Base__Lazy) = 8090718aaa5866ca5fee249cb6eec437 ocaml(Base__List) = 2149ed38270ed8278ffc7aa1e85d02f8 ocaml(Base__Map) = 9fcf62650548a9fe35807057a9f9fedd ocaml(Base__Map_intf) = aa82d7a6e5a8b649018e5e72ef69af1a ocaml(Base__Maybe_bound) = c9851b2941f12380b453973e81e8f82a ocaml(Base__Monad) = c0615b938f0b3d5726abd4f66727d5ee ocaml(Base__Monad_intf) = 8435dae66269d73e0ef83dd539dc486c ocaml(Base__Nativeint) = b63a367e187aee4587f897c7a0ec2c24 ocaml(Base__Option) = 39427dd4a6d3160265bd0fbe4c328b95 ocaml(Base__Or_error) = d3eecc4a8b979ac0b02d1167058b0c1b ocaml(Base__Poly0) = 5795b65bea4c7f11c59ae81b4084c388 ocaml(Base__Ppx_compare_lib) = a6c6375a9853f7669a2c62564f407abd ocaml(Base__Ppx_hash_lib) = 416c13b58f31ca2b01b9387b849c1b56 ocaml(Base__Ppx_sexp_conv_lib) = f0adb8bafd89de22fac1142b7ad4b6fb ocaml(Base__Pretty_printer) = d731e0d283e6d3e49a569930f867f001 ocaml(Base__Printf) = 06273ad0346d289e0ba67b1fa1f35880 ocaml(Base__Random) = 9d95b9f6553fa0d03cbb54c7f1550edb ocaml(Base__Ref) = af0ff5755888285c58f907b9eeceab55 ocaml(Base__Result) = e4eb665370afb8ed389757eeb79e57d6 ocaml(Base__Sequence) = c8767f82200c6c31cea7d43b16742b5f ocaml(Base__Sexp) = b7acd7af89da3f60ddc61c3cadb0af65 ocaml(Base__Sexp_with_comparable) = 10d32edb4a86b7232c85e428cd4d1bb8 ocaml(Base__Sexpable) = 9db67ad294d64b66293df2fe32db8249 ocaml(Base__Sexplib) = cffbb9e6c2013aeed7ce76ed26534135 ocaml(Base__Sign) = 324b0891b13991b309137cf99108e22b ocaml(Base__Sign0) = f82eddf2bee6ac7c90e8f5f2722ce402 ocaml(Base__Sign_or_nan) = 83098a9750dd7c20114995eba3511b9d ocaml(Base__Source_code_position0) = b6f2b032181c7ddc1974e31e10d1390e ocaml(Base__Staged) = 4abbfd7b4b0d5e69beebaf8e33c3de9c ocaml(Base__String) = e94151d656e54d75e66b936548cf52ca ocaml(Base__String0) = 511c756599ed0f1778a905c38c15aa88 ocaml(Base__Stringable) = f1e1a0811052ca6abf6d7397fa01db44 ocaml(Base__Sys0) = 617356c6f7b1c1d5f8e37c110521a553 ocaml(Base__T) = 21d6a1d0eb0d1bec94923eae76d26091 ocaml(Base__Unit) = 1a63147960f7c74e0034077621bce842 ocaml(Base__Validate) = 790881cfce71b970f019928088eff521 ocaml(Base_internalhash_types) = d629ec4d4eb9439f2e47bad62391fdbe ocaml(Caml) = 56523a7c86aeab165a1617f80b8195aa ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(CamlinternalLazy) = 4dbf494440e1d7857c9e9f8079808cd4 ocaml(Sexplib0) = 8dc0706301d63b2afe898b33af7db57d ocaml(Sexplib0__Sexp) = 1f3906a0dde1e608a6b2099103811a2c ocaml(Sexplib0__Sexp_conv) = 6e185d1713684314af532f7f225de4d0 ocaml(Sexplib0__Sexp_conv_error) = 8b76eb2236b8efc556d106b0179deee5 ocaml(Shadow_stdlib) = 8fe4a8cf6551a3e55ba8d770a819739c ocaml(Stdio) = c6857cb77267bcab8dc2e596bbee924c ocaml(Stdio__) = c2fb4285e9dee3aeb371e282de9ae178 ocaml(Stdio__Import) = 1c927f345e4bf8eb087b1cd9fa13bbc9 ocaml(Stdio__In_channel) = ef10a099db98443ccafa24c8e4b9a94f ocaml(Stdio__Out_channel) = b899b8af1373b72faa0b12d61631df44 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__arg) = 965c9e33adab6e9e8dc021fbfa95558d ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__filename) = e70d852a325736bc7266750bcc2e69f2 ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__lexing) = af4fe7604d37ed7010a342d5a704e3c5 ocaml(Stdlib__listLabels) = 683be3036e610dcdee760b7c448f32ed ocaml(Stdlib__map) = a82b95a7a6d7947a4127a1eccd24d8b1 ocaml(Stdlib__moreLabels) = f9bd256ebdeda0f1420ca08b9b459712 ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__set) = 2fa5bbe7cee6e11d5da34daaf89e1dbf ocaml(Stdlib__stdLabels) = ab1c96678ff9a88d0720eeb9f1e433af ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__stringLabels) = 246c1999640c298557265d4ea7994080 ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocamlx(CamlinternalLazy) = dddd3ac46ea6780f2847c7da43f41f5b ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__arg) = cb1eaa0d37316e516697f64cadc75f5f ocamlx(Stdlib__buffer) = 5a4eb38b27225067d0fbce3397ab57fa ocamlx(Stdlib__filename) = 4acdb6cb1dcdea0eb5f64c37cb1fa406 ocamlx(Stdlib__sys) = cc30c95de291d0ad184f95f6134db5d2 ocamlx(Unix) = ba030e73c9a8a296035219290541184c Processing files: ocaml-configurator-devel-0.11.0-4.mga8.x86_64 Provides: ocaml(Configurator) = 0e30495a5459b9afb59f1f5ff8a78447 ocaml-configurator-devel = 1:0.11.0-4.mga8 ocaml-configurator-devel(x86-64) = 1:0.11.0-4.mga8 ocamlx(Configurator) = d3bfa76781397319751ff1716332e4d7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Base) = 64372f92ca28ba13a4e0262ccdbd2b9a ocaml(Base__) = f19276fd33c8ff23e35067bfec1c847e ocaml(Base__Applicative) = dda41ce90d5349382696e9b5071f4745 ocaml(Base__Applicative_intf) = 0610238bcd3d40679de406010fed5729 ocaml(Base__Array) = 952dc8bb3a171b545631ef0e0a02f42c ocaml(Base__Backtrace) = 0a09f59dc8487b6419cfec51f5e200b7 ocaml(Base__Binary_searchable) = c774fabbadfd34e8857b474aa6714070 ocaml(Base__Binary_searchable_intf) = da340ee94e2d622e772753a1ec29a0ff ocaml(Base__Blit) = d46707f1ee359312b248adde1138f1c3 ocaml(Base__Blit_intf) = e7d8dd2463967218ec7134663a1ec38a ocaml(Base__Bool) = 43b4efe5c978d358f91300453432a2dc ocaml(Base__Buffer) = 81f8a2f9933f82041caf77365c16cb2c ocaml(Base__Buffer_intf) = fe066269a03b49e0e2a363df085a782c ocaml(Base__Bytes) = f432b6474b94dea8871958fb77d6f143 ocaml(Base__Bytes_set_primitives) = 523a52248272b85cf0ee1e2d599d9254 ocaml(Base__Char) = 003ff2f44b05a3e58c01fc4b1a06f771 ocaml(Base__Comparable) = fc6ae077c088cf6a0599454190c528de ocaml(Base__Comparable_intf) = 7305ecc344b382251186bca0d1f440f2 ocaml(Base__Comparator) = 24044a65b5e6ad463c3f4456fa3f9e73 ocaml(Base__Comparisons) = 61c999994945b5a80506d8cf3ec2ad22 ocaml(Base__Container) = ab3faa1b10e712c34c02089905aad4a0 ocaml(Base__Container_intf) = adbfff0122a7dc6110407006c9638c81 ocaml(Base__Equal) = 38ee6bfcadfa1ad24bf5b32ef0e8b1c1 ocaml(Base__Error) = 1d57285ed7d94af070a94354d73104f6 ocaml(Base__Exn) = ea5512b9929d92501813d7a7d0277b14 ocaml(Base__Field) = 5b044e0ed023d5cd2b005a01982127a8 ocaml(Base__Float) = b1994847fa4c2451388ebbe7ecae2d83 ocaml(Base__Floatable) = c8d94ac75312a1882cd579b7527fa4e5 ocaml(Base__Formatter) = 2aa8a0dc7dc8fb358ebe41f38515b4f6 ocaml(Base__Hash) = 1eef0f18740854cdbd39df919c80f8f2 ocaml(Base__Hash_intf) = 20559bdc2c061ca3c2210d358d2a3a49 ocaml(Base__Hasher) = 32bd772a4da5ef120a8ebe5b0ce22c92 ocaml(Base__Identifiable) = 269567d74a2aa517f257fa632f3ecd8f ocaml(Base__Import) = 282c1849c281f8ee48cd5b6dad6f443a ocaml(Base__Import0) = a7cd964c3f296bec73ba9981c0d5bc05 ocaml(Base__Indexed_container) = 119e79fc2430c65c6d9cbc8d96e173b5 ocaml(Base__Indexed_container_intf) = 6f9743678694f8d305c29309508ded92 ocaml(Base__Info) = c2383d197aac29e06989bba0d7cec6f2 ocaml(Base__Info_intf) = d6a1b0ad81fd656c1fbe3b11abb44373 ocaml(Base__Int) = ee223a9c7b71ad3636e05eed91069588 ocaml(Base__Int0) = 193350e9276914f21fc2c15ed4496c45 ocaml(Base__Int32) = a895fb9a89aa1c39e0a748f1b05ffcbf ocaml(Base__Int63) = e5cff935abb57690a8004d404aed0833 ocaml(Base__Int63_emul) = c0ec82ebc9b93b1fdff659715adc36c2 ocaml(Base__Int64) = deeabf5fe893f106f70dec5942475e2a ocaml(Base__Int_intf) = 0cb5c31750866912542117721d17f688 ocaml(Base__Intable) = 4f6156c268e4bcbc83454128bf425dcb ocaml(Base__Invariant) = e139aaa649884b3b7faed841a134e0c8 ocaml(Base__Invariant_intf) = 13a3c3b5b3238330982ac7c8ad0e50b8 ocaml(Base__Lazy) = 8090718aaa5866ca5fee249cb6eec437 ocaml(Base__List) = 2149ed38270ed8278ffc7aa1e85d02f8 ocaml(Base__Map) = 9fcf62650548a9fe35807057a9f9fedd ocaml(Base__Map_intf) = aa82d7a6e5a8b649018e5e72ef69af1a ocaml(Base__Maybe_bound) = c9851b2941f12380b453973e81e8f82a ocaml(Base__Monad) = c0615b938f0b3d5726abd4f66727d5ee ocaml(Base__Monad_intf) = 8435dae66269d73e0ef83dd539dc486c ocaml(Base__Nativeint) = b63a367e187aee4587f897c7a0ec2c24 ocaml(Base__Option) = 39427dd4a6d3160265bd0fbe4c328b95 ocaml(Base__Or_error) = d3eecc4a8b979ac0b02d1167058b0c1b ocaml(Base__Poly0) = 5795b65bea4c7f11c59ae81b4084c388 ocaml(Base__Ppx_compare_lib) = a6c6375a9853f7669a2c62564f407abd ocaml(Base__Ppx_hash_lib) = 416c13b58f31ca2b01b9387b849c1b56 ocaml(Base__Ppx_sexp_conv_lib) = f0adb8bafd89de22fac1142b7ad4b6fb ocaml(Base__Pretty_printer) = d731e0d283e6d3e49a569930f867f001 ocaml(Base__Printf) = 06273ad0346d289e0ba67b1fa1f35880 ocaml(Base__Random) = 9d95b9f6553fa0d03cbb54c7f1550edb ocaml(Base__Ref) = af0ff5755888285c58f907b9eeceab55 ocaml(Base__Result) = e4eb665370afb8ed389757eeb79e57d6 ocaml(Base__Sequence) = c8767f82200c6c31cea7d43b16742b5f ocaml(Base__Sexp) = b7acd7af89da3f60ddc61c3cadb0af65 ocaml(Base__Sexp_with_comparable) = 10d32edb4a86b7232c85e428cd4d1bb8 ocaml(Base__Sexpable) = 9db67ad294d64b66293df2fe32db8249 ocaml(Base__Sexplib) = cffbb9e6c2013aeed7ce76ed26534135 ocaml(Base__Sign) = 324b0891b13991b309137cf99108e22b ocaml(Base__Sign0) = f82eddf2bee6ac7c90e8f5f2722ce402 ocaml(Base__Sign_or_nan) = 83098a9750dd7c20114995eba3511b9d ocaml(Base__Source_code_position0) = b6f2b032181c7ddc1974e31e10d1390e ocaml(Base__Staged) = 4abbfd7b4b0d5e69beebaf8e33c3de9c ocaml(Base__String) = e94151d656e54d75e66b936548cf52ca ocaml(Base__String0) = 511c756599ed0f1778a905c38c15aa88 ocaml(Base__Stringable) = f1e1a0811052ca6abf6d7397fa01db44 ocaml(Base__Sys0) = 617356c6f7b1c1d5f8e37c110521a553 ocaml(Base__T) = 21d6a1d0eb0d1bec94923eae76d26091 ocaml(Base__Unit) = 1a63147960f7c74e0034077621bce842 ocaml(Base__Validate) = 790881cfce71b970f019928088eff521 ocaml(Base_internalhash_types) = d629ec4d4eb9439f2e47bad62391fdbe ocaml(Caml) = 56523a7c86aeab165a1617f80b8195aa ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(CamlinternalLazy) = 4dbf494440e1d7857c9e9f8079808cd4 ocaml(Sexplib0) = 8dc0706301d63b2afe898b33af7db57d ocaml(Sexplib0__Sexp) = 1f3906a0dde1e608a6b2099103811a2c ocaml(Sexplib0__Sexp_conv) = 6e185d1713684314af532f7f225de4d0 ocaml(Sexplib0__Sexp_conv_error) = 8b76eb2236b8efc556d106b0179deee5 ocaml(Shadow_stdlib) = 8fe4a8cf6551a3e55ba8d770a819739c ocaml(Stdio) = c6857cb77267bcab8dc2e596bbee924c ocaml(Stdio__) = c2fb4285e9dee3aeb371e282de9ae178 ocaml(Stdio__Import) = 1c927f345e4bf8eb087b1cd9fa13bbc9 ocaml(Stdio__In_channel) = ef10a099db98443ccafa24c8e4b9a94f ocaml(Stdio__Out_channel) = b899b8af1373b72faa0b12d61631df44 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__arg) = 965c9e33adab6e9e8dc021fbfa95558d ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__filename) = e70d852a325736bc7266750bcc2e69f2 ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__lexing) = af4fe7604d37ed7010a342d5a704e3c5 ocaml(Stdlib__listLabels) = 683be3036e610dcdee760b7c448f32ed ocaml(Stdlib__map) = a82b95a7a6d7947a4127a1eccd24d8b1 ocaml(Stdlib__moreLabels) = f9bd256ebdeda0f1420ca08b9b459712 ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__set) = 2fa5bbe7cee6e11d5da34daaf89e1dbf ocaml(Stdlib__stdLabels) = ab1c96678ff9a88d0720eeb9f1e433af ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__stringLabels) = 246c1999640c298557265d4ea7994080 ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocamlx(CamlinternalLazy) = dddd3ac46ea6780f2847c7da43f41f5b ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__arg) = cb1eaa0d37316e516697f64cadc75f5f ocamlx(Stdlib__buffer) = 5a4eb38b27225067d0fbce3397ab57fa ocamlx(Stdlib__filename) = 4acdb6cb1dcdea0eb5f64c37cb1fa406 ocamlx(Stdlib__sys) = cc30c95de291d0ad184f95f6134db5d2 ocamlx(Unix) = ba030e73c9a8a296035219290541184c Processing files: ocaml-configurator-debugsource-0.11.0-4.mga8.x86_64 Provides: ocaml-configurator-debugsource = 1:0.11.0-4.mga8 ocaml-configurator-debugsource(x86-64) = 1:0.11.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-configurator-debuginfo-0.11.0-4.mga8.x86_64 Provides: debuginfo(build-id) = b201772488c81794ff806f7415293a66b08af41e ocaml-configurator-debuginfo = 1:0.11.0-4.mga8 ocaml-configurator-debuginfo(x86-64) = 1:0.11.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-configurator-debugsource(x86-64) = 1:0.11.0-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-configurator-debuginfo-0.11.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-configurator-debugsource-0.11.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-configurator-devel-0.11.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-configurator-0.11.0-4.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1daZDU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-4.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Gpa5cR + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf configurator-0.11.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!