https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-lua/luasystem-0.4.2-r1 fails tests. Discovered on: amd64 (internal ref: gcc15_tinderbox) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 899075 [details] build.log build log and emerge --info
Error(s) that match a know pattern: 11 FAILED TESTS [ FAILED ] 11 tests, listed below: [ FAILED ] spec/04-term_spec.lua:178: Terminal: tcgetattr() gets the terminal flags #manual [ FAILED ] spec/04-term_spec.lua:178: Terminal: tcgetattr() gets the terminal flags #manual (0.12 ms) [ FAILED ] spec/04-term_spec.lua:222: Terminal: tcsetattr() sets the terminal flags, if called with flags #manual [ FAILED ] spec/04-term_spec.lua:222: Terminal: tcsetattr() sets the terminal flags, if called with flags #manual (0.05 ms) [ FAILED ] spec/04-term_spec.lua:284: Terminal: tcsetattr() returns an error if called with an invalid third argument #manual [ FAILED ] spec/04-term_spec.lua:284: Terminal: tcsetattr() returns an error if called with an invalid third argument #manual (0.09 ms) [ FAILED ] spec/04-term_spec.lua:291: Terminal: tcsetattr() returns an error if iflag is not a bitflags object #manual [ FAILED ] spec/04-term_spec.lua:291: Terminal: tcsetattr() returns an error if iflag is not a bitflags object #manual (0.04 ms) [ FAILED ] spec/04-term_spec.lua:300: Terminal: tcsetattr() returns an error if oflag is not a bitflags object #manual [ FAILED ] spec/04-term_spec.lua:300: Terminal: tcsetattr() returns an error if oflag is not a bitflags object #manual (0.04 ms) [ FAILED ] spec/04-term_spec.lua:309: Terminal: tcsetattr() returns an error if lflag is not a bitflags object #manual [ FAILED ] spec/04-term_spec.lua:309: Terminal: tcsetattr() returns an error if lflag is not a bitflags object #manual (0.20 ms) [ FAILED ] spec/04-term_spec.lua:501: Terminal: termsize() #manual gets the terminal size [ FAILED ] spec/04-term_spec.lua:501: Terminal: termsize() #manual gets the terminal size (0.24 ms) [ FAILED ] spec/04-term_spec.lua:57: Terminal: isatty() returns true for all if a terminal #manual [ FAILED ] spec/04-term_spec.lua:57: Terminal: isatty() returns true for all if a terminal #manual (7.11 ms) [ FAILED ] spec/04-term_spec.lua:69: Terminal: isatty() returns false for stdin if not a terminal #manual [ FAILED ] spec/04-term_spec.lua:69: Terminal: isatty() returns false for stdin if not a terminal #manual (7.13 ms) [ FAILED ] spec/04-term_spec.lua:81: Terminal: isatty() returns false for stdout if not a terminal #manual [ FAILED ] spec/04-term_spec.lua:81: Terminal: isatty() returns false for stdout if not a terminal #manual (6.70 ms) [ FAILED ] spec/04-term_spec.lua:93: Terminal: isatty() returns false for stderr if not a terminal #manual [ FAILED ] spec/04-term_spec.lua:93: Terminal: isatty() returns false for stderr if not a terminal #manual (7.46 ms)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986b69751fe822000baaefad4773eb47c6a9f04f commit 986b69751fe822000baaefad4773eb47c6a9f04f Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2024-12-23 19:59:20 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2024-12-23 19:59:20 +0000 dev-lua/luasystem: skip manual tests All manual tests need to be skipped, as they are not made for automated tests like executed during emerge. Closes: https://bugs.gentoo.org/937369 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> dev-lua/luasystem/luasystem-0.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)