D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/python-apsw-3.35.4.r1-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hwif2R + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf apsw-3.35.4-r1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/python-apsw-3.35.4.r1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd apsw-3.35.4-r1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CRL9ab + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd apsw-3.35.4-r1 + '[' 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' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.9/site-packages/setuptools/dist.py:484: UserWarning: Normalizing '3.35.4-r1' to '3.35.4.post1' warnings.warn(tmpl.format(**locals())) running build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build creating build/temp.linux-aarch64-3.9 creating build/temp.linux-aarch64-3.9/src gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python3.9 -c src/apsw.c -o build/temp.linux-aarch64-3.9/src/apsw.o In file included from src/apsw.c:136: src/pyutil.c: In function 'Call_PythonMethod': src/pyutil.c:177:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 177 | res = PyEval_CallObject(method, args); | ^~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:142: src/util.c: In function 'apsw_write_unraiseable': src/util.c:141:7: warning: 'PyEval_CallFunction' is deprecated [-Wdeprecated-declarations] 141 | result = PyEval_CallFunction(excepthook, "(OOO)", err_type ? err_type : Py_None, err_value ? err_value : Py_None, err_traceback ? err_traceback : Py_None); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:26:43: note: declared here 26 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:142: src/util.c:153:5: warning: 'PyEval_CallFunction' is deprecated [-Wdeprecated-declarations] 153 | result = PyEval_CallFunction(excepthook, "(OOO)", err_type ? err_type : Py_None, err_value ? err_value : Py_None, err_traceback ? err_traceback : Py_None); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:26:43: note: declared here 26 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:145: src/apswbuffer.c: In function 'APSWBuffer_hash': src/apswbuffer.c:132:12: warning: comparison of integer expressions of different signedness: 'Py_uhash_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 132 | if (hash == -1) | ^~ In file included from src/apsw.c:148: src/statementcache.c: In function 'statementcache_prepare': src/statementcache.c:234:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 234 | if( sc->cache && sc->numentries && ((PyUnicode_CheckExact(query) && PyUnicode_GET_DATA_SIZE(query) < SC_MAXSIZE) | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:148: src/statementcache.c:234:7: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 234 | if( sc->cache && sc->numentries && ((PyUnicode_CheckExact(query) && PyUnicode_GET_DATA_SIZE(query) < SC_MAXSIZE) | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:148: src/statementcache.c:234:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 234 | if( sc->cache && sc->numentries && ((PyUnicode_CheckExact(query) && PyUnicode_GET_DATA_SIZE(query) < SC_MAXSIZE) | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'Connection_init': src/connection.c:433:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 433 | hookresult = PyEval_CallObject(hook, hookargs); | ^~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'rollbackhookcb': src/connection.c:995:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 995 | retval = PyEval_CallObject(self->rollbackhook, NULL); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'commithookcb': src/connection.c:1133:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 1133 | retval = PyEval_CallObject(self->commithook, NULL); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'walhookcb': src/connection.c:1211:3: warning: 'PyEval_CallFunction' is deprecated [-Wdeprecated-declarations] 1211 | retval = PyEval_CallFunction(self->walhook, "(OO&i)", self, convertutf8string, dbname, npages); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:26:43: note: declared here 26 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'progresshandlercb': src/connection.c:1299:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 1299 | retval = PyEval_CallObject(self->progresshandler, NULL); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'collationneeded_cb': src/connection.c:1507:5: warning: 'PyEval_CallFunction' is deprecated [-Wdeprecated-declarations] 1507 | res = PyEval_CallFunction(self->collationneeded, "(OO)", self, pyname); | ^~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:26:43: note: declared here 26 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'cbdispatch_func': src/connection.c:2046:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 2046 | retval = PyEval_CallObject(cbinfo->scalarfunc, pyargs); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'getaggregatefunctioncontext': src/connection.c:2087:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 2087 | retval = PyEval_CallObject(cbinfo->aggregatefactory, NULL); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c: In function 'cbdispatch_step': src/connection.c:2166:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 2166 | retval = PyEval_CallObject(aggfc->stepfunc, pyargs); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c: In function 'apswvfs_excepthook': src/vfs.c:281:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 281 | return PyEval_CallObject(excepthook, args); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c: In function 'apsw_logger': src/apsw.c:318:5: warning: 'PyEval_CallFunction' is deprecated [-Wdeprecated-declarations] 318 | res = PyEval_CallFunction(arg, "iO", errcode, msgaspystring); | ^~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:26:43: note: declared here 26 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c: In function 'formatsqlvalue': src/apsw.c:1080:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1080 | unires = PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(value) + 2); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1080:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1080 | unires = PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(value) + 2); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1080:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1080 | unires = PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(value) + 2); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1080:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1080 | unires = PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(value) + 2); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1083:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1083 | res = PyUnicode_AS_UNICODE(unires); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1085:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1085 | memcpy(res, PyUnicode_AS_UNICODE(value), PyUnicode_GET_DATA_SIZE(value)); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1085:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1085 | memcpy(res, PyUnicode_AS_UNICODE(value), PyUnicode_GET_DATA_SIZE(value)); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1085:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1085 | memcpy(res, PyUnicode_AS_UNICODE(value), PyUnicode_GET_DATA_SIZE(value)); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1085:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1085 | memcpy(res, PyUnicode_AS_UNICODE(value), PyUnicode_GET_DATA_SIZE(value)); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1086:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1086 | res += PyUnicode_GET_SIZE(value); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1086:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1086 | res += PyUnicode_GET_SIZE(value); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1086:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1086 | res += PyUnicode_GET_SIZE(value); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1089:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1089 | res = PyUnicode_AS_UNICODE(unires) + 1; | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1090:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1090 | left = PyUnicode_GET_SIZE(value); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1090:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1090 | left = PyUnicode_GET_SIZE(value); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1090:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1090 | left = PyUnicode_GET_SIZE(value); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1098:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1098 | APSW_FAULT_INJECT(FormatSQLValueResizeFails, | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1098:9: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1098 | APSW_FAULT_INJECT(FormatSQLValueResizeFails, | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1098:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1098 | APSW_FAULT_INJECT(FormatSQLValueResizeFails, | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1106:9: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1106 | res = PyUnicode_AS_UNICODE(unires) + (PyUnicode_GET_SIZE(unires) - left - moveamount - 1); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1106:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1106 | res = PyUnicode_AS_UNICODE(unires) + (PyUnicode_GET_SIZE(unires) - left - moveamount - 1); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1106:9: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1106 | res = PyUnicode_AS_UNICODE(unires) + (PyUnicode_GET_SIZE(unires) - left - moveamount - 1); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1106:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1106 | res = PyUnicode_AS_UNICODE(unires) + (PyUnicode_GET_SIZE(unires) - left - moveamount - 1); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1153:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1153 | APSW_FAULT_INJECT(FormatSQLValuePyUnicodeFromUnicodeFails, | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1161:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1161 | res = PyUnicode_AS_UNICODE(unires); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c: In function 'PyInit_apsw': src/apsw.c:1309:3: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 1309 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/apsw.c:74: /usr/include/python3.9/ceval.h:130:37: note: declared here 130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ creating build/lib.linux-aarch64-3.9 gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.9/src/apsw.o -L/usr/lib64 -lsqlite3 -lpython3.9 -o build/lib.linux-aarch64-3.9/apsw.cpython-39-aarch64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.w084Zk + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64 + cd apsw-3.35.4-r1 + '[' 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' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64 /usr/lib/python3.9/site-packages/setuptools/dist.py:484: UserWarning: Normalizing '3.35.4-r1' to '3.35.4.post1' warnings.warn(tmpl.format(**locals())) running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/lib64/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/lib64/python3.9/site-packages copying build/lib.linux-aarch64-3.9/apsw.cpython-39-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/lib64/python3.9/site-packages writing byte-compilation script '/tmp/tmpf87lg16t.py' /usr/bin/python3 /tmp/tmpf87lg16t.py removing /tmp/tmpf87lg16t.py running install_egg_info running egg_info creating apsw.egg-info writing apsw.egg-info/PKG-INFO writing dependency_links to apsw.egg-info/dependency_links.txt writing top-level names to apsw.egg-info/top_level.txt writing manifest file 'apsw.egg-info/SOURCES.txt' SQLite: Using system sqlite include/libraries reading manifest file 'apsw.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'apsw.egg-info/SOURCES.txt' Copying apsw.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/lib64/python3.9/site-packages/apsw-3.35.4.post1-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 3.35.4.r1-1.mga9 --unique-debug-suffix -3.35.4.r1-1.mga9.aarch64 --unique-debug-src-base python-apsw-3.35.4.r1-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/apsw-3.35.4-r1 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/lib64/python3.9/site-packages/apsw.cpython-39-aarch64-linux-gnu.so dwz: ./usr/lib64/python3.9/site-packages/apsw.cpython-39-aarch64-linux-gnu.so-3.35.4.r1-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 428kB, size after compression: 428kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 913 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 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/lib64/python3.9 using python3.9 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-apsw-3.35.4.r1-1.mga9.aarch64 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nV68BH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd apsw-3.35.4-r1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/share/licenses/python3-apsw + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/share/licenses/python3-apsw + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/share/licenses/python3-apsw + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-apsw = 3.35.4.r1-1.mga9 python3-apsw = 3.35.4.r1-1.mga9 python3-apsw(aarch-64) = 3.35.4.r1-1.mga9 python3.9-apsw = 3.35.4.r1-1.mga9 python3.9dist(apsw) = 3.35.4^post1 python3dist(apsw) = 3.35.4^post1 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) libpython3.9.so.1.0()(64bit) libsqlite3.so.0()(64bit) python(abi) = 3.9 Obsoletes: python-apsw < 3.35.4.r1-1.mga9 Processing files: python-apsw-doc-3.35.4.r1-1.mga9.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5uPB5q + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd apsw-3.35.4-r1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/share/doc/python-apsw-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/share/doc/python-apsw-doc + cp -pr doc/Makefile doc/_templates doc/benchmarking.rst doc/build.rst doc/changes.rst doc/conf.py doc/copyright.rst doc/dbapi.rst doc/download.rst doc/exceptions.rst doc/execution.rst doc/extensions.rst doc/index.rst doc/pysqlite.rst doc/shell.rst doc/tips.rst doc/types.rst /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64/usr/share/doc/python-apsw-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-apsw-doc = 3.35.4.r1-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-apsw-debugsource-3.35.4.r1-1.mga9.aarch64 Provides: python-apsw-debugsource = 3.35.4.r1-1.mga9 python-apsw-debugsource(aarch-64) = 3.35.4.r1-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-apsw-debuginfo-3.35.4.r1-1.mga9.aarch64 Provides: debuginfo(build-id) = 92e7ecc1756fb5eca5ffee7367e5fa779bfe00a6 python-apsw-debuginfo = 3.35.4.r1-1.mga9 python3-apsw-debuginfo = 3.35.4.r1-1.mga9 python3-apsw-debuginfo(aarch-64) = 3.35.4.r1-1.mga9 python3.9-apsw-debuginfo = 3.35.4.r1-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-apsw-debugsource(aarch-64) = 3.35.4.r1-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-apsw-doc-3.35.4.r1-1.mga9.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-apsw-3.35.4.r1-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-apsw-debuginfo-3.35.4.r1-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-apsw-debugsource-3.35.4.r1-1.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hjn5zX + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd apsw-3.35.4-r1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.35.4.r1-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.y6PAkU + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf apsw-3.35.4-r1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!