Summary: | app-emulation/ruffle-0_p20230919 fails test - test .../wraparound FAILED | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Ionen Wolkens <ionen> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-emulation:ruffle-0_p20230919:20231014-110537.log.xz emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 872781 [details]
emerge-info.txt
Created attachment 872782 [details]
app-emulation:ruffle-0_p20230919:20231014-110537.log.xz
Created attachment 872783 [details]
emerge-history.txt
Created attachment 872784 [details]
environment
Created attachment 872785 [details]
etc.clang.tar.xz
Created attachment 872786 [details]
etc.portage.tar.xz
Created attachment 872787 [details]
logs.tar.xz
Created attachment 872788 [details]
temp.tar.xz
The file size of ./files/tests.tar.xz is too big (62M) for an upload. For few weeks the link http://tinderbox.zwiebeltoralf.de:31560/17.1_no_multilib_hardened_test-20231010-123509/var/tmp/tb/issues/20231014-111430-app-emulation_ruffle-0_p20230919/files/tests.tar.xz is valid. Hm, think related to rust-1.73 albeit it formerly passed for me with RUSTFLAGS="-Copt-level=0 -Cdebuginfo=0" when I tried 1.73. I do get it to "pass" this xfail test if I drop that (perhaps it somehow optimized out the issue, odd behaviour). This test passing is not a bad thing though, so guess I could just skip it for now if it's going to be flaky. (In reply to Ionen Wolkens from comment #10) > Hm, think related to rust-1.73 albeit it formerly passed for me with > RUSTFLAGS="-Copt-level=0 -Cdebuginfo=0" when I tried 1.73. I do get it to > "pass" this xfail test if I drop that (perhaps it somehow optimized out the > issue, odd behaviour). Or wait, that's not it. Apparently is fine if *any* RUSTFLAGS is passed, only "pass" (xfail test) when it's unset. I know it overrides some settings in .cargo/config.toml but there's nothing new there, and we pass the same things except the clippy things. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd63cb7951b2a4a47ff6eceed77eba2ef4779da commit 7fd63cb7951b2a4a47ff6eceed77eba2ef4779da Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2023-10-15 02:22:12 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2023-10-15 02:59:16 +0000 app-emulation/ruffle: skip flaky test May need more looking into, but is not considered harmful at the moment. Closes: https://bugs.gentoo.org/915726 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> app-emulation/ruffle/ruffle-0_p20230919.ebuild | 11 +++++++++++ app-emulation/ruffle/ruffle-9999.ebuild | 11 +++++++++++ 2 files changed, 22 insertions(+) |