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 nadeem.vawda
Recipients arekm, loewis, nadeem.vawda
Date 2012-03-09.09:31:56
SpamBayes Score 9.40302e-05
Marked as misclassified No
Message-id <1331285517.14.0.517344805294.issue14238@psf.upfronthosting.co.za>
In-reply-to
Content
This looks similar to a sporadic failure on the debian bigmem buildbot:

http://www.python.org/dev/buildbot/all/builders/AMD64%20debian%20bigmem%203.x/builds/168/steps/test/logs/stdio

    ERROR: test_expanduser (test.test_posixpath.PosixPathTest)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/test_posixpath.py", line 305, in test_expanduser
        home = pwd.getpwuid(os.getuid()).pw_dir
    KeyError: 'getpwuid(): uid not found: 5025'
History
Date User Action Args
2012-03-09 09:31:57nadeem.vawdasetrecipients: + nadeem.vawda, loewis, arekm
2012-03-09 09:31:57nadeem.vawdasetmessageid: <1331285517.14.0.517344805294.issue14238@psf.upfronthosting.co.za>
2012-03-09 09:31:56nadeem.vawdalinkissue14238 messages
2012-03-09 09:31:56nadeem.vawdacreate