D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ltl2ba-1.2-0.b1.3.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JxyyCJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ltl2ba-1.2b1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ltl2ba-1.2b1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ltl2ba-1.2b1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/ltl2ba-1.1-mageia-format-security.patch + iconv -f latin1 -t utf8 README + mv README.utf8 README + perl -pi -e 's/^(CFLAGS.*)-O3(.*)/$1\$\(RPM_OPT_FLAGS\)$2/' Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PFI0xK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ltl2ba-1.2b1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o trans.o trans.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o lex.o lex.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o main.o main.c main.c: In function 'main': main.c:190:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 190 | fgets(formula, 4096, tl_out); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o mem.o mem.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o set.o set.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o cache.o cache.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o parse.o parse.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o rewrt.o rewrt.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o alternating.o alternating.c alternating.c: In function 'mk_alternating': alternating.c:436:83: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 436 | fprintf(tl_out, "\nBuilding and simplification of the alternating automaton: %i.%06is", | ~^ | | | int | %li 437 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~ | | | __time_t {aka long int} alternating.c:436:88: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=] 436 | fprintf(tl_out, "\nBuilding and simplification of the alternating automaton: %i.%06is", | ~~~^ | | | int | %06li 437 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~~ | | | __suseconds_t {aka long int} gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o buchi.o buchi.c buchi.c: In function 'simplify_btrans': buchi.c:115:78: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 115 | fprintf(tl_out, "\nSimplification of the Buchi automaton - transitions: %i.%06is", | ~^ | | | int | %li 116 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~ | | | __time_t {aka long int} buchi.c:115:83: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=] 115 | fprintf(tl_out, "\nSimplification of the Buchi automaton - transitions: %i.%06is", | ~~~^ | | | int | %06li 116 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~~ | | | __suseconds_t {aka long int} buchi.c: In function 'simplify_bstates': buchi.c:281:73: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 281 | fprintf(tl_out, "\nSimplification of the Buchi automaton - states: %i.%06is", | ~^ | | | int | %li 282 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~ | | | __time_t {aka long int} buchi.c:281:78: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=] 281 | fprintf(tl_out, "\nSimplification of the Buchi automaton - states: %i.%06is", | ~~~^ | | | int | %06li 282 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~~ | | | __suseconds_t {aka long int} buchi.c: In function 'mk_buchi': buchi.c:676:56: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 676 | fprintf(tl_out, "\nBuilding the Buchi automaton : %i.%06is", | ~^ | | | int | %li 677 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~ | | | __time_t {aka long int} buchi.c:676:61: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=] 676 | fprintf(tl_out, "\nBuilding the Buchi automaton : %i.%06is", | ~~~^ | | | int | %06li 677 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~~ | | | __suseconds_t {aka long int} gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -c -o generalized.o generalized.c generalized.c: In function 'simplify_gtrans': generalized.c:154:90: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 154 | fprintf(tl_out, "\nSimplification of the generalized Buchi automaton - transitions: %i.%06is", | ~^ | | | int | %li 155 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~ | | | __time_t {aka long int} generalized.c:154:95: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=] 154 | fprintf(tl_out, "\nSimplification of the generalized Buchi automaton - transitions: %i.%06is", | ~~~^ | | | int | %06li 155 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~~ | | | __suseconds_t {aka long int} generalized.c: In function 'simplify_gstates': generalized.c:247:85: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 247 | fprintf(tl_out, "\nSimplification of the generalized Buchi automaton - states: %i.%06is", | ~^ | | | int | %li 248 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~ | | | __time_t {aka long int} generalized.c:247:90: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=] 247 | fprintf(tl_out, "\nSimplification of the generalized Buchi automaton - states: %i.%06is", | ~~~^ | | | int | %06li 248 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~~ | | | __suseconds_t {aka long int} generalized.c: In function 'mk_generalized': generalized.c:621:68: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 621 | fprintf(tl_out, "\nBuilding the generalized Buchi automaton : %i.%06is", | ~^ | | | int | %li 622 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~ | | | __time_t {aka long int} generalized.c:621:73: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=] 621 | fprintf(tl_out, "\nBuilding the generalized Buchi automaton : %i.%06is", | ~~~^ | | | int | %06li 622 | t_diff.tv_sec, t_diff.tv_usec); | ~~~~~~~~~~~~~~ | | | __suseconds_t {aka long int} gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -ansi -DNXT -o ltl2ba parse.o lex.o main.o trans.o buchi.o set.o mem.o rewrt.o cache.o alternating.o generalized.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qPIFFL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64 + cd ltl2ba-1.2b1 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/bin + install -m 0755 ltl2ba /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.2-0.b1.3.mga8 --unique-debug-suffix -1.2-0.b1.3.mga8.aarch64 --unique-debug-src-base ltl2ba-1.2-0.b1.3.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ltl2ba-1.2b1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/bin/ltl2ba extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/bin/ltl2ba original debug info size: 220kB, size after compression: 204kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 242 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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.COSTaJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ltl2ba-1.2b1 + '[' 1 -eq 1 ']' + ./ltl2ba -f true never { /* true */ accept_init: if :: (1) -> goto accept_init fi; } + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ltl2ba-1.2-0.b1.3.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pvY6eL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ltl2ba-1.2b1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/share/doc/ltl2ba + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/share/doc/ltl2ba + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/share/doc/ltl2ba + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xGKp1I + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ltl2ba-1.2b1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/share/licenses/ltl2ba + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/share/licenses/ltl2ba + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64/usr/share/licenses/ltl2ba + RPM_EC=0 ++ jobs -p + exit 0 Provides: ltl2ba = 1.2-0.b1.3.mga8 ltl2ba(aarch-64) = 1.2-0.b1.3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) Processing files: ltl2ba-debugsource-1.2-0.b1.3.mga8.aarch64 Provides: ltl2ba-debugsource = 1.2-0.b1.3.mga8 ltl2ba-debugsource(aarch-64) = 1.2-0.b1.3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ltl2ba-debuginfo-1.2-0.b1.3.mga8.aarch64 Provides: debuginfo(build-id) = b691d7b2cf515075bc352950871957055a8d8f24 ltl2ba-debuginfo = 1.2-0.b1.3.mga8 ltl2ba-debuginfo(aarch-64) = 1.2-0.b1.3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ltl2ba-debugsource(aarch-64) = 1.2-0.b1.3.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ltl2ba-1.2-0.b1.3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ltl2ba-debugsource-1.2-0.b1.3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ltl2ba-debuginfo-1.2-0.b1.3.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7zUJ9I + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ltl2ba-1.2b1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ltl2ba-1.2-0.b1.3.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XxlvcM + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ltl2ba-1.2b1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!