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 koobs
Recipients Arfrever, brett.cannon, eric.snow, koobs, larry, ncoghlan, python-dev, r.david.murray, vstinner
Date 2014-04-13.06:45:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397371524.35.0.266294135102.issue20123@psf.upfronthosting.co.za>
In-reply-to
Content
koobs-freebsd9 (3.4) buildbot has also been failing for a while on what seems to be this changeset:

======================================================================
ERROR: test_synopsis_sourceless (test.test_pydoc.PydocDocTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/test/test_pydoc.py", line 504, in test_synopsis_sourceless
    synopsis = pydoc.synopsis(filename)
  File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/pydoc.py", line 238, in synopsis
    mtime = os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: '/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/__pycache__/os.cpython-34.pyc'

Full buildlog is attached.
History
Date User Action Args
2014-04-13 06:45:24koobssetrecipients: + koobs, brett.cannon, ncoghlan, vstinner, larry, Arfrever, r.david.murray, python-dev, eric.snow
2014-04-13 06:45:24koobssetmessageid: <1397371524.35.0.266294135102.issue20123@psf.upfronthosting.co.za>
2014-04-13 06:45:24koobslinkissue20123 messages
2014-04-13 06:45:23koobscreate