D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/skipfish-2.10-0.beta.13.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HIOGZj + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf skipfish-2.10b + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/skipfish-2.10b.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd skipfish-2.10b + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/skipfish-2.09b-fhs.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/skipfish-2.10b-openssl11.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/skipfish-gcc10.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.LOdDe7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd skipfish-2.10b + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 cc -L/usr/local/lib/ -L/opt/local/lib src/skipfish.c -o skipfish \ -O3 -Wno-format -Wall -funsigned-char -g -ggdb -I/usr/local/include/ -I/opt/local/include/ -DVERSION=\"2.10b\" src/http_client.c src/database.c src/crawler.c src/analysis.c src/report.c src/checks.c src/signatures.c src/auth.c src/options.c -lcrypto -lssl -lidn -lz -lpcre src/http_client.c: In function 'check_ssl': src/http_client.c:2020:11: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 2020 | buf = (char*)ASN1_STRING_data(name->d.dNSName); | ^~~ In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/x509.h:29, from /usr/include/openssl/ssl.h:31, from src/http_client.c:37: /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ In file included from src/http_client.c:45: src/http_client.c: In function 'build_request_data': src/string-inl.h:197:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 197 | (_buf_ptr)[_buf_len] = 0; \ | ~~~~~~~~~~~~~~~~~~~~~^~~ src/http_client.c:1225:3: note: in expansion of macro 'TRIM_STR' 1225 | TRIM_STR(pay_buf, pay_pos); | ^~~~~~~~ In file included from src/http_client.c:44: In function '__DFL_ck_free', inlined from '__DFL_ck_free' at src/alloc-inl.h:252:20, inlined from 'parse_response' at src/http_client.c:1429:7: src/alloc-inl.h:265:18: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 265 | ALLOC_C(mem) = ALLOC_MAGIC_F; | ^ src/http_client.c: In function 'parse_response': src/http_client.c:1337:16: note: at offset -6 into destination object of size [0, 9223372036854775807] allocated by 'grab_line' 1337 | cur_line = grab_line(data, &cur_data_off, data_len); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/http_client.c:1459:7: note: in expansion of macro 'NEXT_LINE' 1459 | NEXT_LINE(); | ^~~~~~~~~ In file included from src/http_client.c:44: In function '__DFL_ck_free', inlined from '__DFL_ck_free' at src/alloc-inl.h:252:20, inlined from 'parse_response' at src/http_client.c:1502:3: src/alloc-inl.h:265:18: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 265 | ALLOC_C(mem) = ALLOC_MAGIC_F; | ^ src/http_client.c: In function 'parse_response': src/http_client.c:1337:16: note: at offset -6 into destination object of size [0, 9223372036854775807] allocated by 'grab_line' 1337 | cur_line = grab_line(data, &cur_data_off, data_len); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/http_client.c:1429:7: note: in expansion of macro 'NEXT_LINE' 1429 | NEXT_LINE(); /* Should be chunk size, hex. */ | ^~~~~~~~~ src/analysis.c: In function 'collect_form_data': src/analysis.c:343:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 343 | } while (0) | ^~~~~ src/analysis.c:490:9: note: in expansion of macro 'FIND_AND_MOVE' 490 | FIND_AND_MOVE(tag_name, cur_str, "name"); | ^~~~~~~~~~~~~ src/analysis.c:331:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 331 | #define FIND_AND_MOVE(_store, _val, _param) { \ | ^ src/analysis.c:491:9: note: in expansion of macro 'FIND_AND_MOVE' 491 | FIND_AND_MOVE(tag_value, cur_str, "value"); | ^~~~~~~~~~~~~ src/analysis.c:343:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 343 | } while (0) | ^~~~~ src/analysis.c:491:9: note: in expansion of macro 'FIND_AND_MOVE' 491 | FIND_AND_MOVE(tag_value, cur_str, "value"); | ^~~~~~~~~~~~~ src/analysis.c:331:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 331 | #define FIND_AND_MOVE(_store, _val, _param) { \ | ^ src/analysis.c:492:9: note: in expansion of macro 'FIND_AND_MOVE' 492 | FIND_AND_MOVE(tag_type, cur_str, "type"); | ^~~~~~~~~~~~~ src/analysis.c: In function 'make_form_req': src/analysis.c:343:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 343 | } while (0) | ^~~~~ src/analysis.c:662:3: note: in expansion of macro 'FIND_AND_MOVE' 662 | FIND_AND_MOVE(dirty_url, cur_str, "action"); | ^~~~~~~~~~~~~ src/analysis.c:331:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 331 | #define FIND_AND_MOVE(_store, _val, _param) { \ | ^ src/analysis.c:663:3: note: in expansion of macro 'FIND_AND_MOVE' 663 | FIND_AND_MOVE(method, cur_str, "method"); | ^~~~~~~~~~~~~ In file included from src/http_client.h:30, from src/analysis.c:28: In function '__DFL_ck_free', inlined from '__DFL_ck_free' at src/alloc-inl.h:252:20, inlined from 'html_decode_param' at src/analysis.c:314:16: src/alloc-inl.h:265:18: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 265 | ALLOC_C(mem) = ALLOC_MAGIC_F; | ^ src/analysis.c: In function 'html_decode_param': src/alloc-inl.h:87:9: note: destination object of size [7, 1342177286] allocated by 'malloc' 87 | ret = malloc(size + ALLOC_OFF); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/analysis.c: In function 'collect_form_data': src/analysis.c:353:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 353 | (_store)[(_val_len)] = 0; \ | ~~~~~~~~~~~~~~~~~~~~~^~~ src/analysis.c:496:9: note: in expansion of macro 'EXTRACT_ALLOC_VAL' 496 | EXTRACT_ALLOC_VAL(tag_name, tag_name); | ^~~~~~~~~~~~~~~~~ src/analysis.c:353:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 353 | (_store)[(_val_len)] = 0; \ | ~~~~~~~~~~~~~~~~~~~~~^~~ src/analysis.c:502:11: note: in expansion of macro 'EXTRACT_ALLOC_VAL' 502 | EXTRACT_ALLOC_VAL(tag_value, tag_value); | ^~~~~~~~~~~~~~~~~ In file included from src/http_client.h:30, from src/analysis.c:28: In function '__DFL_ck_free', inlined from '__DFL_ck_free' at src/alloc-inl.h:252:20, inlined from 'collect_form_data' at src/analysis.c:573:9: src/alloc-inl.h:265:18: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 265 | ALLOC_C(mem) = ALLOC_MAGIC_F; | ^ src/analysis.c: In function 'collect_form_data': src/alloc-inl.h:201:9: note: destination object of size 11 allocated by 'malloc' 201 | ret = malloc(size + ALLOC_OFF); | ^~~~~~~~~~~~~~~~~~~~~~~~ In function '__DFL_ck_free', inlined from '__DFL_ck_free' at src/alloc-inl.h:252:20, inlined from 'collect_form_data' at src/analysis.c:576:9: src/alloc-inl.h:265:18: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 265 | ALLOC_C(mem) = ALLOC_MAGIC_F; | ^ src/analysis.c: In function 'collect_form_data': src/analysis.c:503:25: note: at offset -6 into destination object of size [0, 9223372036854775807] allocated by 'html_decode_param' 503 | clean_value = html_decode_param(tag_value, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/analysis.c:503:25: note: at offset -6 into destination object of size [0, 9223372036854775807] allocated by 'html_decode_param' src/analysis.c: In function 'make_form_req': src/analysis.c:353:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 353 | (_store)[(_val_len)] = 0; \ | ~~~~~~~~~~~~~~~~~~~~~^~~ src/analysis.c:683:5: note: in expansion of macro 'EXTRACT_ALLOC_VAL' 683 | EXTRACT_ALLOC_VAL(dirty_url, dirty_url); | ^~~~~~~~~~~~~~~~~ src/analysis.c: In function 'scrape_response': src/analysis.c:353:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 353 | (_store)[(_val_len)] = 0; \ | ~~~~~~~~~~~~~~~~~~~~~^~~ src/analysis.c:787:11: note: in expansion of macro 'EXTRACT_ALLOC_VAL' 787 | EXTRACT_ALLOC_VAL(meta_url, dirty_url); | ^~~~~~~~~~~~~~~~~ src/analysis.c:353:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 353 | (_store)[(_val_len)] = 0; \ | ~~~~~~~~~~~~~~~~~~~~~^~~ src/analysis.c:860:7: note: in expansion of macro 'EXTRACT_ALLOC_VAL' 860 | EXTRACT_ALLOC_VAL(dirty_url, dirty_url); | ^~~~~~~~~~~~~~~~~ In file included from src/http_client.h:30, from src/analysis.c:28: In function '__DFL_ck_free', inlined from '__DFL_ck_free' at src/alloc-inl.h:252:20, inlined from 'content_checks' at src/analysis.c:1842:9: src/alloc-inl.h:265:18: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 265 | ALLOC_C(mem) = ALLOC_MAGIC_F; | ^ src/analysis.c: In function 'content_checks': src/analysis.c:1702:23: note: at offset -6 into destination object of size [0, 9223372036854775807] allocated by 'html_decode_param' 1702 | clean_val = html_decode_param(tmp, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/analysis.c:1702:23: note: at offset -6 into destination object of size [0, 9223372036854775807] allocated by 'html_decode_param' src/analysis.c:1702:23: note: at offset -6 into destination object of size [0, 9223372036854775807] allocated by 'html_decode_param' src/report.c: In function 'collect_samples': src/report.c:447:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 447 | for (i=0;i