Message346528
I'm connected to the FreeBSD CURRENT buildbot as the user "haypo". I'm unable to reproduce the bug:
CURRENT-amd64% id
uid=1003(haypo) gid=1003(haypo) groups=1003(haypo)
CURRENT-amd64% ./python -m test test_os -m test_chown
(...)
Tests result: SUCCESS
Moreover, it seems like something changes on the buildbot, since the user "buildbot" now has 0 group!?
$ ./python
>>> [g.gr_gid for g in grp.getgrall() if 'buildbot' in g.gr_mem]
[]
Or maybe as the user "haypo", I cannot see *all* groups.
In case of doubt, I will blindly apply my fix PR 14374. |
|
Date |
User |
Action |
Args |
2019-06-25 14:20:39 | vstinner | set | recipients:
+ vstinner, koobs |
2019-06-25 14:20:39 | vstinner | set | messageid: <1561472439.76.0.380853719084.issue37400@roundup.psfhosted.org> |
2019-06-25 14:20:39 | vstinner | link | issue37400 messages |
2019-06-25 14:20:39 | vstinner | create | |
|