Summary: | app-shells/fish-3.4.*: "redirect.fish" tests failed on multiple platform | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Raymond Wong <infiwang> |
Component: | Current packages | Assignee: | idealseal <realidealseal> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | ajak, DuPol, jstein, kingjon3377, matoro_gentoo, polynomial-c, proxy-maint |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=886161 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 807742, 909803 | ||
Attachments: |
build.log on amd64
build.log on mips build.log on riscv emerge --info on amd64 emerge --info on mips emerge --info on riscv |
Description
Raymond Wong
2022-04-13 07:46:35 UTC
Created attachment 770540 [details]
build.log on amd64
Created attachment 770543 [details]
build.log on mips
Created attachment 770546 [details]
build.log on riscv
Created attachment 770549 [details]
emerge --info on amd64
Created attachment 770552 [details]
emerge --info on mips
Created attachment 770555 [details]
emerge --info on riscv
Specifying FEATURES="-sandbox -usersandbox" to disable sandbox during test would resolve the issue somehow. Probably because "redirect.fish" would attempt redirecting to /bin/echo/file, which is forbidden by default. This was done on amd64. It seems that FEATURES='-usersandbox' is enough to work around this problem. USE tests started on Sun 24 Apr 2022 02:20:33 PM CST FEATURES=' test' failed for =app-shells/fish-3.4.1 log has been saved as ./tatt/logs/app-shells_fish-3.4.1_use_buUFS testsuite logs have been saved as ./tatt/logs/app-shells_fish-3.4.1_use_buUFS.tar FEATURES='-sandbox test' failed for =app-shells/fish-3.4.1 log has been saved as ./tatt/logs/app-shells_fish-3.4.1_use_YUGwg testsuite logs have been saved as ./tatt/logs/app-shells_fish-3.4.1_use_YUGwg.tar USE tests started on Sun 24 Apr 2022 02:26:55 PM CST FEATURES='-sandbox -usersandbox test' USE='' succeeded for =app-shells/fish-3.4.1 USE tests started on Sun 24 Apr 2022 02:35:59 PM CST FEATURES='-usersandbox test' USE='' succeeded for =app-shells/fish-3.4.1 Can confirm that FEATURES='-usersandbox' also solve the issue on mips/riscv USE tests started on Sun Apr 24 14:45:30 CST 2022 FEATURES=' test' failed for =app-shells/fish-3.4.1 log has been saved as ./tatt/logs/app-shells_fish-3.4.1_use_TvikL testsuite logs have been saved as ./tatt/logs/app-shells_fish-3.4.1_use_TvikL.tar FEATURES='-usersandbox test' USE='' succeeded for =app-shells/fish-3.4.1 Seems like we might've gotten by this with bug 934533 finishing? |