D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/apache-mod_wsgi-4.7.1-1.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GYumWl
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf mod_wsgi-4.7.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/4.7.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd mod_wsgi-4.7.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/mod_wsgi-link-apr.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.67QVYf
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd mod_wsgi-4.7.1
+ '[' 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,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
/usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'bugtrack_url'
  warnings.warn(msg)
running build
running build_py
creating build
creating build/lib.linux-aarch64-3.9
creating build/lib.linux-aarch64-3.9/mod_wsgi
copying src/__init__.py -> build/lib.linux-aarch64-3.9/mod_wsgi
creating build/lib.linux-aarch64-3.9/mod_wsgi/server
copying src/server/apxs_config.py -> build/lib.linux-aarch64-3.9/mod_wsgi/server
copying src/server/environ.py -> build/lib.linux-aarch64-3.9/mod_wsgi/server
copying src/server/__init__.py -> build/lib.linux-aarch64-3.9/mod_wsgi/server
creating build/lib.linux-aarch64-3.9/mod_wsgi/server/management
copying src/server/management/__init__.py -> build/lib.linux-aarch64-3.9/mod_wsgi/server/management
creating build/lib.linux-aarch64-3.9/mod_wsgi/server/management/commands
copying src/server/management/commands/runmodwsgi.py -> build/lib.linux-aarch64-3.9/mod_wsgi/server/management/commands
copying src/server/management/commands/__init__.py -> build/lib.linux-aarch64-3.9/mod_wsgi/server/management/commands
creating build/lib.linux-aarch64-3.9/mod_wsgi/docs
copying docs/_build/html/__init__.py -> build/lib.linux-aarch64-3.9/mod_wsgi/docs
creating build/lib.linux-aarch64-3.9/mod_wsgi/images
copying images/__init__.py -> build/lib.linux-aarch64-3.9/mod_wsgi/images
copying images/snake-whiskey.jpg -> build/lib.linux-aarch64-3.9/mod_wsgi/images
running build_ext
building 'mod_wsgi.server.mod_wsgi-py39' extension
creating build/temp.linux-aarch64-3.9
creating build/temp.linux-aarch64-3.9/src
creating build/temp.linux-aarch64-3.9/src/server
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/mod_wsgi.c -o build/temp.linux-aarch64-3.9/src/server/mod_wsgi.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
src/server/mod_wsgi.c: In function 'Adapter_process_file_wrapper':
src/server/mod_wsgi.c:2900:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 2900 |     object = PyEval_CallObject(method, NULL);
      |     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'Adapter_run':
src/server/mod_wsgi.c:3182:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 3182 |     self->sequence = PyEval_CallObject(object, args);
      |     ^~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:3304:13: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 3304 |             data = PyEval_CallObject(close, args);
      |             ^~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_load_source':
src/server/mod_wsgi.c:3721:5: warning: 'PyParser_SimpleParseFileFlags' is deprecated [-Wdeprecated-declarations]
 3721 |     n = PyParser_SimpleParseFile(fp, filename, Py_file_input);
      |     ^
In file included from /usr/include/python3.9/Python.h:139,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/pythonrun.h:91:28: note: declared here
   91 | PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *, int, int);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:3746:5: warning: 'PyNode_Compile' is deprecated [-Wdeprecated-declarations]
 3746 |     co = (PyObject *)PyNode_Compile(n, filename);
      |     ^~
In file included from /usr/include/python3.9/Python.h:138,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/compile.h:15:28: note: declared here
   15 | PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
      |                            ^~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_reload_required':
src/server/mod_wsgi.c:3857:13: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 3857 |             result = PyEval_CallObject(object, args);
      |             ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_execute_script':
src/server/mod_wsgi.c:4224:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 4224 |                     object = PyEval_CallObject(method, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_execute_dispatch':
src/server/mod_wsgi.c:6827:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 6827 |                     result = PyEval_CallObject(object, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:6909:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 6909 |                     result = PyEval_CallObject(object, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:6991:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 6991 |                     result = PyEval_CallObject(object, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:7083:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 7083 |                 object = PyEval_CallObject(method, args);
      |                 ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_socket_sendv':
src/server/mod_wsgi.c:10966:46: warning: operand of '?:' changes signedness from 'int' to 'size_t' {aka 'long unsigned int'} due to unsignedness of other operand [-Wsign-compare]
10966 |                     (nvec < iov_max ? nvec : (int)iov_max));
      |                                              ^~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_scan_headers':
src/server/mod_wsgi.c:11125:23: warning: operand of '?:' changes signedness from 'int' to 'long unsigned int' due to unsignedness of other operand [-Wsign-compare]
11125 |     buflen = buffer ? buflen : sizeof(x);
      |                       ^~~~~~
src/server/mod_wsgi.c: In function 'wsgi_check_password':
src/server/mod_wsgi.c:14745:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
14745 |                 result = PyEval_CallObject(object, args);
      |                 ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:14816:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
14816 |                     result = PyEval_CallObject(method, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_get_realm_hash':
src/server/mod_wsgi.c:14990:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
14990 |                 result = PyEval_CallObject(object, args);
      |                 ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:15062:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
15062 |                     result = PyEval_CallObject(method, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_groups_for_user':
src/server/mod_wsgi.c:15241:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
15241 |                 result = PyEval_CallObject(object, args);
      |                 ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:15354:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
15354 |                     result = PyEval_CallObject(method, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c: In function 'wsgi_allow_access':
src/server/mod_wsgi.c:15527:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
15527 |                 result = PyEval_CallObject(object, args);
      |                 ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/mod_wsgi.c:15579:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
15579 |                     result = PyEval_CallObject(method, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/mod_wsgi.c:22:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_apache.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_apache.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_buckets.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_buckets.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_convert.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_convert.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_daemon.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_daemon.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_interp.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_interp.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
src/server/wsgi_interp.c: In function 'SignalIntercept_call':
src/server/wsgi_interp.c:103:13: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  103 |             result = PyEval_CallObject(o, args);
      |             ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_interp.c: In function 'ShutdownInterpreter_call':
src/server/wsgi_interp.c:241:13: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  241 |             res = PyEval_CallObject(exitfunc, (PyObject *)NULL);
      |             ^~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_interp.c:293:25: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  293 |                         result = PyEval_CallObject(o, args);
      |                         ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_interp.c: In function 'newInterpreterObject':
src/server/wsgi_interp.c:628:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  628 |                 res = PyEval_CallObject(func, args);
      |                 ^~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_interp.c:945:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  945 |                     result = PyEval_CallObject(object, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_interp.c:980:25: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  980 |                         result = PyEval_CallObject(object, args);
      |                         ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_interp.c:1015:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 1015 |                 result = PyEval_CallObject(object, args);
      |                 ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_interp.c: In function 'Interpreter_dealloc':
src/server/wsgi_interp.c:1625:13: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
 1625 |             res = PyEval_CallObject(func, (PyObject *)NULL);
      |             ^~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_interp.c: In function 'wsgi_python_init':
src/server/wsgi_interp.c:2361:9: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations]
 2361 |         PyEval_InitThreads();
      |         ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_interp.h:24,
                 from src/server/wsgi_interp.c:21:
/usr/include/python3.9/ceval.h:130:37: note: declared here
  130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
      |                                     ^~~~~~~~~~~~~~~~~~
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_logger.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_logger.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
src/server/wsgi_logger.c: In function 'newLogWrapperObject':
src/server/wsgi_logger.c:99:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
   99 |     wrapper = PyEval_CallObject(object, args);
      |     ^~~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_logger.h:24,
                 from src/server/wsgi_logger.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_logger.c: In function 'wsgi_log_python_error':
src/server/wsgi_logger.c:665:13: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  665 |             result = PyEval_CallObject(o, args);
      |             ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_logger.h:24,
                 from src/server/wsgi_logger.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_memory.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_memory.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_metrics.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_metrics.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
src/server/wsgi_metrics.c: In function 'wsgi_publish_event':
src/server/wsgi_metrics.c:799:21: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  799 |                     result = PyEval_CallObject(o, args);
      |                     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_metrics.h:24,
                 from src/server/wsgi_metrics.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_restrict.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_restrict.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_server.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_server.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_stream.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_stream.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
src/server/wsgi_stream.c: In function 'Stream_iternext':
src/server/wsgi_stream.c:127:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  127 |     result = PyEval_CallObject(method, args);
      |     ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_stream.h:24,
                 from src/server/wsgi_stream.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/wsgi_stream.c: In function 'Stream_close':
src/server/wsgi_stream.c:167:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  167 |         result = PyEval_CallObject(method, (PyObject *)NULL);
      |         ^~~~~~
In file included from /usr/include/python3.9/Python.h:141,
                 from src/server/wsgi_python.h:24,
                 from src/server/wsgi_stream.h:24,
                 from src/server/wsgi_stream.c:21:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_thread.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_thread.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -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 -I/usr/include/httpd -I/usr/include/python3.9 -c src/server/wsgi_validate.c -o build/temp.linux-aarch64-3.9/src/server/wsgi_validate.o -I/usr/include/apr-1 -I/usr/include/apache -I/usr/include/openssl -DLINUX -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fasynchronous-unwind-tables -pthread -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include
gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -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/server/mod_wsgi.o build/temp.linux-aarch64-3.9/src/server/wsgi_apache.o build/temp.linux-aarch64-3.9/src/server/wsgi_buckets.o build/temp.linux-aarch64-3.9/src/server/wsgi_convert.o build/temp.linux-aarch64-3.9/src/server/wsgi_daemon.o build/temp.linux-aarch64-3.9/src/server/wsgi_interp.o build/temp.linux-aarch64-3.9/src/server/wsgi_logger.o build/temp.linux-aarch64-3.9/src/server/wsgi_memory.o build/temp.linux-aarch64-3.9/src/server/wsgi_metrics.o build/temp.linux-aarch64-3.9/src/server/wsgi_restrict.o build/temp.linux-aarch64-3.9/src/server/wsgi_server.o build/temp.linux-aarch64-3.9/src/server/wsgi_stream.o build/temp.linux-aarch64-3.9/src/server/wsgi_thread.o build/temp.linux-aarch64-3.9/src/server/wsgi_validate.o -L/usr/lib64 -lpython3.9 -o build/lib.linux-aarch64-3.9/mod_wsgi/server/mod_wsgi-py39.cpython-39-aarch64-linux-gnu.so -L/usr/lib64 -L/usr/lib64/python3.9/config -lapr-1 -lpython3.9 -lapr-1
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.u3Ekk6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/apache-mod_wsgi-4.7.1-1.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/apache-mod_wsgi-4.7.1-1.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/apache-mod_wsgi-4.7.1-1.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/apache-mod_wsgi-4.7.1-1.mga9.aarch64
+ cd mod_wsgi-4.7.1
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-mod_wsgi-4.7.1-1.mga9.aarch64/usr/lib64/httpd/modules
++ find build -name '*.so'
+ mv build/lib.linux-aarch64-3.9/mod_wsgi/server/mod_wsgi-py39.cpython-39-aarch64-linux-gnu.so /home/iurt/rpmbuild/BUILDROOT/apache-mod_wsgi-4.7.1-1.mga9.aarch64/usr/lib64/httpd/modules/mod_wsgi_python3.so
+ install -D -m 644 /home/iurt/rpmbuild/SOURCES/mod_wsgi-python3.conf /home/iurt/rpmbuild/BUILDROOT/apache-mod_wsgi-4.7.1-1.mga9.aarch64/etc/httpd/conf/modules.d/10_mod_wsgi_python3.conf
+ /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 4.7.1-1.mga9 --unique-debug-suffix -4.7.1-1.mga9.aarch64 --unique-debug-src-base apache-mod_wsgi-4.7.1-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/mod_wsgi-4.7.1

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/apache-mod_wsgi-4.7.1-1.mga9.aarch64/usr/lib64/httpd/modules/mod_wsgi_python3.so
dwz: ./usr/lib64/httpd/modules/mod_wsgi_python3.so-4.7.1-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 688kB, size after compression: 688kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
1400 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
*******************************************************************************
*
* WARNING: 'check-rpaths' detected a broken RPATH OR RUNPATH and will cause
*          'rpmbuild' to fail. To ignore these errors, you can set the
*          '$QA_RPATHS' environment variable which is a bitmask allowing the
*          values below. The current value of QA_RPATHS is 0x0000.
*
*    0x0001 ... standard RPATHs (e.g. /usr/lib); such RPATHs are a minor
*               issue but are introducing redundant searchpaths without
*               providing a benefit. They can also cause errors in multilib
*               environments.
*    0x0002 ... invalid RPATHs; these are RPATHs which are neither absolute
*               nor relative filenames and can therefore be a SECURITY risk
*    0x0004 ... insecure RPATHs; these are relative RPATHs which are a
*               SECURITY risk
*    0x0008 ... the special '$ORIGIN' RPATHs are appearing after other
*               RPATHs; this is just a minor issue but usually unwanted
*    0x0010 ... the RPATH is empty; there is no reason for such RPATHs
*               and they cause unneeded work while loading libraries
*    0x0020 ... an RPATH references '..' of an absolute path; this will break
*               the functionality when the path before '..' is a symlink
*          
*
* Examples:
* - to ignore standard and empty RPATHs, execute 'rpmbuild' like
*   $ QA_RPATHS=$(( 0x0001|0x0010 )) rpmbuild my-package.src.rpm
* - to check existing files, set $RPM_BUILD_ROOT and execute check-rpaths like
*   $ RPM_BUILD_ROOT=<top-dir> /usr/lib/rpm/check-rpaths
*  
*******************************************************************************
ERROR   0001: file '/usr/lib64/httpd/modules/mod_wsgi_python3.so' contains a standard  '/usr/lib64' in [/usr/lib64:/usr/lib64/python3.9/config]
error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.u3Ekk6 (%install)


RPM build errors:
    Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
    Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.u3Ekk6 (%install)
I: [iurt_root_command] ERROR: chroot