Source: magnum Version: 18.0.0-1 Severity: serious Tags: ftbfs Hi Maintainer
As can be seen in reproducible builds [1], magnum FTBFS in unstable. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://tests.reproducible-builds.org/debian/history/amd64/magnum.html ====================================================================== FAIL: magnum.tests.unit.common.test_docker_utils.DockerClientTestCase.test_docker_client_init magnum.tests.unit.common.test_docker_utils.DockerClientTestCase.test_docker_client_init ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/build/reproducible-path/magnum-18.0.0/magnum/tests/unit/common/test_docker_utils.py", line 41, in test_docker_client_init client = docker_utils.DockerHTTPClient() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/reproducible-path/magnum-18.0.0/magnum/common/docker_utils.py", line 97, in __init__ super(DockerHTTPClient, self).__init__( File "/usr/lib/python3/dist-packages/docker/api/client.py", line 216, in __init__ raise InvalidVersion( docker.errors.InvalidVersion: API versions below 1.24 are no longer supported by this library.