D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/webef-0.3.2-11.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yGgRe1 + 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 -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NblJJp + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd webef-0.3.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 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 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 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:476:30: note: declared here 476 | 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 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:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:155:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:152:26: 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:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:161:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:161:9: note: length computed here 161 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:177:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': 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:888, from http.c:32: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 12 bytes into a destination of size 4 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:199:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:199:9: note: length computed here 199 | strncat(url, length, strlen(length)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:225:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:222:26: 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:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:230:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:227:25: note: length computed here 227 | if((strlen(url)+strlen(word1)+1)>MAX_SIZE_URL) | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:236:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:234:34: 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:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:244:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:241:34: note: length computed here 241 | if( (strlen(url)+strlen(word2)+1>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'post' at http.c:252:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'post': http.c:249:34: 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:519, from http.c:31: In function 'strncat', inlined from 'get' at http.c:279:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:276:26: 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:519, from http.c:31: In function 'strncat', inlined from 'get' at http.c:285:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:283:51: note: length computed here 283 | if(word1 == NULL || ((strlen(url)+strlen(word1)+1)>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'get' at http.c:292:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:290:34: 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:519, from http.c:31: In function 'strncat', inlined from 'get' at http.c:300:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:297:34: note: length computed here 297 | if( (strlen(url)+strlen(word2)+1>MAX_SIZE_URL)) | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'get' at http.c:308:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:305:34: 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:519, from http.c:31: In function 'strncat', inlined from 'get' at http.c:315:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:315:9: note: length computed here 315 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'get' at http.c:330:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'get': http.c:328:36: note: length computed here 328 | if( (strlen(url) + strlen(data->opt.headers) + 1 ) > MAX_SIZE_URL) | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'basic_auth' at http.c:391:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'basic_auth': http.c:388:26: 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:519, from http.c:31: In function 'strncat', inlined from 'basic_auth' at http.c:397:2: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'basic_auth': http.c:397:9: note: length computed here 397 | strncat(url,data->opt.url.host, strlen(data->opt.url.host)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from http.c:31: In function 'strncat', inlined from 'basic_auth' at http.c:412:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'basic_auth': 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 options.o -c options.c In file included from /usr/include/string.h:519, from options.c:31: In function 'strncat', inlined from 'parse_headers.part.0' at options.c:230:3: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ options.c: In function 'parse_headers.part.0': 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 -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.fAFOrh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64 + cd webef-0.3.2 + '[' 1 -eq 1 ']' + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/usr/bin + install -m 755 webef /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/usr/bin + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.3.2-11.mga9 --unique-debug-suffix -0.3.2-11.mga9.aarch64 --unique-debug-src-base webef-0.3.2-11.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/webef-0.3.2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/usr/bin/webef dwz: ./usr/bin/webef-0.3.2-11.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 108kB, size after compression: 108kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 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 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: webef-0.3.2-11.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KCRxuK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd webef-0.3.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/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-11.mga9.aarch64/usr/share/doc/webef + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/usr/share/doc/webef + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/usr/share/doc/webef + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/usr/share/doc/webef + cp -pr README /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/usr/share/doc/webef + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64/usr/share/doc/webef + RPM_EC=0 ++ jobs -p + exit 0 Provides: webef = 0.3.2-11.mga9 webef(aarch-64) = 0.3.2-11.mga9 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) libc.so.6(GLIBC_2.34)(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-11.mga9.aarch64 Provides: webef-debugsource = 0.3.2-11.mga9 webef-debugsource(aarch-64) = 0.3.2-11.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-11.mga9.aarch64 Provides: debuginfo(build-id) = 57e05064280a507b1b4b43cf1a820e229be37a4b webef-debuginfo = 0.3.2-11.mga9 webef-debuginfo(aarch-64) = 0.3.2-11.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: webef-debugsource(aarch-64) = 0.3.2-11.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/webef-0.3.2-11.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/webef-debugsource-0.3.2-11.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/webef-debuginfo-0.3.2-11.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tSgkaM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd webef-0.3.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/webef-0.3.2-11.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TF1bPk + 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!