D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: /home/pterjan/rpmbuild/SPECS/ocaml-xmlm.spec line 35: autopatch: no matching patches in range Installing /home/pterjan/rpmbuild/SRPMS/ocaml-xmlm-1.3.0-10.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.C1SO6c + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0xiBDT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + rm -rf xmlm-1.3.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/xmlm-1.3.0.tbz + STATUS=0 + '[' 0 -ne 0 ']' + cd xmlm-1.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo ' true: debug' + echo ' true: annot' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.M7A6KA + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + cd xmlm-1.3.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ocaml pkg/pkg.ml build ocamlfind ocamldep -modules src/xmlm.ml > src/xmlm.ml.depends ocamlfind ocamldep -modules src/xmlm.mli > src/xmlm.mli.depends ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -I test -o src/xmlm.cmi src/xmlm.mli ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml File "src/xmlm.ml", line 1128, characters 18-34: 1128 | let lowercase = String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlfind ocamlopt -a -I src src/xmlm.cmx -o src/xmlm.cmxa ocamlfind ocamlopt -shared -linkall -I src src/xmlm.cmxa -o src/xmlm.cmxs ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml File "src/xmlm.ml", line 1128, characters 18-34: 1128 | let lowercase = String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlfind ocamlc -a -I src src/xmlm.cmo -o src/xmlm.cma ocamlfind ocamldep -modules test/xmltrip.ml > test/xmltrip.ml.depends ocamlfind ocamldep -modules test/xhtml.ml > test/xhtml.ml.depends ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I test -I src -o test/xhtml.cmo test/xhtml.ml ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml File "test/xmltrip.ml", line 171, characters 33-49: 171 | let encoding_of_str enc = match (String.lowercase enc) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I test -I src -o test/xhtml.cmx test/xhtml.ml ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml File "test/xmltrip.ml", line 171, characters 33-49: 171 | let encoding_of_str enc = match (String.lowercase enc) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlfind ocamlopt -linkpkg -g -I src -I test src/xmlm.cmx test/xhtml.cmx test/xmltrip.cmx -o test/xmltrip.native # No parallelism done + pushd _build/test/ ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0/_build/test ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0 + ocamlopt -g -c -I ../src xhtml.ml + ocamlopt -g -c -I ../src xmltrip.ml File "xmltrip.ml", line 171, characters 33-49: 171 | let encoding_of_str enc = match (String.lowercase enc) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. + ocamlopt -g -o xmltrip -I ../src xmlm.cmxa xhtml.cmx xmltrip.cmx + rm -f xhtml.o xmltrip.o xhtml.cmi xhtml.cmx xmltrip.cmi xmltrip.cmx + popd ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WkxPMV + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT + cd xmlm-1.3.0 + '[' 1 -eq 1 ']' + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm + pushd _build/src/ ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0/_build/src ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0 + ocamlfind install xmlm ../../_build/pkg/META xmlm.a xmlm.cma xmlm.cmi xmlm.cmt xmlm.cmx xmlm.cmti xmlm.cmxa xmlm.cmxs xmlm.annot xmlm.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.cmxs Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.cmxa Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.cma Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/xmlm.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/lib64/ocaml/xmlm/META + popd ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0 + pushd _build/test/ ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0/_build/test ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0 + install -d /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/bin/ + install -m 0755 xmltrip /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/bin/ + popd ~/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0 + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.3.0-10.mga10 --unique-debug-suffix -1.3.0-10.mga10.x86_64 --unique-debug-src-base ocaml-xmlm-1.3.0-10.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0 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-xmlm-1.3.0-10.mga10.x86_64 cpio: _build/buffer.ml: Cannot stat: No such file or directory cpio: _build/hashtbl.ml: Cannot stat: No such file or directory cpio: _build/list.ml: Cannot stat: No such file or directory cpio: _build/test/bytes.ml: Cannot stat: No such file or directory cpio: _build/test/hashtbl.ml: Cannot stat: No such file or directory cpio: _build/test/list.ml: Cannot stat: No such file or directory cpio: _build/test/printf.ml: Cannot stat: No such file or directory cpio: _build/test/stdlib.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-xmlm-1.3.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ocaml-xmlm-1.3.0-10.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kFIuBF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + cd xmlm-1.3.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-xmlm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-xmlm + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0/README.md /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-xmlm + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0/CHANGES.md /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-xmlm + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Xmlm) = 5a7b8ab50600a3352ba5b0ceb815b0fa ocaml-xmlm = 1.3.0-10.mga10 ocaml-xmlm(x86-64) = 1.3.0-10.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(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Char) = 62afe57b49defcc078960a68b9efbbee ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Format) = b6edb97b685819e873481fe05723c8bc ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 Processing files: ocaml-xmlm-devel-1.3.0-10.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oYUq8P + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + cd xmlm-1.3.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-xmlm-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-xmlm-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0/doc /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-xmlm-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/xmlm-1.3.0/test /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-xmlm-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Xmlm) = 5a7b8ab50600a3352ba5b0ceb815b0fa ocaml-xmlm-devel = 1.3.0-10.mga10 ocaml-xmlm-devel(x86-64) = 1.3.0-10.mga10 ocamlx(Xmlm) = 961257ed566dc010ffc0bb6c1280038d Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Char) = 62afe57b49defcc078960a68b9efbbee ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Format) = b6edb97b685819e873481fe05723c8bc ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Buffer) = ec734da0dbd1f4871a6e468dd99f1edb ocamlx(Stdlib__Char) = 10c8fcef55e12a07a1c4ab479d07547d ocamlx(Stdlib__Format) = 252dee0ca8b365189f2ed175e3779e3c ocamlx(Stdlib__Hashtbl) = ffa6c0b4e31fbd58c5b0b7fda03f991f ocamlx(Stdlib__List) = 55527cfeed14dbd1464fa9bc64111883 ocamlx(Stdlib__String) = 650b799d3032d2e3c133eae0b21c0f95 Processing files: ocaml-xmlm-debugsource-1.3.0-10.mga10.x86_64 Provides: ocaml-xmlm-debugsource = 1.3.0-10.mga10 ocaml-xmlm-debugsource(x86-64) = 1.3.0-10.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-xmlm-debuginfo-1.3.0-10.mga10.x86_64 Provides: debuginfo(build-id) = b0073120c85e04f0c8e03e3c3dd05d47068620ef debuginfo(build-id) = d8e3b77209af8444253b1c95c37d217bd683c6db ocaml-xmlm-debuginfo = 1.3.0-10.mga10 ocaml-xmlm-debuginfo(x86-64) = 1.3.0-10.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-xmlm-debugsource(x86-64) = 1.3.0-10.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-xmlm-debugsource-1.3.0-10.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-xmlm-debuginfo-1.3.0-10.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-xmlm-1.3.0-10.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-xmlm-devel-1.3.0-10.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.K70HWB + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-xmlm-1.3.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: /home/pterjan/rpmbuild/SPECS/ocaml-xmlm.spec line 35: autopatch: no matching patches in range D: [iurt_root_command] Success!