D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/uftp-4.9.8-4.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FC7Fhn + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf uftp-4.9.8 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/uftp-4.9.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd uftp-4.9.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (makefile-lib64-openssl.patch):' Patch #0 (makefile-lib64-openssl.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file makefile + echo 'Patch #1 (gcc10.patch):' Patch #1 (gcc10.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file proxy.h + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hGD8va + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd uftp-4.9.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 -f makefile OPENSSL=/usr 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c server_common.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c server_send.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c server_main.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c encrypt_openssl.c encrypt_openssl.c: In function 'RSA_keylen': encrypt_openssl.c:603:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 603 | return RSA_size(rsa); | ^~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ encrypt_openssl.c: In function 'EC_keylen': encrypt_openssl.c:617:5: warning: 'i2o_ECPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 617 | if ((keylen = i2o_ECPublicKey(ec, NULL)) == 0) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1243:27: note: declared here 1243 | OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out); | ^~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'RSA_encrypt': encrypt_openssl.c:655:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 655 | if (RSA_size(rsa) * 8 < 768) { | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ encrypt_openssl.c:661:5: warning: 'RSA_public_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 661 | if ((*tolen = RSA_public_encrypt(fromlen, from, to, rsa, padding)) == -1) { | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:282:5: note: declared here 282 | int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'RSA_decrypt': encrypt_openssl.c:677:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 677 | if (RSA_size(rsa) * 8 < 768) { | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ encrypt_openssl.c:683:5: warning: 'RSA_private_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 683 | if ((*tolen = RSA_private_decrypt(fromlen, from, to, rsa, padding)) == -1) { | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:291:5: note: declared here 291 | int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'create_RSA_sig': encrypt_openssl.c:712:5: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 712 | if (!RSA_sign(EVP_MD_type(hashptr), meshash, meshashlen, | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:348:27: note: declared here 348 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, | ^~~~~~~~ encrypt_openssl.c: In function 'verify_RSA_sig': encrypt_openssl.c:741:5: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 741 | if (!RSA_verify(EVP_MD_type(hashptr), meshash, meshashlen, | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:351:27: note: declared here 351 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, | ^~~~~~~~~~ encrypt_openssl.c: In function 'create_ECDSA_sig': encrypt_openssl.c:775:5: warning: 'ECDSA_do_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 775 | if ((_sig = ECDSA_do_sign(meshash, meshashlen, ec)) == NULL) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1363:34: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, | ^~~~~~~~~~~~~ encrypt_openssl.c: In function 'verify_ECDSA_sig': encrypt_openssl.c:859:5: warning: 'ECDSA_do_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 859 | if (!ECDSA_do_verify(meshash, meshashlen, _sig, ec)) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1389:27: note: declared here 1389 | OSSL_DEPRECATEDIN_3_0 int ECDSA_do_verify(const unsigned char *dgst, int dgst_len, | ^~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'get_ECDH_key': encrypt_openssl.c:891:5: warning: 'ECDH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 891 | if (!ECDH_compute_key(key, 0, EC_KEY_get0_public_key(pubkey), | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1294:27: note: declared here 1294 | OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen, | ^~~~~~~~~~~~~~~~ encrypt_openssl.c:891:5: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 891 | if (!ECDH_compute_key(key, 0, EC_KEY_get0_public_key(pubkey), | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1060:39: note: declared here 1060 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'import_RSA_key': encrypt_openssl.c:918:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 918 | if ((*rsa = RSA_new()) == NULL) { | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ encrypt_openssl.c:926:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 926 | RSA_free(*rsa); | ^~~~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ encrypt_openssl.c:932:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 932 | RSA_free(*rsa); | ^~~~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ encrypt_openssl.c:936:5: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 936 | if (!RSA_set0_key(*rsa, n, e, NULL)) { | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ encrypt_openssl.c:938:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 938 | RSA_free(*rsa); | ^~~~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ encrypt_openssl.c: In function 'export_RSA_key': encrypt_openssl.c:966:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 966 | RSA_get0_key(rsa, &n, &e, NULL); | ^~~~~~~~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ encrypt_openssl.c: In function 'import_EC_key': encrypt_openssl.c:1019:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1019 | if ((*ec = EC_KEY_new_by_curve_name( | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:996:31: note: declared here 996 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c:1028:5: warning: 'o2i_ECPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1028 | if (!o2i_ECPublicKey(ec, &tmp, ntohs(ecblob->keylen) + 1)) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1234:31: note: declared here 1234 | OSSL_DEPRECATEDIN_3_0 EC_KEY *o2i_ECPublicKey(EC_KEY **key, | ^~~~~~~~~~~~~~~ encrypt_openssl.c:1030:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1030 | EC_KEY_free(*ec); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ encrypt_openssl.c: In function 'export_EC_key': encrypt_openssl.c:1050:5: warning: 'i2o_ECPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1050 | if ((keylen = i2o_ECPublicKey(ec, NULL)) == 0) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1243:27: note: declared here 1243 | OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out); | ^~~~~~~~~~~~~~~ encrypt_openssl.c:1058:5: warning: 'i2o_ECPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1058 | if (!i2o_ECPublicKey(ec, &tmp)) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1243:27: note: declared here 1243 | OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out); | ^~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'gen_RSA_key': encrypt_openssl.c:1094:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1094 | if ((rsa = RSA_new()) == NULL) { | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ encrypt_openssl.c:1098:5: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1098 | if (!RSA_generate_key_ex(rsa, bits ? bits : DEF_RSA_LEN, e, NULL)) { | ^~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ encrypt_openssl.c:1107:13: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1107 | RSA_free(rsa); | ^~~~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ encrypt_openssl.c:1112:13: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1112 | RSA_free(rsa); | ^~~~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ encrypt_openssl.c:1115:9: warning: 'PEM_write_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1115 | if (!PEM_write_RSAPrivateKey(f, rsa, NULL, NULL, 0, NULL, NULL)) { | ^~ In file included from encrypt_openssl.c:44: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c:1118:13: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1118 | RSA_free(rsa); | ^~~~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ encrypt_openssl.c: In function 'read_RSA_key': encrypt_openssl.c:1139:5: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1139 | if ((rsa = PEM_read_RSAPrivateKey(f, NULL, NULL, NULL)) == NULL) { | ^~ In file included from encrypt_openssl.c:44: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'gen_EC_key': encrypt_openssl.c:1160:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1160 | if ((ec = EC_KEY_new_by_curve_name(get_ec_curve_nid(curve))) == NULL) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:996:31: note: declared here 996 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c:1164:5: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1164 | if (!EC_KEY_generate_key(ec)) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1099:27: note: declared here 1099 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~ encrypt_openssl.c:1169:5: warning: 'EC_KEY_set_asn1_flag' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1169 | EC_KEY_set_asn1_flag(ec, OPENSSL_EC_NAMED_CURVE); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1085:28: note: declared here 1085 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag); | ^~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c:1181:9: warning: 'PEM_write_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1181 | if (!PEM_write_ECPrivateKey(f, ec, NULL, NULL, 0, NULL, NULL)) { | ^~ In file included from encrypt_openssl.c:44: /usr/include/openssl/pem.h:462:1: note: declared here 462 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) | ^~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'read_EC_key': encrypt_openssl.c:1204:5: warning: 'PEM_read_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1204 | if ((ec = PEM_read_ECPrivateKey(f, NULL, NULL, NULL)) == NULL) { | ^~ In file included from encrypt_openssl.c:44: /usr/include/openssl/pem.h:462:1: note: declared here 462 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) | ^~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'read_private_key': encrypt_openssl.c:1227:5: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1227 | if ((key.rsa = PEM_read_RSAPrivateKey(f, NULL, NULL, NULL)) != NULL) { | ^~ In file included from encrypt_openssl.c:44: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c:1240:5: warning: 'PEM_read_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1240 | if ((key.ec = PEM_read_ECPrivateKey(f, NULL, NULL, NULL)) != NULL) { | ^~ In file included from encrypt_openssl.c:44: /usr/include/openssl/pem.h:462:1: note: declared here 462 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) | ^~~~~~~~~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'get_EC_curve': encrypt_openssl.c:1257:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1257 | nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec)); | ^~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1032:39: note: declared here 1032 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ encrypt_openssl.c: In function 'free_RSA_key': encrypt_openssl.c:1263:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1263 | RSA_free(rsa); | ^~~~~~~~ In file included from encrypt_openssl.c:43: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ encrypt_openssl.c: In function 'free_EC_key': encrypt_openssl.c:1268:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1268 | EC_KEY_free(ec); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from encrypt_openssl.c:44: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c server_transfer.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c server_init.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c server_config.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c server_announce.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c client_loop.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c uftp_common.c uftp_common.c: In function 'multicast_join': uftp_common.c:1649:21: warning: 'level' may be used uninitialized in this function [-Wmaybe-uninitialized] 1649 | if (setsockopt(s, level, MCAST_JOIN_SOURCE_GROUP, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1650 | (char *)&gsreq, sizeof(gsreq)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uftp_common.c: In function 'multicast_leave': uftp_common.c:1700:21: warning: 'level' may be used uninitialized in this function [-Wmaybe-uninitialized] 1700 | if (setsockopt(s, level, MCAST_LEAVE_SOURCE_GROUP, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1701 | (char *)&gsreq, sizeof(gsreq)) == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c client_main.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c server_phase.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c client_fileinfo.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c heartbeat_send.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c client_config.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c client_init.c client_init.c: In function 'daemonize': client_init.c:219:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 219 | chdir("/"); | ^~~~~~~~~~ client_init.c: In function 'initialize': client_init.c:619:45: warning: '%s' directive output may be truncated writing up to 1999 bytes into a region of size 299 [-Wformat-truncation=] 619 | snprintf(tempf1, sizeof(tempf1)-1, "%s%c_uftptmp1",destdir[i],PATH_SEP); | ^~ In file included from /usr/include/stdio.h:888, from client_init.c:31: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 11 and 2010 bytes into a destination of size 299 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c proxy_loop.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c client_announce.c client_announce.c: In function 'handle_announce': client_announce.c:900:61: warning: '%04d' directive output may be truncated writing between 4 and 11 bytes into a region of size 10 [-Wformat-truncation=] 900 | snprintf(group->start_date, sizeof(group->start_date), "%04d%02d%02d", | ^~~~ client_announce.c:900:60: note: directive argument in the range [-2147481748, 2147483647] 900 | snprintf(group->start_date, sizeof(group->start_date), "%04d%02d%02d", | ^~~~~~~~~~~~~~ client_announce.c:900:60: note: directive argument in the range [-2147483647, 2147483647] In file included from /usr/include/stdio.h:888, from client_announce.c:31: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 9 and 34 bytes into a destination of size 10 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c proxy_main.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c client_transfer.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -L /usr/lib64 -o uftp uftp_common.o encrypt_openssl.o server_announce.o server_transfer.o server_send.o server_phase.o server_common.o server_config.o server_init.o server_main.o -lm -lcrypto -lpthread cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c client_common.c client_common.c: In function 'file_cleanup': client_common.c:452:68: warning: '%s' directive output may be truncated writing up to 299 bytes into a region of size between 84 and 283 [-Wformat-truncation=] 452 | snprintf(filepath, sizeof(filepath), "%s%c_group_%08X%c%s", tempdir, | ^~ In file included from /usr/include/stdio.h:888, from uftp_common.h:34, from client.h:34, from client_common.c:61: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 516 bytes into a destination of size 300 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c uftp_keymgt.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c proxy_downstream.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -L /usr/lib64 -o uftpd uftp_common.o encrypt_openssl.o client_loop.o client_announce.o client_fileinfo.o client_transfer.o client_common.o client_config.o client_init.o client_main.o heartbeat_send.o -lm -lcrypto cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -L /usr/lib64 -o uftp_keymgt uftp_keymgt.o uftp_common.o encrypt_openssl.o -lm -lcrypto cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c proxy_config.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c proxy_init.c proxy_init.c: In function 'daemonize': proxy_init.c:209:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 209 | chdir("/"); | ^~~~~~~~~~ cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c proxy_upstream.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c proxy_common.c cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS -L /usr/lib64 -o uftpproxyd uftp_common.o encrypt_openssl.o proxy_loop.o proxy_upstream.o proxy_downstream.o proxy_common.o proxy_config.o proxy_init.o proxy_main.o heartbeat_send.o -lm -lcrypto + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Lbq9nr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64 + cd uftp-4.9.8 + '[' 1 -eq 1 ']' + make DESTDIR=/home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64 install install -m 755 -d /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin install -m 755 -d /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/man/man1 install -m 755 uftp /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin install -m 755 uftpd /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin install -m 755 uftpproxyd /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin install -m 755 uftp_keymgt /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin install -m 644 uftp.1 uftpd.1 uftpproxyd.1 uftp_keymgt.1 /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/man/man1 + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/sbin + mv /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin/uftpd /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/sbin/uftpd + mv /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin/uftpproxyd /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/sbin/uftpproxyd + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 4.9.8-4.mga9 --unique-debug-suffix -4.9.8-4.mga9.aarch64 --unique-debug-src-base uftp-4.9.8-4.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/uftp-4.9.8 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin/uftp_keymgt extracting debug info from /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/bin/uftp extracting debug info from /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/sbin/uftpd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/sbin/uftpproxyd dwz: ./usr/bin/uftp-4.9.8-4.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/uftp_keymgt-4.9.8-4.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/uftpd-4.9.8-4.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/uftpproxyd-4.9.8-4.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 1104kB, size after compression: 1104kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 4 CRC32s did match. 1543 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: uftp-4.9.8-4.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4DS9Py + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd uftp-4.9.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/doc/uftp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/doc/uftp + cp -pr Changes.txt /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/doc/uftp + cp -pr ReadMe.txt /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/doc/uftp + RPM_EC=0 ++ jobs -p + exit 0 Provides: uftp = 4.9.8-4.mga9 uftp(aarch-64) = 4.9.8-4.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) libm.so.6()(64bit) libm.so.6(GLIBC_2.29)(64bit) Processing files: uftp-server-4.9.8-4.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HwWLk7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd uftp-4.9.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/doc/uftp-server + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/doc/uftp-server + cp -pr Changes.txt /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/doc/uftp-server + cp -pr ReadMe.txt /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64/usr/share/doc/uftp-server + RPM_EC=0 ++ jobs -p + exit 0 Provides: uftp-server = 4.9.8-4.mga9 uftp-server(aarch-64) = 4.9.8-4.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) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) Processing files: uftp-debugsource-4.9.8-4.mga9.aarch64 Provides: uftp-debugsource = 4.9.8-4.mga9 uftp-debugsource(aarch-64) = 4.9.8-4.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: uftp-debuginfo-4.9.8-4.mga9.aarch64 Provides: debuginfo(build-id) = a066f415e62ea51cc372ded4624a0d032ae03295 debuginfo(build-id) = d8b8cfc8f05e6a7718bc74a67e382dd66384f224 uftp-debuginfo = 4.9.8-4.mga9 uftp-debuginfo(aarch-64) = 4.9.8-4.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uftp-debugsource(aarch-64) = 4.9.8-4.mga9 Processing files: uftp-server-debuginfo-4.9.8-4.mga9.aarch64 Provides: debuginfo(build-id) = 3d33f0061a372e14bef55eaa41a67a8dd790d5b3 debuginfo(build-id) = acd97d95e9bc0163d2cb671b6843daa74fb6d20f uftp-server-debuginfo = 4.9.8-4.mga9 uftp-server-debuginfo(aarch-64) = 4.9.8-4.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uftp-debugsource(aarch-64) = 4.9.8-4.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/uftp-4.9.8-4.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/uftp-server-4.9.8-4.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/uftp-debuginfo-4.9.8-4.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/uftp-server-debuginfo-4.9.8-4.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/uftp-debugsource-4.9.8-4.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6a9Byo + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd uftp-4.9.8 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/uftp-4.9.8-4.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TyAbEg + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf uftp-4.9.8 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!