Source: python-raven
Version: 6.3.0-2
Severity: serious

Some recent change in unstable makes python-raven FTBFS:

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

...
=================================== FAILURES ===================================
_________________ BreadcrumbTestCase.test_log_crumb_reporting __________________
Traceback (most recent call last):
  File 
"/build/1st/python-raven-6.3.0/.pybuild/pythonX.Y_2.7/build/tests/breadcrumbs/tests.py",
 line 28, in test_log_crumb_reporting
    log.info('This is a message with %s!', 'foo', blah='baz')
  File "/usr/lib/python2.7/logging/__init__.py", line 1166, in info
    Log 'msg % args' with severity 'INFO'.
  File "/usr/lib/python2.7/logging/__init__.py", line 1174, in info
    self._log(INFO, msg, args, **kwargs)
TypeError: _log() got an unexpected keyword argument 'blah'
------------------------------ Captured log call -------------------------------
base.py                    268 DEBUG    Configuring Raven for host: 
<raven.conf.remote.RemoteConfig object at 0x7fcd2d426f50>
=============================== warnings summary ===============================
.pybuild/pythonX.Y_2.7/build/tests/base/tests.py::ClientTest::test_client_picks_up_env_dsn
  /build/1st/python-raven-6.3.0/raven/conf/remote.py:88: UserWarning: Transport 
selection via DSN is deprecated. You should explicitly pass the transport class 
to Client() instead.
    warnings.warn('Transport selection via DSN is deprecated. You should 
explicitly pass the transport class to Client() instead.')

-- Docs: http://doc.pytest.org/en/latest/warnings.html
========= 1 failed, 212 passed, 3 skipped, 1 warnings in 7.64 seconds ==========
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
/build/1st/python-raven-6.3.0/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest 
--ignore=tests/contrib/flask --ignore=tests/contrib/django 
--ignore=tests/contrib/tornado --ignore=tests/versioning/tests.py
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned 
exit code 13
make: *** [debian/rules:15: build] Error 25

Reply via email to