Source: ionit Version: 0.2-1 Severity: serious Tags: ftbfs https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ionit.html
... Test: Run pylint on Python source code ... Running following command: /usr/bin/python3.7 -m pylint --rcfile=/build/1st/ionit-0.2/tests/pylint.conf -- /build/1st/ionit-0.2/ionit tests ionit_plugin.py /build/1st/ionit-0.2/setup.py FAIL ====================================================================== FAIL: test_pylint (tests.test_pylint.PylintTestCase) Test: Run pylint on Python source code ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/1st/ionit-0.2/tests/test_pylint.py", line 68, in test_pylint self.fail("\n".join(msgs)) AssertionError: pylint found issues: ************* Module ionit /build/1st/ionit-0.2/ionit.py:37:4: W0107: Unnecessary pass statement (unnecessary-pass) ---------------------------------------------------------------------- Ran 26 tests in 12.723s FAILED (failures=1) E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd /build/1st/ionit-0.2/.pybuild/cpython3_3.7/build; python3.7 -m unittest discover -v -s /build/1st/ionit-0.2 dh_auto_test: pybuild --test -i python{version} -p 3.7 returned exit code 13 make: *** [debian/rules:6: build] Error 25