Package: src:vim-youcompleteme Version: 0+20181101+gitfaa019a-0.1 Severity: serious Tags: ftbfs
Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules binary-indep dh binary-indep --with python3 dh_update_autotools_config -i dh_autoreconf -i debian/rules override_dh_auto_test make[1]: Entering directory '/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a' LC_ALL=C.UTF-8 PYTHONPATH=/usr/lib/ycmd ./run_tests.py --skip-build --no-flake8 #1 ycm.tests.client.base_request_test.BuildRequestData_AddWorkingDirWithFileName_test ... ERROR #2 ycm.tests.client.base_request_test.BuildRequestData_AddWorkingDir_test ... ERROR #3 ycm.tests.client.command_request_test.GoToResponse_QuickFix_test.GoTo_EmptyList_test ... ok #4 ycm.tests.client.command_request_test.GoToResponse_QuickFix_test.GoTo_MultiItem_List_test ... ok #5 ycm.tests.client.command_request_test.GoToResponse_QuickFix_test.GoTo_SingleItem_List_test ... ok #6 ycm.tests.client.command_request_test.Response_Detection_test.BasicResponse_test('AnythingYouLike', True) ... ok #6 ycm.tests.client.command_request_test.Response_Detection_test.BasicResponse_test('GoToEvenWorks', 10) ... ok [... snipped ...] ycm.client.base_request: ERROR: HTTPConnectionPool(host='127.0.0.1', port=34443): Max retries exceeded with url: /ready (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f707413f2e8>: Failed to establish a new connection: [Errno 111] Connection refused')) urllib3.connectionpool: DEBUG: Starting new HTTP connection (3): 127.0.0.1:34443 urllib3.connectionpool: DEBUG: http://127.0.0.1:34443 "GET /ready HTTP/1.1" 200 4 urllib3.connectionpool: DEBUG: http://127.0.0.1:34443 "GET /ready HTTP/1.1" 200 4 urllib3.connectionpool: DEBUG: http://127.0.0.1:34443 "POST /shutdown HTTP/1.1" 200 4 --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: ycm.tests.vimsupport_test.GetUnsavedAndSpecifiedBufferData_EncodedUnicodeCharsInBuffers_test ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a/python/ycm/tests/vimsupport_test.py", line 1511, in GetUnsavedAndSpecifiedBufferData_EncodedUnicodeCharsInBuffers_test has_entry( u'contents', u'abc\nfÐa\n' ) ) ) File "/usr/lib/python3/dist-packages/hamcrest/core/assert_that.py", line 42, in assert_that _assert_match(actual=arg1, matcher=arg2, reason=arg3) File "/usr/lib/python3/dist-packages/hamcrest/core/assert_that.py", line 48, in _assert_match if not matcher.matches(actual): File "/usr/lib/python3/dist-packages/hamcrest/core/base_matcher.py", line 27, in matches match_result = self._matches(item) File "/usr/lib/python3/dist-packages/hamcrest/library/collection/isdict_containing.py", line 17, in _matches if hasmethod(dictionary, 'items'): File "/usr/lib/python3/dist-packages/hamcrest/core/helpers/hasmethod.py", line 13, in hasmethod return isinstance(method, collections.Callable) File "/usr/lib/python3.7/collections/__init__.py", line 52, in __getattr__ DeprecationWarning, stacklevel=2) DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working ---------------------------------------------------------------------- Ran 350 tests in 122.098s FAILED (errors=11) Traceback (most recent call last): File "./run_tests.py", line 71, in <module> Main() File "./run_tests.py", line 68, in Main NoseTests( parsed_args, nosetests_args ) File "./run_tests.py", line 60, in NoseTests subprocess.check_call( [ sys.executable, '-m', 'nose' ] + nosetests_args ) File "/usr/lib/python3.7/subprocess.py", line 347, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'nose', '-v', '--with-id', '/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a/python']' returned non-zero exit status 1. make[1]: *** [debian/rules:19: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a' make: *** [debian/rules:8: binary-indep] Error 2 dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A" but it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/vim-youcompleteme.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.