Bug#1022352: lua-mode: FTBFS: tests failed

2022-10-23 Thread Hilko Bengen
FTBFS confirmed with elpa-buttercup/1.26-{1,2,3}, tests work just fine
using elpa-buttercup/1.24-1.



Bug#1022352: lua-mode: FTBFS: tests failed

2022-10-23 Thread Lucas Nussbaum
Source: lua-mode
Version: 20210802-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> Loading /etc/emacs/site-start.d/00debian.el (source)...
> Loading /etc/emacs/site-start.d/50autoconf.el (source)...
> Loading /etc/emacs/site-start.d/00debian.el (source)...
> Loading /etc/emacs/site-start.d/50autoconf.el (source)...
> Loading /etc/emacs/site-start.d/00debian.el (source)...
> Loading /etc/emacs/site-start.d/50autoconf.el (source)...
> Loading /etc/emacs/site-start.d/00debian.el (source)...
> Loading /etc/emacs/site-start.d/50autoconf.el (source)...
> version is 20210802
> make[1]: Leaving directory '/<>'
>dh_elpa_test
>   buttercup -L .
> Loading /etc/emacs/site-start.d/00debian.el (source)...
> Loading /etc/emacs/site-start.d/50autoconf.el (source)...
> Warning (buttercup): Found duplicate spec names in suite: 
> ("lua-skip-ws-and-comments-forward respects limit when escaping multi-line 
> comment 1: limit=8 \"--[[<1>   <2> ]] \\n\"")
> Running 392 out of 410 specs.
> 
> Test electric mode
>   works with curly braces
>   works with curly braces (18.56ms)
>   works with parentheses
>   works with parentheses (1.38ms)
>   works with end
>   works with end (1.51ms)
>   works with else
>   works with else (1.51ms)
>   works with elseif
>   works with elseif (1.46ms)
> 
> Electric pair mode
>   skips parens when electric-pair-skip-self is t
>   skips parens when electric-pair-skip-self is t (2.01ms)
> 
> Test fill-paragraph
>   fills single-line comment
>   fills single-line comment (0.56ms)
>   fills comment after code
>   fills comment after code (0.49ms)
>   fills multiline comment
>   fills multiline comment  PENDING (0.06ms)
>   does not spill comments into code (issue #25)
>   does not spill comments into code (issue #25) (15.26ms)
> 
> Test fill-paragraph preserves point position
>   doesn't move point if nothing has changed
>   doesn't move point if nothing has changed (1.08ms)
>   doesn't move point in refilled region
>   doesn't move point in refilled region (2.51ms)
>   doesn't move point if nothing has changed (multi-line)
>   doesn't move point if nothing has changed (multi-line) (0.82ms)
> 
> Fontification of built-ins
>   fontifies built-ins
>   fontifies built-ins (0.30ms)
>   fontifies built-ins with spaces between members
>   fontifies built-ins with spaces between members (0.30ms)
>   doesn't fontify things that look like built-ins
>   doesn't fontify things that look like built-ins (0.66ms)
>   fontifies built-in class if method is not built-in
>   fontifies built-in class if method is not built-in (0.23ms)
>   fontifies built-ins after concatenation operator
>   fontifies built-ins after concatenation operator (0.19ms)
> 
> Fontification of constants
>   fontifies constants
>   fontifies constants (0.19ms)
>   fontifies constants used as attributes
>   fontifies constants used as attributes (0.18ms)
> 
> Fontification of keywords
>   fontifies keywords
>   fontifies keywords (0.25ms)
>   fontifies keywords used as attributes
>   fontifies keywords used as attributes (0.23ms)
> 
> Fontification of variables
>   fontifies "local foo, bar, baz = 1, 2, 3"
>   fontifies "local foo, bar, baz = 1, 2, 3" (0.21ms)
>   fontifies "local foo, bar, baz"
>   fontifies "local foo, bar, baz" (0.18ms)
>   fontifies "local x =" at end of buffer
>   fontifies "local x =" at end of buffer (0.14ms)
>   fontifies local "x =" at end of line
>   fontifies local "x =" at end of line (0.17ms)
>   does not fontify "for" inside strings
>   does not fontify "for" inside strings (0.22ms)
>   fontifies "for x123 ="
>   fontifies "for x123 =" (0.15ms)
>   fontifies "for x, y, z"
>   fontifies "for x, y, z" (0.17ms)
> 
> Fontification of function headers
>   fontifies function (...) headers
>   fontifies function (...) headers (0.18ms)
>   fontifies local function (...) headers
>   fontifies local function (...) headers (0.21ms)
>   fontifies  = function (...) headers
>   fontifies  = function (...) headers (0.25ms)
>   fontifies local  = function (...) headers
>   fontifies local  = function (...) headers (0.21ms)
>   fontifies parameters in function literals
>   fontifies parameters in function literals (0.17ms)
>   fontifies different variations of headers altogether
>   fontifies different variations of headers altogether (0.47ms)
>   fontifies headers inside tables
>   fontifies headers inside tables (0.38ms)
>   does not fail on issue #59 again
>