Bug#892616: python-llfuse FTBFS with pytest 3.3.2-2

2018-03-23 Thread Gianfranco Costamagna
control: tags -1 patch pending

On Sun, 11 Mar 2018 13:55:06 +0200 Adrian Bunk  wrote:
> Source: python-llfuse
> Version: 1.3.2+dfsg-2
> Severity: serious
> Tags: fixed-upstream
> 
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-llfuse.html
> 
> ...
>dh_auto_test -O--buildsystem=pybuild
>   pybuild --test -i python{version} -p 2.7
> I: pybuild base:184: cd 
> /build/1st/python-llfuse-1.3.2+dfsg/.pybuild/pythonX.Y_2.7/build; python2.7 
> -m pytest --installed "/build/1st/python-llfuse-1.3.2+dfsg/test/"
> INTERNALERROR> Traceback (most recent call last):
> INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/main.py", 
> line 101, in wrap_session
> INTERNALERROR> config._do_configure()
> INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/config.py", 
> line 921, in _do_configure
> INTERNALERROR> 
> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
> INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", 
> line 628, in call_historic
> INTERNALERROR> res = self._hookexec(self, self._nonwrappers + 
> self._wrappers, kwargs)
> INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", 
> line 222, in _hookexec
> INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
> INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", 
> line 216, in 
> INTERNALERROR> firstresult=hook.spec_opts.get('firstresult'),
> INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", 
> line 201, in _multicall
> INTERNALERROR> return outcome.get_result()
> INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", 
> line 77, in get_result
> INTERNALERROR> _reraise(*ex)  # noqa
> INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", 
> line 180, in _multicall
> INTERNALERROR> res = hook_impl.function(*args)
> INTERNALERROR>   File 
> "/build/1st/python-llfuse-1.3.2+dfsg/test/pytest_checklogs.py", line 20, in 
> pytest_configure
> INTERNALERROR> raise ImportError('pytest catchlog plugin not found')
> INTERNALERROR> ImportError: pytest catchlog plugin not found
> E: pybuild pybuild:283: test: plugin distutils failed with: exit code=3: cd 
> /build/1st/python-llfuse-1.3.2+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
> make: *** [debian/rules:10: build] Error 25
> 
> 


I uploaded a fix in deferred/10.
I didn't bump pytest build-dependency, because it claims to be compatible with 
the old version too

cheers

Gianfranco



signature.asc
Description: OpenPGP digital signature


Bug#892616: python-llfuse FTBFS with pytest 3.3.2-2

2018-03-11 Thread Adrian Bunk
Source: python-llfuse
Version: 1.3.2+dfsg-2
Severity: serious
Tags: fixed-upstream

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-llfuse.html

...
   dh_auto_test -O--buildsystem=pybuild
pybuild --test -i python{version} -p 2.7
I: pybuild base:184: cd 
/build/1st/python-llfuse-1.3.2+dfsg/.pybuild/pythonX.Y_2.7/build; python2.7 -m 
pytest --installed "/build/1st/python-llfuse-1.3.2+dfsg/test/"
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line 
101, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/config.py", 
line 921, in _do_configure
INTERNALERROR> 
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", 
line 628, in call_historic
INTERNALERROR> res = self._hookexec(self, self._nonwrappers + 
self._wrappers, kwargs)
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", 
line 222, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", 
line 216, in 
INTERNALERROR> firstresult=hook.spec_opts.get('firstresult'),
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", 
line 201, in _multicall
INTERNALERROR> return outcome.get_result()
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", 
line 77, in get_result
INTERNALERROR> _reraise(*ex)  # noqa
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", 
line 180, in _multicall
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR>   File 
"/build/1st/python-llfuse-1.3.2+dfsg/test/pytest_checklogs.py", line 20, in 
pytest_configure
INTERNALERROR> raise ImportError('pytest catchlog plugin not found')
INTERNALERROR> ImportError: pytest catchlog plugin not found
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=3: cd 
/build/1st/python-llfuse-1.3.2+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
make: *** [debian/rules:10: build] Error 25