D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/xmlbird-1.2.11-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JHfarK + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf libxmlbird-1.2.11 + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/libxmlbird-1.2.11.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libxmlbird-1.2.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's/^libdir=.*/libdir=\${exec_prefix}\/lib64/' scripts/pkgconfig.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.flL9oL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libxmlbird-1.2.11 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/python3 configure -p/usr -llib64 '--cflags=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' Checking for valac version >= 0.16.0 Found Vala 0.48.3 + /usr/bin/python3 build.py libxmlbird/XmlString.vala:162.10-162.15: warning: string.ndup is deprecated. Use string.substring libxmlbird/Tag.vala:471.7-471.9: warning: local variable `end' declared but never used int end = index; ^^^ libxmlbird/Tag.vala:476.7-476.19: warning: local variable `closing_slash' declared but never used int closing_slash = start; ^^^^^^^^^^^^^ Compilation succeeded - 3 warning(s) build/libxmlbird/Attribute.c: In function 'b_attribute_construct_element': build/libxmlbird/Attribute.c:212:29: warning: passing argument 1 of 'b_xml_string_new' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 212 | _tmp7_ = b_xml_string_new ((const gchar*) _tmp3_, _tmp6_); | ^~~~~~~~~~~~~~~~~~~~~ build/libxmlbird/Attribute.c:113:13: note: expected 'gchar *' {aka 'char *'} but argument is of type 'const gchar *' {aka 'const char *'} 113 | BXmlString* b_xml_string_new (gchar* data, | ^~~~~~~~~~~~~~~~ build/libxmlbird/Attribute.c:219:30: warning: passing argument 1 of 'b_xml_string_new' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 219 | _tmp12_ = b_xml_string_new ((const gchar*) _tmp8_, _tmp11_); | ^~~~~~~~~~~~~~~~~~~~~ build/libxmlbird/Attribute.c:113:13: note: expected 'gchar *' {aka 'char *'} but argument is of type 'const gchar *' {aka 'const char *'} 113 | BXmlString* b_xml_string_new (gchar* data, | ^~~~~~~~~~~~~~~~ build/libxmlbird/Attribute.c:226:30: warning: passing argument 1 of 'b_xml_string_new' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 226 | _tmp17_ = b_xml_string_new ((const gchar*) _tmp13_, _tmp16_); | ^~~~~~~~~~~~~~~~~~~~~~ build/libxmlbird/Attribute.c:113:13: note: expected 'gchar *' {aka 'char *'} but argument is of type 'const gchar *' {aka 'const char *'} 113 | BXmlString* b_xml_string_new (gchar* data, | ^~~~~~~~~~~~~~~~ build/libxmlbird/Xml.c: In function 'b_xml_parser_construct': build/libxmlbird/Xml.c:270:27: warning: passing argument 1 of 'b_xml_data_new' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 270 | _tmp3_ = b_xml_data_new (data, _tmp2_, B_NONE); | ^~~~ build/libxmlbird/Xml.c:180:11: note: expected 'gchar *' {aka 'char *'} but argument is of type 'const gchar *' {aka 'const char *'} 180 | BXmlData* b_xml_data_new (gchar* data, | ^~~~~~~~~~~~~~ tests/Test.vala:24.2-24.21: warning: method `B.Test.validate' never used public bool validate () { ^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:29.2-29.17: warning: method `B.Test.test' never used public void test (string values) { ^^^^^^^^^^^^^^^^ tests/Test.vala:85.3-85.31: warning: local variable `t' declared but never used foreach (XmlElement t in tag) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 3 warning(s) tests/Test.vala:24.2-24.21: warning: method `B.Test.validate' never used public bool validate () { ^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:39.2-39.22: warning: method `B.Test.benchmark' never used public void benchmark (string task_name) { ^^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:85.3-85.31: warning: local variable `t' declared but never used foreach (XmlElement t in tag) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 3 warning(s) tests/fuzz.vala:17.3-17.44: warning: unhandled error `GLib.FileError' FileUtils.get_contents (filename, out xml); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:29.2-29.17: warning: method `B.Test.test' never used public void test (string values) { ^^^^^^^^^^^^^^^^ tests/Test.vala:39.2-39.22: warning: method `B.Test.benchmark' never used public void benchmark (string task_name) { ^^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:85.3-85.31: warning: local variable `t' declared but never used foreach (XmlElement t in tag) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 4 warning(s) mkdir -p build/bin mkdir -p build/libxmlbird [ -e "build/libxmlbird/placeholder" ] || touch "build/libxmlbird/placeholder" valac -C --pkg posix --vapidir=./ --basedir build/libxmlbird/ --enable-experimental --library libxmlbird --vapi=./build/xmlbird.vapi -H build/xmlbird/xmlbird.h libxmlbird/*.vala gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/XmlElement.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/XmlElement.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/Tag.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Tag.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/Attributes.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Attributes.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/Attribute.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Attribute.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/XmlTree.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/XmlTree.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/XmlString.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/XmlString.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/XmlData.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/XmlData.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/Xml.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Xml.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c build/libxmlbird/Elements.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Elements.o gcc -shared -Wl,-soname,libxmlbird.so.1 build/libxmlbird/*.o $(pkg-config --libs glib-2.0) $(pkg-config --libs gobject-2.0) -o ./build/bin/libxmlbird.so.1 cd build/bin/ && ln -s -f libxmlbird.so.1 libxmlbird.so Done + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vQ8h0K + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64 + cd libxmlbird-1.2.11 + '[' 1 -eq 1 ']' + /usr/bin/python3 install.py -d/home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64 install: /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64/usr/lib64/libxmlbird.so.1 install link: /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64/usr/lib64/ libxmlbird.so install: /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64/usr/include/xmlbird.h install: /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64/usr/share/vala/vapi/xmlbird.vapi install: /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64/usr/lib64/pkgconfig/xmlbird.pc + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.2.11-2.mga8 --unique-debug-suffix -1.2.11-2.mga8.aarch64 --unique-debug-src-base xmlbird-1.2.11-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/libxmlbird-1.2.11 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64/usr/lib64/libxmlbird.so.1 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64/usr/lib64/libxmlbird.so.1 original debug info size: 356kB, size after compression: 308kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 373 blocks + '[' -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/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: lib64xmlbird1-1.2.11-2.mga8.aarch64 Provides: lib64xmlbird1 = 1.2.11-2.mga8 lib64xmlbird1(aarch-64) = 1.2.11-2.mga8 libxmlbird.so.1()(64bit) 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.17)(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) Processing files: lib64xmlbird-devel-1.2.11-2.mga8.aarch64 Provides: devel(libxmlbird(64bit)) lib64xmlbird-devel = 1.2.11-2.mga8 lib64xmlbird-devel(aarch-64) = 1.2.11-2.mga8 pkgconfig(xmlbird) = 1.2.11 xmlbird-devel Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libglib-2.0(64bit)) devel(libgobject-2.0(64bit)) pkgconfig pkgconfig(glib-2.0) Processing files: xmlbird-debugsource-1.2.11-2.mga8.aarch64 Provides: xmlbird-debugsource = 1.2.11-2.mga8 xmlbird-debugsource(aarch-64) = 1.2.11-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64xmlbird1-debuginfo-1.2.11-2.mga8.aarch64 Provides: debuginfo(build-id) = 729bf4bf6a65e88e46d39fed4ef4f84cbc88f340 lib64xmlbird1-debuginfo = 1.2.11-2.mga8 lib64xmlbird1-debuginfo(aarch-64) = 1.2.11-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: xmlbird-debugsource(aarch-64) = 1.2.11-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64xmlbird-devel-1.2.11-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64xmlbird1-1.2.11-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/xmlbird-debugsource-1.2.11-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64xmlbird1-debuginfo-1.2.11-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.D82FbK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libxmlbird-1.2.11 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/xmlbird-1.2.11-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0m8LsN + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf libxmlbird-1.2.11 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!