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/wijzc9ygf08xrg0frr7lym5dbjc7jqxr-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tox.ini" Running phase: patchPhase substituteStream() in derivation python3.12-pypcap-1.3.0: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'setup.py') Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing setuptoolsBuildPhase setup.py build flags: '' Found pcap headers in /nix/store/xa2b082pn7vbxf277qxqbr7jr9mfmfvc-libpcap-1.10.5/include/pcap.h Found libraries in /nix/store/xa2b082pn7vbxf277qxqbr7jr9mfmfvc-libpcap-1.10.5/lib/libpcap.so found pcap_get_tstamp_precision function found pcap_setdirection found pcap_setnonblock found pcap_compile_nopcap function /nix/store/h9p15gwzklywaisby8bmlf8sgc2gfjw8-python3.12-setuptools-75.8.0/lib/python3.12/site-packages/setuptools/dist.py:493: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2025-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /nix/store/h9p15gwzklywaisby8bmlf8sgc2gfjw8-python3.12-setuptools-75.8.0/lib/python3.12/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running bdist_wheel running build running build_ext building 'pcap' extension creating build/temp.linux-x86_64-cpython-312 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/cy9r24swns95mwf56n8krzy5jlcmn1qp-libxcrypt-4.4.38/include -fPIC -DHAVE_PCAP_TSTAMP_PRECISION=1 -DHAVE_PCAP_SETDIRECTION=1 -DHAVE_PCAP_SETNONBLOCK=1 -DHAVE_PCAP_COMPILE_NOPCAP=1 -I/nix/store/xa2b082pn7vbxf277qxqbr7jr9mfmfvc-libpcap-1.10.5/include -I/nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12 -c pcap.c -o build/temp.linux-x86_64-cpython-312/pcap.o pcap.c: In function ‘__pyx_f_4pcap___pcap_handler’: pcap.c:3017:7: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 3017 | __Pyx_GetModuleGlobalName(__pyx_t_9, __pyx_n_s_sys); if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 141, __pyx_L5_except_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/dictobject.h:90, from /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/Python.h:64, from pcap.c:6: /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__pyx_pf_4pcap_3bpf_2filter’: pcap.c:3271:3: warning: ‘PyObject_AsCharBuffer’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 3271 | __pyx_t_1 = ((PyObject_AsCharBuffer(__pyx_v_buf, ((char const **)(&__pyx_v_p)), (&__pyx_v_n)) < 0) != 0); | ^~~~~~~~~ In file included from /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/Python.h:100: /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/abstract.h:352:17: note: declared here 352 | PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ pcap.c: In function ‘__pyx_pf_4pcap_4pcap___init__’: pcap.c:3945:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 3945 | __Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_n_s_PCAP_TSTAMP_PRECISION_NANO); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 242, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:4096:5: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 4096 | __Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_n_s_PCAP_TSTAMP_PRECISION_NANO); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 262, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:4224:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 4224 | __Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_n_s_PCAP_TSTAMP_PRECISION_MICRO); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 275, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:4270:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 4270 | __Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_n_s_PCAP_TSTAMP_PRECISION_NANO); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 278, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:4343:7: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 4343 | __Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_n_s_dltoff); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 284, __pyx_L9_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__pyx_pf_4pcap_6lookupnet’: pcap.c:8108:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 8108 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_struct); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 549, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:8162:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 8162 | __Pyx_GetModuleGlobalName(__pyx_t_7, __pyx_n_s_struct); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 549, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__pyx_pf___pyx_MemviewEnum___reduce_cython__’: pcap.c:10407:5: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 10407 | __Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_n_s_pyx_unpickle_Enum); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 13, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:10453:5: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 10453 | __Pyx_GetModuleGlobalName(__pyx_t_5, __pyx_n_s_pyx_unpickle_Enum); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 15, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__pyx_memview_slice’: pcap.c:15590:3: warning: ‘Py_OptimizeFlag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 15590 | if (unlikely(!Py_OptimizeFlag)) { | ^~ In file included from /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/Python.h:48: /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/pydebug.h:13:37: note: declared here 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; | ^~~~~~~~~~~~~~~ pcap.c: In function ‘__pyx_pymod_exec_pcap’: pcap.c:23656:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23656 | __Pyx_GetModuleGlobalName(__pyx_t_1, __pyx_n_s_sys); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 159, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23777:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23777 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 173, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23781:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23781 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_EN10MB); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 173, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23785:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23785 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_IEEE802); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 173, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23789:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23789 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_ARCNET); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 173, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23801:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23801 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_SLIP); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 174, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23805:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23805 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_PPP); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 174, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23809:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23809 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_FDDI); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 174, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23813:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23813 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_PFLOG); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 174, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23817:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23817 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_PFSYNC); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 174, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23829:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23829 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_LOOP); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 175, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23833:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23833 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_RAW); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 175, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23837:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23837 | __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_DLT_LINUX_SLL); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 175, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:23851:3: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 23851 | __Pyx_GetModuleGlobalName(__pyx_t_1, __pyx_n_s_DLT_RAW); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 183, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__Pyx_Raise’: pcap.c:24328:34: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘curexc_traceback’ 24328 | PyObject* tmp_tb = tstate->curexc_traceback; | ^~ pcap.c:24331:19: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘curexc_traceback’ 24331 | tstate->curexc_traceback = tb; | ^~ pcap.c: In function ‘__Pyx_get_tp_dict_version’: pcap.c:24476:5: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 24476 | return likely(dict) ? __PYX_GET_DICT_VERSION(dict) : 0; | ^~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__Pyx_get_object_dict_version’: pcap.c:24488:5: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 24488 | return (dictptr && *dictptr) ? __PYX_GET_DICT_VERSION(*dictptr) : 0; | ^~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__Pyx_object_dict_version_matches’: pcap.c:24492:5: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 24492 | if (unlikely(!dict) || unlikely(tp_dict_version != __PYX_GET_DICT_VERSION(dict))) | ^~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__Pyx__GetModuleGlobalName’: pcap.c:24509:5: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 24509 | __PYX_UPDATE_DICT_CACHE(__pyx_d, result, *dict_cached_value, *dict_version) | ^~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__Pyx_PyInt_NeObjC’: pcap.c:24958:51: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 24958 | const digit* digits = ((PyLongObject*)op1)->ob_digit; | ^~ pcap.c: In function ‘__Pyx_PyUnicode_Equals’: pcap.c:557:51: error: implicit declaration of function ‘_PyUnicode_Ready’; did you mean ‘PyUnicode_READY’? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 557 | 0 : _PyUnicode_Ready((PyObject *)(op))) | ^~~~~~~~~~~~~~~~ pcap.c:939:43: note: in definition of macro ‘unlikely’ 939 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ pcap.c:26075:22: note: in expansion of macro ‘__Pyx_PyUnicode_READY’ 26075 | if (unlikely(__Pyx_PyUnicode_READY(s1) < 0) || unlikely(__Pyx_PyUnicode_READY(s2) < 0)) | ^~~~~~~~~~~~~~~~~~~~~ pcap.c: In function ‘__Pyx_PyInt_AddObjC’: pcap.c:26462:51: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 26462 | const digit* digits = ((PyLongObject*)op1)->ob_digit; | ^~ pcap.c: In function ‘__Pyx_CLineForTraceback’: pcap.c:26816:9: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 26816 | __PYX_PY_DICT_LOOKUP_IF_MODIFIED( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c:26816:9: warning: ‘ma_version_tag’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 26816 | __PYX_PY_DICT_LOOKUP_IF_MODIFIED( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/cpython/dictobject.h:22:34: note: declared here 22 | Py_DEPRECATED(3.12) uint64_t ma_version_tag; | ^~~~~~~~~~~~~~ pcap.c: In function ‘__Pyx_PyInt_As_int’: pcap.c:27409:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 27409 | const digit* digits = ((PyLongObject*)x)->ob_digit; | ^~ pcap.c:27464:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 27464 | const digit* digits = ((PyLongObject*)x)->ob_digit; | ^~ pcap.c: In function ‘__Pyx_PyInt_As_unsigned_int’: pcap.c:27605:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 27605 | const digit* digits = ((PyLongObject*)x)->ob_digit; | ^~ pcap.c:27660:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 27660 | const digit* digits = ((PyLongObject*)x)->ob_digit; | ^~ pcap.c: In function ‘__Pyx_PyInt_As_long’: pcap.c:27915:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 27915 | const digit* digits = ((PyLongObject*)x)->ob_digit; | ^~ pcap.c:27970:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 27970 | const digit* digits = ((PyLongObject*)x)->ob_digit; | ^~ pcap.c: In function ‘__Pyx_PyInt_As_char’: pcap.c:28111:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 28111 | const digit* digits = ((PyLongObject*)x)->ob_digit; | ^~ pcap.c:28166:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 28166 | const digit* digits = ((PyLongObject*)x)->ob_digit; | ^~ pcap.c: In function ‘__Pyx_PyIndex_AsSsize_t’: pcap.c:28517:45: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’ 28517 | const digit* digits = ((PyLongObject*)b)->ob_digit; | ^~ error: command '/nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/gcc' failed with exit code 1