Your message dated Sat, 24 Sep 2016 04:43:01 +0000
with message-id <e1bnenl-0004ra...@franck.debian.org>
and subject line Bug#837254: fixed in python-llfuse 1.1.1+dfsg-3
has caused the Debian Bug report #837254,
regarding python-llfuse: FTBFS: E: pybuild pybuild:276: test: plugin distutils
failed with: exit code=2: cd
/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/.pybuild/pythonX.Y_2.7/build; python2.7
-m pytest --installed "{dir}/test/"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
837254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837254
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-llfuse
Version: 1.1.1+dfsg-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160910 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg'
> dh_testdir
> python3 setup.py build_cython
> running build_cython
> Compiling /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/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.5
> creating build/temp.linux-x86_64-3.5/src
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c src/llfuse.c -o
> build/temp.linux-x86_64-3.5/src/llfuse.o -D_FILE_OFFSET_BITS=64
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion
> -Wsign-compare -DLLFUSE_VERSION="1.1.1" -Wno-unused-function
> -Werror=sign-compare -DHAVE_STRUCT_STAT_ST_ATIM
> src/llfuse.c: In function '__pyx_pf_6llfuse_2listdir':
> src/llfuse.c:32776:11: warning: 'readdir_r' is deprecated
> [-Wdeprecated-declarations]
> __pyx_v_ret = readdir_r(__pyx_v_dirp, (&__pyx_v_ent),
> (&__pyx_v_res));
> ^~~~~~~~~~~
> In file included from /usr/include/features.h:364:0,
> from /usr/include/limits.h:25,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:168,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:34,
> from /usr/include/python3.5m/Python.h:11,
> from src/llfuse.c:4:
> /usr/include/dirent.h:189:12: note: declared here
> extern int __REDIRECT (readdir_r,
> ^
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c src/lock.c -o
> build/temp.linux-x86_64-3.5/src/lock.o -D_FILE_OFFSET_BITS=64
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion
> -Wsign-compare -DLLFUSE_VERSION="1.1.1" -Wno-unused-function
> -Werror=sign-compare -DHAVE_STRUCT_STAT_ST_ATIM
> creating build/lib.linux-x86_64-3.5
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
> -Wl,-z,relro -Wl,-z,relro -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/src/llfuse.o
> build/temp.linux-x86_64-3.5/src/lock.o -o
> build/lib.linux-x86_64-3.5/llfuse.cpython-35m-x86_64-linux-gnu.so -lfuse
> -pthread -lpthread -lrt
> copying build/lib.linux-x86_64-3.5/llfuse.cpython-35m-x86_64-linux-gnu.so ->
> src
> python3 setup.py build_sphinx
> running build_sphinx
> creating /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/doc
> creating /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/doc/doctrees
> creating /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/doc/html
> Running Sphinx v1.4.6
> loading pickled environment... not yet created
> 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: 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
>
> 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
>
> generating indices... genindex
> writing additional pages... search
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en) ... done
> dumping object inventory... done
> build succeeded.
> touch build_sphinx
> dh_auto_build
> pybuild --build -i python{version} -p 2.7
> I: pybuild base:184: /usr/bin/python setup.py build
> running build
> running build_ext
> building 'llfuse' extension
> creating build/temp.linux-x86_64-2.7
> creating build/temp.linux-x86_64-2.7/src
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c src/llfuse.c -o
> build/temp.linux-x86_64-2.7/src/llfuse.o -D_FILE_OFFSET_BITS=64
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion
> -Wsign-compare -DLLFUSE_VERSION="1.1.1" -Wno-unused-function
> -Werror=sign-compare -fno-strict-aliasing -DHAVE_STRUCT_STAT_ST_ATIM
> src/llfuse.c: In function '__pyx_pf_6llfuse_2listdir':
> src/llfuse.c:32776:11: warning: 'readdir_r' is deprecated
> [-Wdeprecated-declarations]
> __pyx_v_ret = readdir_r(__pyx_v_dirp, (&__pyx_v_ent),
> (&__pyx_v_res));
> ^~~~~~~~~~~
> In file included from /usr/include/features.h:364:0,
> from /usr/include/limits.h:25,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:168,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:34,
> from /usr/include/python2.7/Python.h:19,
> from src/llfuse.c:4:
> /usr/include/dirent.h:189:12: note: declared here
> extern int __REDIRECT (readdir_r,
> ^
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c src/lock.c -o
> build/temp.linux-x86_64-2.7/src/lock.o -D_FILE_OFFSET_BITS=64
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion
> -Wsign-compare -DLLFUSE_VERSION="1.1.1" -Wno-unused-function
> -Werror=sign-compare -fno-strict-aliasing -DHAVE_STRUCT_STAT_ST_ATIM
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
> -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g
> -fdebug-prefix-map=/build/python2.7-cFt4xx/python2.7-2.7.12=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/src/llfuse.o
> build/temp.linux-x86_64-2.7/src/lock.o -o
> /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/.pybuild/pythonX.Y_2.7/build/llfuse.so
> -lfuse -pthread -lpthread -lrt
> pybuild --build -i python{version}-dbg -p 2.7
> I: pybuild base:184: /usr/bin/python-dbg setup.py build
> running build
> running build_ext
> building 'llfuse' extension
> creating build/temp.linux-x86_64-2.7-pydebug
> creating build/temp.linux-x86_64-2.7-pydebug/src
> x86_64-linux-gnu-gcc -pthread -g -O0 -Wall -Wstrict-prototypes
> -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c src/llfuse.c -o
> build/temp.linux-x86_64-2.7-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.1.1" -Wno-unused-function
> -Werror=sign-compare -fno-strict-aliasing -DHAVE_STRUCT_STAT_ST_ATIM
> src/llfuse.c: In function '__pyx_pf_6llfuse_2listdir':
> src/llfuse.c:32776:11: warning: 'readdir_r' is deprecated
> [-Wdeprecated-declarations]
> __pyx_v_ret = readdir_r(__pyx_v_dirp, (&__pyx_v_ent),
> (&__pyx_v_res));
> ^~~~~~~~~~~
> In file included from /usr/include/features.h:364:0,
> from /usr/include/limits.h:25,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:168,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:34,
> from /usr/include/python2.7_d/Python.h:19,
> from src/llfuse.c:4:
> /usr/include/dirent.h:189:12: note: declared here
> extern int __REDIRECT (readdir_r,
> ^
> x86_64-linux-gnu-gcc -pthread -g -O0 -Wall -Wstrict-prototypes
> -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7_d -c src/lock.c -o
> build/temp.linux-x86_64-2.7-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.1.1" -Wno-unused-function
> -Werror=sign-compare -fno-strict-aliasing -DHAVE_STRUCT_STAT_ST_ATIM
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
> -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes
> -Wdate-time -g -O0
> -fdebug-prefix-map=/build/python2.7-cFt4xx/python2.7-2.7.12=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -g -O0
> -fdebug-prefix-map=/build/python2.7-cFt4xx/python2.7-2.7.12=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7-pydebug/src/llfuse.o
> build/temp.linux-x86_64-2.7-pydebug/src/lock.o -o
> /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/.pybuild/pythonX.Y-dbg_2.7/build/llfuse_d.so
> -lfuse -pthread -lpthread -lrt
> [91233 refs]
> pybuild --build -i python{version} -p 3.5
> I: pybuild base:184: /usr/bin/python3 setup.py build
> running build
> running build_ext
> building 'llfuse' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c src/llfuse.c -o
> build/temp.linux-x86_64-3.5/src/llfuse.o -D_FILE_OFFSET_BITS=64
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion
> -Wsign-compare -DLLFUSE_VERSION="1.1.1" -Wno-unused-function
> -Werror=sign-compare -DHAVE_STRUCT_STAT_ST_ATIM
> src/llfuse.c: In function '__pyx_pf_6llfuse_2listdir':
> src/llfuse.c:32776:11: warning: 'readdir_r' is deprecated
> [-Wdeprecated-declarations]
> __pyx_v_ret = readdir_r(__pyx_v_dirp, (&__pyx_v_ent),
> (&__pyx_v_res));
> ^~~~~~~~~~~
> In file included from /usr/include/features.h:364:0,
> from /usr/include/limits.h:25,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:168,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:34,
> from /usr/include/python3.5m/Python.h:11,
> from src/llfuse.c:4:
> /usr/include/dirent.h:189:12: note: declared here
> extern int __REDIRECT (readdir_r,
> ^
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c src/lock.c -o
> build/temp.linux-x86_64-3.5/src/lock.o -D_FILE_OFFSET_BITS=64
> -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion
> -Wsign-compare -DLLFUSE_VERSION="1.1.1" -Wno-unused-function
> -Werror=sign-compare -DHAVE_STRUCT_STAT_ST_ATIM
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
> -Wl,-z,relro -Wl,-z,relro -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/src/llfuse.o
> build/temp.linux-x86_64-3.5/src/lock.o -o
> /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/.pybuild/pythonX.Y_3.5/build/llfuse.cpython-35m-x86_64-linux-gnu.so
> -lfuse -pthread -lpthread -lrt
> pybuild --build -i python{version}-dbg -p 3.5
> I: pybuild base:184: /usr/bin/python3-dbg setup.py build
> running build
> running build_ext
> building 'llfuse' extension
> creating build/temp.linux-x86_64-3.5-pydebug
> creating build/temp.linux-x86_64-3.5-pydebug/src
> x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5dm -c src/llfuse.c -o
> build/temp.linux-x86_64-3.5-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.1.1" -Wno-unused-function
> -Werror=sign-compare -DHAVE_STRUCT_STAT_ST_ATIM
> src/llfuse.c: In function '__pyx_pf_6llfuse_2listdir':
> src/llfuse.c:32776:11: warning: 'readdir_r' is deprecated
> [-Wdeprecated-declarations]
> __pyx_v_ret = readdir_r(__pyx_v_dirp, (&__pyx_v_ent),
> (&__pyx_v_res));
> ^~~~~~~~~~~
> In file included from /usr/include/features.h:364:0,
> from /usr/include/limits.h:25,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:168,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:34,
> from /usr/include/python3.5dm/Python.h:11,
> from src/llfuse.c:4:
> /usr/include/dirent.h:189:12: note: declared here
> extern int __REDIRECT (readdir_r,
> ^
> x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5dm -c src/lock.c -o
> build/temp.linux-x86_64-3.5-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.1.1" -Wno-unused-function
> -Werror=sign-compare -DHAVE_STRUCT_STAT_ST_ATIM
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
> -Wl,-z,relro -Wl,-z,relro -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5-pydebug/src/llfuse.o
> build/temp.linux-x86_64-3.5-pydebug/src/lock.o -o
> /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/.pybuild/pythonX.Y-dbg_3.5/build/llfuse.cpython-35dm-x86_64-linux-gnu.so
> -lfuse -pthread -lpthread -lrt
> make[1]: Leaving directory '/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg'
> dh_auto_test -O--buildsystem=pybuild
> pybuild --test -i python{version} -p 2.7
> I: pybuild base:184: cd
> /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/.pybuild/pythonX.Y_2.7/build;
> python2.7 -m pytest --installed "/<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/test/"
> ============================= test session starts
> ==============================
> platform linux2 -- Python 2.7.12+, pytest-3.0.2, py-1.4.31, pluggy-0.3.1 --
> /usr/bin/python2.7
> cachedir: ../../../test/.cache
> rootdir: /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/test, inifile: pytest.ini
> plugins: catchlog-1.2.2
> collecting ...
> ==================================== ERRORS
> ====================================
> ______________________ ERROR collecting test_examples.py
> _______________________
> Using @pytest.skip outside of a test (e.g. as a test function decorator) is
> not allowed. Use @pytest.mark.skip or @pytest.mark.skipif instead.
> !!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures
> !!!!!!!!!!!!!!!!!!!!
> =========================== 1 error in 0.23 seconds
> ============================
> E: pybuild pybuild:276: test: plugin distutils failed with: exit code=2: cd
> /<<BUILDDIR>>/python-llfuse-1.1.1+dfsg/.pybuild/pythonX.Y_2.7/build;
> python2.7 -m pytest --installed "{dir}/test/"
> dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
The full build log is available from:
http://aws-logs.debian.net/2016/09/10/python-llfuse_1.1.1+dfsg-2_unstable.log
(That DNS record was just updated. Use
http://ec2-52-58-237-241.eu-central-1.compute.amazonaws.com if it
doesn't work)
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!
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.
--- End Message ---
--- Begin Message ---
Source: python-llfuse
Source-Version: 1.1.1+dfsg-3
We believe that the bug you reported is fixed in the latest version of
python-llfuse, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 837...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nikolaus Rath <nikol...@rath.org> (supplier of updated python-llfuse package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 23 Sep 2016 20:41:07 -0700
Source: python-llfuse
Binary: python-llfuse python-llfuse-dbg python3-llfuse python3-llfuse-dbg
python-llfuse-doc
Architecture: source
Version: 1.1.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Nikolaus Rath <nikol...@rath.org>
Changed-By: Nikolaus Rath <nikol...@rath.org>
Description:
python-llfuse - Python bindings for the low-level FUSE API
python-llfuse-dbg - Python bindings for the low-level FUSE API (debugging
symbols)
python-llfuse-doc - Python bindings for the low-level FUSE API (documentation)
python3-llfuse - Python 3 bindings for the low-level FUSE API
python3-llfuse-dbg - Python 3 bindings for the low-level FUSE API (debugging
symbols)
Closes: 837254
Changes:
python-llfuse (1.1.1+dfsg-3) unstable; urgency=medium
.
[ Ondřej Nový ]
* Fixed VCS URL (https)
.
[ Nikolaus Rath ]
* Don't use pytest.skip at module level. Closes: #837254.
Checksums-Sha1:
a75bee173f18eed17ad1b2b8cfa43ece6148c712 2899 python-llfuse_1.1.1+dfsg-3.dsc
09238f38b6b3c8de674d631dbb563446c918d29b 141944
python-llfuse_1.1.1+dfsg-3.debian.tar.xz
Checksums-Sha256:
3aa58cef7e49b9367172edb6ae2d503fbcc344293bdc558c47338c642e0fcedc 2899
python-llfuse_1.1.1+dfsg-3.dsc
69e2371abb09350437c38e9f3d84eee453fa8a7554e1df8ccecf90ba48f1e895 141944
python-llfuse_1.1.1+dfsg-3.debian.tar.xz
Files:
20e12f9f57384ec5f37c590d56f048b5 2899 python optional
python-llfuse_1.1.1+dfsg-3.dsc
0968a9ef651733f350b669c7e987ac17 141944 python optional
python-llfuse_1.1.1+dfsg-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQKgBAEBCgCKBQJX5fsWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFRDMxNzkxQjJDNUMxNjEzQUYzODhCOEFE
MTEzRkNBQzNDNEU1OTlGIxpodHRwOi8vd3d3LnJhdGgub3JnL2dwZ3BvbGljeS5o
dG1sAAoJENET/Kw8TlmfYSgP/0bKr9SB+X9234uLB1bS392cmuJn3YlqCTkunvH1
N3fVf/m7SM2kH6YYkNEu348xJUIs35I9k4uTCpqwqpzmohm0w2Lb3h/3EksxkKhk
r33wvFrYBQLWPdScZabdJxQEKwDBtWrWj4IIk3IN4DLBZZ8peSdg9Cw6NzBYqs/o
BL5Jt3vJujziHqg5MENvIRfE6Vr9p3AUTCHipczLgYCHY7n7ZyTck4jvyDMcNwMP
fDPd5HdNwE1R1e71lRfEpNc1SwZVhlu4pPxi14ZczrS8Y47kDO65EkCp4cgDxABf
ede0T69vXOXJsSlO9vmoBXfamcmRsMdFy3YLGGt8MH0ZX0/LiSfaeKLT6z9upom3
SbD5XXRcxdmb1F7sWEghyQzIZCgC6KyT7yAhTllRe6UF+a1/HihGjXinniE4SF/i
tsGiFRgysiX0kgpx9I5T4QJ3IAMQIdbaYeIUwNz/0mTNIM7IlzfIeNrlSisTE7ah
qZoK9gJWZjYJRTWa+2SiM8hg7PJAZeedR+3teD4tnrQ6SKqug71wS8WuJQAebIL3
ekCFOFaZGIs+U07AkLEBiO4lcVpm5IuJM6V1a5HMnMixTbGwfHGl2lJqfajWjX7U
zOwwKzk5GzyDBVsTJYiajGylu8r3f3xxlvK7PAUsHUKQF4C48N3G5ifetJ1CJgiw
rko9
=3wAJ
-----END PGP SIGNATURE-----
--- End Message ---