Source: python-llfuse
Version: 1.3.6+dfsg-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_testdir
> python3 setup.py build_cython
> running build_cython
> Compiling /<<PKGBUILDDIR>>/src/llfuse.pyx
> touch build_cython
> dh_testdir
> python3 setup.py build_ext --inplace
> running build_ext
> building 'llfuse' extension
> creating build
> creating build/temp.linux-x86_64-3.9
> creating build/temp.linux-x86_64-3.9/src
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.9 -c src/llfuse.c -o 
> build/temp.linux-x86_64-3.9/src/llfuse.o -D_FILE_OFFSET_BITS=64 
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion 
> -Wsign-compare -DLLFUSE_VERSION="1.3.6" -Wno-unused-function 
> -Wno-implicit-fallthrough -Wno-unused-parameter
> src/llfuse.c: In function ‘__pyx_f_6llfuse_session_loop_mt’:
> src/llfuse.c:42419:3: warning: ‘PyEval_InitThreads’ is deprecated 
> [-Wdeprecated-declarations]
> 42419 |   PyEval_InitThreads();
>       |   ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/python3.9/Python.h:145,
>                  from src/llfuse.c:4:
> /usr/include/python3.9/ceval.h:130:37: note: declared here
>   130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
>       |                                     ^~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.9 -c src/lock.c -o 
> build/temp.linux-x86_64-3.9/src/lock.o -D_FILE_OFFSET_BITS=64 
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion 
> -Wsign-compare -DLLFUSE_VERSION="1.3.6" -Wno-unused-function 
> -Wno-implicit-fallthrough -Wno-unused-parameter
> creating build/lib.linux-x86_64-3.9
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.9/src/llfuse.o 
> build/temp.linux-x86_64-3.9/src/lock.o -o 
> build/lib.linux-x86_64-3.9/llfuse.cpython-39-x86_64-linux-gnu.so -lfuse 
> -pthread -lpthread -lrt
> copying build/lib.linux-x86_64-3.9/llfuse.cpython-39-x86_64-linux-gnu.so -> 
> src
> python3 setup.py build_sphinx
> running build_sphinx
> Running Sphinx v3.4.3
> making output directory... done
> loading intersphinx inventory from ../debian/python.inv...
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 12 source files that are out of date
> updating environment: [new config] 12 added, 0 changed, 0 removed
> reading sources... [  8%] about
> reading sources... [ 16%] changes
> reading sources... [ 25%] data
> reading sources... [ 33%] example
> reading sources... [ 41%] fuse_api
> reading sources... [ 50%] general
> reading sources... [ 58%] gotchas
> reading sources... [ 66%] index
> reading sources... [ 75%] install
> reading sources... [ 83%] lock
> reading sources... [ 91%] operations
> reading sources... [100%] util
> 
> Changes.rst:10: WARNING: Unknown target name: "pyfuse3".
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  8%] about
> writing output... [ 16%] changes
> writing output... [ 25%] data
> writing output... [ 33%] example
> writing output... [ 41%] fuse_api
> writing output... [ 50%] general
> writing output... [ 58%] gotchas
> writing output... [ 66%] index
> writing output... [ 75%] install
> writing output... [ 83%] lock
> writing output... [ 91%] operations
> writing output... [100%] util
> 
> Changes.rst:18: WARNING: py:obj reference target not found: handle_signals
> Changes.rst:19: WARNING: py:obj reference target not found: 
> examples/passthroughfs.py
> docstring of llfuse.main:12: WARNING: py:obj reference target not found: stop
> docstring of llfuse.Lock.yield_:3: WARNING: py:obj reference target not 
> found: Lock.yield_
> docstring of llfuse.Lock.yield_:11: WARNING: py:obj reference target not 
> found: Lock.yield_
> generating indices... genindex py-modindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 6 warnings.
> 
> The HTML pages are in doc/html.
> touch build_sphinx
> dh_auto_build
> dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
>       pybuild --build -i python{version} -p 3.9
> I: pybuild base:232: /usr/bin/python3 setup.py build 
> running build
> running build_ext
> building 'llfuse' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.9 -c src/llfuse.c -o 
> build/temp.linux-x86_64-3.9/src/llfuse.o -D_FILE_OFFSET_BITS=64 
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion 
> -Wsign-compare -DLLFUSE_VERSION="1.3.6" -Wno-unused-function 
> -Wno-implicit-fallthrough -Wno-unused-parameter
> src/llfuse.c: In function ‘__pyx_f_6llfuse_session_loop_mt’:
> src/llfuse.c:42419:3: warning: ‘PyEval_InitThreads’ is deprecated 
> [-Wdeprecated-declarations]
> 42419 |   PyEval_InitThreads();
>       |   ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/python3.9/Python.h:145,
>                  from src/llfuse.c:4:
> /usr/include/python3.9/ceval.h:130:37: note: declared here
>   130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
>       |                                     ^~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.9 -c src/lock.c -o 
> build/temp.linux-x86_64-3.9/src/lock.o -D_FILE_OFFSET_BITS=64 
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion 
> -Wsign-compare -DLLFUSE_VERSION="1.3.6" -Wno-unused-function 
> -Wno-implicit-fallthrough -Wno-unused-parameter
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.9/src/llfuse.o 
> build/temp.linux-x86_64-3.9/src/lock.o -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_llfuse/build/llfuse.cpython-39-x86_64-linux-gnu.so
>  -lfuse -pthread -lpthread -lrt
>       pybuild --build -i python{version}-dbg -p 3.9
> I: pybuild base:232: /usr/bin/python3-dbg setup.py build 
> running build
> running build_ext
> building 'llfuse' extension
> creating build/temp.linux-x86_64-3.9-pydebug
> creating build/temp.linux-x86_64-3.9-pydebug/src
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall 
> -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og 
> -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.9d -c src/llfuse.c -o 
> build/temp.linux-x86_64-3.9-pydebug/src/llfuse.o -D_FILE_OFFSET_BITS=64 
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion 
> -Wsign-compare -DLLFUSE_VERSION="1.3.6" -Wno-unused-function 
> -Wno-implicit-fallthrough -Wno-unused-parameter
> src/llfuse.c: In function ‘__pyx_f_6llfuse_session_loop_mt’:
> src/llfuse.c:42419:3: warning: ‘PyEval_InitThreads’ is deprecated 
> [-Wdeprecated-declarations]
> 42419 |   PyEval_InitThreads();
>       |   ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/python3.9d/Python.h:145,
>                  from src/llfuse.c:4:
> /usr/include/python3.9d/ceval.h:130:37: note: declared here
>   130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
>       |                                     ^~~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall 
> -g -Og -fstack-protector-strong -Wformat -Werror=format-security -g -Og 
> -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.9d -c src/lock.c -o 
> build/temp.linux-x86_64-3.9-pydebug/src/lock.o -D_FILE_OFFSET_BITS=64 
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion 
> -Wsign-compare -DLLFUSE_VERSION="1.3.6" -Wno-unused-function 
> -Wno-implicit-fallthrough -Wno-unused-parameter
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9-pydebug/src/llfuse.o 
> build/temp.linux-x86_64-3.9-pydebug/src/lock.o -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_dbg_llfuse/build/llfuse.cpython-39d-x86_64-linux-gnu.so
>  -lfuse -pthread -lpthread -lrt
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 
> in use)
>       pybuild --test -i python{version} -p 3.9
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_llfuse/build; 
> python3.9 -m pytest --installed "/<<PKGBUILDDIR>>/test/"
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.1+, pytest-6.0.2, py-1.10.0, pluggy-0.13.0 -- 
> /usr/bin/python3.9
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>/test, configfile: pytest.ini
> collecting ... collected 14 items
> 
> ../../../test/test_api.py::test_inquire_bits ERROR                       [  
> 7%]
> ../../../test/test_api.py::test_inquire_bits ERROR                       [  
> 7%]
> 
> ==================================== ERRORS 
> ====================================
> _____________________ ERROR at setup of test_inquire_bits 
> ______________________
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 135, in 
> pytest_runtest_setup
>     check_output(item)
>   File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 131, in check_output
>     check_test_log(item.catch_log_handler)
> AttributeError: 'Function' object has no attribute 'catch_log_handler'
> ____________________ ERROR at teardown of test_inquire_bits 
> ____________________
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 141, in 
> pytest_runtest_teardown
>     check_output(item)
>   File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 131, in check_output
>     check_test_log(item.catch_log_handler)
> AttributeError: 'Function' object has no attribute 'catch_log_handler'
> =========================== short test summary info 
> ============================
> ERROR ../../../test/test_api.py::test_inquire_bits - AttributeError: 
> 'Functio...
> ERROR ../../../test/test_api.py::test_inquire_bits - AttributeError: 
> 'Functio...
> !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 2 failures 
> !!!!!!!!!!!!!!!!!!!!!!!!!!!
> ============================== 2 errors in 0.08s 
> ===============================
> E: pybuild pybuild:353: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_llfuse/build; python3.9 -m pytest 
> --installed "{dir}/test/"
> dh_auto_test: error: pybuild --test -i python{version} -p 3.9 returned exit 
> code 13

The full build log is available from:
   http://qa-logs.debian.net/2021/01/20/python-llfuse_1.3.6+dfsg-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to