Git Product home page Git Product logo

ariadne-federation-services's People

Contributors

juliocastellanos-natgeo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

ariadne-federation-services's Issues

Docker-compose failed to build.

Hi Julio,

I tried to run the app and it was failing after invoking a docker-compose up invocation.

#8 6.254 Collecting h11==0.9.0
#8 6.537   Downloading h11-0.9.0-py2.py3-none-any.whl (53 kB)
#8 7.459 Collecting httptools==0.0.13
#8 7.485   Downloading httptools-0.0.13.tar.gz (104 kB)
#8 8.197 Collecting itsdangerous==1.1.0
#8 8.262   Downloading itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
#8 8.432 Collecting Jinja2==2.10.3
#8 8.464   Downloading Jinja2-2.10.3-py2.py3-none-any.whl (125 kB)
#8 8.936 Collecting MarkupSafe==1.1.1
#8 8.960   Downloading MarkupSafe-1.1.1.tar.gz (19 kB)
#8 9.303 Collecting starlette==0.13.0
#8 9.345   Downloading starlette-0.13.0.tar.gz (47 kB)
#8 9.725 Collecting typing-extensions==3.7.4.1
#8 9.747   Downloading typing_extensions-3.7.4.1-py3-none-any.whl (20 kB)
#8 9.924 Collecting uvicorn==0.11.2
#8 10.01   Downloading uvicorn-0.11.2-py3-none-any.whl (42 kB)
#8 10.31 Collecting uvloop==0.14.0
#8 10.35   Downloading uvloop-0.14.0.tar.gz (2.0 MB)
#8 22.23 Collecting websockets==8.1
#8 22.25   Downloading websockets-8.1.tar.gz (58 kB)
#8 22.98 Collecting Werkzeug==0.16.0
#8 23.03   Downloading Werkzeug-0.16.0-py2.py3-none-any.whl (327 kB)
#8 25.41 Collecting objectpath
#8 25.46   Downloading objectpath-0.6.1-py2.py3-none-any.whl (20 kB)
#8 25.67 Building wheels for collected packages: ariadne-extensions, httptools, MarkupSafe, starlette, uvloop, websockets
#8 25.67   Building wheel for ariadne-extensions (setup.py): started
#8 25.96   Building wheel for ariadne-extensions (setup.py): finished with status 'done'
#8 25.96   Created wheel for ariadne-extensions: filename=ariadne_extensions-0.1.5-py3-none-any.whl size=4671 sha256=a613bcc98ec85108d1a7bb676ec4c1814152fe5cbcac06cbae8b2d3da1a26958
#8 25.96   Stored in directory: /root/.cache/pip/wheels/69/8e/c4/760b19439f49b7fb5af413c0e8308ab8ddff48e8cf2999d215
#8 25.96   Building wheel for httptools (setup.py): started
#8 26.38   Building wheel for httptools (setup.py): finished with status 'error'
#8 26.38   ERROR: Command errored out with exit status 1:
#8 26.38    command: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jl8dql9y/httptools_d64c712bd2fe4a2f93a187eb99121efe/setup.py'"'"'; __file__='"'"'/tmp/pip-install-jl8dql9y/httptools_d64c712bd2fe4a2f93a187eb99121efe/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-cmk8dgel
#8 26.38        cwd: /tmp/pip-install-jl8dql9y/httptools_d64c712bd2fe4a2f93a187eb99121efe/
#8 26.38   Complete output (167 lines):
#8 26.38   running bdist_wheel
#8 26.38   running build
#8 26.38   running build_py
#8 26.38   creating build
#8 26.38   creating build/lib.linux-x86_64-3.10
#8 26.38   creating build/lib.linux-x86_64-3.10/httptools
#8 26.38   copying httptools/__init__.py -> build/lib.linux-x86_64-3.10/httptools
#8 26.38   creating build/lib.linux-x86_64-3.10/httptools/parser
#8 26.38   copying httptools/parser/errors.py -> build/lib.linux-x86_64-3.10/httptools/parser
#8 26.38   copying httptools/parser/__init__.py -> build/lib.linux-x86_64-3.10/httptools/parser
#8 26.38   running egg_info
#8 26.38   writing httptools.egg-info/PKG-INFO
#8 26.38   writing dependency_links to httptools.egg-info/dependency_links.txt
#8 26.38   writing top-level names to httptools.egg-info/top_level.txt
#8 26.38   reading manifest file 'httptools.egg-info/SOURCES.txt'
#8 26.38   reading manifest template 'MANIFEST.in'
#8 26.38   adding license file 'LICENSE'
#8 26.38   writing manifest file 'httptools.egg-info/SOURCES.txt'
#8 26.38   copying httptools/parser/parser.c -> build/lib.linux-x86_64-3.10/httptools/parser
#8 26.38   running build_ext
#8 26.38   building 'httptools.parser.parser' extension
#8 26.38   creating build/temp.linux-x86_64-3.10
#8 26.38   creating build/temp.linux-x86_64-3.10/httptools
#8 26.38   creating build/temp.linux-x86_64-3.10/httptools/parser
#8 26.38   creating build/temp.linux-x86_64-3.10/vendor
#8 26.38   creating build/temp.linux-x86_64-3.10/vendor/http-parser
#8 26.38   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include/python3.10 -c httptools/parser/parser.c -o build/temp.linux-x86_64-3.10/httptools/parser/parser.o -O2
#8 26.38   httptools/parser/parser.c: In function ‘__pyx_tp_dealloc_9httptools_6parser_6parser_HttpParser’:
#8 26.38   httptools/parser/parser.c:8192:5: error: lvalue required as increment operand
#8 26.38    8192 |     ++Py_REFCNT(o);
#8 26.38         |     ^~
#8 26.38   httptools/parser/parser.c:8194:5: error: lvalue required as decrement operand
#8 26.38    8194 |     --Py_REFCNT(o);
#8 26.38         |     ^~
#8 26.38   httptools/parser/parser.c: In function ‘__Pyx_modinit_type_init_code’:
#8 26.38   httptools/parser/parser.c:8977:51: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
#8 26.38    8977 |   __pyx_type_9httptools_6parser_6parser_HttpParser.tp_print = 0;
#8 26.38         |                                                   ^
#8 26.38   httptools/parser/parser.c:8988:58: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
#8 26.38    8988 |   __pyx_type_9httptools_6parser_6parser_HttpRequestParser.tp_print = 0;
#8 26.38         |                                                          ^
#8 26.38   httptools/parser/parser.c:9000:59: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
#8 26.38    9000 |   __pyx_type_9httptools_6parser_6parser_HttpResponseParser.tp_print = 0;
#8 26.38         |                                                           ^
#8 26.38   httptools/parser/parser.c:9009:44: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
#8 26.38    9009 |   __pyx_type_9httptools_6parser_6parser_URL.tp_print = 0;
#8 26.38         |                                            ^
#8 26.38   httptools/parser/parser.c: In function ‘__Pyx_ParseOptionalKeywords’:
#8 26.38   httptools/parser/parser.c:10115:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10115 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                     ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 26.38     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 26.38         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10115:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10115 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                     ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 26.38     580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 26.38         |                                             ^~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10115:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10115 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                     ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 26.38     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 26.38         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10115:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10115 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                     ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 26.38     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 26.38         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10115:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10115 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                     ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 26.38     580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 26.38         |                                             ^~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10115:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10115 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                     ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 26.38     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 26.38         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10131:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10131 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                         ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 26.38     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 26.38         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10131:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10131 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                         ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 26.38     580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 26.38         |                                             ^~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10131:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10131 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                         ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 26.38     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 26.38         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10131:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10131 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                         ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 26.38     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 26.38         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10131:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10131 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                         ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 26.38     580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 26.38         |                                             ^~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c:10131:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10131 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 26.38         |                         ^
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 26.38     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 26.38         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 26.38   httptools/parser/parser.c: In function ‘__Pyx_decode_c_bytes’:
#8 26.38   httptools/parser/parser.c:10316:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations]
#8 26.38   10316 |         return PyUnicode_FromUnicode(NULL, 0);
#8 26.38         |         ^~~~~~
#8 26.38   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 26.38                    from /usr/local/include/python3.10/Python.h:83,
#8 26.38                    from httptools/parser/parser.c:4:
#8 26.38   /usr/local/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here
#8 26.38     551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
#8 26.38         |                                          ^~~~~~~~~~~~~~~~~~~~~
#8 26.38   error: command '/usr/bin/gcc' failed with exit code 1
#8 26.38   ----------------------------------------
#8 26.38   ERROR: Failed building wheel for httptools
#8 26.38   Running setup.py clean for httptools
#8 26.57   Building wheel for MarkupSafe (setup.py): started
#8 27.04   Building wheel for MarkupSafe (setup.py): finished with status 'done'
#8 27.05   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp310-cp310-linux_x86_64.whl size=27861 sha256=842b49e969fa0c90bdbdb4376e76a4bbacf3f4d0807eb7b324733fb7dad66432
#8 27.05   Stored in directory: /root/.cache/pip/wheels/a6/81/81/3fcafa7c24e4b4e25bcf383c792b343e53c38e6196f44bc3e3
#8 27.05   Building wheel for starlette (setup.py): started
#8 27.34   Building wheel for starlette (setup.py): finished with status 'done'
#8 27.34   Created wheel for starlette: filename=starlette-0.13.0-py3-none-any.whl size=59254 sha256=ef57dad35cc6be550796b3e547196288863bb6d880d0b0c6d394e0e46866f66d
#8 27.34   Stored in directory: /root/.cache/pip/wheels/6a/98/47/0d802b0e484b21713a5310a1c697d1687dcbb519839d0e768b
#8 27.35   Building wheel for uvloop (setup.py): started
#8 40.46   Building wheel for uvloop (setup.py): finished with status 'error'
#8 40.46   ERROR: Command errored out with exit status 1:
#8 40.46    command: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/setup.py'"'"'; __file__='"'"'/tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-xregd629
#8 40.46        cwd: /tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/
#8 40.46   Complete output (454 lines):
#8 40.46   running bdist_wheel
#8 40.46   running build
#8 40.46   running build_py
#8 40.46   creating build
#8 40.46   creating build/lib.linux-x86_64-3.10
#8 40.46   creating build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/_noop.py -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/_testbase.py -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/_patch.py -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/__init__.py -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   running egg_info
#8 40.46   writing uvloop.egg-info/PKG-INFO
#8 40.46   writing dependency_links to uvloop.egg-info/dependency_links.txt
#8 40.46   writing top-level names to uvloop.egg-info/top_level.txt
#8 40.46   reading manifest file 'uvloop.egg-info/SOURCES.txt'
#8 40.46   reading manifest template 'MANIFEST.in'
#8 40.46   warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git'
#8 40.46   warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs'
#8 40.46   warning: no previously-included files matching '*' found under directory 'vendor/libuv/img'
#8 40.46   adding license file 'LICENSE-APACHE'
#8 40.46   adding license file 'LICENSE-MIT'
#8 40.46   writing manifest file 'uvloop.egg-info/SOURCES.txt'
#8 40.46   copying uvloop/cbhandles.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/cbhandles.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/dns.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/errors.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/loop.c -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/loop.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/loop.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/lru.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/pseudosock.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/request.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/request.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/server.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/server.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/sslproto.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   copying uvloop/sslproto.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 40.46   creating build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/async_.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/async_.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/basetransport.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/basetransport.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/check.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/check.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/handle.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/handle.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/idle.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/idle.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/pipe.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/pipe.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/poll.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/poll.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/process.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/process.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/stream.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/stream.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/streamserver.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/streamserver.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/tcp.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/tcp.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/timer.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/timer.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/udp.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   copying uvloop/handles/udp.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 40.46   creating build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/__init__.py -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/compat.h -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/consts.pxi -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/debug.h -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/debug.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/flowcontrol.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/fork_handler.h -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/python.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/stdlib.pxi -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/system.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   copying uvloop/includes/uv.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 40.46   running build_ext
#8 40.46   checking for a BSD-compatible install... /usr/bin/install -c
#8 40.46   checking whether build environment is sane... yes
#8 40.46   checking for a thread-safe mkdir -p... /bin/mkdir -p
#8 40.46   checking for gawk... no
#8 40.46   checking for mawk... mawk
#8 40.46   checking whether make sets $(MAKE)... yes
#8 40.46   checking whether make supports nested variables... yes
#8 40.46   checking build system type... x86_64-unknown-linux-gnu
#8 40.46   checking host system type... x86_64-unknown-linux-gnu
#8 40.46   checking for gcc... gcc
#8 40.46   checking whether the C compiler works... yes
#8 40.46   checking for C compiler default output file name... a.out
#8 40.46   checking for suffix of executables...
#8 40.46   checking whether we are cross compiling... no
#8 40.46   checking for suffix of object files... o
#8 40.46   checking whether we are using the GNU C compiler... yes
#8 40.46   checking whether gcc accepts -g... yes
#8 40.46   checking for gcc option to accept ISO C89... none needed
#8 40.46   checking whether gcc understands -c and -o together... yes
#8 40.46   checking for style of include used by make... GNU
#8 40.46   checking dependency style of gcc... gcc3
#8 40.46   checking if gcc supports -pedantic flag... yes
#8 40.46   checking for gcc way to treat warnings as errors... -Werror
#8 40.46   checking if gcc supports -fvisibility=hidden... yes
#8 40.46   checking if gcc supports -g flag... yes
#8 40.46   checking if gcc supports -std=gnu89 flag... yes
#8 40.46   checking if gcc supports -Wall flag... yes
#8 40.46   checking if gcc supports -Wextra flag... yes
#8 40.46   checking if gcc supports -Wno-long-long flag... yes
#8 40.46   checking if gcc supports -Wno-unused-parameter flag... yes
#8 40.46   checking if gcc supports -Wstrict-prototypes flag... yes
#8 40.46   checking for ar... ar
#8 40.46   checking the archiver (ar) interface... ar
#8 40.46   checking how to print strings... printf
#8 40.46   checking for a sed that does not truncate output... /bin/sed
#8 40.46   checking for grep that handles long lines and -e... /bin/grep
#8 40.46   checking for egrep... /bin/grep -E
#8 40.46   checking for fgrep... /bin/grep -F
#8 40.46   checking for ld used by gcc... /usr/bin/ld
#8 40.46   checking if the linker (/usr/bin/ld) is GNU ld... yes
#8 40.46   checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#8 40.46   checking the name lister (/usr/bin/nm -B) interface... BSD nm
#8 40.46   checking whether ln -s works... yes
#8 40.46   checking the maximum length of command line arguments... 1572864
#8 40.46   checking whether the shell understands some XSI constructs... yes
#8 40.46   checking whether the shell understands "+="... yes
#8 40.46   checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
#8 40.46   checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#8 40.46   checking for /usr/bin/ld option to reload object files... -r
#8 40.46   checking for objdump... objdump
#8 40.46   checking how to recognize dependent libraries... pass_all
#8 40.46   checking for dlltool... no
#8 40.46   checking how to associate runtime and link libraries... printf %s\n
#8 40.46   checking for archiver @FILE support... @
#8 40.46   checking for strip... strip
#8 40.46   checking for ranlib... ranlib
#8 40.46   checking command to parse /usr/bin/nm -B output from gcc object... ok
#8 40.46   checking for sysroot... no
#8 40.46   checking for mt... no
#8 40.46   checking if : is a manifest tool... no
#8 40.46   checking how to run the C preprocessor... gcc -E
#8 40.46   checking for ANSI C header files... yes
#8 40.46   checking for sys/types.h... yes
#8 40.46   checking for sys/stat.h... yes
#8 40.46   checking for stdlib.h... yes
#8 40.46   checking for string.h... yes
#8 40.46   checking for memory.h... yes
#8 40.46   checking for strings.h... yes
#8 40.46   checking for inttypes.h... yes
#8 40.46   checking for stdint.h... yes
#8 40.46   checking for unistd.h... yes
#8 40.46   checking for dlfcn.h... yes
#8 40.46   checking for objdir... .libs
#8 40.46   checking if gcc supports -fno-rtti -fno-exceptions... no
#8 40.46   checking for gcc option to produce PIC... -fPIC -DPIC
#8 40.46   checking if gcc PIC flag -fPIC -DPIC works... yes
#8 40.46   checking if gcc static flag -static works... yes
#8 40.46   checking if gcc supports -c -o file.o... yes
#8 40.46   checking if gcc supports -c -o file.o... (cached) yes
#8 40.46   checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
#8 40.46   checking whether -lc should be explicitly linked in... no
#8 40.46   checking dynamic linker characteristics... GNU/Linux ld.so
#8 40.46   checking how to hardcode library paths into programs... immediate
#8 40.46   checking whether stripping libraries is possible... yes
#8 40.46   checking if libtool supports shared libraries... yes
#8 40.46   checking whether to build shared libraries... yes
#8 40.46   checking whether to build static libraries... yes
#8 40.46   checking whether make supports nested variables... (cached) yes
#8 40.46   checking for dlopen in -ldl... yes
#8 40.46   checking for kstat_lookup in -lkstat... no
#8 40.46   checking for gethostbyname in -lnsl... yes
#8 40.46   checking for perfstat_cpu in -lperfstat... no
#8 40.46   checking for pthread_mutex_init in -lpthread... yes
#8 40.46   checking for clock_gettime in -lrt... yes
#8 40.46   checking for sendfile in -lsendfile... no
#8 40.46   checking for socket in -lsocket... no
#8 40.46   checking for special C compiler options needed for large files... no
#8 40.46   checking for _FILE_OFFSET_BITS value needed for large files... no
#8 40.46   checking sys/ahafs_evProds.h usability... no
#8 40.46   checking sys/ahafs_evProds.h presence... no
#8 40.46   checking for sys/ahafs_evProds.h... no
#8 40.46   checking that generated files are newer than configure... done
#8 40.46   configure: creating ./config.status
#8 40.46   config.status: creating Makefile
#8 40.46   config.status: creating libuv.pc
#8 40.46   config.status: executing depfiles commands
#8 40.46   config.status: executing libtool commands
#8 40.46     CC       src/libuv_la-fs-poll.lo
#8 40.46     CC       src/libuv_la-idna.lo
#8 40.46     CC       src/libuv_la-inet.lo
#8 40.46     CC       src/libuv_la-random.lo
#8 40.46     CC       src/libuv_la-strscpy.lo
#8 40.46     CC       src/libuv_la-threadpool.lo
#8 40.46     CC       src/libuv_la-timer.lo
#8 40.46     CC       src/libuv_la-uv-data-getter-setters.lo
#8 40.46     CC       src/libuv_la-uv-common.lo
#8 40.46     CC       src/libuv_la-version.lo
#8 40.46     CC       src/unix/libuv_la-async.lo
#8 40.46     CC       src/unix/libuv_la-core.lo
#8 40.46     CC       src/unix/libuv_la-dl.lo
#8 40.46     CC       src/unix/libuv_la-fs.lo
#8 40.46     CC       src/unix/libuv_la-getaddrinfo.lo
#8 40.46     CC       src/unix/libuv_la-getnameinfo.lo
#8 40.46     CC       src/unix/libuv_la-loop-watcher.lo
#8 40.46     CC       src/unix/libuv_la-loop.lo
#8 40.46     CC       src/unix/libuv_la-pipe.lo
#8 40.46     CC       src/unix/libuv_la-poll.lo
#8 40.46     CC       src/unix/libuv_la-process.lo
#8 40.46     CC       src/unix/libuv_la-random-devurandom.lo
#8 40.46     CC       src/unix/libuv_la-signal.lo
#8 40.46     CC       src/unix/libuv_la-stream.lo
#8 40.46     CC       src/unix/libuv_la-tcp.lo
#8 40.46     CC       src/unix/libuv_la-thread.lo
#8 40.46     CC       src/unix/libuv_la-tty.lo
#8 40.46     CC       src/unix/libuv_la-udp.lo
#8 40.46     CC       src/unix/libuv_la-linux-core.lo
#8 40.46   src/unix/linux-core.c: In function 'uv__io_poll':
#8 40.46   src/unix/linux-core.c:363:5: warning: converting a packed 'struct epoll_event' pointer (alignment 1) to a 'uv__io_t' {aka 'struct uv__io_s'} pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
#8 40.46     363 |     loop->watchers[loop->nwatchers] = (void*) events;
#8 40.46         |     ^~~~
#8 40.46   In file included from src/unix/linux-core.c:38:
#8 40.46   /usr/include/x86_64-linux-gnu/sys/epoll.h:83:8: note: defined here
#8 40.46      83 | struct epoll_event
#8 40.46         |        ^~~~~~~~~~~
#8 40.46   In file included from ./include/uv.h:66,
#8 40.46                    from src/unix/linux-core.c:26:
#8 40.46   ./include/uv/unix.h:94:8: note: defined here
#8 40.46      94 | struct uv__io_s {
#8 40.46         |        ^~~~~~~~
#8 40.46     CC       src/unix/libuv_la-linux-inotify.lo
#8 40.46     CC       src/unix/libuv_la-linux-syscalls.lo
#8 40.46     CC       src/unix/libuv_la-procfs-exepath.lo
#8 40.46     CC       src/unix/libuv_la-proctitle.lo
#8 40.46     CC       src/unix/libuv_la-random-getrandom.lo
#8 40.46     CC       src/unix/libuv_la-random-sysctl.lo
#8 40.46     CC       src/unix/libuv_la-sysinfo-loadavg.lo
#8 40.46     CCLD     libuv.la
#8 40.46   ar: `u' modifier ignored since `D' is the default (see `U')
#8 40.46   building 'uvloop.loop' extension
#8 40.46   creating build/temp.linux-x86_64-3.10
#8 40.46   creating build/temp.linux-x86_64-3.10/uvloop
#8 40.46   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include/python3.10 -I/tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/vendor/libuv/include -c uvloop/loop.c -o build/temp.linux-x86_64-3.10/uvloop/loop.o -O2
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_UVHandle’:
#8 40.46   uvloop/loop.c:144572:5: error: lvalue required as increment operand
#8 40.46   144572 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:144574:5: error: lvalue required as decrement operand
#8 40.46   144574 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_Loop’:
#8 40.46   uvloop/loop.c:145376:5: error: lvalue required as increment operand
#8 40.46   145376 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:145378:5: error: lvalue required as decrement operand
#8 40.46   145378 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_Handle’:
#8 40.46   uvloop/loop.c:145831:5: error: lvalue required as increment operand
#8 40.46   145831 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:145833:5: error: lvalue required as decrement operand
#8 40.46   145833 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_TimerHandle’:
#8 40.46   uvloop/loop.c:146003:5: error: lvalue required as increment operand
#8 40.46   146003 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:146005:5: error: lvalue required as decrement operand
#8 40.46   146005 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_UVProcess’:
#8 40.46   uvloop/loop.c:147170:5: error: lvalue required as increment operand
#8 40.46   147170 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:147172:5: error: lvalue required as decrement operand
#8 40.46   147172 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop__SSLProtocolTransport’:
#8 40.46   uvloop/loop.c:147612:5: error: lvalue required as increment operand
#8 40.46   147612 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:147614:5: error: lvalue required as decrement operand
#8 40.46   147614 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_SSLProtocol’:
#8 40.46   uvloop/loop.c:147797:5: error: lvalue required as increment operand
#8 40.46   147797 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:147799:5: error: lvalue required as decrement operand
#8 40.46   147799 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop__StreamWriteContext’:
#8 40.46   uvloop/loop.c:148673:5: error: lvalue required as increment operand
#8 40.46   148673 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:148675:5: error: lvalue required as decrement operand
#8 40.46   148675 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_AddrInfo’:
#8 40.46   uvloop/loop.c:149133:5: error: lvalue required as increment operand
#8 40.46   149133 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:149135:5: error: lvalue required as decrement operand
#8 40.46   149135 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop__UDPSendContext’:
#8 40.46   uvloop/loop.c:149480:5: error: lvalue required as increment operand
#8 40.46   149480 |     ++Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c:149482:5: error: lvalue required as decrement operand
#8 40.46   149482 |     --Py_REFCNT(o);
#8 40.46          |     ^~
#8 40.46   uvloop/loop.c: In function ‘__Pyx_decode_c_string’:
#8 40.46   uvloop/loop.c:162028:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations]
#8 40.46   162028 |         return PyUnicode_FromUnicode(NULL, 0);
#8 40.46          |         ^~~~~~
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here
#8 40.46     551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
#8 40.46         |                                          ^~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c: In function ‘__Pyx_ParseOptionalKeywords’:
#8 40.46   uvloop/loop.c:163233:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                     ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 40.46     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 40.46         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163233:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                     ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 40.46     580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 40.46         |                                             ^~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163233:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                     ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 40.46     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 40.46         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163233:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                     ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 40.46     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 40.46         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163233:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                     ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 40.46     580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 40.46         |                                             ^~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163233:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                     ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 40.46     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 40.46         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163249:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                         ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 40.46     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 40.46         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163249:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                         ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 40.46     580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 40.46         |                                             ^~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163249:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                         ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 40.46     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 40.46         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163249:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                         ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 40.46     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 40.46         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163249:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                         ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 40.46     580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 40.46         |                                             ^~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c:163249:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 40.46   163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 40.46          |                         ^
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 40.46     446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 40.46         |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 40.46   uvloop/loop.c: In function ‘__Pyx_Coroutine_Send’:
#8 40.46   uvloop/loop.c:165292:19: warning: implicit declaration of function ‘_PyGen_Send’; did you mean ‘_PyGen_yf’? [-Wimplicit-function-declaration]
#8 40.46   165292 |             ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
#8 40.46          |                   ^~~~~~~~~~~
#8 40.46          |                   _PyGen_yf
#8 40.46   uvloop/loop.c:165292:17: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#8 40.46   165292 |             ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
#8 40.46          |                 ^
#8 40.46   uvloop/loop.c:165297:17: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#8 40.46   165297 |             ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
#8 40.46          |                 ^
#8 40.46   uvloop/loop.c: In function ‘__Pyx_Generator_Next’:
#8 40.46   uvloop/loop.c:165381:17: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#8 40.46   165381 |             ret = _PyGen_Send((PyGenObject*)yf, NULL);
#8 40.46          |                 ^
#8 40.46   uvloop/loop.c: In function ‘__Pyx_decode_c_bytes’:
#8 40.46   uvloop/loop.c:167057:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations]
#8 40.46   167057 |         return PyUnicode_FromUnicode(NULL, 0);
#8 40.46          |         ^~~~~~
#8 40.46   In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 40.46                    from /usr/local/include/python3.10/Python.h:83,
#8 40.46                    from uvloop/loop.c:20:
#8 40.46   /usr/local/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here
#8 40.46     551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
#8 40.46         |                                          ^~~~~~~~~~~~~~~~~~~~~
#8 40.46   error: command '/usr/bin/gcc' failed with exit code 1
#8 40.46   ----------------------------------------
#8 40.46   ERROR: Failed building wheel for uvloop
#8 40.46   Running setup.py clean for uvloop
#8 40.64   Building wheel for websockets (setup.py): started
#8 41.07   Building wheel for websockets (setup.py): finished with status 'done'
#8 41.07   Created wheel for websockets: filename=websockets-8.1-cp310-cp310-linux_x86_64.whl size=73083 sha256=cd3309f5a92187d6a69dfc628b16260172afb9d1560bc0a5c9c9fa33149d6ffc
#8 41.07   Stored in directory: /root/.cache/pip/wheels/98/3f/c7/9993dad06631d258fb8a01677090029dbdbd884a6199c31483
#8 41.07 Successfully built ariadne-extensions MarkupSafe starlette websockets
#8 41.07 Failed to build httptools uvloop
#8 41.18 Installing collected packages: typing-extensions, starlette, MarkupSafe, graphql-core, Werkzeug, websockets, uvloop, Jinja2, itsdangerous, httptools, h11, Click, ariadne, uvicorn, objectpath, Flask, ariadne-extensions
#8 41.58     Running setup.py install for uvloop: started
#8 47.54     Running setup.py install for uvloop: finished with status 'error'
#8 47.55     ERROR: Command errored out with exit status 1:
#8 47.55      command: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/setup.py'"'"'; __file__='"'"'/tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-7cru8dro/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.10/uvloop
#8 47.55          cwd: /tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/
#8 47.55     Complete output (295 lines):
#8 47.55     running install
#8 47.55     running build
#8 47.55     running build_py
#8 47.55     creating build/lib.linux-x86_64-3.10
#8 47.55     creating build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/_noop.py -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/_testbase.py -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/_patch.py -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/__init__.py -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     running egg_info
#8 47.55     writing uvloop.egg-info/PKG-INFO
#8 47.55     writing dependency_links to uvloop.egg-info/dependency_links.txt
#8 47.55     writing top-level names to uvloop.egg-info/top_level.txt
#8 47.55     reading manifest file 'uvloop.egg-info/SOURCES.txt'
#8 47.55     reading manifest template 'MANIFEST.in'
#8 47.55     warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git'
#8 47.55     warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs'
#8 47.55     warning: no previously-included files matching '*' found under directory 'vendor/libuv/img'
#8 47.55     adding license file 'LICENSE-APACHE'
#8 47.55     adding license file 'LICENSE-MIT'
#8 47.55     writing manifest file 'uvloop.egg-info/SOURCES.txt'
#8 47.55     copying uvloop/cbhandles.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/cbhandles.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/dns.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/errors.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/loop.c -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/loop.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/loop.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/lru.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/pseudosock.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/request.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/request.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/server.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/server.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/sslproto.pxd -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     copying uvloop/sslproto.pyx -> build/lib.linux-x86_64-3.10/uvloop
#8 47.55     creating build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/async_.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/async_.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/basetransport.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/basetransport.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/check.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/check.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/handle.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/handle.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/idle.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/idle.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/pipe.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/pipe.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/poll.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/poll.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/process.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/process.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/stream.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/stream.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/streamserver.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/streamserver.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/tcp.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/tcp.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/timer.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/timer.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/udp.pxd -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     copying uvloop/handles/udp.pyx -> build/lib.linux-x86_64-3.10/uvloop/handles
#8 47.55     creating build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/__init__.py -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/compat.h -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/consts.pxi -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/debug.h -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/debug.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/flowcontrol.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/fork_handler.h -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/python.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/stdlib.pxi -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/system.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     copying uvloop/includes/uv.pxd -> build/lib.linux-x86_64-3.10/uvloop/includes
#8 47.55     running build_ext
#8 47.55     building 'uvloop.loop' extension
#8 47.55     creating build/temp.linux-x86_64-3.10
#8 47.55     creating build/temp.linux-x86_64-3.10/uvloop
#8 47.55     gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include/python3.10 -I/tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/vendor/libuv/include -c uvloop/loop.c -o build/temp.linux-x86_64-3.10/uvloop/loop.o -O2
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_UVHandle’:
#8 47.55     uvloop/loop.c:144572:5: error: lvalue required as increment operand
#8 47.55     144572 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:144574:5: error: lvalue required as decrement operand
#8 47.55     144574 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_Loop’:
#8 47.55     uvloop/loop.c:145376:5: error: lvalue required as increment operand
#8 47.55     145376 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:145378:5: error: lvalue required as decrement operand
#8 47.55     145378 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_Handle’:
#8 47.55     uvloop/loop.c:145831:5: error: lvalue required as increment operand
#8 47.55     145831 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:145833:5: error: lvalue required as decrement operand
#8 47.55     145833 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_TimerHandle’:
#8 47.55     uvloop/loop.c:146003:5: error: lvalue required as increment operand
#8 47.55     146003 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:146005:5: error: lvalue required as decrement operand
#8 47.55     146005 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_UVProcess’:
#8 47.55     uvloop/loop.c:147170:5: error: lvalue required as increment operand
#8 47.55     147170 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:147172:5: error: lvalue required as decrement operand
#8 47.55     147172 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop__SSLProtocolTransport’:
#8 47.55     uvloop/loop.c:147612:5: error: lvalue required as increment operand
#8 47.55     147612 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:147614:5: error: lvalue required as decrement operand
#8 47.55     147614 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_SSLProtocol’:
#8 47.55     uvloop/loop.c:147797:5: error: lvalue required as increment operand
#8 47.55     147797 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:147799:5: error: lvalue required as decrement operand
#8 47.55     147799 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop__StreamWriteContext’:
#8 47.55     uvloop/loop.c:148673:5: error: lvalue required as increment operand
#8 47.55     148673 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:148675:5: error: lvalue required as decrement operand
#8 47.55     148675 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop_AddrInfo’:
#8 47.55     uvloop/loop.c:149133:5: error: lvalue required as increment operand
#8 47.55     149133 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:149135:5: error: lvalue required as decrement operand
#8 47.55     149135 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__pyx_tp_dealloc_6uvloop_4loop__UDPSendContext’:
#8 47.55     uvloop/loop.c:149480:5: error: lvalue required as increment operand
#8 47.55     149480 |     ++Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c:149482:5: error: lvalue required as decrement operand
#8 47.55     149482 |     --Py_REFCNT(o);
#8 47.55            |     ^~
#8 47.55     uvloop/loop.c: In function ‘__Pyx_decode_c_string’:
#8 47.55     uvloop/loop.c:162028:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations]
#8 47.55     162028 |         return PyUnicode_FromUnicode(NULL, 0);
#8 47.55            |         ^~~~~~
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here
#8 47.55       551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
#8 47.55           |                                          ^~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c: In function ‘__Pyx_ParseOptionalKeywords’:
#8 47.55     uvloop/loop.c:163233:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                     ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 47.55       446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 47.55           |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163233:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                     ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 47.55       580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 47.55           |                                             ^~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163233:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                     ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 47.55       446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 47.55           |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163233:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                     ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 47.55       446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 47.55           |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163233:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                     ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 47.55       580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 47.55           |                                             ^~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163233:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163233 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                     ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 47.55       446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 47.55           |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163249:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                         ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 47.55       446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 47.55           |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163249:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                         ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 47.55       580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 47.55           |                                             ^~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163249:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                         ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 47.55       446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 47.55           |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163249:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                         ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 47.55       446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 47.55           |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163249:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                         ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
#8 47.55       580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
#8 47.55           |                                             ^~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c:163249:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
#8 47.55     163249 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
#8 47.55            |                         ^
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
#8 47.55       446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
#8 47.55           |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
#8 47.55     uvloop/loop.c: In function ‘__Pyx_Coroutine_Send’:
#8 47.55     uvloop/loop.c:165292:19: warning: implicit declaration of function ‘_PyGen_Send’; did you mean ‘_PyGen_yf’? [-Wimplicit-function-declaration]
#8 47.55     165292 |             ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
#8 47.55            |                   ^~~~~~~~~~~
#8 47.55            |                   _PyGen_yf
#8 47.55     uvloop/loop.c:165292:17: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#8 47.55     165292 |             ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
#8 47.55            |                 ^
#8 47.55     uvloop/loop.c:165297:17: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#8 47.55     165297 |             ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
#8 47.55            |                 ^
#8 47.55     uvloop/loop.c: In function ‘__Pyx_Generator_Next’:
#8 47.55     uvloop/loop.c:165381:17: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#8 47.55     165381 |             ret = _PyGen_Send((PyGenObject*)yf, NULL);
#8 47.55            |                 ^
#8 47.55     uvloop/loop.c: In function ‘__Pyx_decode_c_bytes’:
#8 47.55     uvloop/loop.c:167057:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations]
#8 47.55     167057 |         return PyUnicode_FromUnicode(NULL, 0);
#8 47.55            |         ^~~~~~
#8 47.55     In file included from /usr/local/include/python3.10/unicodeobject.h:1046,
#8 47.55                      from /usr/local/include/python3.10/Python.h:83,
#8 47.55                      from uvloop/loop.c:20:
#8 47.55     /usr/local/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here
#8 47.55       551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
#8 47.55           |                                          ^~~~~~~~~~~~~~~~~~~~~
#8 47.55     error: command '/usr/bin/gcc' failed with exit code 1
#8 47.55     ----------------------------------------
#8 47.55 ERROR: Command errored out with exit status 1: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/setup.py'"'"'; __file__='"'"'/tmp/pip-install-jl8dql9y/uvloop_5bc6c5d2bc1f4ad4bd0c973488567ebc/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-7cru8dro/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.10/uvloop Check the logs for full command output.
#8 48.10 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
#8 48.10 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
------
executor failed running [/bin/sh -c pip install -r requirements.txt]: exit code: 1
ERROR: Service 'ai_model_service' failed to build : Build failed ```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.