Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase Running phase: unpackPhase unpacking source archive /nix/store/lba6czg21qbp7i7ch2gn5zvhz41yzk0n-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/utils/stress_test.py" Running phase: patchPhase applying patch /nix/store/xsxdsv91mc1b2c25c5cmgmdirqi9l1nx-drop-smart-open.patch patching file streaming_form_data/targets.py patching file tests/test_targets.py Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing setuptoolsBuildPhase setup.py build flags: '' running bdist_wheel running build running build_py creating build/lib.linux-x86_64-cpython-313/streaming_form_data copying streaming_form_data/targets.py -> build/lib.linux-x86_64-cpython-313/streaming_form_data copying streaming_form_data/validators.py -> build/lib.linux-x86_64-cpython-313/streaming_form_data copying streaming_form_data/parser.py -> build/lib.linux-x86_64-cpython-313/streaming_form_data copying streaming_form_data/__init__.py -> build/lib.linux-x86_64-cpython-313/streaming_form_data running build_ext building 'streaming_form_data._parser' extension creating build/temp.linux-x86_64-cpython-313/streaming_form_data gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/cy9r24swns95mwf56n8krzy5jlcmn1qp-libxcrypt-4.4.38/include -fPIC -I/nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13 -c streaming_form_data/_parser.c -o build/temp.linux-x86_64-cpython-313/streaming_form_data/_parser.o streaming_form_data/_parser.c:822:1: warning: ‘Py_UNICODE’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 822 | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) { | ^~~~~~ streaming_form_data/_parser.c: In function ‘__Pyx_Py_UNICODE_strlen’: streaming_form_data/_parser.c:823:5: warning: ‘Py_UNICODE’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 823 | const Py_UNICODE *u_end = u; | ^~~~~ streaming_form_data/_parser.c: In function ‘__pyx_tp_dealloc_19streaming_form_data_7_parser_Finder’: streaming_form_data/_parser.c:12388:134: error: implicit declaration of function ‘_PyGC_FINALIZED’ [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 12388 | if (unlikely(PyType_HasFeature(Py_TYPE(o), Py_TPFLAGS_HAVE_FINALIZE) && Py_TYPE(o)->tp_finalize) && (!PyType_IS_GC(Py_TYPE(o)) || !_PyGC_FINALIZED(o))) { | ^~~~~~~~~~~~~~~ streaming_form_data/_parser.c: In function ‘__pyx_pymod_exec__parser’: streaming_form_data/_parser.c:1569:38: error: implicit declaration of function ‘_PyDict_SetItem_KnownHash’; did you mean ‘_PyDict_GetItem_KnownHash’? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 1569 | (likely(PyDict_CheckExact(ns)) ? _PyDict_SetItem_KnownHash(ns, name, value, ((PyASCIIObject *) name)->hash) : PyObject_SetItem(ns, name, value)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ streaming_form_data/_parser.c:13808:7: note: in expansion of macro ‘__Pyx_SetNameInClass’ 13808 | if (__Pyx_SetNameInClass(__pyx_t_4, __pyx_n_s_metaclass, ((PyObject *)__pyx_ptype___Pyx_EnumMeta)) < 0) __PYX_ERR(1, 27, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~ streaming_form_data/_parser.c: In function ‘__Pyx_PyInt_As_size_t’: streaming_form_data/_parser.c:17259:27: error: too few arguments to function ‘_PyLong_AsByteArray’ 17259 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ In file included from /nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13/longobject.h:107, from /nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13/Python.h:81, from streaming_form_data/_parser.c:6: /nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ streaming_form_data/_parser.c: In function ‘__Pyx_PyInt_As_enum____pyx_t_19streaming_form_data_7_parser_FinderState’: streaming_form_data/_parser.c:17493:27: error: too few arguments to function ‘_PyLong_AsByteArray’ 17493 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ /nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ streaming_form_data/_parser.c: In function ‘__Pyx_PyInt_As_enum____pyx_t_19streaming_form_data_7_parser_ParserState’: streaming_form_data/_parser.c:17727:27: error: too few arguments to function ‘_PyLong_AsByteArray’ 17727 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ /nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ streaming_form_data/_parser.c: In function ‘__Pyx_PyInt_As_unsigned_char’: streaming_form_data/_parser.c:17923:27: error: too few arguments to function ‘_PyLong_AsByteArray’ 17923 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ /nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ streaming_form_data/_parser.c: In function ‘__Pyx_PyInt_As_long’: streaming_form_data/_parser.c:18119:27: error: too few arguments to function ‘_PyLong_AsByteArray’ 18119 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ /nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ streaming_form_data/_parser.c: In function ‘__Pyx_PyInt_As_int’: streaming_form_data/_parser.c:18429:27: error: too few arguments to function ‘_PyLong_AsByteArray’ 18429 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ /nix/store/1rp7i946hi7fa2wwx2f66w9jsqjh4n08-python3-3.13.2/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ error: command '/nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/gcc' failed with exit code 1