D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/webef-0.3.2-12.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5EaORw + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf webef-0.3.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/webef-0.3.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd webef-0.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/webef-0.3.2-openssl11.patch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HpZKHb + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd webef-0.3.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 '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 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:9: warning: 'ERR_remove_state' is deprecated: Since OpenSSL 1.0.0 [-Wdeprecated-declarations] 50 | ERR_remove_state(0); | ^~~~~~~~~~~~~~~~ In file included from main.c:34: /usr/include/openssl/err.h:488:30: note: declared here 488 | OSSL_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 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 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 options.o -c options.c options.c: In function 'parse_headers.part.0': options.c:230:17: warning: '__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 230 | strncat(opt_file->headers, head, strlen(head)); | ^ options.c:230:17: 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 -o http.o -c http.c http.c: In function 'post': http.c:155:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 155 | strncat(url,data->opt.url.url_pre, strlen(data->opt.url.url_pre)); | ^ http.c:152:26: note: length computed here 152 | if( (strlen(url)+strlen(data->opt.url.url_pre) + 1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:161:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 161 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^ http.c:161:9: note: length computed here 161 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:177:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 177 | strncat(url, data->opt.headers, strlen(data->opt.headers)); | ^ http.c:175:36: note: length computed here 175 | if( (strlen(url) + strlen(data->opt.headers) + 1 ) > MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ http.c:191:34: 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:33: note: directive argument in the range [-2147483648, 999] 191 | sprintf(length, "%i", size); | ^~~~ In file included from /usr/include/stdio.h:906, from http.c:32: In function 'sprintf', inlined from 'post' at http.c:191:3: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 2 and 12 bytes into a destination of size 4 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:199:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 199 | strncat(url, length, strlen(length)); | ^ http.c:199:9: note: length computed here 199 | strncat(url, length, strlen(length)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:225:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 225 | strncat(url,data->opt.post.post_pre, strlen(data->opt.post.post_pre)); | ^ http.c:222:26: note: length computed here 222 | if( (strlen(url)+strlen(data->opt.post.post_pre))>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:230:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 230 | strncat(url,word1, strlen(word1)); | ^ http.c:227:25: note: length computed here 227 | if((strlen(url)+strlen(word1)+1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~ http.c:236:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 236 | strncat(url, data->opt.post.post_mid, strlen(data->opt.post.post_mid)); | ^ http.c:234:34: note: length computed here 234 | if( (strlen(url)+strlen(data->opt.post.post_mid)+1 > MAX_SIZE_URL)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:244:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 244 | strncat(url,word2, strlen(word2)); | ^ http.c:241:34: note: length computed here 241 | if( (strlen(url)+strlen(word2)+1>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ http.c:252:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 252 | strncat(url, data->opt.post.post_end, strlen(data->opt.post.post_end)); | ^ http.c:249:34: note: length computed here 249 | if( (strlen(url)+strlen(data->opt.post.post_end)+1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:279:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 279 | strncat(url,data->opt.url.url_pre, strlen(data->opt.url.url_pre)); | ^ http.c:276:26: note: length computed here 276 | if( (strlen(url)+strlen(data->opt.url.url_pre))>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:285:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 285 | strncat(url,word1, strlen(word1)); | ^ http.c:283:51: note: length computed here 283 | if(word1 == NULL || ((strlen(url)+strlen(word1)+1)>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ http.c:292:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 292 | strncat(url, data->opt.url.url_mid, strlen(data->opt.url.url_mid)); | ^ http.c:290:34: note: length computed here 290 | if( (strlen(url)+strlen(data->opt.url.url_mid)+1 > MAX_SIZE_URL)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:300:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 300 | strncat(url,word2, strlen(word2)); | ^ http.c:297:34: note: length computed here 297 | if( (strlen(url)+strlen(word2)+1>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ http.c:308:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 308 | strncat(url, data->opt.url.url_end, strlen(data->opt.url.url_end)); | ^ http.c:305:34: note: length computed here 305 | if( (strlen(url)+strlen(data->opt.url.url_end)+1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:315:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 315 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^ http.c:315:9: note: length computed here 315 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:330:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 330 | strncat(url, data->opt.headers, strlen(data->opt.headers)); | ^ http.c:328:36: note: length computed here 328 | if( (strlen(url) + strlen(data->opt.headers) + 1 ) > MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'basic_auth': http.c:391:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 391 | strncat(url,data->opt.url.url_pre, strlen(data->opt.url.url_pre)); | ^ http.c:388:26: note: length computed here 388 | if( (strlen(url)+strlen(data->opt.url.url_pre))>MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:397:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 397 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^ http.c:397:9: note: length computed here 397 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c:412:17: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 412 | strncat(url, data->opt.headers, strlen(data->opt.headers)); | ^ http.c:410:36: note: length computed here 410 | if( (strlen(url) + strlen(data->opt.headers) + 1 ) > MAX_SIZE_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 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 -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/pterjan/rpmbuild/tmp/rpm-tmp.iVJEaQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64 + cd webef-0.3.2 + '[' 1 -eq 1 ']' + install -d -m 755 /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/bin + install -m 755 webef /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/bin + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.3.2-12.mga9 --unique-debug-suffix -0.3.2-12.mga9.x86_64 --unique-debug-src-base webef-0.3.2-12.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/webef-0.3.2 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/bin/webef original debug info size: 116kB, size after compression: 108kB /usr/bin/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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: webef-0.3.2-12.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8jBZGE + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd webef-0.3.2 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/share/doc/webef + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/share/doc/webef + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/share/doc/webef + cp -pr ChangeLog /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/share/doc/webef + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/share/doc/webef + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/share/doc/webef + cp -pr TODO /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64/usr/share/doc/webef + RPM_EC=0 ++ jobs -p + exit 0 Provides: webef = 0.3.2-12.mga9 webef(x86-64) = 0.3.2-12.mga9 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.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) Processing files: webef-debugsource-0.3.2-12.mga9.x86_64 Provides: webef-debugsource = 0.3.2-12.mga9 webef-debugsource(x86-64) = 0.3.2-12.mga9 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-12.mga9.x86_64 Provides: debuginfo(build-id) = 7ad4c2aaaec4f1b3852ee38bc546dadb007e942b webef-debuginfo = 0.3.2-12.mga9 webef-debuginfo(x86-64) = 0.3.2-12.mga9 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-12.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/webef-debugsource-0.3.2-12.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/webef-0.3.2-12.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/webef-debuginfo-0.3.2-12.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uCcy7D + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd webef-0.3.2 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/webef-0.3.2-12.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.c7qKKS + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf webef-0.3.2 webef-0.3.2.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!