D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/ocaml-syck-0.1.1-19.mga8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.doGg8W
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf ocaml-syck-0.1.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-syck-0.1.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ocaml-syck-0.1.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/iurt/rpmbuild/tmp/rpm-tmp.pYYFxX
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd ocaml-syck-0.1.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ ./configure
configuring ocaml-syck 0.1
checking for ocamlfind... ocamlfind
checking for ocamldep... ocamldep
checking for ocamlc... ocamlc
checking for ocamlopt... ocamlopt
checking for ocamlmklib... ocamlmklib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking syck.h usability... yes
checking syck.h presence... yes
checking for syck.h... yes
checking for syck_new_parser in -lsyck... yes
checking for snprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.mk
config.status: creating yaml/Makefile
config.status: creating yaml/META
config.status: creating t/Makefile
config.status: creating yaml/config.h
+ make OBJ=cmo LIB=cma OCAMLC=ocamlc
cd yaml && make 
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1/yaml'
OCAMLPATH=.. ocamlfind ocamldep yamlNode.ml yamlParser.ml yamlNode.mli yamlParser.mli | \
sed -e 's|./||g' > .depend
OCAMLPATH=.. ocamlfind ocamlc -ccopt -g -ccopt -O2 -c parser.c
parser.c: In function 'yamlParser_make':
parser.c:212:39: warning: passing argument 2 of 'syck_parser_error_handler' from incompatible pointer type [-Wincompatible-pointer-types]
  212 |     syck_parser_error_handler(parser, error_handler);
      |                                       ^~~~~~~~~~~~~
      |                                       |
      |                                       __attribute__((noreturn)) void (*)(SyckParser *, char *) {aka __attribute__((noreturn)) void (*)(struct _syck_parser *, char *)}
In file included from parser.c:12:
/usr/include/syck.h:423:47: note: expected 'SyckErrorHandler' {aka 'void (*)(struct _syck_parser *, const char *)'} but argument is of type '__attribute__((noreturn)) void (*)(SyckParser *, char *)' {aka '__attribute__((noreturn)) void (*)(struct _syck_parser *, char *)'}
  423 | void syck_parser_error_handler( SyckParser *, SyckErrorHandler );
      |                                               ^~~~~~~~~~~~~~~~
parser.c:213:44: warning: passing argument 2 of 'syck_parser_bad_anchor_handler' from incompatible pointer type [-Wincompatible-pointer-types]
  213 |     syck_parser_bad_anchor_handler(parser, bad_anchor_handler);
      |                                            ^~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            __attribute__((noreturn)) SyckNode * (*)(SyckParser *, char *) {aka __attribute__((noreturn)) struct _syck_node * (*)(struct _syck_parser *, char *)}
In file included from parser.c:12:
/usr/include/syck.h:424:52: note: expected 'SyckBadAnchorHandler' {aka 'struct _syck_node * (*)(struct _syck_parser *, const char *)'} but argument is of type '__attribute__((noreturn)) SyckNode * (*)(SyckParser *, char *)' {aka '__attribute__((noreturn)) struct _syck_node * (*)(struct _syck_parser *, char *)'}
  424 | void syck_parser_bad_anchor_handler( SyckParser *, SyckBadAnchorHandler );
      |                                                    ^~~~~~~~~~~~~~~~~~~~
OCAMLPATH=.. ocamlfind ocamlc  \
 -o yamlNode.cmi -c ./yamlNode.mli
OCAMLPATH=.. ocamlfind ocamlc  \
 -o yamlNode.cmo -c ./yamlNode.ml
OCAMLPATH=.. ocamlfind ocamlc  \
 -o yamlParser.cmi -c ./yamlParser.mli
OCAMLPATH=.. ocamlfind ocamlc  \
 -o yamlParser.cmo -c ./yamlParser.ml
ocamlmklib -o yaml parser.o yamlNode.cmo yamlParser.cmo -lsyck
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1/yaml'
cd t && make 
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1/t'
OCAMLPATH=.. ocamlfind ocamldep yamlsh.ml | \
sed -e 's|./||g' > .depend
OCAMLPATH=.. ocamlfind ocamlc -package yaml \
-linkpkg  -o yamlsh  \
./yamlsh.ml
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1/t'
+ make OBJ=cmx LIB=cmxa
cd yaml && make 
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1/yaml'
OCAMLPATH=.. ocamlfind ocamlopt  \
 -o yamlNode.cmx -c ./yamlNode.ml
OCAMLPATH=.. ocamlfind ocamlopt  \
 -o yamlParser.cmx -c ./yamlParser.ml
ocamlmklib -o yaml parser.o yamlNode.cmx yamlParser.cmx -lsyck
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1/yaml'
cd t && make 
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1/t'
OCAMLPATH=.. ocamlfind ocamlopt -package yaml \
-linkpkg  -o yamlsh  \
./yamlsh.ml
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1/t'
+ pushd yaml
~/rpmbuild/BUILD/ocaml-syck-0.1.1/yaml ~/rpmbuild/BUILD/ocaml-syck-0.1.1
+ mkdir -p doc
+ ocamldoc -colorize-code -html yamlNode.mli yamlParser.mli -d doc
+ popd
~/rpmbuild/BUILD/ocaml-syck-0.1.1
+ mv yaml/doc .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4v5S2Z
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64
++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64
+ cd ocaml-syck-0.1.1
+ '[' 1 -eq 1 ']'
+ export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64
+ DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64
+ export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml
+ OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/stublibs
+ ocamlfind install syck yaml/META yaml/yamlNode.mli yaml/yamlParser.mli yaml/yamlNode.cmi yaml/yamlParser.cmi yaml/yaml.cma yaml/libyaml.a yaml/yaml.a yaml/yaml.cmxa yaml/yamlNode.cmx yaml/yamlParser.cmx yaml/dllyaml.so
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yamlParser.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yamlNode.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yaml.cmxa
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yaml.a
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/libyaml.a
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yaml.cma
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yamlParser.cmi
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yamlNode.cmi
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yamlParser.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/yamlNode.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/stublibs/dllyaml.so
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/stublibs/dllyaml.so.owner
ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64//usr/lib64/ocaml/syck/META
+ /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.1.1-19.mga8 --unique-debug-suffix -0.1.1-19.mga8.x86_64 --unique-debug-src-base ocaml-syck-0.1.1-19.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-syck-0.1.1

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/lib64/ocaml/stublibs/dllyaml.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/lib64/ocaml/stublibs/dllyaml.so
original debug info size: 56kB, size after compression: 60kB
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
11 blocks
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: ocaml-syck-0.1.1-19.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4riJa0
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd ocaml-syck-0.1.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/share/doc/ocaml-syck
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/share/doc/ocaml-syck
+ cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/share/doc/ocaml-syck
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(YamlNode) = 38cef3eb68150c79168b56e4a69a667d ocaml(YamlParser) = 1e43630a85d06b5143c8bcac9e45b645 ocaml-syck = 0.1.1-19.mga8 ocaml-syck(x86-64) = 0.1.1-19.mga8
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) libsyck.so.0()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(YamlNode) = 38cef3eb68150c79168b56e4a69a667d
Processing files: ocaml-syck-devel-0.1.1-19.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2G49k0
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd ocaml-syck-0.1.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/share/doc/ocaml-syck-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/share/doc/ocaml-syck-devel
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/share/doc/ocaml-syck-devel
+ cp -pr doc/ /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64/usr/share/doc/ocaml-syck-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(YamlNode) = 38cef3eb68150c79168b56e4a69a667d ocaml(YamlParser) = 1e43630a85d06b5143c8bcac9e45b645 ocaml-syck-devel = 0.1.1-19.mga8 ocaml-syck-devel(x86-64) = 0.1.1-19.mga8 ocamlx(YamlNode) = a88830de9aeaf66eb3a7e283eeef7682 ocamlx(YamlParser) = f5218a069d7e1feb86cdd68ea19a4551
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(YamlNode) = 38cef3eb68150c79168b56e4a69a667d ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327
Processing files: ocaml-syck-debugsource-0.1.1-19.mga8.x86_64
Provides: ocaml-syck-debugsource = 0.1.1-19.mga8 ocaml-syck-debugsource(x86-64) = 0.1.1-19.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: ocaml-syck-debuginfo-0.1.1-19.mga8.x86_64
Provides: debuginfo(build-id) = 5840c06de306bf24353ca2e18634543552447ddd ocaml-syck-debuginfo = 0.1.1-19.mga8 ocaml-syck-debuginfo(x86-64) = 0.1.1-19.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: ocaml-syck-debugsource(x86-64) = 0.1.1-19.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-syck-debuginfo-0.1.1-19.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-syck-debugsource-0.1.1-19.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-syck-0.1.1-19.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-syck-devel-0.1.1-19.mga8.x86_64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NbFv0Z
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd ocaml-syck-0.1.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-syck-0.1.1-19.mga8.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eXq6rY
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf ocaml-syck-0.1.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!