Your message dated Mon, 10 Nov 2025 20:44:35 +0000
with message-id <[email protected]>
and subject line Bug#1119334: fixed in ycmd 0+20240823+git8b61f19+ds-4
has caused the Debian Bug report #1119334,
regarding ycmd autopkg tests fail on arm64
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 [email protected]
immediately.)


-- 
1119334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119334
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ycmd
Version: 0+20240823+git8b61f19+ds-3
Severity: serious
Tags: sid forky

ycmd autopkg tests fail on arm64, see
https://ci.debian.net/packages/y/ycmd/testing/arm64/65566354/
blocking the migration of llvm-toolchain-19

[...]
620s Ran 743 tests in 263.979s
620s
620s FAILED (errors=1, skipped=56)
620s
620s completer response: {'column_num': 7,
620s  'description': 'instance MyClass',
620s  'file_only': False,
620s 'filepath': '/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/tests/python/testdata/goto/basic.py',
620s  'line_num': 4}
620s completer response: {'exception': {'TYPE': 'RuntimeError'},
620s  'message': "Can't jump to type definition.",
620s  'traceback': 'Traceback (most recent call last):\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/web_plumbing.py", '
620s               'line 213, in __call__\n'
620s               '    out = callback( request, response )\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/handlers.py", '
620s               'line 89, in RunCompleterCommand\n'
620s               '    return _JsonResponse( completer.OnUserCommand(\n'
620s               '                          ~~~~~~~~~~~~~~~~~~~~~~~^\n'
620s               "        request_data[ 'command_arguments' ],\n"
620s               '        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
620s               '        request_data ), response )\n'
620s               '        ^^^^^^^^^^^^^^\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/completer.py", '
620s               'line 481, in OnUserCommand\n'
620s ' return command( self, request_data, arguments[ 1: ] )\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/python/python_completer.py", '
620s               'line 289, in <lambda>\n'
620s               '    self._GoToType( request_data ) ),\n'
620s               '    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/python/python_completer.py", '
620s               'line 353, in _GoToType\n'
620s " raise RuntimeError( 'Can\\'t jump to type definition.' )\n"
620s               "RuntimeError: Can't jump to type definition.\n"}
620s completer response: {'exception': {'TYPE': 'RuntimeError'},
620s  'message': "Can't jump to definition.",
620s  'traceback': 'Traceback (most recent call last):\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/web_plumbing.py", '
620s               'line 213, in __call__\n'
620s               '    out = callback( request, response )\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/handlers.py", '
620s               'line 89, in RunCompleterCommand\n'
620s               '    return _JsonResponse( completer.OnUserCommand(\n'
620s               '                          ~~~~~~~~~~~~~~~~~~~~~~~^\n'
620s               "        request_data[ 'command_arguments' ],\n"
620s               '        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
620s               '        request_data ), response )\n'
620s               '        ^^^^^^^^^^^^^^\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/completer.py", '
620s               'line 481, in OnUserCommand\n'
620s ' return command( self, request_data, arguments[ 1: ] )\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/python/python_completer.py", '
620s               'line 279, in <lambda>\n'
620s               '    self._GoToDefinition( request_data ) ),\n'
620s               '    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/python/python_completer.py", '
620s               'line 369, in _GoToDefinition\n'
620s " raise RuntimeError( 'Can\\'t jump to definition.' )\n"
620s               "RuntimeError: Can't jump to definition.\n"}
620s completer response: {'exception': {'TYPE': 'RuntimeError'},
620s  'message': "Can't find references.",
620s  'traceback': 'Traceback (most recent call last):\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/web_plumbing.py", '
620s               'line 213, in __call__\n'
620s               '    out = callback( request, response )\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/handlers.py", '
620s               'line 89, in RunCompleterCommand\n'
620s               '    return _JsonResponse( completer.OnUserCommand(\n'
620s               '                          ~~~~~~~~~~~~~~~~~~~~~~~^\n'
620s               "        request_data[ 'command_arguments' ],\n"
620s               '        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
620s               '        request_data ), response )\n'
620s               '        ^^^^^^^^^^^^^^\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/completer.py", '
620s               'line 481, in OnUserCommand\n'
620s ' return command( self, request_data, arguments[ 1: ] )\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/python/python_completer.py", '
620s               'line 285, in <lambda>\n'
620s               '    self._GoToReferences( request_data ) ),\n'
620s               '    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/python/python_completer.py", '
620s               'line 384, in _GoToReferences\n'
620s               "    raise RuntimeError( 'Can\\'t find references.' )\n"
620s               "RuntimeError: Can't find references.\n"}
620s completer response: {'exception': {'TYPE': 'RuntimeError'},
620s  'message': "Can't jump to type definition.",
620s  'traceback': 'Traceback (most recent call last):\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/web_plumbing.py", '
620s               'line 213, in __call__\n'
620s               '    out = callback( request, response )\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/handlers.py", '
620s               'line 89, in RunCompleterCommand\n'
620s               '    return _JsonResponse( completer.OnUserCommand(\n'
620s               '                          ~~~~~~~~~~~~~~~~~~~~~~~^\n'
620s               "        request_data[ 'command_arguments' ],\n"
620s               '        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
620s               '        request_data ), response )\n'
620s               '        ^^^^^^^^^^^^^^\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/completer.py", '
620s               'line 481, in OnUserCommand\n'
620s ' return command( self, request_data, arguments[ 1: ] )\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/python/python_completer.py", '
620s               'line 289, in <lambda>\n'
620s               '    self._GoToType( request_data ) ),\n'
620s               '    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^\n'
620s               '  File '
620s '"/tmp/autopkgtest-lxc.quhc92fh/downtmp/build.SpM/src/ycmd/completers/python/python_completer.py", '
620s               'line 353, in _GoToType\n'
620s " raise RuntimeError( 'Can\\'t jump to type definition.' )\n"
620s               "RuntimeError: Can't jump to type definition.\n"}
620s b'e'
620s b's'
620s b'i'
620s b'n'
622s autopkgtest [10:30:43]: test upstream-unittest: -----------------------]
--- End Message ---
--- Begin Message ---
Source: ycmd
Source-Version: 0+20240823+git8b61f19+ds-4
Done: David Kalnischkies <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Kalnischkies <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Mon, 10 Nov 2025 18:27:24 +0100
Source: ycmd
Architecture: source
Version: 0+20240823+git8b61f19+ds-4
Distribution: unstable
Urgency: medium
Maintainer: David Kalnischkies <[email protected]>
Changed-By: David Kalnischkies <[email protected]>
Closes: 1119334 1119971
Changes:
 ycmd (0+20240823+git8b61f19+ds-4) unstable; urgency=medium
 .
   * ycm_extra_conf.py: Search compile db in common build dirs
   * Import upstream 0+20251023+git7895484 as patch series
     - no effective change beside adapted tests as we
       strip the embedded/hardcoded code/versions
     - Prefer clangd-21 if we need to pick a versioned clangd
   * House keeping:
     - Drop R³: no from d/control as it is the default now
     - Auto-convert d/watch to version 5
     - Drop version requirements in deps satisfied in stable
     - Bump unicode-data b-dep to >= 16 for correctness
   * Consistently use 60 secs as timeout in tests (Closes: #1119334, #1119971)
   * tsserver test: Support deprecated info with and without MDN link
   * Support Unicode 17 (\0 in GraphemeBreakTest) in tests
Checksums-Sha1:
 551cc1779e7bbf51fb7c0f14c800b8b0349db8aa 2301 
ycmd_0+20240823+git8b61f19+ds-4.dsc
 a2124bd869c496bf53796f50d5dc7f9bc0d3a42f 53640 
ycmd_0+20240823+git8b61f19+ds-4.debian.tar.xz
 08e3293aad2e0b273462d05872a134a853b2043b 8361 
ycmd_0+20240823+git8b61f19+ds-4_amd64.buildinfo
Checksums-Sha256:
 f323020c0c1a0889f832aaf1f717402a6485ab8045103c6364554c1e30211d3b 2301 
ycmd_0+20240823+git8b61f19+ds-4.dsc
 b095752b921433146e50c24afc0f36a29d1d0e3bbbb028752755e37d7c22cef1 53640 
ycmd_0+20240823+git8b61f19+ds-4.debian.tar.xz
 acedb4544e53b515b434e4aecbdc52d067f24c2df890fca66fabef5a48ee7155 8361 
ycmd_0+20240823+git8b61f19+ds-4_amd64.buildinfo
Files:
 0088e22d6db38d14d8d8613c70efd6cd 2301 devel optional 
ycmd_0+20240823+git8b61f19+ds-4.dsc
 f6f10ed477bff131ac36194b8351909c 53640 devel optional 
ycmd_0+20240823+git8b61f19+ds-4.debian.tar.xz
 7916d8099f7484f3826b23cd01a09fbd 8361 devel optional 
ycmd_0+20240823+git8b61f19+ds-4_amd64.buildinfo

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

iQJHBAEBCgAxFiEE5sn+Q4uCja/tn0GrMRvlz3HQeIMFAmkSRIkTHGRvbmt1bHRA
ZGViaWFuLm9yZwAKCRAxG+XPcdB4g6JDD/0RK3y3Zw1BX56jaUiHT51mN3Qxo/5U
gzyww6AM1KMMa/pBf2y37b0kysb9z+xA10NsIcDzIh6iam/WNF1ZJJXKu8juGlm4
77+MfKm/+hhsd2/3A/oPQRyFa6In/+1lRIdG9WrbKDeuEAxJ3RS08LSUEHH++kiY
uLVYjP/39o1/+rLEY4M02g2ZJTaXSdopR91vXahA/VNwhmlnFrSRfQjf1EhdSnel
wT7E6zyEcBOb6VelVsSDIhf3okviH5wei4PTQyz7/ykuAi0nz+u/NdgGecfR9T/A
helL0uQImLbOP8CCpH6KJVHM09eXn3Oo0zks3NnrJA5eJtOTcxAGsyDWyngqEqyo
mijrJmKga/LfVOjZcj3tPSL7tpxygIjaPxYkasvN1h0niquZrRFRl+j5TKK08Ah0
nal12YZY5j6IAa+S8rSpAuFbnU2vOeigyK6LXx4hosTL1Sgr9r8JrII8EBGOF5n7
nPoalqYzsqedGDNZ/z/S8bRSO/XO8VJfNu+7BXigT2Z91wTUmriuPh1sQDcbRmef
+qi7y5NF0TXIsoN4cIX1r1uSJeoYX9chs51f6xP+6h7/NksG1XVtTQUUxoVDkjRB
eN0D29KdV4PhQcZ/MDJBn+aalvjogujWn4oyJlydQW1RwsLCxKcW3zm4T0F8sOFy
sNsAhN4UCEpmCA==
=/3ib
-----END PGP SIGNATURE-----

Attachment: pgp1svt1rzoIX.pgp
Description: PGP signature


--- End Message ---

Reply via email to