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 r.david.murray, vstinner
Date 2011-04-20.13:45:01
SpamBayes Score 0.00017965975
Marked as misclassified No
Message-id <1303307103.92.0.144521886538.issue11873@psf.upfronthosting.co.za>
In-reply-to
Content
It failed also on "AMD64 FreeBSD 8.2 3.x" buildbot:
-----------------
test test_compileall failed -- Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_compileall.py", line 253, in test_regexp
    self.assertCompiled(self.initfn)
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_compileall.py", line 149, in assertCompiled
    self.assertTrue(os.path.exists(imp.cache_from_source(fn)))
AssertionError: False is not true
-----------------
http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/builds/102/steps/test/logs/stdio
History
Date User Action Args
2011-04-20 13:45:04vstinnersetrecipients: + vstinner, r.david.murray
2011-04-20 13:45:03vstinnersetmessageid: <1303307103.92.0.144521886538.issue11873@psf.upfronthosting.co.za>
2011-04-20 13:45:01vstinnerlinkissue11873 messages
2011-04-20 13:45:01vstinnercreate