D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/rcracki_mt-0.7.0-11.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.V0kz2S + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf rcracki_mt_0.7.0_src + /usr/bin/7za x /home/iurt/rpmbuild/SOURCES/rcracki_mt_0.7.0_src.7z 7-Zip (a) [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 p7zip Version 17.04 (locale=C,Utf16=off,HugeFiles=on,64 bits,1 CPU LE) Scanning the drive for archives: 1 file, 171634 bytes (168 KiB) Extracting archive: /home/iurt/rpmbuild/SOURCES/rcracki_mt_0.7.0_src.7z -- Path = /home/iurt/rpmbuild/SOURCES/rcracki_mt_0.7.0_src.7z Type = 7z Physical Size = 171634 Headers Size = 1536 Method = LZMA:1536k Solid = + Blocks = 1 Everything is Ok Folders: 5 Files: 93 Size: 1223015 Compressed: 171634 + STATUS=0 + '[' 0 -ne 0 ']' + cd rcracki_mt_0.7.0_src + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/rcracki_mt-0.7.0-openssl11.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/rcracki_mt-0.7.0-c++11.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.CHWx2H + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd rcracki_mt_0.7.0_src + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + pushd rcracki_mt ~/rpmbuild/BUILD/rcracki_mt_0.7.0_src/rcracki_mt ~/rpmbuild/BUILD/rcracki_mt_0.7.0_src + /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTIMIZATION=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./HashAlgorithm.cpp ./HashAlgorithm.cpp: In function 'void setup_des_key(unsigned char*, DES_key_schedule&)': ./HashAlgorithm.cpp:68:20: warning: 'int DES_set_key(unsigned char (*)[8], DES_key_schedule*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 68 | DES_set_key(&key, &ks); | ~~~~~~~~~~~^~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:186:5: note: declared here 186 | int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); | ^~~~~~~~~~~ ./HashAlgorithm.cpp: In function 'void HashLM(unsigned char*, int, unsigned char*)': ./HashAlgorithm.cpp:89:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 89 | DES_ecb_encrypt((const_DES_cblock*)magic, (const_DES_cblock*)pHash, &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp: In function 'void HashLMCHALL(unsigned char*, int, unsigned char*)': ./HashAlgorithm.cpp:106:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 106 | DES_ecb_encrypt((const_DES_cblock*)magic, (const_DES_cblock*)pre_lmresp, &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp:109:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 109 | DES_ecb_encrypt((const_DES_cblock*)magic, (const_DES_cblock*)&pre_lmresp[8], &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp:112:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 112 | DES_ecb_encrypt((const_DES_cblock*)spoofed_challange, (const_DES_cblock*)pHash, &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp:115:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 115 | DES_ecb_encrypt((const_DES_cblock*)spoofed_challange, (const_DES_cblock*)&pHash[8], &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp:118:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 118 | DES_ecb_encrypt((const_DES_cblock*)spoofed_challange, (const_DES_cblock*)&pHash[16], &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp: In function 'void HashHALFLMCHALL(unsigned char*, int, unsigned char*)': ./HashAlgorithm.cpp:132:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 132 | DES_ecb_encrypt((const_DES_cblock*)magic, (const_DES_cblock*)pre_lmresp, &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp:135:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 135 | DES_ecb_encrypt((const_DES_cblock*)salt, (const_DES_cblock*)pHash, &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp: In function 'void HashNTLMCHALL(unsigned char*, int, unsigned char*)': ./HashAlgorithm.cpp:167:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 167 | DES_ecb_encrypt((const_DES_cblock*)spoofed_challange, (const_DES_cblock*)pHash, &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp:170:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 170 | DES_ecb_encrypt((const_DES_cblock*)spoofed_challange, (const_DES_cblock*)&pHash[8], &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp:173:24: warning: 'void DES_ecb_encrypt(unsigned char (*)[8], unsigned char (*)[8], DES_key_schedule*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 173 | DES_ecb_encrypt((const_DES_cblock*)spoofed_challange, (const_DES_cblock*)&pHash[16], &ks, DES_ENCRYPT); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:34: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ ./HashAlgorithm.cpp: In function 'void HashSHA1(unsigned char*, int, unsigned char*)': ./HashAlgorithm.cpp:271:18: warning: 'int SHA1_Init(SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 271 | SHA1_Init(&ctx); | ~~~~~~~~~^~~~~~ In file included from ./HashAlgorithm.cpp:39: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ ./HashAlgorithm.cpp:272:20: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 272 | SHA1_Update(&ctx, (unsigned char *) pPlain, nPlainLen); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:39: /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); | ^~~~~~~~~~~ ./HashAlgorithm.cpp:273:19: warning: 'int SHA1_Final(unsigned char*, SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 273 | SHA1_Final(pHash, &ctx); | ~~~~~~~~~~^~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:39: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ ./HashAlgorithm.cpp: In function 'void HashMySQLSHA1(unsigned char*, int, unsigned char*)': ./HashAlgorithm.cpp:321:18: warning: 'int SHA1_Init(SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 321 | SHA1_Init(&ctx); | ~~~~~~~~~^~~~~~ In file included from ./HashAlgorithm.cpp:39: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ ./HashAlgorithm.cpp:322:20: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 322 | SHA1_Update(&ctx, (unsigned char *) pPlain, nPlainLen); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:39: /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); | ^~~~~~~~~~~ ./HashAlgorithm.cpp:323:19: warning: 'int SHA1_Final(unsigned char*, SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 323 | SHA1_Final(hash_stage1, &ctx); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:39: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ ./HashAlgorithm.cpp:324:18: warning: 'int SHA1_Init(SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 324 | SHA1_Init(&ctx); | ~~~~~~~~~^~~~~~ In file included from ./HashAlgorithm.cpp:39: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ ./HashAlgorithm.cpp:325:20: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 325 | SHA1_Update(&ctx, hash_stage1, SHA_DIGEST_LENGTH); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:39: /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); | ^~~~~~~~~~~ ./HashAlgorithm.cpp:326:19: warning: 'int SHA1_Final(unsigned char*, SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 326 | SHA1_Final(pHash, &ctx); | ~~~~~~~~~~^~~~~~~~~~~~~ In file included from ./HashAlgorithm.cpp:39: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./BaseRTReader.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./HashRoutine.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./fast_md4.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./ChainWalkSet.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./MemoryPool.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c HashSet.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./keyspace.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c rcrackiThread.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./ChainWalkContext.cpp ./ChainWalkContext.cpp:584:33: warning: C++11 requires a space between string literal and macro [-Wc++11-compat] 584 | printf( "m_vCharset[%d].m_nPlainSpaceUpToX[%d]: %"PRIu64"\n" | ^ ./ChainWalkContext.cpp:601:25: warning: C++11 requires a space between string literal and macro [-Wc++11-compat] 601 | printf( "m_nPlainSpaceUpToX[%d]: %"PRIu64"\n" | ^ g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c lm2ntlm.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./RTReader.cpp ./RTReader.cpp: In member function 'virtual uint64_t RTReader::getMinimumStartPoint()': ./RTReader.cpp:160:22: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 160 | fread( &tmpStartPoint, 8, 1, data ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./RTReader.cpp:161:22: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 161 | fread( &tmpEndPoint, 8, 1, data ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./fast_md5.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./Public.cpp ./Public.cpp: In function 'bool ReadLinesFromFile(std::string, std::vector >&)': ./Public.cpp:401:22: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 401 | fread(data, 1, len, file); | ~~~~~^~~~~~~~~~~~~~~~~~~~ g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c CrackEngine.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./RTIReader.cpp ./RTIReader.cpp: In member function 'virtual int RTIReader::readChains(uint32_t&, RainbowChainO*)': ./RTIReader.cpp:286:30: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 286 | fread( &pData[readChains].nIndexS, 6, 1, data); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./RTIReader.cpp:287:30: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 287 | fread( &endPoint, 2, 1, data); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./RTIReader.cpp: In member function 'virtual uint64_t RTIReader::getMinimumStartPoint()': ./RTIReader.cpp:317:22: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 317 | fread( &tmpStartPoint, 6, 1, data ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./RTIReader.cpp:318:22: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 318 | fread( &tmpEndPoint, 2, 1, data ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c RainbowCrack.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ./RTI2Reader.cpp g++ -Wall -ansi -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables BaseRTReader.o ChainWalkContext.o ChainWalkSet.o CrackEngine.o fast_md4.o fast_md5.o HashAlgorithm.o HashRoutine.o HashSet.o keyspace.o lm2ntlm.o MemoryPool.o Public.o RainbowCrack.o rcrackiThread.o RTReader.o RTIReader.o RTI2Reader.o -L/lib -L/usr/lib -lcrypto -lpthread -o rcracki_mt + popd ~/rpmbuild/BUILD/rcracki_mt_0.7.0_src + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XpH8jQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/rcracki_mt-0.7.0-11.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/rcracki_mt-0.7.0-11.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/rcracki_mt-0.7.0-11.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/rcracki_mt-0.7.0-11.mga9.aarch64 + cd rcracki_mt_0.7.0_src + '[' 1 -eq 1 ']' + pushd rcracki_mt ~/rpmbuild/BUILD/rcracki_mt_0.7.0_src/rcracki_mt ~/rpmbuild/BUILD/rcracki_mt_0.7.0_src + install -D -m 755 rcracki_mt /home/iurt/rpmbuild/BUILDROOT/rcracki_mt-0.7.0-11.mga9.aarch64/usr/bin/rcracki_mt + popd ~/rpmbuild/BUILD/rcracki_mt_0.7.0_src + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.7.0-11.mga9 --unique-debug-suffix -0.7.0-11.mga9.aarch64 --unique-debug-src-base rcracki_mt-0.7.0-11.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/rcracki_mt_0.7.0_src extracting debug info from /home/iurt/rpmbuild/BUILDROOT/rcracki_mt-0.7.0-11.mga9.aarch64/usr/bin/rcracki_mt dwz: ./usr/bin/rcracki_mt-0.7.0-11.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 4240kB, size after compression: 4240kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 718 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: rcracki_mt-0.7.0-11.mga9.aarch64 Provides: rcracki_mt = 0.7.0-11.mga9 rcracki_mt(aarch-64) = 0.7.0-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.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) Processing files: rcracki_mt-debugsource-0.7.0-11.mga9.aarch64 Provides: rcracki_mt-debugsource = 0.7.0-11.mga9 rcracki_mt-debugsource(aarch-64) = 0.7.0-11.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: rcracki_mt-debuginfo-0.7.0-11.mga9.aarch64 Provides: debuginfo(build-id) = 1e37d55bba4094fee39f8de27cb21415555e17ed rcracki_mt-debuginfo = 0.7.0-11.mga9 rcracki_mt-debuginfo(aarch-64) = 0.7.0-11.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: rcracki_mt-debugsource(aarch-64) = 0.7.0-11.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/rcracki_mt-0.7.0-11.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/rcracki_mt-0.7.0-11.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/rcracki_mt-debugsource-0.7.0-11.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/rcracki_mt-debuginfo-0.7.0-11.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qMH7Zq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd rcracki_mt_0.7.0_src + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/rcracki_mt-0.7.0-11.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lpJZz9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf rcracki_mt_0.7.0_src + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!