D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/sshtrix-0.0.2-10.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.96z5mB + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf sshtrix-0.0.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/sshtrix-0.0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sshtrix-0.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/sshtrix-0.0.2-cflags.patch + sed -e 's/ -lssh_threads//' -i Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QwhDMC + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sshtrix-0.0.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/make -O -j8 V=1 VERBOSE=1 sshtrix gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/signals.o src/signals.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/checks.o src/checks.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/help.o src/help.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/file.o src/file.c In file included from /usr/include/string.h:519, from inc/wrapper.h:29, from inc/sshtrix.h:27, from inc/file.h:27, from src/file.c:23: In function 'strncpy', inlined from 'read_lines' at src/file.c:70:13: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 128 bytes from a string of length 128 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/ssh.o src/ssh.c src/ssh.c: In function 'interactive_auth': src/ssh.c:38:52: warning: variable 'prompt' set but not used [-Wunused-but-set-variable] 38 | const char *name = NULL, *instruction = NULL, *prompt = NULL; | ^~~~~~ src/ssh.c:38:31: warning: variable 'instruction' set but not used [-Wunused-but-set-variable] 38 | const char *name = NULL, *instruction = NULL, *prompt = NULL; | ^~~~~~~~~~~ src/ssh.c:38:17: warning: variable 'name' set but not used [-Wunused-but-set-variable] 38 | const char *name = NULL, *instruction = NULL, *prompt = NULL; | ^~~~ src/ssh.c: In function 'test_auth_methods': src/ssh.c:92:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] 92 | int r = 0, x = 0, method = 0; | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/sshtrix.o src/sshtrix.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/error.o src/error.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/init.o src/init.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/report.o src/report.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/wordlist.o src/wordlist.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/wrapper.o src/wrapper.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -c -o src/job.o src/job.c src/job.c: In function 'make_ip_list': src/job.c:126:65: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 126 | job->target->hosts = memset(job->target->hosts, 0x00, sizeof(job->target->hosts)); | ^ src/job.c: In function 'set_job_defaults': src/job.c:329:11: warning: 'job' is used uninitialized in this function [-Wuninitialized] 329 | job = alloc_structs(job); | ^~~~~~~~~~~~~~~~~~ gcc -o sshtrix src/sshtrix.o src/file.o src/help.o src/error.o src/checks.o src/init.o src/ssh.o src/signals.o src/wrapper.o src/job.o src/report.o src/wordlist.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -Wextra -O2 -std=c99 -pedantic -I inc -pthread -lssh + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zRbcHz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64 + cd sshtrix-0.0.2 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/bin + install -D -m 0755 sshtrix /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/bin/ + install -d /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/man/man1/ + install -m 644 doc/sshtrix.1 /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/man/man1/ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.0.2-10.mga8 --unique-debug-suffix -0.0.2-10.mga8.aarch64 --unique-debug-src-base sshtrix-0.0.2-10.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/sshtrix-0.0.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/bin/sshtrix extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/bin/sshtrix original debug info size: 96kB, size after compression: 88kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 169 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: sshtrix-0.0.2-10.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7nfotD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sshtrix-0.0.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/doc/sshtrix + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/doc/sshtrix + cp -pr doc/AUTHORS /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/doc/sshtrix + cp -pr doc/CHANGELOG /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/doc/sshtrix + cp -pr doc/README /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/doc/sshtrix + cp -pr doc/TESTED /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/doc/sshtrix + cp -pr doc/THANKS /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/doc/sshtrix + cp -pr doc/TODO /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64/usr/share/doc/sshtrix + RPM_EC=0 ++ jobs -p + exit 0 Provides: sshtrix = 0.0.2-10.mga8 sshtrix(aarch-64) = 0.0.2-10.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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libssh.so.4()(64bit) libssh.so.4(LIBSSH_4_5_0)(64bit) Processing files: sshtrix-debugsource-0.0.2-10.mga8.aarch64 Provides: sshtrix-debugsource = 0.0.2-10.mga8 sshtrix-debugsource(aarch-64) = 0.0.2-10.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sshtrix-debuginfo-0.0.2-10.mga8.aarch64 Provides: debuginfo(build-id) = 23e110cabe35c384e3f552c8ae74ab04576b7cc4 sshtrix-debuginfo = 0.0.2-10.mga8 sshtrix-debuginfo(aarch-64) = 0.0.2-10.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sshtrix-debugsource(aarch-64) = 0.0.2-10.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sshtrix-0.0.2-10.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sshtrix-debuginfo-0.0.2-10.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sshtrix-debugsource-0.0.2-10.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oGBteB + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sshtrix-0.0.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/sshtrix-0.0.2-10.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ujat6B + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf sshtrix-0.0.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!