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 akuchling, eric.araujo, jaraco, ned.deily, python-dev, tarek, vstinner
Date 2013-11-15.23:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384558762.72.0.0769744897372.issue19544@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-15 23:39:22vstinnersetrecipients: + vstinner, akuchling, jaraco, tarek, ned.deily, eric.araujo, python-dev
2013-11-15 23:39:22vstinnersetmessageid: <1384558762.72.0.0769744897372.issue19544@psf.upfronthosting.co.za>
2013-11-15 23:39:22vstinnerlinkissue19544 messages
2013-11-15 23:39:22vstinnercreate