>>> python-wsaccel 0.6.2 Extracting gzip -d -c /home/naourr/work/instance-0/dl/python-wsaccel/wsaccel-0.6.2.tar.gz | /home/naourr/work/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/output-1/build/python-wsaccel-0.6.2 -xf - >>> python-wsaccel 0.6.2 Patching >>> python-wsaccel 0.6.2 Configuring >>> python-wsaccel 0.6.2 Building (cd /home/naourr/work/instance-0/output-1/build/python-wsaccel-0.6.2//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata__linux_x86_64-linux-gnu" PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-0/output-1/target/usr/lib/python3.8/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-0/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/wsaccel copying wsaccel/__init__.py -> build/lib.linux-x86_64-3.8/wsaccel running build_ext building 'wsaccel.utf8validator' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/wsaccel /home/naourr/work/instance-0/output-1/host/bin/x86_64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fPIC -I/home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8 -c wsaccel/utf8validator.c -o build/temp.linux-x86_64-3.8/wsaccel/utf8validator.o wsaccel/utf8validator.c: In function '__pyx_pf_7wsaccel_13utf8validator_13Utf8Validator_6validate': wsaccel/utf8validator.c:983:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_ba, ((void **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 104; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8/Python.h:147:0, from wsaccel/utf8validator.c:16: /home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8/abstract.h:337:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ wsaccel/utf8validator.c:983:49: warning: passing argument 2 of 'PyObject_AsReadBuffer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_ba, ((void **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 104; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ In file included from /home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8/Python.h:147:0, from wsaccel/utf8validator.c:16: /home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8/abstract.h:337:17: note: expected 'const void **' but argument is of type 'void **' PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/x86_64-linux-gcc -shared build/temp.linux-x86_64-3.8/wsaccel/utf8validator.o -L/home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/lib -o build/lib.linux-x86_64-3.8/wsaccel/utf8validator.cpython-38-x86_64-linux-gnu.so building 'wsaccel.xormask' extension /home/naourr/work/instance-0/output-1/host/bin/x86_64-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fPIC -I/home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8 -c wsaccel/xormask.c -o build/temp.linux-x86_64-3.8/wsaccel/xormask.o wsaccel/xormask.c: In function '__pyx_pf_7wsaccel_7xormask_15XorMaskerSimple___init__': wsaccel/xormask.c:1042:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_mask, ((void const **)(&__pyx_v_msk)), (&__pyx_v_msk_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8/Python.h:147:0, from wsaccel/xormask.c:16: /home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8/abstract.h:337:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ wsaccel/xormask.c: In function '__pyx_pf_7wsaccel_7xormask_15XorMaskerSimple_6process': wsaccel/xormask.c:1253:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_data, ((void const **)(&__pyx_v_cdata)), (&__pyx_v_dlen)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8/Python.h:147:0, from wsaccel/xormask.c:16: /home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/python3.8/abstract.h:337:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/x86_64-linux-gcc -shared build/temp.linux-x86_64-3.8/wsaccel/xormask.o -L/home/naourr/work/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/lib -o build/lib.linux-x86_64-3.8/wsaccel/xormask.cpython-38-x86_64-linux-gnu.so >>> python-wsaccel 0.6.2 Installing to target *** stack smashing detected ***: terminated make: *** [package/pkg-generic.mk:352: /home/naourr/work/instance-0/output-1/build/python-wsaccel-0.6.2/.stamp_target_installed] Aborted (core dumped) make: Leaving directory '/home/naourr/work/instance-0/buildroot'