Summary: | sys-libs/glibc-2.28 fails 2 tests on amd64 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mikle Kolyada (RETIRED) <zlogene> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Mikle Kolyada (RETIRED)
![]() ![]() ![]() ![]() FAIL: misc/tst-bz21269 FAIL: nss/tst-nss-files-alias-leak > FAIL: misc/tst-bz21269 I can't reproduce this failure. @zlogene, if you can, please add the file misc/tst-bz21269.out (or similar) here > FAIL: nss/tst-nss-files-alias-leak From nss/tst-nss-files-alias-leak.out warning: could not open /proc/self/uid_map: Permission denied warning: file creation may not be possible error: invalid return code 2 (user user1", size 1) error: invalid return code 2 (user user1", size 2) error: invalid return code 2 (user user1", size 3) error: invalid return code 2 (user user1", size 4) error: invalid return code 2 (user user1", size 5) error: invalid return code 2 (user user1", size 6) ... error: invalid return code 2 (user many", size 999) error: invalid return code 2 (user many", size 1000) error: user many not found error: 4004 test failures the corresponding source file is nss/tst-nss-files-alias-leak.c (In reply to Andreas K. Hüttel from comment #2) > > FAIL: misc/tst-bz21269 > > I can't reproduce this failure. > > @zlogene, if you can, please add the file misc/tst-bz21269.out (or similar) > here Was unable to reproduce this during yet another try, heh > > > > FAIL: nss/tst-nss-files-alias-leak > > From nss/tst-nss-files-alias-leak.out > > warning: could not open /proc/self/uid_map: Permission denied > warning: file creation may not be possible > error: invalid return code 2 (user user1", size 1) > error: invalid return code 2 (user user1", size 2) > error: invalid return code 2 (user user1", size 3) > error: invalid return code 2 (user user1", size 4) > error: invalid return code 2 (user user1", size 5) > error: invalid return code 2 (user user1", size 6) > ... > error: invalid return code 2 (user many", size 999) > error: invalid return code 2 (user many", size 1000) > error: user many not found > error: 4004 test failures Confirm this fail second time > > the corresponding source file is nss/tst-nss-files-alias-leak.c > From nss/tst-nss-files-alias-leak.out
>
> warning: could not open /proc/self/uid_map: Permission denied
> warning: file creation may not be possible
> error: invalid return code 2 (user user1", size 1)
> error: invalid return code 2 (user user1", size 2)
> error: invalid return code 2 (user user1", size 3)
> error: invalid return code 2 (user user1", size 4)
> error: invalid return code 2 (user user1", size 5)
> error: invalid return code 2 (user user1", size 6)
> ...
> error: invalid return code 2 (user many", size 999)
> error: invalid return code 2 (user many", size 1000)
> error: user many not found
> error: 4004 test failures
>
> the corresponding source file is nss/tst-nss-files-alias-leak.c
FEATURES="-sandbox -usersandbox" makes the first two (warning) lines go away, but the rest remains.
(In reply to Mikle Kolyada from comment #3) > > > FAIL: misc/tst-bz21269 > > > > I can't reproduce this failure. > > > > @zlogene, if you can, please add the file misc/tst-bz21269.out (or similar) > > here > > Was unable to reproduce this during yet another try, heh > OK then let's ignore this one for now. (In reply to Andreas K. Hüttel from comment #4) > > From nss/tst-nss-files-alias-leak.out > > > > warning: could not open /proc/self/uid_map: Permission denied > > warning: file creation may not be possible > > error: invalid return code 2 (user user1", size 1) > > error: invalid return code 2 (user user1", size 2) > > > > the corresponding source file is nss/tst-nss-files-alias-leak.c > > FEATURES="-sandbox -usersandbox" makes the first two (warning) lines go > away, but the rest remains. This failure occurs because the test is creating /etc/aliases, but we patched our glibc to search for /etc/mail/aliases, bug 496510 Failure is harmless, the fix is already in git. Doesnt block stabilization. |