The BuildBot (http://buildbot.zope.org) is getting these test failures for the trunk on Windows:
Error in test test_OFS_ObjectManager__importObjectFromFile_xml (OFS.tests.test_XMLExportImport.XMLExportImportTests) Traceback (most recent call last): File "c:\python24\lib\unittest.py", line 260, in run testMethod() File "C:\buildbot\bbwin2\zc-bbwin2--Windows 2000--Zope---branches---2.9--2.4\build\lib\python\OFS\tests\test_XMLExportImport.py", line 102, in test_OFS_ObjectManager__importObjectFromFile_xml sub._importObjectFromFile(ostream.name, 0, 0) File "C:\buildbot\bbwin2\zc-bbwin2--Windows 2000--Zope---branches---2.9--2.4\build\lib\python\OFS\ObjectManager.py", line 602, in _importObjectFromFile ob=connection.importFile( File "C:\buildbot\bbwin2\zc-bbwin2--Windows 2000--Zope---branches---2.9--2.4\build\lib\python\ZODB\ExportImport.py", line 59, in importFile f = open(f, 'rb') IOError: [Errno 13] Permission denied: 'c:\\docume~1\\buildbot\\locals~1\\temp\\tmpftc3py.xml'
test_export_import_as_file_idempotent (OFS.tests.test_XMLExportImport.XMLExportImportTests)
Error in test test_export_import_as_file_idempotent (OFS.tests.test_XMLExportImport.XMLExportImportTests) Traceback (most recent call last): File "c:\python24\lib\unittest.py", line 260, in run testMethod() File "C:\buildbot\bbwin2\zc-bbwin2--Windows 2000--Zope---branches---2.9--2.4\build\lib\python\OFS\tests\test_XMLExportImport.py", line 75, in test_export_import_as_file_idempotent newobj = importXML(connection, ostream.name) File "C:\buildbot\bbwin2\zc-bbwin2--Windows 2000--Zope---branches---2.9--2.4\build\lib\python\OFS\XMLExportImport.py", line 101, in importXML file=open(file, 'rb') IOError: [Errno 13] Permission denied: 'c:\\docume~1\\buildbot\\locals~1\\temp\\tmpizfhqn.xml' -- Benji York Senior Software Engineer Zope Corporation