Package: src:neovim
Version: 0.11.4-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202510/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:neovim, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=cmake+ninja --builddirectory=build
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C test/old/testdir clean
make[3]: Entering directory '/<<PKGBUILDDIR>>/test/old/testdir'
rm -f -rf *.out *.failed *.res *.rej *.orig *.tlog opt_test.vim test_result.log 
test.log messages starttime test.out X* viminfo test.ok valgrind.* .*.swp 
.*.swo .gdbinit /<<PKGBUILDDIR>>/test/old/testdir/X-test-tmpdir del 
../../../runtime/doc/.*.swp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/old/testdir'
/usr/bin/make -C runtime/indent clean
make[3]: Entering directory '/<<PKGBUILDDIR>>/runtime/indent'
rm -f testdir/*.fail testdir/*.out
make[3]: Leaving directory '/<<PKGBUILDDIR>>/runtime/indent'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'

[... snipped ...]

RUN      T7623 Special values fails in index: 6.00 ms OK
RUN      T7624 Special values is accepted by assert_true and assert_false: 6.00 
ms OK
RUN      T7625 Special values compat v:count is distinct from count: 6.00 ms OK
RUN      T7626 Special values compat v:errmsg is distinct from errmsg: 6.00 ms 
OK
RUN      T7627 Special values compat v:shell_error is distinct from 
shell_error: 6.00 ms OK
RUN      T7628 Special values compat v:this_session is distinct from 
this_session: 6.00 ms OK
-------- 16 tests from test/functional/vimscript/special_vars_spec.lua (228.00 
ms total)

-------- Running tests from test/functional/vimscript/state_spec.lua
RUN      T7629 state() function works: 9.00 ms OK
-------- 1 test from test/functional/vimscript/state_spec.lua (19.00 ms total)

-------- Running tests from test/functional/vimscript/string_spec.lua
RUN      T7630 string() function used to represent floating-point values dumps 
NaN values: 6.00 ms OK
RUN      T7631 string() function used to represent floating-point values dumps 
infinite values: 7.00 ms OK
RUN      T7632 string() function used to represent floating-point values dumps 
regular values: 6.00 ms OK
RUN      T7633 string() function used to represent floating-point values dumps 
special v: values: 6.00 ms OK
RUN      T7634 string() function used to represent floating-point values dumps 
values with at most six digits after the decimal point: 6.00 ms OK
RUN      T7635 string() function used to represent floating-point values dumps 
values with at most seven digits before the decimal point: 6.00 ms OK
RUN      T7636 string() function used to represent floating-point values dumps 
negative values: 6.00 ms OK
RUN      T7637 string() function used to represent numbers dumps regular 
values: 6.00 ms OK
RUN      T7638 string() function used to represent numbers dumps large values: 
6.00 ms OK
RUN      T7639 string() function used to represent strings dumps regular 
strings: 6.00 ms OK
RUN      T7640 string() function used to represent strings dumps empty strings: 
6.00 ms OK
RUN      T7641 string() function used to represent strings dumps strings with ' 
inside: 6.00 ms OK
RUN      T7642 string() function used to represent strings dumps NULL strings: 
6.00 ms OK
RUN      T7643 string() function used to represent strings dumps NULL lists: 
6.00 ms OK
RUN      T7644 string() function used to represent strings dumps NULL 
dictionaries: 6.00 ms OK
RUN      T7645 string() function used to represent funcrefs dumps references to 
built-in functions: 0.00 ms OK
RUN      T7646 string() function used to represent funcrefs dumps references to 
user functions: 0.00 ms OK
RUN      T7647 string() function used to represent funcrefs dumps references to 
script functions: 0.00 ms OK
RUN      T7648 string() function used to represent funcrefs dumps partials with 
self referencing a partial: 0.00 ms OK
RUN      T7649 string() function used to represent funcrefs dumps automatically 
created partials: 1.00 ms OK
RUN      T7650 string() function used to represent funcrefs dumps manually 
created partials: 0.00 ms OK
RUN      T7651 string() function used to represent funcrefs does not crash or 
halt when dumping partials with reference cycles in self: 0.00 ms OK
RUN      T7652 string() function used to represent funcrefs does not show 
errors when dumping partials referencing the same dict: 1.00 ms OK
RUN      T7653 string() function used to represent funcrefs does not crash or 
halt when dumping partials with reference cycles in arguments: 0.00 ms OK
RUN      T7654 string() function used to represent funcrefs does not crash or 
halt when dumping partials with reference cycles in self and arguments: 0.00 ms 
OK
RUN      T7655 string() function used to represent lists dumps empty list: 5.00 
ms OK
RUN      T7656 string() function used to represent lists dumps nested lists: 
7.00 ms OK
RUN      T7657 string() function used to represent lists dumps nested non-empty 
lists: 5.00 ms OK
RUN      T7658 string() function used to represent lists errors when dumping 
recursive lists: 6.00 ms OK
RUN      T7659 string() function used to represent lists dumps recursive lists 
despite the error: 6.00 ms OK
RUN      T7660 string() function used to represent dictionaries dumps empty 
dict: 6.00 ms OK
RUN      T7661 string() function used to represent dictionaries dumps list with 
two same empty dictionaries, also in partials: 6.00 ms OK
RUN      T7662 string() function used to represent dictionaries dumps non-empty 
dict: 6.00 ms OK
RUN      T7663 string() function used to represent dictionaries errors when 
dumping recursive dictionaries: 6.00 ms OK
RUN      T7664 string() function used to represent dictionaries dumps recursive 
dictionaries despite the error: 6.00 ms OK
-------- 35 tests from test/functional/vimscript/string_spec.lua (497.00 ms 
total)

-------- Running tests from test/functional/vimscript/system_spec.lua
RUN      T7665 system() command passed as a List throws error if cmd[0] is not 
executable: 6.00 ms OK
RUN      T7666 system() command passed as a List parameter validation does NOT 
modify v:shell_error: 8.00 ms OK
RUN      T7667 system() command passed as a List quotes arguments correctly 
#5280: 9.00 ms OK
RUN      T7668 system() command passed as a List calls executable in $PATH: 
16.00 ms OK
RUN      T7669 system() command passed as a List does NOT run in shell: 7.00 ms 
OK
RUN      T7670 system() sets v:shell_error: 12.00 ms OK
RUN      T7671 system() executes shell function powershell w/ UTF-8 text 
#13713: 1.00 ms SKIP
RUN      T7672 system() executes shell function `echo` and waits for its 
return: 6.00 ms OK
RUN      T7673 system() executes shell function prints verbose information: 
7.00 ms OK
RUN      T7674 system() executes shell function self and total time recorded 
separately: 4.00 ms OK
RUN      T7675 system() executes shell function `yes` interrupted with CTRL-C: 
8.00 ms OK
RUN      T7676 system() executes shell function `yes` interrupted with mapped 
CTRL-C: 12.00 ms OK
RUN      T7677 system() passing no input returns the program output: 7.00 ms OK
RUN      T7678 system() passing no input to backgrounded command does not 
crash: 8.00 ms OK
RUN      T7679 system() passing input returns the program output: 7.00 ms OK
RUN      T7680 system() passing input to backgrounded command does not crash: 
9.00 ms OK
RUN      T7681 system() passing input works with an empty string: 7.00 ms OK
RUN      T7682 system() passing a lot of input returns the program output: 
18.00 ms OK
RUN      T7683 system() Number input is treated as a buffer id: 8.00 ms OK
RUN      T7684 system() with output containing NULs replaces NULs by SOH 
characters: 2.00 ms OK
RUN      T7685 system() input passed as List joins List items with linefeed 
characters: 8.00 ms OK
RUN      T7686 system() input passed as List with linefeed characters inside 
List items converts linefeed characters to NULs: 8.00 ms OK
RUN      T7687 system() input passed as List with leading/trailing whitespace 
characters on items preserves whitespace, replacing linefeeds by NULs: 8.00 ms 
OK
RUN      T7688 system() with a program that doesn't close stdout will exit 
properly after passing input: 9.00 ms OK
RUN      T7689 systemlist() sets v:shell_error: 12.00 ms OK
RUN      T7690 systemlist() executes shell function `echo` and waits for its 
return: 5.00 ms OK
RUN      T7691 systemlist() executes shell function `yes` interrupted with 
CTRL-C: 9.00 ms OK
RUN      T7692 systemlist() passing string with linefeed characters as input 
splits the output on linefeed characters: 8.00 ms OK
RUN      T7693 systemlist() passing a lot of input returns the program output: 
44.00 ms OK
RUN      T7694 systemlist() with output containing NULs replaces NULs by 
newline characters: 2.00 ms OK
RUN      T7695 systemlist() input passed as List joins list items with linefeed 
characters: 8.00 ms OK
RUN      T7696 systemlist() input passed as List with linefeed characters 
inside list items converts linefeed characters to NULs: 8.00 ms OK
RUN      T7697 systemlist() input passed as List with leading/trailing 
whitespace characters on items preserves whitespace, replacing linefeeds by 
NULs: 8.00 ms OK
RUN      T7698 systemlist() handles empty lines in the middle: 8.00 ms OK
RUN      T7699 systemlist() handles empty lines in the beginning: 8.00 ms OK
RUN      T7700 systemlist() when keepempty option is 0, ignores trailing 
newline: 10.00 ms OK
RUN      T7701 systemlist() when keepempty option is 1, preserves trailing 
newline: 10.00 ms OK
RUN      T7702 systemlist() with a program that doesn't close stdout will exit 
properly after passing input: 8.00 ms OK
RUN      T7703 systemlist() powershell w/ UTF-8 text #13713: 6.00 ms SKIP
RUN      T7704 shell :! :{range}! works when the first char is NUL #34163: 
12.00 ms OK
RUN      T7705 shell :! :{range}! with powershell filter/redirect #16271 
#19250: 39.00 ms OK
RUN      T7706 shell :! :{range}! without redirecting to buffer: 29.00 ms OK
-------- 42 tests from test/functional/vimscript/system_spec.lua (860.00 ms 
total)

-------- Running tests from test/functional/vimscript/timer_spec.lua
RUN      T7707 timers works one-shot: 100.00 ms OK
RUN      T7708 timers works one-shot when repeat=0: 101.00 ms OK
RUN      T7709 timers works with repeat two: 40.00 ms OK
RUN      T7710 timers are triggered during sleep: 41.00 ms OK
RUN      T7711 timers works with zero timeout: 23.00 ms OK
RUN      T7712 timers can be started during sleep: 40.00 ms OK
RUN      T7713 timers are paused when event processing is disabled: 1030.00 ms 
OK
RUN      T7714 timers are triggered in inputlist() call #7857: 21.00 ms OK
RUN      T7715 timers are triggered in confirm() call: 23.00 ms OK
RUN      T7716 timers are triggered in blocking getchar() call: 20.00 ms OK
RUN      T7717 timers can invoke redraw in blocking getchar() call: 105.00 ms OK
RUN      T7718 timers can be stopped: 61.00 ms OK
RUN      T7719 timers can be stopped from the handler: 41.00 ms OK
RUN      T7720 timers can have two timers: 21.00 ms OK
RUN      T7721 timers do not crash when processing events in the handler: 21.00 
ms OK
RUN      T7722 timers doesn't mess up the cmdline: 101.00 ms OK
RUN      T7723 timers timer_start can't be used in the sandbox: 1.00 ms OK
RUN      T7724 timers can be triggered after an empty string <expr> mapping 
#17257: 8.00 ms OK
-------- 18 tests from test/functional/vimscript/timer_spec.lua (2074.00 ms 
total)

-------- Running tests from test/functional/vimscript/uniq_spec.lua
RUN      T7725 uniq() errors out when processing special values: 6.00 ms OK
RUN      T7726 uniq() can yield E882 and stop filtering after that: 6.00 ms OK
-------- 2 tests from test/functional/vimscript/uniq_spec.lua (30.00 ms total)

-------- Running tests from test/functional/vimscript/vvar_event_spec.lua
RUN      T7727 v:event is empty before any autocommand: 6.00 ms OK
RUN      T7728 v:event is immutable: 6.00 ms OK
-------- 2 tests from test/functional/vimscript/vvar_event_spec.lua (29.00 ms 
total)

-------- Running tests from test/functional/vimscript/wait_spec.lua
RUN      T7729 wait() waits and returns 0 when condition is satisfied: 101.00 
ms OK
RUN      T7730 wait() returns -1 on timeout: 50.00 ms OK
RUN      T7731 wait() returns -2 when interrupted: 2.00 ms OK
RUN      T7732 wait() returns -3 on error: 0.00 ms OK
RUN      T7733 wait() evaluates the condition on given interval: 31.00 ms OK
RUN      T7734 wait() validates args: 0.00 ms OK
-------- 6 tests from test/functional/vimscript/wait_spec.lua (276.00 ms total)

-------- Running tests from test/functional/vimscript/writefile_spec.lua
RUN      T7735 writefile() writes empty list to a file: 14.00 ms OK
RUN      T7736 writefile() writes list with an empty string to a file: 11.00 ms 
OK
RUN      T7737 writefile() writes list with a null string to a file: 12.00 ms OK
RUN      T7738 writefile() appends to a file: 18.00 ms OK
RUN      T7739 writefile() correctly treats NLs: 13.00 ms OK
RUN      T7740 writefile() writes with s and S: 10.00 ms OK
RUN      T7741 writefile() correctly overwrites file: 12.00 ms OK
RUN      T7742 writefile() shows correct file name when supplied numbers: 6.00 
ms OK
RUN      T7743 writefile() writefile(..., "p") creates missing parent 
directories: 13.00 ms OK
RUN      T7744 writefile() errors out with invalid arguments: 7.00 ms OK
RUN      T7745 writefile() does not write to file if error in list: 7.00 ms OK
-------- 11 tests from test/functional/vimscript/writefile_spec.lua (221.00 ms 
total)

-------- Global test environment teardown.
======== 7906 tests from 441 test files ran. (332484.00 ms total)
PASSED   7849 tests.
SKIPPED  56 tests, listed below:
SKIPPED  test/functional/api/autocmd_spec.lua @ 239: autocmd api 
nvim_create_autocmd script and verbose settings
SKIPPED  test/functional/api/server_requests_spec.lua @ 149: server -> client 
requests and notifications interleaved will close connection if not properly 
synchronized
SKIPPED  test/functional/autocmd/termxx_spec.lua @ 37: autocmd TermClose 
TermClose deleting its own buffer, altbuf = buffer 1 #10386
SKIPPED  test/functional/core/channels_spec.lua @ 36: channels can connect to 
socket
SKIPPED  test/functional/core/job_spec.lua @ 1012: jobs exit event follows 
stdout, stderr
SKIPPED  test/functional/editor/ctrl_c_spec.lua @ 18: CTRL-C (mapped) 
interrupts :global
test/testutil.lua:841: skipped (TEST_SKIP_FRAGILE)
SKIPPED  test/functional/editor/lang_spec.lua @ 26: gu and gU works in Turkish 
locale Locale tr_TR.UTF-8 not supported
SKIPPED  test/functional/editor/langmap_spec.lua @ 242: 'langmap' Translates 
modified keys correctly
SKIPPED  test/functional/editor/langmap_spec.lua @ 248: 'langmap' handles 
multi-byte characters
SKIPPED  test/functional/editor/langmap_spec.lua @ 258: 'langmap' handles 
multibyte mappings
SKIPPED  test/functional/ex_cmds/make_spec.lua @ 19: :make with powershell not 
tested; powershell was not found
SKIPPED  test/functional/ex_cmds/source_spec.lua @ 50: :source changing 
'shellslash' changes the result of expand()
test/functional/ex_cmds/source_spec.lua:52: 'shellslash' only works on Windows
SKIPPED  test/functional/ex_cmds/verbose_spec.lua @ 209: lua :verbose with -V1 
"Last set" shows full location using :luafile for command defined by 
nvim_command
test/functional/ex_cmds/verbose_spec.lua:211: nvim_command does not set the 
script context
SKIPPED  test/functional/ex_cmds/verbose_spec.lua @ 209: lua :verbose without 
-V1 "Last set" suggests -V1 when using :luafile for command defined by 
nvim_command
test/functional/ex_cmds/verbose_spec.lua:211: nvim_command does not set the 
script context
SKIPPED  .../functional/legacy/036_regexp_character_classes_spec.lua @ 295: 
character classes in regexp "\%1l^#.*" does not match on a line starting with 
"#". (vim-patch:7.4.1305)
SKIPPED  test/functional/lua/system_spec.lua @ 176: vim.system always captures 
all content of stdout/stderr #30846
test/testutil.lua:825: missing "git" command
SKIPPED  test/functional/lua/uri_spec.lua @ 208: URI methods uri from bufnr 
Windows paths should not be treated as uris
test/testutil.lua:825: Not applicable on non-Windows
SKIPPED  test/functional/lua/vim_spec.lua @ 2236: lua stdlib vim.opt handles 
STUPID window things
SKIPPED  test/functional/lua/watch_spec.lua @ 61: vim._watch inotify() ignores 
nonexistent paths
test/testutil.lua:825: inotifywait not found
SKIPPED  test/functional/lua/watch_spec.lua @ 82: vim._watch inotify() detects 
file changes
test/testutil.lua:825: inotifywait not found
SKIPPED  test/functional/lua/with_spec.lua @ 306: vim._with `emsg_silent` 
context works
SKIPPED  test/functional/lua/with_spec.lua @ 512: vim._with `hide` context works
SKIPPED  test/functional/lua/with_spec.lua @ 565: vim._with `horizontal` 
context works
SKIPPED  test/functional/lua/with_spec.lua @ 576: vim._with `horizontal` 
context can be nested
SKIPPED  test/functional/lua/with_spec.lua @ 591: vim._with `keepalt` context 
works
SKIPPED  test/functional/lua/with_spec.lua @ 625: vim._with `keepjumps` context 
works
SKIPPED  test/functional/lua/with_spec.lua @ 654: vim._with `keepmarks` context 
works
SKIPPED  test/functional/lua/with_spec.lua @ 687: vim._with `keepatterns` 
context works
SKIPPED  test/functional/lua/with_spec.lua @ 771: vim._with `noautocmd` context 
can be nested
SKIPPED  test/functional/lua/with_spec.lua @ 1040: vim._with `silent` context 
can be nested
SKIPPED  test/functional/lua/with_spec.lua @ 1062: vim._with `unsilent` context 
can be nested
SKIPPED  test/functional/lua/with_spec.lua @ 1496: vim._with can forward 
command modifiers to user command
SKIPPED  test/functional/options/keymap_spec.lua @ 195: 'keymap' / :lmap 
mappings not applied to macro replay of :lnoremap
SKIPPED  test/functional/plugin/lsp_spec.lua @ 338: LSP basic_init test should 
succeed with manual shutdown
test/testutil.lua:841: skipped (TEST_SKIP_FRAGILE)
SKIPPED  test/functional/plugin/lsp_spec.lua @ 1779: LSP basic_init test should 
check the body and didChange incremental normal mode editing
SKIPPED  test/functional/plugin/lsp_spec.lua @ 5744: LSP vim.lsp._watchfiles 
sends notifications when files change (watchfunc=inotify)
test/testutil.lua:825: inotify-tools not installed and not on CI
SKIPPED  test/functional/provider/nodejs_spec.lua @ 15: Missing nodejs host, or 
nodejs version is too old (node not found (or not executable))
SKIPPED  test/functional/provider/perl_spec.lua @ 19: Missing perl host, or 
perl version is too old ("Neovim::Ext" cpan module is not installed)
SKIPPED  test/functional/provider/ruby_spec.lua @ 29: Missing neovim RubyGem 
(missing ruby or ruby-host)
SKIPPED  test/functional/terminal/tui_spec.lua @ 3137: TUI 't_Co' (terminal 
colors) TERM=interix uses 8 colors
SKIPPED  test/functional/ui/bufhl_spec.lua @ 450: Buffer highlighting 
prioritizes latest added highlight
SKIPPED  test/functional/ui/decorations_spec.lua @ 6891: decorations: window 
scoped sign_text
SKIPPED  test/functional/ui/float_spec.lua @ 770: float window with only one 
tabpage, deleting the last non-floating window's buffer closes other windows 
with that buffer when there are other buffers if called from floating window 
with another buffer
SKIPPED  test/functional/ui/float_spec.lua @ 803: float window with only one 
tabpage, deleting the last non-floating window's buffer creates an empty buffer 
when there is only one listed buffer if called from floating window with an 
unlisted buffer
SKIPPED  test/functional/ui/float_spec.lua @ 974: float window with multiple 
tabpages and multiple listed buffers, deleting the last non-floating window's 
buffer closes the tabpage when all floating windows are closeable if called 
from floating window with another buffer
SKIPPED  test/functional/ui/float_spec.lua @ 1003: float window :close on 
non-float with floating windows does not crash if BufUnload makes it the only 
non-float in tabpage
SKIPPED  test/functional/ui/float_spec.lua @ 4394: float window with 
ext_multigrid supports second UI without multigrid
SKIPPED  test/functional/ui/inccommand_spec.lua @ 2546: :substitute with 
inccommand during :terminal activity
test/testutil.lua:841: skipped (TEST_SKIP_FRAGILE)
SKIPPED  test/functional/ui/messages_spec.lua @ 2521: ui/msg_puts_printf output 
multibyte characters correctly
test/functional/ui/messages_spec.lua:2539: Locale ja_JP.UTF-8 not supported
SKIPPED  test/functional/vimscript/eval_spec.lua @ 90: backtick expansion with 
shell=fish
test/functional/vimscript/eval_spec.lua:92: missing "fish" command
SKIPPED  test/functional/vimscript/eval_spec.lua @ 108: List support code does 
not actually allows interrupting with just got_int
SKIPPED  test/functional/vimscript/executable_spec.lua @ 111: executable() 
(Windows) N/A for non-windows
SKIPPED  test/functional/vimscript/lang_spec.lua @ 10: vimscript parses `<SID>` 
with turkish locale
test/functional/vimscript/lang_spec.lua:12: Locale tr_TR.UTF-8 not supported
SKIPPED  test/functional/vimscript/lang_spec.lua @ 25: vimscript str2float is 
not affected by locale
test/functional/vimscript/lang_spec.lua:27: Locale sv_SE.UTF-8 not supported
SKIPPED  test/functional/vimscript/system_spec.lua @ 191: system() executes 
shell function powershell w/ UTF-8 text #13713
test/functional/vimscript/system_spec.lua:193: powershell not found
SKIPPED  test/functional/vimscript/system_spec.lua @ 543: systemlist() 
powershell w/ UTF-8 text #13713
test/functional/vimscript/system_spec.lua:545: powershell not found
ERROR    1 error, listed below:
ERROR    test/functional/editor/put_spec.lua @ 933: put command . register 
special tests should ring the bell when deleting if not appropriate
test/functional/ui/screen.lua:1794: attempt to index local 'entry' (a nil value)

stack traceback:
        test/functional/ui/screen.lua:1794: in function '_insert_hl_id'
        test/functional/ui/screen.lua:1934: in function '_get_attr_id'
        test/functional/ui/screen.lua:1458: in function '_row_repr'
        test/functional/ui/screen.lua:1609: in function 'render'
        test/functional/ui/screen.lua:1633: in function 'get_snapshot'
        test/functional/ui/screen.lua:1719: in function '_print_snapshot'
        test/functional/ui/screen.lua:853: in function '_wait'
        test/functional/ui/screen.lua:517: in function 'expect'
        test/functional/editor/put_spec.lua:895: in function 'bell_test'
        ...
        /usr/share/lua/5.1/busted/core.lua:314: in function 'execute'
        /usr/share/lua/5.1/busted/block.lua:155: in function 'execute'
        /usr/share/lua/5.1/busted/init.lua:7: in function 'executor'
        /usr/share/lua/5.1/busted/core.lua:314: in function 
</usr/share/lua/5.1/busted/core.lua:314>


 56 SKIPPED TESTS
 1 ERROR
------------------------------------------------------------------------------
$NVIM_LOG_FILE: /<<PKGBUILDDIR>>/build/.nvimlog
(last 10 lines)
ERR 2025-10-19T15:43:42.693 ui/c/T5492.16884.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:43:42.767 ui/c/T5493.16887.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:43:42.832 ui/c/T5494.16890.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:43:42.869 ui/c/T5495.16893.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:43:42.937 ui/c/T5496.16896.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:43:43.111 ui/c/T5497.16899.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:43:43.341 ui/c/T5498.16902.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:43:43.341 ui/c/T5498.16903.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:45:09.405 ui/c/T6746.18288.0 tui_stop:641: TUI already 
stopped (race?)
ERR 2025-10-19T15:45:09.865 ui/c/T6747.18293.0 tui_stop:641: TUI already 
stopped (race?)
------------------------------------------------------------------------------
-- Tests exited non-zero: 1
-- Output to stderr:
E5113: Error while calling lua chunk: 

CMake Error at /<<PKGBUILDDIR>>/cmake/RunTests.cmake:104 (message):
  functional tests failed with error: 1


FAILED: test/CMakeFiles/functionaltest 
/<<PKGBUILDDIR>>/build/test/CMakeFiles/functionaltest 
cd /<<PKGBUILDDIR>>/build/test && /usr/bin/cmake -D TEST_TYPE=functional -D 
BUILD_DIR=/<<PKGBUILDDIR>>/build -D CIRRUS_CI= -D CI_BUILD=OFF -D 
DEPS_INSTALL_DIR=/<<PKGBUILDDIR>>/build/usr -D 
NVIM_PRG=/<<PKGBUILDDIR>>/build/bin/nvim -D TEST_DIR=/<<PKGBUILDDIR>>/test -D 
WORKING_DIR=/<<PKGBUILDDIR>> -P /<<PKGBUILDDIR>>/cmake/RunTests.cmake
ninja: build stopped: subcommand failed.
make[1]: *** [debian/rules:152: override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:90: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to