Source: sen
Version: 0.5.0-1
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sen.html
...
=================================== FAILURES ===================================
________________________________ test_short_id _________________________________
def test_short_id():
> mock()
tests/test_container_info.py:7:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
def mock():
> flexmock(docker.Client, images=images_response)
E AttributeError: module 'docker' has no attribute 'Client'
tests/real.py:482: AttributeError
_______________________________ test_images_call _______________________________
def test_images_call():
> mock()
tests/test_docker_backend.py:6:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
def mock():
> flexmock(docker.Client, images=images_response)
E AttributeError: module 'docker' has no attribute 'Client'
tests/real.py:482: AttributeError
_____________________________ test_containers_call _____________________________
def test_containers_call():
> mock()
tests/test_docker_backend.py:19:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
def mock():
> flexmock(docker.Client, images=images_response)
E AttributeError: module 'docker' has no attribute 'Client'
tests/real.py:482: AttributeError
________________________________ test_short_id _________________________________
def test_short_id():
> mock()
tests/test_docker_backend.py:35:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
def mock():
> flexmock(docker.Client, images=images_response)
E AttributeError: module 'docker' has no attribute 'Client'
tests/real.py:482: AttributeError
__________________________________ test_stats __________________________________
def test_stats():
> mock()
tests/test_docker_backend.py:47:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
def mock():
> flexmock(docker.Client, images=images_response)
E AttributeError: module 'docker' has no attribute 'Client'
tests/real.py:482: AttributeError
=============================== warnings summary ===============================
.pybuild/pythonX.Y_3.6/build/tests/test_util.py::test_log_traceback
'caplog.records()' syntax is deprecated, use 'caplog.records' property (or
caplog.clear()) instead
'caplog.records()' syntax is deprecated, use 'caplog.records' property (or
caplog.clear()) instead
'caplog.records()' syntax is deprecated, use 'caplog.records' property (or
caplog.clear()) instead
.pybuild/pythonX.Y_3.6/build/tests/test_util.py::test_log_traceback_without_tb
'caplog.records()' syntax is deprecated, use 'caplog.records' property (or
caplog.clear()) instead
'caplog.records()' syntax is deprecated, use 'caplog.records' property (or
caplog.clear()) instead
.pybuild/pythonX.Y_3.6/build/tests/test_util.py::test_log_traceback_threaded
'caplog.records()' syntax is deprecated, use 'caplog.records' property (or
caplog.clear()) instead
'caplog.records()' syntax is deprecated, use 'caplog.records' property (or
caplog.clear()) instead
'caplog.records()' syntax is deprecated, use 'caplog.records' property (or
caplog.clear()) instead
-- Docs: http://doc.pytest.org/en/latest/warnings.html
=============== 5 failed, 54 passed, 8 warnings in 7.79 seconds ================
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd
/build/1st/sen-0.5.0/.pybuild/pythonX.Y_3.6/build; python3.6 -m pytest tests
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.6 returned
exit code 13
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 25