D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/camlmix-1.3.1-14.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OqEBrF Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SKDGkG + umask 022 + cd /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + rm -rf camlmix-1.3.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/camlmix-1.3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd camlmix-1.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/camlmix-1.3.1-enable-debugging-information.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0002-Add-dependency-to-camlp-streams.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.y4Zxlv + umask 022 + cd /home/pterjan/rpmbuild/BUILD/camlmix-1.3.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 camlmix-1.3.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make native contents='let version = "1.3.1"'; \ if test "`cat version.ml`" != "$contents"; then \ echo "$contents" > version.ml;\ fi ocamllex lexer.mll 29 states, 305 transitions, table size 1394 bytes ocamlyacc parser_directive.mly make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/camlmix-1.3.1' making ._d/version.d from version.ml making ._d/directive.d from directive.ml making ._d/main.d from main.ml making ._d/lexer.d from lexer.ml making ._d/parser_directive.d from parser_directive.ml making ._ncdi/lexer.di from lexer.mli OCamlMakefile:929: warning: pattern recipe did not update peer target '._bcdi/lexer.di'. making ._ncdi/parser_directive.di from parser_directive.mli OCamlMakefile:929: warning: pattern recipe did not update peer target '._bcdi/parser_directive.di'. ocamlfind ocamlopt -g -package camlp-streams -c version.ml ocamlfind ocamlc -package camlp-streams -c lexer.mli ocamlfind ocamlopt -g -package camlp-streams -c lexer.ml ocamlfind ocamlc -package camlp-streams -c parser_directive.mli ocamlfind ocamlopt -g -package camlp-streams -c parser_directive.ml ocamlfind ocamlopt -g -package camlp-streams -c directive.ml ocamlfind ocamlopt -g -package camlp-streams -c main.ml File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). ocamlfind ocamlopt -g \ -package camlp-streams -linkpkg \ -ccopt -Wl,--as-needed -ccopt -Wl,--no-undefined -ccopt -Wl,-z,relro -ccopt -Wl,-z,now -ccopt -Wl,-O1 -ccopt -Wl,--build-id=sha1 -ccopt -Wl,--enable-new-dtags -ccopt -specs=/usr/lib/rpm/redhat/redhat-hardened-ld unix.cmxa -o camlmix \ version.cmx lexer.cmx parser_directive.cmx directive.cmx main.cmx File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/camlmix-1.3.1' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Czd8Q0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + mkdir /home/pterjan/rpmbuild/BUILD/camlmix-1.3.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 camlmix-1.3.1 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT/usr/bin + make install PREFIX=/home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT/usr install -m 0755 camlmix /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT/usr/bin/ + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.3.1-14.mga10 --unique-debug-suffix -1.3.1-14.mga10.x86_64 --unique-debug-src-base camlmix-1.3.1-14.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/camlmix-1.3.1 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/camlmix-1.3.1-14.mga10.x86_64 cpio: buffer.ml: Cannot stat: No such file or directory cpio: bytes.ml: Cannot stat: No such file or directory cpio: camlinternalLazy.ml: Cannot stat: No such file or directory cpio: lexing.ml: Cannot stat: No such file or directory cpio: list.ml: Cannot stat: No such file or directory cpio: printf.ml: Cannot stat: No such file or directory cpio: stdlib.ml: Cannot stat: No such file or directory cpio: string.ml: Cannot stat: No such file or directory cpio: unix.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/camlmix-1.3.1-build/SPECPARTS/rpm-debuginfo.specpart Processing files: camlmix-1.3.1-14.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9Yuw5t + umask 022 + cd /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + cd camlmix-1.3.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT/usr/share/doc/camlmix + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT/usr/share/doc/camlmix + cp -pr /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/camlmix-1.3.1/LICENSE /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT/usr/share/doc/camlmix + cp -pr /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/camlmix-1.3.1/README.md /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT/usr/share/doc/camlmix + cp -pr /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/camlmix-1.3.1/examples /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT/usr/share/doc/camlmix + RPM_EC=0 ++ jobs -p + exit 0 Provides: camlmix = 1.3.1-14.mga10 camlmix(x86-64) = 1.3.1-14.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.16)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.25)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(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) Processing files: camlmix-debugsource-1.3.1-14.mga10.x86_64 Provides: camlmix-debugsource = 1.3.1-14.mga10 camlmix-debugsource(x86-64) = 1.3.1-14.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: camlmix-debuginfo-1.3.1-14.mga10.x86_64 Provides: camlmix-debuginfo = 1.3.1-14.mga10 camlmix-debuginfo(x86-64) = 1.3.1-14.mga10 debuginfo(build-id) = 071342bcd75218f564b4942f708bca106fdf6bdb Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: camlmix-debugsource(x86-64) = 1.3.1-14.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/camlmix-debugsource-1.3.1-14.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/camlmix-1.3.1-14.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/camlmix-debuginfo-1.3.1-14.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xeiaRx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + test -d /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/camlmix-1.3.1-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!