STINNER Victor added the comment:

At changeset 015463176d2e2530e4f07cfbe97e41abac540a57, 
test_make_distribution_owner_group() was failing on some buildbots. 
test_distutils works fine on my Linux box, I ran the test as my haypo user and 
as root.

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/5780/steps/test/logs/stdio

======================================================================
FAIL: test_make_distribution_owner_group 
(distutils.tests.test_sdist.SDistTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/distutils/tests/test_sdist.py",
 line 477, in test_make_distribution_owner_group
    self.assertEquals(member.gid, os.getgid())
AssertionError: 0 != 1002

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/470/steps/test/logs/stdio

======================================================================
FAIL: test_make_distribution_owner_group 
(distutils.tests.test_sdist.SDistTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/distutils/tests/test_sdist.py",
 line 477, in test_make_distribution_owner_group
    self.assertEquals(member.gid, os.getgid())
AssertionError: 0 != 20

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19544>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to