Your message dated Wed, 07 Jun 2017 09:49:10 +0000
with message-id <e1dixaq-000iux...@fasolo.debian.org>
and subject line Bug#852962: fixed in ycmd 0+20161219+git486b809-2.1
has caused the Debian Bug report #852962,
regarding ycmd FTBFS on mipsel: test failures
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.)


-- 
852962: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852962
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ycmd
Version: 0+20161219+git486b809-1
Severity: serious

https://buildd.debian.org/status/logs.php?pkg=ycmd&arch=mipsel

...
#402 ycmd.tests.utils_test.FindExecutable_RelativePath_test ... ok
#403 ycmd.tests.utils_test.FindExecutable_ReturnNoneIfFileIsNotExecutable_test 
... ok
#404 ycmd.tests.utils_test.GetCurrentDirectory_Py2NoCurrentDirectory_test ... ok
#405 ycmd.tests.utils_test.PathsToAllParentFolders_IsDirectory_test ... ok
#406 ycmd.tests.utils_test.SafePopen_RemoveStdinWindows_test ... ok
#407 ycmd.tests.utils_test.FindExecutable_ExecutableNameInPath_test ... ok

======================================================================
ERROR: 
ycmd.tests.typescript.get_completions_test.GetCompletions_AfterRestart_test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/tests/typescript/__init__.py", 
line 69, in Wrapper
    return test( shared_app, *args, **kwargs )
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/tests/typescript/get_completions_test.py",
 line 129, in GetCompletions_AfterRestart_test
    response = app.post_json( '/completions', completion_data )
  File "/usr/lib/python2.7/dist-packages/webtest/utils.py", line 36, in wrapper
    return self._gen_request(method, url, **kw)
  File "/usr/lib/python2.7/dist-packages/webtest/app.py", line 740, in 
_gen_request
    expect_errors=expect_errors)
  File "/usr/lib/python2.7/dist-packages/webtest/app.py", line 636, in 
do_request
    self._check_status(status, res)
  File "/usr/lib/python2.7/dist-packages/webtest/app.py", line 668, in 
_check_status
    res)
AppError: Bad response: 500 Internal Server Error (not 200 OK or 3xx redirect 
for http://localhost/completions)
'{"exception": {"TYPE": "RuntimeError"}, "traceback": "Traceback (most recent 
call last):\\n  File \\"/usr/lib/python2.7/dist-packages/bottle.py\\", line 
862, in _handle\\n    return route.call(**args)\\n  File 
\\"/usr/lib/python2.7/dist-packages/bottle.py\\", line 1740, in wrapper\\n    
rv = callback(*a, **ka)\\n  File 
\\"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/handlers.py\\", line 100, in 
GetCompletions\\n    .ComputeCandidates( request_data ) )\\n  File 
\\"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/completer.py\\", line 
218, in ComputeCandidates\\n    candidates = self._GetCandidatesFromSubclass( 
request_data )\\n  File 
\\"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/completer.py\\", line 
234, in _GetCandidatesFromSubclass\\n    raw_completions = 
self.ComputeCandidatesInner( request_data )\\n  File 
\\"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py\\",
 line 321, in ComputeCandidatesInner\\n    self._Reload( request_data )\\n  
File 
\\"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py\\",
 line 302, in _Reload\\n    \'tmpfile\': tmpfile.name\\n  File 
\\"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py\\",
 line 286, in _SendRequest\\n    return deferred.result()\\n  File 
\\"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py\\",
 line 75, in result\\n    raise RuntimeError( \'Response Timeout\' 
)\\nRuntimeError: Response Timeout\\n", "message": "Response Timeout"}'
-------------------- >> begin captured logging << --------------------
ycmd.handlers: INFO: Received command request
ycmd.completers.typescript.typescript_completer: INFO: Stopping TSServer with 
PID 15362
ycmd.completers.typescript.typescript_completer: ERROR: TSServer is not running.
Traceback (most recent call last):
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 182, in _ReaderLoop
    message = self._ReadMessage()
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 222, in _ReadMessage
    raise RuntimeError( "Missing 'Content-Length' header" )
RuntimeError: Missing 'Content-Length' header
ycmd.completers.typescript.typescript_completer: INFO: TSServer stopped
ycmd.completers.typescript.typescript_completer: INFO: TSServer log file: 
/tmp/tsserver_GIgLNK.log
ycmd.handlers: INFO: Received completion request
ycmd.handlers: DEBUG: Using filetype completion: True
ycmd.completers.typescript.typescript_completer: INFO: Received configFileDiag 
event from tsserver
ycmd.completers.typescript.typescript_completer: ERROR: TSServer is not running.
Traceback (most recent call last):
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 182, in _ReaderLoop
    message = self._ReadMessage()
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 222, in _ReadMessage
    raise RuntimeError( "Missing 'Content-Length' header" )
RuntimeError: Missing 'Content-Length' header
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: 
ycmd.tests.typescript.event_notification_test.EventNotification_OnBufferUnload_CloseFile_test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/tests/typescript/__init__.py", 
line 86, in Wrapper
    test( app, *args, **kwargs )
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/tests/typescript/event_notification_test.py",
 line 54, in EventNotification_OnBufferUnload_CloseFile_test
    'completions': contains( CompletionEntryMatcher( 'method' ) ) } ) )
AssertionError: 
Expected: a dictionary containing {u'completions': a sequence containing [a 
dictionary containing {u'insertion_text': u'method'}]}
     but: value for u'completions' No item matched: a dictionary containing 
{u'insertion_text': u'method'}

-------------------- >> begin captured logging << --------------------
ycmd.handlers: INFO: Received event notification
ycmd.handlers: DEBUG: Event name: BufferVisit
ycmd.completers.typescript.typescript_completer: INFO: Using TSServer located 
at /usr/lib/nodejs/typescript/lib/tsserver.js
ycmd.completers.typescript.typescript_completer: INFO: TSServer log file: 
/tmp/tsserver_5EciaD.log
ycmd.completers.typescript.typescript_completer: INFO: Enabling typescript 
completion
ycmd.handlers: INFO: Received completion request
ycmd.handlers: DEBUG: Using filetype completion: True
ycmd.handlers: ERROR: Exception from semantic completer (using general): 
Traceback (most recent call last):
  File "/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/handlers.py", line 100, in 
GetCompletions
    .ComputeCandidates( request_data ) )
  File "/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/completer.py", 
line 218, in ComputeCandidates
    candidates = self._GetCandidatesFromSubclass( request_data )
  File "/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/completer.py", 
line 234, in _GetCandidatesFromSubclass
    raw_completions = self.ComputeCandidatesInner( request_data )
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 321, in ComputeCandidatesInner
    self._Reload( request_data )
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 302, in _Reload
    'tmpfile': tmpfile.name
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 286, in _SendRequest
    return deferred.result()
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 75, in result
    raise RuntimeError( 'Response Timeout' )
RuntimeError: Response Timeout

ycmd.handlers: INFO: Received command request
ycmd.completers.typescript.typescript_completer: INFO: Stopping TSServer with 
PID 15458
ycmd.completers.typescript.typescript_completer: ERROR: Error while stopping 
TSServer
Traceback (most recent call last):
  File 
"/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/completers/typescript/typescript_completer.py",
 line 547, in _StopServer
    timeout = 5 )
  File "/«BUILDDIR»/ycmd-0+20161219+git486b809/ycmd/utils.py", line 285, in 
WaitUntilProcessIsTerminated
    'aborting.'.format( timeout ) )
RuntimeError: Waited process to terminate for 5 seconds, aborting.
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 721 tests in 87.588s

FAILED (SKIP=19, errors=1, failures=1)
Running tests on Python 2.7.13
Running flake8
Traceback (most recent call last):
  File "./run_tests.py", line 227, in <module>
    Main()
  File "./run_tests.py", line 224, in Main
    NoseTests( parsed_args, nosetests_args )
  File "./run_tests.py", line 212, in NoseTests
    subprocess.check_call( [ 'nosetests' ] + nosetests_args )
  File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '[u'nosetests', u'-v', u'--with-id', 
'--no-byte-compile', '--exclude=^cs$', '--exclude=javascript', 
'--exclude=rust', '--exclude=go', 
'--exclude=AddNearestThirdPartyFoldersToSysPath_', 
'--exclude=GetCompletions_UnicodeInLineFilter_test', 
'--exclude=FromHandlerWithSubservers_test', 
'--exclude=FromWatchdogWithSubservers_test']' returned non-zero exit status 1
debian/rules:42: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: ycmd
Source-Version: 0+20161219+git486b809-2.1

We believe that the bug you reported is fixed in the latest version of
ycmd, 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 852...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated ycmd 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: Wed, 07 Jun 2017 12:13:33 +0300
Source: ycmd
Binary: ycmd
Architecture: source
Version: 0+20161219+git486b809-2.1
Distribution: unstable
Urgency: medium
Maintainer: Onur Aslan <o...@onur.im>
Changed-By: Adrian Bunk <b...@debian.org>
Description:
 ycmd       - code-completion & comprehension server
Closes: 852962
Changes:
 ycmd (0+20161219+git486b809-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Run fewer tests on mipsel and mips64el, some fail on Loongson buildds.
     (Closes: #852962)
Checksums-Sha1:
 e5bb832e874cd9794a809be4837eaa155dec064b 2416 
ycmd_0+20161219+git486b809-2.1.dsc
 403486ecfee151bfcd581c61fe9cc2e649672ef2 11328 
ycmd_0+20161219+git486b809-2.1.debian.tar.xz
Checksums-Sha256:
 3a0920cad14a5dd5a7c54131ec568bc06cae816eec5a6995777e59c5aa0e50f1 2416 
ycmd_0+20161219+git486b809-2.1.dsc
 0f6d30da2f34e28f55aa02379db60daff7ecb90aef96fa25c0574b79d15cb9ee 11328 
ycmd_0+20161219+git486b809-2.1.debian.tar.xz
Files:
 8c6220fe1765fd37a10ad70697aa81a1 2416 devel optional 
ycmd_0+20161219+git486b809-2.1.dsc
 73ac4bdf594d4e9f0b2c81e0bc23758c 11328 devel optional 
ycmd_0+20161219+git486b809-2.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlk3x5YACgkQiNJCh6LY
mLFTYxAAjrjNtGd6DmLVwACak+Mki2WxD319h1cgxev/+V2AHi/CKNz1ZHCpX+bh
FB+7pSl+0HZJ773XsW4r42Xf32u5K6M2LJ5SHa0uchUuhpVFxPynTlgB2od+XgdM
WWc2i4Z6oLVOY/whwBp5e2VtCT8i7rPVGEf50XH2vCimti5JVR22m90TOUmpyVaH
mI3/ZSlGTwK4DbfhwwfaYjTe8aAs7zvgyXG7x3qIKA4GNGCmYIwxbxiA7HY52hlv
5SdyYyJzZQWYjdWTShatOyT/DE9NOtBMfP4Iq5wvasOgWNlhDEReax+PJ64aD+FC
vYqRJLEWq7pWcBxQ/uDhBS5RVkx+tE4TYnLC53kHnQ6qVkKG2rYovLxo2jErsMuS
4jZrbyNg4hmCgO/1yNxblJfiR9yzF1Q8ijBsNUkC5jXdArPIrM6alzp5nrSV0Oqy
qG7L6vA5jHVIaBHNv5xLGuh9857igQF+c7XwNB+nLBSMlTYzrvjofZi14hnZ0t24
DavRXUepbbxPfPYoM3Ybh7O5PQMP3ZfGBNYjswXx89fLo8U9cPAwaU5lenG3R1Yt
2JvhpF2qLF6bgZA9oHUEpXVoIKb/QKTAELHAgjParHnMqNs1OsKD4Fyb5mwjVJCJ
N5AMqzAvde2bEXP7vzR/rGvuni68c1J8lxT1dk4qffqEAqb8mTs=
=L5lJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to