D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/webef-0.3.2-10.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sPbiUD + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf webef-0.3.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/webef-0.3.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd webef-0.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/webef-0.3.2-openssl11.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gEPfbH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd webef-0.3.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -o file.o -c file.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -o base64.o -c base64.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -o main.o -c main.c main.c: In function 'the_end': main.c:50:2: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] 50 | ERR_remove_state(0); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/multiarch-dispatch.h:80, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/ssl.h:15, from main.c:33: /usr/include/openssl/err.h:261:1: note: declared here 261 | DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) | ^~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -o ssl.o -c ssl.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -o fuzz.o -c fuzz.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -o send.o -c send.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -o http.o -c http.c In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:155:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:152:19: note: length computed here 152 | if( (strlen(url)+strlen(data->opt.url.url_pre) + 1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:161:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:161:2: note: length computed here 161 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:177:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:175:22: note: length computed here 175 | if( (strlen(url) + strlen(data->opt.headers) + 1 ) > MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ http.c:191:20: warning: '%i' directive writing between 1 and 11 bytes into a region of size 4 [-Wformat-overflow=] 191 | sprintf(length, "%i", size); | ^~ http.c:191:19: note: directive argument in the range [-2147483648, 999] 191 | sprintf(length, "%i", size); | ^~~~ In file included from /usr/include/stdio.h:867, from http.c:32: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 12 bytes into a destination of size 4 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:199:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:199:2: note: length computed here 199 | strncat(url, length, strlen(length)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:225:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:222:19: note: length computed here 222 | if( (strlen(url)+strlen(data->opt.post.post_pre))>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:230:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:227:18: note: length computed here 227 | if((strlen(url)+strlen(word1)+1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:236:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:234:20: note: length computed here 234 | if( (strlen(url)+strlen(data->opt.post.post_mid)+1 > MAX_SIZE_URL)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:244:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:241:20: note: length computed here 241 | if( (strlen(url)+strlen(word2)+1>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'post' at http.c:252:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:249:20: note: length computed here 249 | if( (strlen(url)+strlen(data->opt.post.post_end)+1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncpy', inlined from 'post' at http.c:258:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:258:2: note: length computed here 258 | strncpy(*ressource, url, strlen(url)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'get' at http.c:279:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:276:19: note: length computed here 276 | if( (strlen(url)+strlen(data->opt.url.url_pre))>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'get' at http.c:285:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:283:37: note: length computed here 283 | if(word1 == NULL || ((strlen(url)+strlen(word1)+1)>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'get' at http.c:292:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:290:20: note: length computed here 290 | if( (strlen(url)+strlen(data->opt.url.url_mid)+1 > MAX_SIZE_URL)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'get' at http.c:300:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:297:20: note: length computed here 297 | if( (strlen(url)+strlen(word2)+1>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'get' at http.c:308:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:305:20: note: length computed here 305 | if( (strlen(url)+strlen(data->opt.url.url_end)+1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'get' at http.c:315:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:315:2: note: length computed here 315 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'get' at http.c:330:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:328:22: note: length computed here 328 | if( (strlen(url) + strlen(data->opt.headers) + 1 ) > MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncpy', inlined from 'get' at http.c:353:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:353:2: note: length computed here 353 | strncpy(*ressource, url, strlen(url)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'basic_auth' at http.c:391:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'basic_auth': http.c:388:19: note: length computed here 388 | if( (strlen(url)+strlen(data->opt.url.url_pre))>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'basic_auth' at http.c:397:2: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'basic_auth': http.c:397:2: note: length computed here 397 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncat', inlined from 'basic_auth' at http.c:412:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'basic_auth': http.c:410:22: note: length computed here 410 | if( (strlen(url) + strlen(data->opt.headers) + 1 ) > MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from http.c:31: In function 'strncpy', inlined from 'basic_auth' at http.c:438:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'basic_auth': http.c:438:2: note: length computed here 438 | strncpy(*ressource, url, strlen(url)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -o options.o -c options.c In file included from /usr/include/string.h:495, from options.c:31: In function 'strncpy', inlined from 'parse_headers.part.0' at options.c:218:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ options.c: In function 'parse_headers.part.0': options.c:218:2: note: length computed here 218 | strncpy(opt_file->headers, head, strlen(head)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from options.c:31: In function 'strncpy', inlined from 'parse_headers.part.0' at options.c:218:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ options.c: In function 'parse_headers.part.0': options.c:218:2: note: length computed here 218 | strncpy(opt_file->headers, head, strlen(head)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from options.c:31: In function 'strncat', inlined from 'parse_headers.part.0' at options.c:230:3: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ options.c: In function 'parse_headers.part.0': options.c:230:3: note: length computed here 230 | strncat(opt_file->headers, head, strlen(head)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -I includes -lpthread -D_REENTRANT -lssl -o webef main.o options.o fuzz.o file.o send.o ssl.o http.o base64.o -lcrypto + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7bkhpE + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64 + cd webef-0.3.2 + '[' 1 -eq 1 ']' + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/bin + install -m 755 webef /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.3.2-10.mga8 --unique-debug-suffix -0.3.2-10.mga8.x86_64 --unique-debug-src-base webef-0.3.2-10.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/webef-0.3.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/bin/webef extracting debug info from /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/bin/webef original debug info size: 140kB, size after compression: 128kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 115 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: webef-0.3.2-10.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2Uo2GH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd webef-0.3.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/share/doc/webef + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/share/doc/webef + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/share/doc/webef + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/share/doc/webef + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/share/doc/webef + cp -pr README /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/share/doc/webef + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64/usr/share/doc/webef + RPM_EC=0 ++ jobs -p + exit 0 Provides: webef = 0.3.2-10.mga8 webef(x86-64) = 0.3.2-10.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.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) Processing files: webef-debugsource-0.3.2-10.mga8.x86_64 Provides: webef-debugsource = 0.3.2-10.mga8 webef-debugsource(x86-64) = 0.3.2-10.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: webef-debuginfo-0.3.2-10.mga8.x86_64 Provides: debuginfo(build-id) = 8a72028065efacc03cfbb77dde32df5bf4057537 webef-debuginfo = 0.3.2-10.mga8 webef-debuginfo(x86-64) = 0.3.2-10.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: webef-debugsource(x86-64) = 0.3.2-10.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/webef-debugsource-0.3.2-10.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/webef-debuginfo-0.3.2-10.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/webef-0.3.2-10.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LjbWpH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd webef-0.3.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-10.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xJw9GE + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf webef-0.3.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!