D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/cowpatty-4.8-3.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fiIhQI + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf cowpatty-4.8 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/cowpatty-4.8.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cowpatty-4.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/cowpatty-4.8-upstream-fixes.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/cowpatty-4.8-more-Makefile-improvements.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + sed /clang/d -i Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ozCxok + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cowpatty-4.8 + '[' 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 + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + /usr/bin/make -O -j8 V=1 VERBOSE=1 cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb md5.c -c md5.c: In function 'md5_mac': md5.c:29:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 29 | MD5_Init(&context); | ^~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ md5.c:30:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 30 | MD5_Update(&context, key, key_len); | ^~~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:31:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 31 | MD5_Update(&context, data, data_len); | ^~~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:32:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 32 | MD5_Update(&context, key, key_len); | ^~~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:33:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 33 | MD5_Final(mac, &context); | ^~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ md5.c: In function 'hmac_md5_vector': md5.c:48:17: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 48 | MD5_Init(&context); | ^~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ md5.c:49:17: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 49 | MD5_Update(&context, key, key_len); | ^~~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:50:17: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 50 | MD5_Final(tk, &context); | ^~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ md5.c:78:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | MD5_Init(&context); /* init context for 1st pass */ | ^~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ md5.c:79:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 79 | MD5_Update(&context, k_ipad, 64); /* start with inner pad */ | ^~~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:82:17: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 82 | MD5_Update(&context, addr[i], len[i]); | ^~~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:84:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 84 | MD5_Final(mac, &context); /* finish up 1st pass */ | ^~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ md5.c:87:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 87 | MD5_Init(&context); /* init context for 2nd pass */ | ^~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ md5.c:88:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 88 | MD5_Update(&context, k_opad, 64); /* start with outer pad */ | ^~~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:89:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 89 | MD5_Update(&context, mac, 16); /* then results of 1st hash */ | ^~~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:90:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 90 | MD5_Final(mac, &context); /* finish up 2nd pass */ | ^~~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb sha1.c -c sha1.c: In function 'sha1_mac': sha1.c:34:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 34 | SHA1Init(&context); | ^~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ sha1.c:35:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 35 | SHA1Update(&context, key, key_len); | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:36:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 36 | SHA1Update(&context, data, data_len); | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:37:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 37 | SHA1Update(&context, key, key_len); | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:38:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 38 | SHA1Final(mac, &context); | ^~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ sha1.c: In function 'hmac_sha1_vector': sha1.c:81:17: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 81 | SHA1Init(&context); /* init context for 1st pass */ | ^~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ sha1.c:82:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 82 | SHA1Update(&context, k_ipad, 64); /* start with inner pad */ | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:92:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 92 | SHA1Update(&context, addr[i], len[i]); | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:94:17: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 94 | SHA1Final(mac, &context); /* finish up 1st pass */ | ^~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ sha1.c:97:17: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 97 | SHA1Init(&context); /* init context for 2nd pass */ | ^~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ sha1.c:98:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 98 | SHA1Update(&context, k_opad, 64); /* start with outer pad */ | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:106:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 106 | SHA1Update(&context, mac, 20); /* then results of 1st hash */ | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:107:17: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 107 | SHA1Final(mac, &context); /* finish up 2nd pass */ | ^~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ sha1.c:122:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 122 | SHA1Update(&context, addr[i], len[i]); | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:124:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 124 | SHA1Final(mac, &context); | ^~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ sha1.c:127:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 127 | SHA1Update(&context, mac, 20); | ^~~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:128:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 128 | SHA1Final(mac, &context); | ^~~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb utils.c -c cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto genpmk.c: In function 'main': genpmk.c:82:26: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 82 | int fret = 0, c, ret; | ^~~ genpmk.c:114:25: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 114 | strncpy(opt.ssid, optarg, sizeof(opt.ssid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genpmk.c:111:25: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 111 | strncpy(opt.hashfile, optarg, sizeof(opt.hashfile)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genpmk.c:108:25: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 108 | strncpy(opt.dictfile, optarg, sizeof(opt.dictfile)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb cowpatty.c -o cowpatty md5.o sha1.o utils.o -lpcap -lcrypto cowpatty.c: In function 'handle_dot1x': cowpatty.c:438:23: warning: variable 'index' set but not used [-Wunused-but-set-variable] 438 | int key_info, index; | ^~~~~ cowpatty.c: In function 'hashfile_attack': cowpatty.c:727:13: warning: variable 'reclen' set but not used [-Wunused-but-set-variable] 727 | int reclen, wordlen; | ^~~~~~ cowpatty.c: In function 'parseopts': cowpatty.c:153:25: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 153 | strncpy(opt->ssid, optarg, sizeof(opt->ssid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:150:25: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 150 | strncpy(opt->pcapfile, optarg, sizeof(opt->pcapfile)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:156:25: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 156 | strncpy(opt->hashfile, optarg, sizeof(opt->hashfile)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:147:25: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 147 | strncpy(opt->dictfile, optarg, sizeof(opt->dictfile)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MMze2Q + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64 + cd cowpatty-4.8 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64 'INSTALL=/usr/bin/install -p' BINDIR=/usr/bin MANDIR=/usr/share/man/man1 install -d /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/bin install -m 755 cowpatty genpmk /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/bin install -d /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/man/man1 install -m 644 cowpatty.1 genpmk.1 /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/man/man1 + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 4.8-3.mga9 --unique-debug-suffix -4.8-3.mga9.aarch64 --unique-debug-src-base cowpatty-4.8-3.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/cowpatty-4.8 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/bin/cowpatty extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/bin/genpmk dwz: ./usr/bin/cowpatty-4.8-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/genpmk-4.8-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 340kB, size after compression: 340kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. 137 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: cowpatty-4.8-3.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.grm2jw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cowpatty-4.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/doc/cowpatty + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/doc/cowpatty + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/doc/cowpatty + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/doc/cowpatty + cp -pr README /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/doc/cowpatty + cp -pr FAQ /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/doc/cowpatty + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/doc/cowpatty + cp -pr CHANGELOG /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64/usr/share/doc/cowpatty + RPM_EC=0 ++ jobs -p + exit 0 Provides: cowpatty = 4.8-3.mga9 cowpatty(aarch-64) = 4.8-3.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.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libpcap.so.1()(64bit) Processing files: cowpatty-debugsource-4.8-3.mga9.aarch64 Provides: cowpatty-debugsource = 4.8-3.mga9 cowpatty-debugsource(aarch-64) = 4.8-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cowpatty-debuginfo-4.8-3.mga9.aarch64 Provides: cowpatty-debuginfo = 4.8-3.mga9 cowpatty-debuginfo(aarch-64) = 4.8-3.mga9 debuginfo(build-id) = b1de94e1c2ddec551cb6120fbe00df712d723039 debuginfo(build-id) = fbd20d3cfe596f86e3f4c3cb276fdfba7f959a6f Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cowpatty-debugsource(aarch-64) = 4.8-3.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cowpatty-4.8-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cowpatty-debugsource-4.8-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cowpatty-debuginfo-4.8-3.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YL2o4k + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cowpatty-4.8 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/cowpatty-4.8-3.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ercxgA + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf cowpatty-4.8 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!