D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/unhide-20200120-1.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.O68UHS + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf unhide-20200120 + /usr/bin/mkdir -p unhide-20200120 + cd unhide-20200120 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/unhide_20200120.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3TEIsW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd unhide-20200120 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread unhide-linux-bruteforce.c unhide-linux-compound.c unhide-linux-low.c unhide-linux-procfs.c unhide-linux-syscall.c unhide-linux.c unhide-output.c -o unhide-linux unhide-linux-low.c: In function 'checklow': unhide-linux-low.c:242:2: warning: implicit declaration of function 'msgln' [-Wimplicit-function-declaration] 242 | msgln(unlog, 0, "[*]Searching for Hidden processes through linux readdir vs ASM getdents\n") ; | ^~~~~ unhide-linux-low.c:244:2: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 244 | chdir("/proc"); | ^~~~~~~~~~~~~~ unhide-linux-procfs.c: In function 'checkchdir': unhide-linux-procfs.c:183:45: warning: '%s' directive writing up to 122 bytes into a region of size 94 [-Wformat-overflow=] 183 | sprintf(new_directory,"/proc/%s/task/%d", tmp_pids, procpids) ; | ^~ unhide-linux-procfs.c:183:38: note: directive argument in the range [1, 2147483647] 183 | sprintf(new_directory,"/proc/%s/task/%d", tmp_pids, procpids) ; | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from unhide-linux-procfs.c:26: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 14 and 145 bytes into a destination of size 100 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unhide-linux-procfs.c: In function 'checkopendir': unhide-linux-procfs.c:314:45: warning: '%s' directive writing up to 122 bytes into a region of size 94 [-Wformat-overflow=] 314 | sprintf(new_directory,"/proc/%s/task/%d", tmp_pids, procpids) ; | ^~ unhide-linux-procfs.c:314:38: note: directive argument in the range [1, 2147483647] 314 | sprintf(new_directory,"/proc/%s/task/%d", tmp_pids, procpids) ; | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from unhide-linux-procfs.c:26: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 14 and 145 bytes into a destination of size 100 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unhide-linux-procfs.c: In function 'checkreaddir': unhide-linux-procfs.c:395:26: warning: '%s' directive writing up to 255 bytes into a region of size 94 [-Wformat-overflow=] 395 | sprintf(&task[6], "%s/task", directory) ; | ^~ In file included from /usr/include/stdio.h:867, from unhide-linux-procfs.c:26: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 261 bytes into a destination of size 94 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags unhide_rb.c -o unhide_rb + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags unhide-gids.c unhide-output.c -o unhide-gids unhide-gids.c: In function 'CheckRights': unhide-gids.c:309:9: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 309 | setgid(actual_gid); | ^~~~~~~~~~~~~~~~~~ unhide-gids.c: In function '_BruteForceGIDProcessesChild': unhide-gids.c:591:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 591 | write(fd_child, &gid_aux, sizeof(gid_aux)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unhide-gids.c: In function 'CheckRights': unhide-gids.c:270:24: warning: '/_test' directive writing 6 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 270 | sprintf(test_file, "%s/_test", tmp_path); | ^~~~~~ In file included from /usr/include/stdio.h:867, from unhide-gids.c:18: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 4102 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unhide-gids.c: In function 'BruteForceGIDProcesses': unhide-gids.c:654:27: warning: '%s' directive writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 654 | sprintf(fifo_parent, "%s/%s.parent_processes", tmp_dir, fifo_name); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:867, from unhide-gids.c:18: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 19 and 8209 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unhide-gids.c:655:26: warning: '%s' directive writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 655 | sprintf(fifo_child, "%s/%s.child_processes", tmp_dir, fifo_name); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:867, from unhide-gids.c:18: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 18 and 8208 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unhide-gids.c: In function 'BruteForceGIDFiles': unhide-gids.c:715:28: warning: '.files' directive writing 6 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 715 | sprintf(file_name_ext, "%s.files", file_name); | ^~~~~~ In file included from /usr/include/stdio.h:867, from unhide-gids.c:18: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 4102 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unhide-gids.c:718:24: warning: '%s' directive writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 718 | sprintf(new_path, "%s/%s", tmp_dir, file_name); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:867, from unhide-gids.c:18: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 8192 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unhide-gids.c:724:25: warning: '%s' directive writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 724 | sprintf(full_path, "%s/%s", new_path, file_name_ext); | ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from unhide-gids.c:18: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 8192 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KTORyV + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64 + cd unhide-20200120 + '[' 1 -eq 1 ']' + install -Dp -m0755 unhide-linux /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-linux + install -Dp -m0755 unhide-tcp /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-tcp + install -Dp -m0755 unhide_rb /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide_rb + install -Dp -m0755 unhide-gids /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-gids + install -d /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/man/man8 + install -p -m0644 man/unhide-gids.8 man/unhide-posix.8 man/unhide-tcp.8 man/unhide.8 -t /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/man/man8/ + ln -s unhide-linux /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide + ln -s unhide.8 /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/man/man8/unhide-linux.8 + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 20200120-1.mga8 --unique-debug-suffix -20200120-1.mga8.x86_64 --unique-debug-src-base unhide-20200120-1.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/unhide-20200120 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-linux explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-tcp explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-gids extracting debug info from /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-gids extracting debug info from /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-linux extracting debug info from /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide-tcp explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide_rb extracting debug info from /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/sbin/unhide_rb original debug info size: 300kB, size after compression: 284kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 254 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: unhide-20200120-1.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aaDVMS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd unhide-20200120 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/doc/unhide + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/doc/unhide + cp -pr README.txt /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/doc/unhide + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/doc/unhide + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BdvGWT + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd unhide-20200120 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/licenses/unhide + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/licenses/unhide + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64/usr/share/licenses/unhide + RPM_EC=0 ++ jobs -p + exit 0 Provides: unhide = 20200120-1.mga8 unhide(x86-64) = 20200120-1.mga8 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.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) Processing files: unhide-debugsource-20200120-1.mga8.x86_64 Provides: unhide-debugsource = 20200120-1.mga8 unhide-debugsource(x86-64) = 20200120-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: unhide-debuginfo-20200120-1.mga8.x86_64 Provides: debuginfo(build-id) = 2652eab2c1b3c23b806c7cc12fc12e2aab9d22c4 debuginfo(build-id) = 2da1de2b7f5117d85c829f6b93869f6772c9e4b7 debuginfo(build-id) = 7382ba8d5001714775c6c24afa4153090a792811 debuginfo(build-id) = bd52e1a6cedc091c1ab161a8ca2e693358827cb3 unhide-debuginfo = 20200120-1.mga8 unhide-debuginfo(x86-64) = 20200120-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: unhide-debugsource(x86-64) = 20200120-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/unhide-debugsource-20200120-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/unhide-20200120-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/unhide-debuginfo-20200120-1.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iJAomS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd unhide-20200120 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/unhide-20200120-1.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jzOltV + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf unhide-20200120 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!