This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients koobs, vstinner
Date 2019-06-25.14:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561472439.76.0.380853719084.issue37400@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-06-25 14:20:39vstinnersetrecipients: + vstinner, koobs
2019-06-25 14:20:39vstinnersetmessageid: <1561472439.76.0.380853719084.issue37400@roundup.psfhosted.org>
2019-06-25 14:20:39vstinnerlinkissue37400 messages
2019-06-25 14:20:39vstinnercreate