Your message dated Wed, 09 Jan 2019 21:18:50 +0000
with message-id <e1ghlfs-000fms...@fasolo.debian.org>
and subject line Bug#917660: fixed in pyhamcrest 1.8.0-1.1
has caused the Debian Bug report #917660,
regarding vim-youcompleteme: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
917660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vim-youcompleteme
Version: 0+20181101+gitfaa019a-0.1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20181229 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> 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
>    
> ycm.tests.client.command_request_test.Response_Detection_test.BasicResponse_test('FixItWorks',
>  'String!') ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.BasicResponse_test('and8434fd
>  andy garbag!', 10.3) ... ok
> #7 
> ycm.tests.client.command_request_test.Response_Detection_test.Detailed_Info_test('___________',
>  'This is a message') ... ok
> #7 
> ycm.tests.client.command_request_test.Response_Detection_test.Detailed_Info_test('',
>  'this is also a message') ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.Detailed_Info_test('GetDoc',
>  'std::string\netc\netc') ... ok
> #8 
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_Empty_test('FixIt',)
>  ... ok
> #8 
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_Empty_test('Refactor',)
>  ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_Empty_test('GoToHell',)
>  ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_Empty_test('any_old_garbade!!!21',)
>  ... ok
> #9 
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_test('AnythingYouLike',
>  {'fixits': [{'chunks': [{'dummy chunk contents': True}]}]}, [{'dummy chunk 
> contents': True}], 0, False) ... ok
> #9 
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_test('GoToEvenWorks',
>  {'fixits': [{'chunks': [{'dummy chunk contents': True}]}]}, [{'dummy chunk 
> contents': True}], 0, False) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_test('FixItWorks',
>  {'fixits': [{'chunks': [{'dummy chunk contents': True}]}]}, [{'dummy chunk 
> contents': True}], 0, False) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_test('and8434fd
>  andy garbag!', {'fixits': [{'chunks': [{'dummy chunk contents': True}]}]}, 
> [{'dummy chunk contents': True}], 0, False) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_test('Format',
>  {'fixits': [{'chunks': [{'dummy chunk contents': True}]}]}, [{'dummy chunk 
> contents': True}], 0, True) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_test('select
>  from multiple 1', {'fixits': [{'text': 'first', 'chunks': [{'dummy chunk 
> contents': True}]}, {'text': 'second', 'chunks': [{'dummy chunk contents': 
> False}]}]}, [{'dummy chunk contents': True}], 0, False) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.FixIt_Response_test('select
>  from multiple 2', {'fixits': [{'text': 'first', 'chunks': [{'dummy chunk 
> contents': True}]}, {'text': 'second', 'chunks': [{'dummy chunk contents': 
> False}]}]}, [{'dummy chunk contents': False}], 1, False) ... ok
> #10 
> ycm.tests.client.command_request_test.Response_Detection_test.GoTo_Single_test('AnythingYouLike',
>  {'filepath': 'test', 'line_num': 10, 'column_num': 100}) ... ok
> #10 
> ycm.tests.client.command_request_test.Response_Detection_test.GoTo_Single_test('GoTo',
>  {'filepath': 'test', 'line_num': 10, 'column_num': 100}) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.GoTo_Single_test('FindAThing',
>  {'filepath': 'test', 'line_num': 10, 'column_num': 100}) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.GoTo_Single_test('FixItGoto',
>  {'filepath': 'test', 'line_num': 10, 'column_num': 100}) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.GoTo_Single_test('AnythingYouLike',
>  [{'filepath': 'test', 'line_num': 10, 'column_num': 100}]) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.GoTo_Single_test('GoTo',
>  []) ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.GoTo_Single_test('FixItGoto',
>  [{'filepath': 'test', 'line_num': 10, 'column_num': 100}, {'filepath': 
> 'test', 'line_num': 10, 'column_num': 100}]) ... ok
> #11 
> ycm.tests.client.command_request_test.Response_Detection_test.Message_Response_test('___________',
>  'This is a message') ... ok
> #11 
> ycm.tests.client.command_request_test.Response_Detection_test.Message_Response_test('',
>  'this is also a message') ... ok
>    
> ycm.tests.client.command_request_test.Response_Detection_test.Message_Response_test('GetType',
>  'std::string') ... ok
> #12 
> ycm.tests.client.completion_request_test.ConvertCompletionResponseToVimDatas_test.All_Fields_test
>  ... ok
> #13 
> ycm.tests.client.completion_request_test.ConvertCompletionResponseToVimDatas_test.Empty_Insertion_Text_test
>  ... ok
> #14 
> ycm.tests.client.completion_request_test.ConvertCompletionResponseToVimDatas_test.Extra_Info_No_Doc_String_With_Detailed_Info_test
>  ... ok
> #15 
> ycm.tests.client.completion_request_test.ConvertCompletionResponseToVimDatas_test.Extra_Info_No_Doc_String_test
>  ... ok
> #16 
> ycm.tests.client.completion_request_test.ConvertCompletionResponseToVimDatas_test.Just_Detailed_Info_test
>  ... ok
> #17 
> ycm.tests.client.completion_request_test.ConvertCompletionResponseToVimDatas_test.Just_Doc_String_test
>  ... ok
> #18 
> ycm.tests.client.completion_request_test.ConvertCompletionResponseToVimDatas_test.No_Insertion_Text_test
>  ... ok
> #19 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_NoResponse_test
>  ... ok
> #20 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_NoExtraConf_test
>  ... ERROR
> #21 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_ExtraConfFoundButNotLoaded_test
>  ... ERROR
> #22 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_ExtraConfFoundAndLoaded_test
>  ... ERROR
> #23 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_Completer_ServerRunningWithHost_test
>  ... ERROR
> #24 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_Completer_ServerRunningWithoutHost_test
>  ... ERROR
> #25 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_Completer_ServerNotRunningWithNoLogfiles_test
>  ... ERROR
> #26 ycm.tests.client.messages_request_test.HandlePollResponse_NoMessages_test 
> ... ok
> #27 
> ycm.tests.client.messages_request_test.HandlePollResponse_PollingNotSupported_test
>  ... ok
> #28 
> ycm.tests.client.messages_request_test.HandlePollResponse_SingleDiagnostic_test
>  ... ok
> #29 
> ycm.tests.client.messages_request_test.HandlePollResponse_MultipleDiagnostics_test
>  ... ok
> #30 
> ycm.tests.client.messages_request_test.HandlePollResponse_MultipleMessagesAndDiagnostics_test
>  ... ok
> #31 
> ycm.tests.client.messages_request_test.HandlePollResponse_MultipleMessages_test
>  ... ok
> #32 
> ycm.tests.client.messages_request_test.HandlePollResponse_SingleMessage_test 
> ... ok
> #33 ycm.tests.client.omni_completion_request_tests.Done_AlwaysTrue_test ... ok
> #34 
> ycm.tests.client.omni_completion_request_tests.Response_FromOmniCompleter_test
>  ... ok
> #35 
> ycm.tests.client.omni_completion_request_tests.RawResponse_ConvertedFromOmniCompleter_test
>  ... ok
> #36 ycm.tests.base_test.AdjustCandidateInsertionText_Basic_test ... ok
> #37 
> ycm.tests.base_test.AdjustCandidateInsertionText_ParenInTextAfterCursor_test 
> ... ok
> #38 
> ycm.tests.base_test.AdjustCandidateInsertionText_PlusInTextAfterCursor_test 
> ... ok
> #39 
> ycm.tests.base_test.AdjustCandidateInsertionText_WhitespaceInTextAfterCursor_test
>  ... ok
> #40 
> ycm.tests.base_test.AdjustCandidateInsertionText_MoreThanWordMatchingAfterCursor_test
>  ... ok
> #41 ycm.tests.base_test.AdjustCandidateInsertionText_NotSuffix_test ... ok
> #42 ycm.tests.base_test.AdjustCandidateInsertionText_NothingAfterCursor_test 
> ... ok
> #43 ycm.tests.base_test.AdjustCandidateInsertionText_MultipleStrings_test ... 
> ok
> #44 ycm.tests.base_test.AdjustCandidateInsertionText_DictInput_test ... ok
> #45 ycm.tests.base_test.AdjustCandidateInsertionText_DontTouchAbbr_test ... ok
> #46 ycm.tests.base_test.OverlapLength_Basic_test ... ok
> #47 ycm.tests.base_test.OverlapLength_BasicWithUnicode_test ... ok
> #48 ycm.tests.base_test.OverlapLength_OneCharOverlap_test ... ok
> #49 ycm.tests.base_test.OverlapLength_SameStrings_test ... ok
> #50 ycm.tests.base_test.OverlapLength_Substring_test ... ok
> #51 ycm.tests.base_test.OverlapLength_LongestOverlap_test ... ok
> #52 ycm.tests.base_test.OverlapLength_EmptyInput_test ... ok
> #53 ycm.tests.base_test.OverlapLength_NoOverlap_test ... ok
> #54 ycm.tests.base_test.LastEnteredCharIsIdentifierChar_Basic_test ... ok
> #55 ycm.tests.base_test.LastEnteredCharIsIdentifierChar_FiletypeHtml_test ... 
> ok
> #56 ycm.tests.base_test.LastEnteredCharIsIdentifierChar_ColumnIsZero_test ... 
> ok
> #57 ycm.tests.base_test.LastEnteredCharIsIdentifierChar_LineEmpty_test ... ok
> #58 ycm.tests.base_test.LastEnteredCharIsIdentifierChar_NotIdentChar_test ... 
> ok
> #59 ycm.tests.base_test.LastEnteredCharIsIdentifierChar_Unicode_test ... ok
> #60 ycm.tests.base_test.CurrentIdentifierFinished_Basic_test ... ok
> #61 ycm.tests.base_test.CurrentIdentifierFinished_NothingBeforeColumn_test 
> ... ok
> #62 ycm.tests.base_test.CurrentIdentifierFinished_InvalidColumn_test ... ok
> #63 ycm.tests.base_test.CurrentIdentifierFinished_InMiddleOfLine_test ... ok
> #64 ycm.tests.base_test.CurrentIdentifierFinished_Html_test ... ok
> #65 ycm.tests.base_test.CurrentIdentifierFinished_WhitespaceOnly_test ... ok
> #66 ycm.tests.base_test.CurrentIdentifierFinished_Unicode_test ... ok
> #67 ycm.tests.command_test.SendCommandRequest_BuildRange_NoVisualMarks_test 
> ... ok
> #68 ycm.tests.command_test.SendCommandRequest_BuildRange_VisualMarks_test ... 
> ok
> #69 
> ycm.tests.command_test.SendCommandRequest_ExtraConfData_UndefinedValue_test 
> ... ok
> #70 ycm.tests.command_test.SendCommandRequest_ExtraConfVimData_Works_test ... 
> ok
> #71 ycm.tests.command_test.SendCommandRequest_IgnoreFileTypeOption_test ... ok
> #72 ycm.tests.completion_test.SendCompletionRequest_ErrorFromServer_test ... 
> ok
> #73 
> ycm.tests.completion_test.SendCompletionRequest_ResponseContainingError_test 
> ... ok
> #74 
> ycm.tests.completion_test.SendCompletionRequest_UnicodeWorkingDirectory_test 
> ... ok
> #75 ycm.tests.diagnostic_filter_test.RegexFilter_test ... ok
> #76 ycm.tests.diagnostic_filter_test.RegexSingleList_test ... ok
> #77 ycm.tests.diagnostic_filter_test.RegexMultiList_test ... ok
> #78 ycm.tests.diagnostic_filter_test.RegexNotFiltered_test ... ok
> #79 ycm.tests.diagnostic_filter_test.LevelWarnings_test ... ok
> #80 ycm.tests.diagnostic_filter_test.LevelErrors_test ... ok
> #81 ycm.tests.diagnostic_filter_test.MultipleFilterTypesTypeTest_test ... ok
> #82 ycm.tests.diagnostic_filter_test.MergeMultipleFiletypes_test ... ok
> #83 ycm.tests.diagnostic_filter_test.CommaSeparatedFiletypes_test ... ok
> #84 
> ycm.tests.event_notification_test.EventNotification_BufferUnload_BuildRequestForDeletedAndUnsavedBuffers_test
>  ... ok
> #85 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_Diagnostic_Error_Native_test
>  ... ok
> #86 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_NonDiagnostic_ConfirmExtraConf_test
>  ... ok
> #87 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_NonDiagnostic_Error_NonNative_test
>  ... ok
> #88 
> ycm.tests.event_notification_test.EventNotification_BufferVisit_BuildRequestForCurrentAndUnsavedBuffers_test
>  ... ok
> #89 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_NonDiagnostic_Error_test
>  ... ok
> #90 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_SyntaxKeywords_ClearCacheIfRestart_test
>  ... ERROR
> #91 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_SyntaxKeywords_SeedWithCache_test
>  ... ERROR
> #92 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_TagFiles_UnicodeWorkingDirectory_test
>  ... ok
> #93 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_AllFiletypesDisabled_ForceSemantic_test
>  ... ok
> #94 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_AllFiletypesDisabled_SemanticTrigger_test
>  ... ok
> #95 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_ListFilter_test
>  ... ok
> #96 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_List_Filter_Unicode_test
>  ... ok
> #97 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_List_Unicode_test
>  ... ok
> #98 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_List_test 
> ... ok
> #99 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_ObjectListObject_Unicode_test
>  ... ok
> #100 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_ObjectListObject_test
>  ... ok
> #101 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_ObjectList_Unicode_test
>  ... ok
> #102 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_ObjectList_test
>  ... ok
> #103 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_Object_test 
> ... ok
> #104 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_Cache_UseFindStart_test
>  ... ok
> #105 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_ConvertStringsToDictionaries_test
>  ... ok
> #106 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_FiletypeDisabled_ForceSemantic_test
>  ... ok
> #107 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_FiletypeDisabled_SemanticTrigger_test
>  ... ok
> #108 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_MoveCursorPositionAtStartColumn_test
>  ... ok
> #109 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_ForceSemantic_test
>  ... ok
> #110 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_ListFilter_test
>  ... ok
> #111 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_List_Filter_Unicode_test
>  ... ok
> #112 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_List_Unicode_test
>  ... ok
> #113 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_List_test 
> ... ok
> #114 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_NoSemanticTrigger_test
>  ... ok
> #115 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_ObjectListObject_test
>  ... ok
> #116 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_ObjectList_test
>  ... ok
> #117 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_NoCache_UseFindStart_test
>  ... ok
> #118 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_RestoreCursorPositionAfterOmnifuncCall_test
>  ... ok
> #119 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_StartColumnCompliance_test(-4,
>  [{'word': 'foo'}], 3) ... ok
> #119 
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_StartColumnCompliance_test(-3,
>  [], 1) ... ok
>    
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_StartColumnCompliance_test(-2,
>  [], 1) ... ok
>    
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_StartColumnCompliance_test(-1,
>  [{'word': 'foo'}], 3) ... ok
>    
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_StartColumnCompliance_test(0,
>  [{'word': 'foo'}], 1) ... ok
>    
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_StartColumnCompliance_test(1,
>  [{'word': 'foo'}], 2) ... ok
>    
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_StartColumnCompliance_test(2,
>  [{'word': 'foo'}], 3) ... ok
>    
> ycm.tests.omni_completer_test.OmniCompleter_GetCompletions_StartColumnCompliance_test(3,
>  [{'word': 'foo'}], 3) ... ok
> #120 ycm.tests.paths_test.EndsWithPython_Python2Paths_test('python',) ... ok
> #120 ycm.tests.paths_test.EndsWithPython_Python2Paths_test('python2',) ... ok
>    
> ycm.tests.paths_test.EndsWithPython_Python2Paths_test('/usr/bin/python2.7',) 
> ... ok
>    
> ycm.tests.paths_test.EndsWithPython_Python2Paths_test('/home/user/.pyenv/shims/python2.7',)
>  ... ok
>    
> ycm.tests.paths_test.EndsWithPython_Python2Paths_test('C:\\Python27\\python.exe',)
>  ... ok
>    
> ycm.tests.paths_test.EndsWithPython_Python2Paths_test('/Contents/MacOS/Python',)
>  ... ok
> #121 ycm.tests.paths_test.EndsWithPython_Python3Paths_test('python3',) ... ok
> #121 
> ycm.tests.paths_test.EndsWithPython_Python3Paths_test('/usr/bin/python3.4',) 
> ... ok
>    
> ycm.tests.paths_test.EndsWithPython_Python3Paths_test('/home/user/.pyenv/shims/python3.4',)
>  ... ok
>    
> ycm.tests.paths_test.EndsWithPython_Python3Paths_test('C:\\Python34\\python.exe',)
>  ... ok
> #122 ycm.tests.paths_test.EndsWithPython_BadPaths_test(None,) ... ok
> #122 ycm.tests.paths_test.EndsWithPython_BadPaths_test('',) ... ok
>    ycm.tests.paths_test.EndsWithPython_BadPaths_test('/opt/local/bin/vim',) 
> ... ok
>    ycm.tests.paths_test.EndsWithPython_BadPaths_test('C:\\Program 
> Files\\Vim\\vim74\\gvim.exe',) ... ok
>    ycm.tests.paths_test.EndsWithPython_BadPaths_test('/usr/bin/python2.5',) 
> ... ok
>    
> ycm.tests.paths_test.EndsWithPython_BadPaths_test('/home/user/.pyenv/shims/python3.2',)
>  ... ok
> #123 
> ycm.tests.postcomplete_test.FilterToCompletedCompletions_MatchIsReturned_test 
> ... ok
> #124 
> ycm.tests.postcomplete_test.FilterToCompletedCompletions_ShortTextDoesntRaise_test
>  ... ok
> #125 
> ycm.tests.postcomplete_test.FilterToCompletedCompletions_ExactMatchIsReturned_test
>  ... ok
> #126 
> ycm.tests.postcomplete_test.FilterToCompletedCompletions_NonMatchIsntReturned_test
>  ... ok
> #127 ycm.tests.postcomplete_test.FilterToCompletedCompletions_Unicode_test 
> ... ok
> #128 
> ycm.tests.postcomplete_test.GetRequiredNamespaceImport_ReturnNoneForNoExtraData_test
>  ... ok
> #129 
> ycm.tests.postcomplete_test.GetRequiredNamespaceImport_ReturnNamespaceFromExtraData_test
>  ... ok
> #130 
> ycm.tests.postcomplete_test.GetCompletionsUserMayHaveCompleted_ReturnMatchIfExactMatches_test
>  ... ok
> #131 
> ycm.tests.postcomplete_test.GetCompletionsUserMayHaveCompleted_ReturnMatchIfExactMatchesEvenIfPartial_test
>  ... ok
> #132 
> ycm.tests.postcomplete_test.GetCompletionsUserMayHaveCompleted_DontReturnMatchIfNoExactMatchesAndPartial_test
>  ... ok
> #133 
> ycm.tests.postcomplete_test.GetCompleteDoneHooks_EmptyOnOtherFiletype_test 
> ... ok
> #134 ycm.tests.postcomplete_test.GetCompleteDoneHooks_ResultOnCsharp_test ... 
> ok
> #135 ycm.tests.postcomplete_test.GetCompleteDoneHooks_ResultOnJava_test ... ok
> #136 ycm.tests.postcomplete_test.GetCompleteDoneHooks_ResultOnTypeScript_test 
> ... ok
> #137 
> ycm.tests.postcomplete_test.GetCompletionsUserMayHaveCompleted_EmptyUserData_test
>  ... ok
> #138 
> ycm.tests.postcomplete_test.GetCompletionsUserMayHaveCompleted_ReturnEmptyIfPendingMatches_test
>  ... ok
> #139 
> ycm.tests.postcomplete_test.GetCompletionsUserMayHaveCompleted_ReturnMatchIfMatches_test
>  ... ok
> #140 
> ycm.tests.postcomplete_test.GetCompletionsUserMayHaveCompleted_UseUserData0_test
>  ... ok
> #141 
> ycm.tests.postcomplete_test.GetCompletionsUserMayHaveCompleted_UseUserData1_test
>  ... ok
> #142 ycm.tests.postcomplete_test.OnCompleteDone_NoActionIfNotDone_test ... ok
> #143 ycm.tests.postcomplete_test.OnCompleteDone_NoActionNoError_test ... ok
> #144 ycm.tests.postcomplete_test.OnCompleteDone_WithActionCallsIt_test ... ok
> #145 
> ycm.tests.postcomplete_test.PostCompleteCsharp_EmptyDoesntInsertNamespace_test
>  ... ok
> #146 
> ycm.tests.postcomplete_test.PostCompleteCsharp_ExistingWithoutNamespaceDoesntInsertNamespace_test
>  ... ok
> #147 
> ycm.tests.postcomplete_test.PostCompleteCsharp_InsertSecondNamespaceIfSelected_test
>  ... ok
> #148 
> ycm.tests.postcomplete_test.PostCompleteCsharp_ValueDoesInsertNamespace_test 
> ... ok
> #149 ycm.tests.postcomplete_test.PostCompleteFixIt_ApplyFixIt_EmptyFixIt_test 
> ... ok
> #150 ycm.tests.postcomplete_test.PostCompleteFixIt_ApplyFixIt_NoFixIt_test 
> ... ok
> #151 ycm.tests.postcomplete_test.PostCompleteFixIt_ApplyFixIt_NoFixIts_test 
> ... ok
> #152 
> ycm.tests.postcomplete_test.PostCompleteFixIt_ApplyFixIt_PickFirstUserData_test
>  ... ok
> #153 ycm.tests.postcomplete_test.PostCompleteFixIt_ApplyFixIt_PickFirst_test 
> ... ok
> #154 ycm.tests.postcomplete_test.PostCompleteFixIt_ApplyFixIt_PickSecond_test 
> ... ok
> #155 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_PythonSyntax_test 
> ... ok
> #156 ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_CppSyntax_test 
> ... ok
> #157 ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_JavaSyntax_test 
> ... ok
> #158 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_PhpSyntax_ContainsFunctions_test
>  ... ok
> #159 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_PhpSyntax_ContainsPreProc_test
>  ... ok
> #160 ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_Basic_test ... 
> ok
> #161 ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_Function_test 
> ... ok
> #162 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_ContainedArgAllowed_test
>  ... ok
> #163 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_JunkIgnored_test ... 
> ok
> #164 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_MultipleStatementGroups_test
>  ... ok
> #165 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_StatementAndTypeGroups_test
>  ... ok
> #166 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_StatementHierarchy_test
>  ... ok
> #167 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_TypeHierarchy_test 
> ... ok
> #168 
> ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_StatementAndTypeHierarchy_test
>  ... ok
> #169 ycm.tests.syntax_parse_test.SyntaxGroupsFromOutput_Basic_test ... ok
> #170 ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_Basic_test ... ok
> #171 ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_Commas_test ... ok
> #172 ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_WithLinksTo_test 
> ... ok
> #173 ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordStarts_test 
> ... ok
> #174 ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordMiddle_test 
> ... ok
> #175 ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordAssign_test 
> ... ok
> #176 
> ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordAssignAndMiddle_test
>  ... ok
> #177 
> ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordWithoutNextgroup_test
>  ... ok
> #178 
> ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_ContainedSyntaxArgAllowed_test
>  ... ok
> #179 ycm.tests.vimsupport_test.CurrentLineContents_EncodedUnicode_test ... ok
> #180 ycm.tests.vimsupport_test.InsertNamespace_append_test ... ok
> #181 ycm.tests.vimsupport_test.InsertNamespace_insert_test ... ok
> #182 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_NewOrExistingTab_AlreadyOpened_test
>  ... ok
> #183 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_NewOrExistingTab_NotAlreadyOpened_test
>  ... ok
> #184 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_SameBuffer_Modified_CanHide_test
>  ... ok
> #185 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_SameBuffer_Modified_CannotHide_test
>  ... ok
> #186 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_SameBuffer_SwapFile_Abort_test
>  ... ok
> #187 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_SameBuffer_SwapFile_Quit_test
>  ... ok
> #188 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_SameBuffer_SwapFile_Unexpected_test
>  ... ok
> #189 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_SameBuffer_Unmodified_test
>  ... ok
> #190 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_Split_AllTabs_AlreadyOpened_test
>  ... ok
> #191 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_Split_AllTabs_NotAlreadyOpened_test
>  ... ok
> #192 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_Split_CurrentTab_AlreadyOpened_test
>  ... ok
> #193 
> ycm.tests.vimsupport_test.JumpToLocation_DifferentFile_Split_CurrentTab_NotAlreadyOpened_test
>  ... ok
> #194 
> ycm.tests.vimsupport_test.JumpToLocation_SameFile_SameBuffer_NoSwapFile_test 
> ... ok
> #195 ycm.tests.vimsupport_test.OpenFilename_test ... ok
> #196 ycm.tests.vimsupport_test.OpenLocationList_test ... ok
> #197 ycm.tests.vimsupport_test.ReplaceChunk_AddTextInLine_test ... ok
> #198 ycm.tests.vimsupport_test.ReplaceChunk_BeyondEndOfFile_test ... ok
> #199 ycm.tests.vimsupport_test.ReplaceChunk_CursorPosition_test ... ok
> #200 ycm.tests.vimsupport_test.ReplaceChunk_DeleteTextInLine_test ... ok
> #201 
> ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToEvenLessMultipleLines_test
>  ... ok
> #202 
> ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToLessMultipleLines_test 
> ... ok
> #203 
> ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToMoreMultipleLines_test 
> ... ok
> #204 
> ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToSameMultipleLines_test 
> ... ok
> #205 ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToSingleLine_test 
> ... ok
> #206 ycm.tests.vimsupport_test.ReplaceChunk_NewlineChunk_test ... ok
> #207 ycm.tests.vimsupport_test.ReplaceChunk_RemoveSingleLine_test ... ok
> #208 ycm.tests.vimsupport_test.ReplaceChunk_ReplaceTextInLine_test ... ok
> #209 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Add_1_test ... ok
> #210 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Add_2_test ... ok
> #211 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Add_3_test ... ok
> #212 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Del_1_test ... ok
> #213 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Del_2_test ... ok
> #214 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Del_3_test ... ok
> #215 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Repl_1_test ... ok
> #216 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Repl_2_test ... ok
> #217 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Repl_3_test ... ok
> #218 ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Unicode_Grown_test ... 
> ok
> #219 
> ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Unicode_ReplaceAfterUnicode_test
>  ... ok
> #220 
> ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Unicode_ReplaceUnicodeChars_test
>  ... ok
> #221 ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLines2_test ... ok
> #222 ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLines3_test ... ok
> #223 
> ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLinesReplace_2_test 
> ... ok
> #224 ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLinesReplace_test 
> ... ok
> #225 ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLines_test ... ok
> #226 ycm.tests.vimsupport_test.ReplaceChunk_SpanBufferEdge_test ... ok
> #227 
> ycm.tests.vimsupport_test.ReplaceChunksInBuffer_LineOverlappingChunks_test 
> ... ok
> #228 
> ycm.tests.vimsupport_test.ReplaceChunksInBuffer_OneLineIndentingChunks_test 
> ... ok
> #229 ycm.tests.vimsupport_test.ReplaceChunksInBuffer_OutdentChunks_test ... ok
> #230 ycm.tests.vimsupport_test.ReplaceChunksInBuffer_SameLocation_test ... ok
> #231 ycm.tests.vimsupport_test.ReplaceChunksInBuffer_SortedChunks_test ... ok
> #232 ycm.tests.vimsupport_test.ReplaceChunksInBuffer_UnsortedChunks_test ... 
> ok
> #233 ycm.tests.vimsupport_test.ReplaceChunks_MultiFile_Open_test ... ok
> #234 ycm.tests.vimsupport_test.ReplaceChunks_SingleFile_NotOpen_Silent_test 
> ... ok
> #235 ycm.tests.vimsupport_test.ReplaceChunks_SingleFile_NotOpen_test ... ok
> #236 ycm.tests.vimsupport_test.ReplaceChunks_SingleFile_Open_test ... ok
> #237 ycm.tests.vimsupport_test.ReplaceChunks_User_Aborts_Opening_File_test 
> ... ok
> #238 ycm.tests.vimsupport_test.ReplaceChunks_User_Declines_To_Open_File_test 
> ... ok
> #239 ycm.tests.vimsupport_test.SelectFromList_FirstItem_test ... ok
> #240 ycm.tests.vimsupport_test.SelectFromList_LastItem_test ... ok
> #241 ycm.tests.vimsupport_test.SelectFromList_Negative_test ... ok
> #242 ycm.tests.vimsupport_test.SelectFromList_OutOfRange_test ... ok
> #243 ycm.tests.vimsupport_test.SelectFromList_SelectPrompt_test ... ok
> #244 
> ycm.tests.vimsupport_test.SetFittingHeightForCurrentWindow_LineWrapOff_test 
> ... ok
> #245 
> ycm.tests.vimsupport_test.SetFittingHeightForCurrentWindow_LineWrapOn_test 
> ... ok
> #246 ycm.tests.vimsupport_test.SetLocationList_NotCurrent_test ... ok
> #247 ycm.tests.vimsupport_test.SetLocationList_test ... ok
> #248 ycm.tests.vimsupport_test.SetLocationListsForBuffer_Current_test ... ok
> #249 ycm.tests.vimsupport_test.SetLocationListsForBuffer_MultipleWindows_test 
> ... ok
> #250 ycm.tests.vimsupport_test.SetLocationListsForBuffer_NotCurrent_test ... 
> ok
> #251 ycm.tests.vimsupport_test.SetLocationListsForBuffer_NotVisible_test ... 
> ok
> #252 ycm.tests.vimsupport_test.TextAfterCursor_EncodedUnicode_test ... ok
> #253 ycm.tests.vimsupport_test.TextBeforeCursor_EncodedUnicode_test ... ok
> #254 
> ycm.tests.vimsupport_test.VimExpressionToPythonType_GeneratorPassthrough_test 
> ... ok
> #255 ycm.tests.vimsupport_test.VimExpressionToPythonType_IntAsBytes_test ... 
> ok
> #256 ycm.tests.vimsupport_test.VimExpressionToPythonType_IntAsUnicode_test 
> ... ok
> #257 ycm.tests.vimsupport_test.VimExpressionToPythonType_ListPassthrough_test 
> ... ok
> #258 
> ycm.tests.vimsupport_test.VimExpressionToPythonType_ObjectPassthrough_test 
> ... ok
> #259 ycm.tests.vimsupport_test.VimExpressionToPythonType_StringAsBytes_test 
> ... ok
> #260 ycm.tests.vimsupport_test.VimExpressionToPythonType_StringAsUnicode_test 
> ... ok
> #261 ycm.tests.vimsupport_test.VimVersionAtLeast_test ... ok
> #262 ycm.tests.vimsupport_test.WriteToPreviewWindow_JumpFail_MultiLine_test 
> ... ok
> #263 ycm.tests.vimsupport_test.WriteToPreviewWindow_JumpFail_test ... ok
> #264 ycm.tests.vimsupport_test.WriteToPreviewWindow_MultiLine_test ... ok
> #265 ycm.tests.vimsupport_test.WriteToPreviewWindow_test ... ok
> #266 
> ycm.tests.vimsupport_test.GetDiagnosticMatchPattern_ErrorInMiddleOfLine_test 
> ... ok
> #267 
> ycm.tests.vimsupport_test.AddDiagnosticSyntaxMatch_WarningAtEndOfLine_test 
> ... ok
> #268 
> ycm.tests.vimsupport_test.AddDiagnosticSyntaxMatch_UnicodeAtEndOfLine_test 
> ... ok
> #269 ycm.tests.vimsupport_test.BufferIsVisibleForFilename_test ... ok
> #270 ycm.tests.vimsupport_test.CloseBuffersForFilename_test ... ok
> #271 
> ycm.tests.vimsupport_test.GetUnsavedAndSpecifiedBufferData_EncodedUnicodeCharsInBuffers_test
>  ... ERROR
> #272 
> ycm.tests.vimsupport_test.GetBufferFilepath_NoBufferName_UnicodeWorkingDirectory_test
>  ... ok
> #273 ycm.tests.vimsupport_test.Filetypes_IntegerFiletype_test ... ok
> #274 
> ycm.tests.youcompleteme_test.YouCompleteMe_NotifyUserIfServerCrashed_UnexpectedCore_test
>  ... ok
> #275 
> ycm.tests.youcompleteme_test.YouCompleteMe_NotifyUserIfServerCrashed_MissingCore_test
>  ... ok
> #276 
> ycm.tests.youcompleteme_test.YouCompleteMe_NotifyUserIfServerCrashed_Python2Core_test
>  ... ok
> #277 
> ycm.tests.youcompleteme_test.YouCompleteMe_NotifyUserIfServerCrashed_Python3Core_test
>  ... ok
> #278 
> ycm.tests.youcompleteme_test.YouCompleteMe_NotifyUserIfServerCrashed_OutdatedCore_test
>  ... ok
> #279 
> ycm.tests.youcompleteme_test.YouCompleteMe_NotifyUserIfServerCrashed_UnexpectedExitCode_test
>  ... ok
> #280 
> ycm.tests.youcompleteme_test.YouCompleteMe_AsyncDiagnosticUpdate_PerFile_test 
> ... ok
> #281 
> ycm.tests.youcompleteme_test.YouCompleteMe_AsyncDiagnosticUpdate_SingleFile_test
>  ... ok
> #282 
> ycm.tests.youcompleteme_test.YouCompleteMe_DebugInfo_ServerNotRunning_test 
> ... ok
> #283 ycm.tests.youcompleteme_test.YouCompleteMe_DebugInfo_ServerRunning_test 
> ... ok
> #284 
> ycm.tests.youcompleteme_test.YouCompleteMe_GetDefinedSubcommands_ErrorFromServer_test
>  ... ok
> #285 
> ycm.tests.youcompleteme_test.YouCompleteMe_GetDefinedSubcommands_ListFromServer_test
>  ... ok
> #286 
> ycm.tests.youcompleteme_test.YouCompleteMe_OnCompleteDone_CompletionRequest_test
>  ... ok
> #287 
> ycm.tests.youcompleteme_test.YouCompleteMe_OnCompleteDone_NoCompletionRequest_test
>  ... ok
> #288 ycm.tests.youcompleteme_test.YouCompleteMe_OnPeriodicTick_DontRetry_test 
> ... ok
> #289 ycm.tests.youcompleteme_test.YouCompleteMe_OnPeriodicTick_Exception_test 
> ... ok
> #290 
> ycm.tests.youcompleteme_test.YouCompleteMe_OnPeriodicTick_ServerNotReady_test 
> ... ok
> #291 
> ycm.tests.youcompleteme_test.YouCompleteMe_OnPeriodicTick_ServerNotRunning_test
>  ... ok
> #292 
> ycm.tests.youcompleteme_test.YouCompleteMe_OnPeriodicTick_ValidResponse_test 
> ... ok
> #293 
> ycm.tests.youcompleteme_test.YouCompleteMe_OnVimLeave_KeepClientLogfile_test 
> ... ok
> #294 
> ycm.tests.youcompleteme_test.YouCompleteMe_OnVimLeave_RemoveClientLogfileByDefault_test
>  ... ok
> #295 
> ycm.tests.youcompleteme_test.YouCompleteMe_ShouldResendFileParseRequest_NoParseRequest_test
>  ... ok
> #296 
> ycm.tests.youcompleteme_test.YouCompleteMe_ShowDetailedDiagnostic_Exception_test
>  ... ok
> #297 
> ycm.tests.youcompleteme_test.YouCompleteMe_ShowDetailedDiagnostic_MessageFromServer_test
>  ... ok
> #298 
> ycm.tests.youcompleteme_test.YouCompleteMe_ShowDiagnostics_DiagnosticsFound_DoNotOpenLocationList_test
>  ... ok
> #299 
> ycm.tests.youcompleteme_test.YouCompleteMe_ShowDiagnostics_DiagnosticsFound_OpenLocationList_test
>  ... ok
> #300 
> ycm.tests.youcompleteme_test.YouCompleteMe_ShowDiagnostics_FiletypeNotSupported_test
>  ... ok
> #301 
> ycm.tests.youcompleteme_test.YouCompleteMe_ShowDiagnostics_NoDiagnosticsDetected_test
>  ... ok
> #302 
> ycm.tests.youcompleteme_test.YouCompleteMe_ToggleLogs_WithParameters_test ... 
> ok
> #303 
> ycm.tests.youcompleteme_test.YouCompleteMe_ToggleLogs_WithoutParameters_NoSelection_test
>  ... ok
> #304 
> ycm.tests.youcompleteme_test.YouCompleteMe_ToggleLogs_WithoutParameters_SelectLogfileAlreadyOpen_test
>  ... ok
> #305 
> ycm.tests.youcompleteme_test.YouCompleteMe_ToggleLogs_WithoutParameters_SelectLogfileNotAlreadyOpen_test
>  ... ok
> #306 
> ycm.tests.youcompleteme_test.YouCompleteMe_UpdateDiagnosticInterface_PrioritizeErrorsOverWarnings_test
>  ... ok
> #307 
> ycm.tests.youcompleteme_test.YouCompleteMe_UpdateMatches_ClearDiagnosticMatchesInNewBuffer_test
>  ... ok
> #308 ycm.tests.youcompleteme_test.YouCompleteMe_YcmCoreNotImported_test ... ok
> 
> ======================================================================
> ERROR: 
> ycm.tests.client.base_request_test.BuildRequestData_AddWorkingDirWithFileName_test
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/usr/lib/python3/dist-packages/mock/mock.py", line 1305, in patched
>     return func(*args, **keywargs)
>   File 
> "/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a/python/ycm/tests/client/base_request_test.py",
>  line 47, in BuildRequestData_AddWorkingDirWithFileName_test
>     has_entry( 'working_dir', '/some/dir' ) )
>   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
> 
> ======================================================================
> ERROR: ycm.tests.client.base_request_test.BuildRequestData_AddWorkingDir_test
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/usr/lib/python3/dist-packages/mock/mock.py", line 1305, in patched
>     return func(*args, **keywargs)
>   File 
> "/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a/python/ycm/tests/client/base_request_test.py",
>  line 38, in BuildRequestData_AddWorkingDir_test
>     assert_that( BuildRequestData(), has_entry( 'working_dir', '/some/dir' ) )
>   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
> 
> ======================================================================
> ERROR: 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_NoExtraConf_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/client/debug_info_request_test.py",
>  line 92, in FormatDebugInfoResponse_NoExtraConf_test
>     'No extra configuration file found\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/text/stringcontains.py", 
> line 15, in _matches
>     if not hasmethod(item, 'find'):
>   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
> 
> ======================================================================
> ERROR: 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_ExtraConfFoundButNotLoaded_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/client/debug_info_request_test.py",
>  line 106, in FormatDebugInfoResponse_ExtraConfFoundButNotLoaded_test
>     'Extra configuration file found but not loaded\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/text/stringcontains.py", 
> line 15, in _matches
>     if not hasmethod(item, 'find'):
>   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
> 
> ======================================================================
> ERROR: 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_ExtraConfFoundAndLoaded_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/client/debug_info_request_test.py",
>  line 121, in FormatDebugInfoResponse_ExtraConfFoundAndLoaded_test
>     'Extra configuration file found and loaded\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/text/stringcontains.py", 
> line 15, in _matches
>     if not hasmethod(item, 'find'):
>   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
> 
> ======================================================================
> ERROR: 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_Completer_ServerRunningWithHost_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/client/debug_info_request_test.py",
>  line 132, in FormatDebugInfoResponse_Completer_ServerRunningWithHost_test
>     'Completer name completer debug information:\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/text/stringcontains.py", 
> line 15, in _matches
>     if not hasmethod(item, 'find'):
>   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
> 
> ======================================================================
> ERROR: 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_Completer_ServerRunningWithoutHost_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/client/debug_info_request_test.py",
>  line 154, in FormatDebugInfoResponse_Completer_ServerRunningWithoutHost_test
>     'Completer name completer debug information:\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/text/stringcontains.py", 
> line 15, in _matches
>     if not hasmethod(item, 'find'):
>   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
> 
> ======================================================================
> ERROR: 
> ycm.tests.client.debug_info_request_test.FormatDebugInfoResponse_Completer_ServerNotRunningWithNoLogfiles_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/client/debug_info_request_test.py",
>  line 176, in 
> FormatDebugInfoResponse_Completer_ServerNotRunningWithNoLogfiles_test
>     'Completer name completer debug information:\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/text/stringcontains.py", 
> line 15, in _matches
>     if not hasmethod(item, 'find'):
>   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
> 
> ======================================================================
> ERROR: 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_SyntaxKeywords_ClearCacheIfRestart_test
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/usr/lib/python3/dist-packages/mock/mock.py", line 1305, in patched
>     return func(*args, **keywargs)
>   File 
> "/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a/python/ycm/tests/__init__.py",
>  line 137, in Wrapper
>     test( ycm, *args, **kwargs )
>   File 
> "/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a/python/ycm/tests/event_notification_test.py",
>  line 588, in 
> EventNotification_FileReadyToParse_SyntaxKeywords_ClearCacheIfRestart_test
>     'event_notification'
>   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/library/collection/issequence_containinginorder.py",
>  line 55, in matches
>     if not matchsequence.matches(item):
>   File 
> "/usr/lib/python3/dist-packages/hamcrest/library/collection/issequence_containinginorder.py",
>  line 17, in matches
>     return self.isnotsurplus(item) and self.ismatched(item)
>   File 
> "/usr/lib/python3/dist-packages/hamcrest/library/collection/issequence_containinginorder.py",
>  line 29, in ismatched
>     if not matcher.matches(item):
>   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
> -------------------- >> begin captured logging << --------------------
> urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 
> 127.0.0.1:53905
> ycm.client.base_request: ERROR: HTTPConnectionPool(host='127.0.0.1', 
> port=53905): Max retries exceeded with url: /ready (Caused by 
> NewConnectionError('<urllib3.connection.HTTPConnection object at 
> 0x7f1c41728940>: Failed to establish a new connection: [Errno 111] Connection 
> refused'))
> urllib3.connectionpool: DEBUG: Starting new HTTP connection (2): 
> 127.0.0.1:53905
> ycm.client.base_request: ERROR: HTTPConnectionPool(host='127.0.0.1', 
> port=53905): Max retries exceeded with url: /ready (Caused by 
> NewConnectionError('<urllib3.connection.HTTPConnection object at 
> 0x7f1c404b5198>: Failed to establish a new connection: [Errno 111] Connection 
> refused'))
> urllib3.connectionpool: DEBUG: Starting new HTTP connection (3): 
> 127.0.0.1:53905
> urllib3.connectionpool: DEBUG: http://127.0.0.1:53905 "GET /ready HTTP/1.1" 
> 200 4
> urllib3.connectionpool: DEBUG: http://127.0.0.1:53905 "GET /ready HTTP/1.1" 
> 200 4
> urllib3.connectionpool: DEBUG: http://127.0.0.1:53905 "POST /shutdown 
> HTTP/1.1" 200 4
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: 
> ycm.tests.event_notification_test.EventNotification_FileReadyToParse_SyntaxKeywords_SeedWithCache_test
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/usr/lib/python3/dist-packages/mock/mock.py", line 1305, in patched
>     return func(*args, **keywargs)
>   File 
> "/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a/python/ycm/tests/__init__.py",
>  line 137, in Wrapper
>     test( ycm, *args, **kwargs )
>   File 
> "/<<BUILDDIR>>/vim-youcompleteme-0+20181101+gitfaa019a/python/ycm/tests/event_notification_test.py",
>  line 553, in 
> EventNotification_FileReadyToParse_SyntaxKeywords_SeedWithCache_test
>     'event_notification'
>   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/library/collection/issequence_containinginorder.py",
>  line 55, in matches
>     if not matchsequence.matches(item):
>   File 
> "/usr/lib/python3/dist-packages/hamcrest/library/collection/issequence_containinginorder.py",
>  line 17, in matches
>     return self.isnotsurplus(item) and self.ismatched(item)
>   File 
> "/usr/lib/python3/dist-packages/hamcrest/library/collection/issequence_containinginorder.py",
>  line 29, in ismatched
>     if not matcher.matches(item):
>   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
> -------------------- >> begin captured logging << --------------------
> urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 
> 127.0.0.1:33373
> ycm.client.base_request: ERROR: HTTPConnectionPool(host='127.0.0.1', 
> port=33373): Max retries exceeded with url: /ready (Caused by 
> NewConnectionError('<urllib3.connection.HTTPConnection object at 
> 0x7f1c41917e48>: Failed to establish a new connection: [Errno 111] Connection 
> refused'))
> urllib3.connectionpool: DEBUG: Starting new HTTP connection (2): 
> 127.0.0.1:33373
> ycm.client.base_request: ERROR: HTTPConnectionPool(host='127.0.0.1', 
> port=33373): Max retries exceeded with url: /ready (Caused by 
> NewConnectionError('<urllib3.connection.HTTPConnection object at 
> 0x7f1c40468320>: Failed to establish a new connection: [Errno 111] Connection 
> refused'))
> urllib3.connectionpool: DEBUG: Starting new HTTP connection (3): 
> 127.0.0.1:33373
> urllib3.connectionpool: DEBUG: http://127.0.0.1:33373 "GET /ready HTTP/1.1" 
> 200 4
> urllib3.connectionpool: DEBUG: http://127.0.0.1:33373 "GET /ready HTTP/1.1" 
> 200 4
> urllib3.connectionpool: DEBUG: http://127.0.0.1:33373 "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 131.701s
> 
> 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

The full build log is available from:
   
http://aws-logs.debian.net/2018/12/29/vim-youcompleteme_0+20181101+gitfaa019a-0.1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: pyhamcrest
Source-Version: 1.8.0-1.1

We believe that the bug you reported is fixed in the latest version of
pyhamcrest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 917...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Kalnischkies <donk...@debian.org> (supplier of updated pyhamcrest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 07 Jan 2019 18:49:27 +0100
Source: pyhamcrest
Binary: python-hamcrest python3-hamcrest
Architecture: source
Version: 1.8.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: David Villa Alises <david.vi...@gmail.com>
Changed-By: David Kalnischkies <donk...@debian.org>
Description:
 python-hamcrest - Hamcrest framework for matcher objects (Python 2)
 python3-hamcrest - Hamcrest framework for matcher objects (Python 3)
Closes: 917660
Changes:
 pyhamcrest (1.8.0-1.1) unstable; urgency=medium
 .
   [ David Kalnischkies ]
   * No-change non-maintainer upload to have python3-hamcrest rebuild without
     the use of deprecated collections ABI usage causing FTBFS in at least
     src:vim-youcompleteme (Closes: #917660)
 .
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
   * d/control: Set Vcs-* to salsa.debian.org
   * Convert git repository from git-dpm to gbp layout
 .
   [ Piotr Ożarowski ]
   * Add dh-python to Build-Depends
Checksums-Sha1:
 60697fced5404a343153302d4472b53c44a865a5 2169 pyhamcrest_1.8.0-1.1.dsc
 39a830bc957a78865b662192299842d0c6ab5f88 3248 
pyhamcrest_1.8.0-1.1.debian.tar.xz
 800e9a940f92dc0f3608006c6743b1f653400f56 6771 
pyhamcrest_1.8.0-1.1_amd64.buildinfo
Checksums-Sha256:
 55cc06ad6911d5c5b6487761a1f95ec09d9ced585ad464c3fafb35dee91941ea 2169 
pyhamcrest_1.8.0-1.1.dsc
 6425574c1dd73ef9991826675dd379ea5f15b8b0058c3273af314ecb3946943b 3248 
pyhamcrest_1.8.0-1.1.debian.tar.xz
 07e170d32f39ff4e352b8e6ab81321542a7b3a757d4147db5c7260dc4e62c1b4 6771 
pyhamcrest_1.8.0-1.1_amd64.buildinfo
Files:
 56780deae18723c6c6b4767533eee681 2169 python optional pyhamcrest_1.8.0-1.1.dsc
 350d3a08b614f457c3b1ef1124460c46 3248 python optional 
pyhamcrest_1.8.0-1.1.debian.tar.xz
 39205d44b296b298445444a024e9dc11 6771 python optional 
pyhamcrest_1.8.0-1.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEE5sn+Q4uCja/tn0GrMRvlz3HQeIMFAlwzuE8THGRvbmt1bHRA
ZGViaWFuLm9yZwAKCRAxG+XPcdB4g9IQD/sHmpsn77ZXvBNoNYQF7OuNthVII3x0
ua1wiCJZ+U1BjDF5mc0P3rzLSNyy+F+bB0RA+eeZDN9gnZ5OF59L0MvBU48yOge9
dnVcGrh4LOxUwfXDrTdg7hVNXNl+RbjLugwrxdcDVCUchernyuNc8/2qsm6LPr2w
kOcm18RU4I/bMefAOysxiph9rDk5EWwU4Hw2fdz5wihnGDV0x8VzofZb8DhyIp9B
xvRg42ZheP1QtfW2rGHe66HlpaAiEgB52EjRy19EtUPSWujqsg+tqvuOf6LZJ5j8
PwYE4XAoSg2HdieAUAgeHB3lLC8uo7J28tv1GOxUstAcFFD76RJgTtgoRMXY191n
HjS+3dknGPEqYz/hQGgy3TQ06pz9tFsG1ZtUxyYimgi9AIwZlswhiDLE+kHrbmXI
AaWJ1fSi7seB+v4FwpY2LcjYIe7qJQSM8tjZDbhZeKgzUAVWW442/YwSuu0L1yJr
5TiRMAAEjbhBBPViHmb+2arpBX6o/3UhUr0abs18DSCTDjo4UWoybut6m05iIHlw
2vckag1BMF4vpUZjVGCkV1aLeSKasz0PLe81QDv23vCFx7sIk0sx6MbxZUMUOtV1
k0x57CHmi2bUyvsd/zoRu9pn+oHLdGYxqBY1DHDx/wyd01pC3tVfqM63iyg8WGvT
00v48FsMZdfHJA==
=XJzV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to