[Python-checkins] buildbot failure in x86 osx.5 2.5
buildbot at python.org
buildbot at python.org
Tue Apr 22 01:26:10 CEST 2008
The Buildbot has detected a new failure of x86 osx.5 2.5.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%20osx.5%202.5/builds/8
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: heller-x86-osx5
Build Reason:
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: amaury.forgeotdarc
BUILD FAILED: failed test
Excerpt from the test logfile:
4 tests failed:
test_defaultdict test_shutil test_subprocess test_urllib
======================================================================
ERROR: test_print (test.test_defaultdict.TestDefaultDict)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_defaultdict.py", line 93, in test_print
os.remove(tfn)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpo0uMTp'
======================================================================
ERROR: test_recursive_repr (test.test_defaultdict.TestDefaultDict)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_defaultdict.py", line 165, in test_recursive_repr
os.remove(tfn)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpywoTGU'
======================================================================
ERROR: test_copytree_simple (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_shutil.py", line 89, in test_copytree_simple
src_dir = tempfile.mkdtemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 328, in mkdtemp
_os.mkdir(file, 0700)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpVCYo6Y'
======================================================================
ERROR: test_dont_move_dir_in_itself (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_shutil.py", line 67, in test_dont_move_dir_in_itself
src_dir = tempfile.mkdtemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 328, in mkdtemp
_os.mkdir(file, 0700)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpCCmgb3'
======================================================================
ERROR: test_rmtree_dont_delete_file (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_shutil.py", line 61, in test_rmtree_dont_delete_file
handle, path = tempfile.mkstemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpeOQE82'
======================================================================
ERROR: test_args_string (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 531, in test_args_string
f, fname = self.mkstemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 45, in mkstemp
return tempfile.mkstemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpnczf6D'
======================================================================
ERROR: test_call_string (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 573, in test_call_string
f, fname = self.mkstemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 45, in mkstemp
return tempfile.mkstemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpPLvREE'
======================================================================
ERROR: test_stderr_filedes (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 187, in test_stderr_filedes
tf = tempfile.TemporaryFile()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 482, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpTQHpwT'
======================================================================
ERROR: test_stderr_fileobj (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 199, in test_stderr_fileobj
tf = tempfile.TemporaryFile()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 482, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpSHQE9U'
======================================================================
ERROR: test_stdin_filedes (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 128, in test_stdin_filedes
tf = tempfile.TemporaryFile()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 482, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpFUu8fm'
======================================================================
ERROR: test_stdin_fileobj (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 140, in test_stdin_fileobj
tf = tempfile.TemporaryFile()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 482, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpxls_w4'
======================================================================
ERROR: test_stdout_filedes (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 158, in test_stdout_filedes
tf = tempfile.TemporaryFile()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 482, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpAJfViw'
======================================================================
ERROR: test_stdout_fileobj (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 169, in test_stdout_fileobj
tf = tempfile.TemporaryFile()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 482, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpr4Jhvx'
======================================================================
ERROR: test_stdout_stderr_file (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_subprocess.py", line 223, in test_stdout_stderr_file
tf = tempfile.TemporaryFile()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 482, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmptR7sAl'
======================================================================
ERROR: test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_urllib.py", line 231, in test_reporthook_0_bytes
srcFileName = self.createNewTempFile()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_urllib.py", line 172, in createNewTempFile
newFd, newFilePath = tempfile.mkstemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpg7duJ5'
======================================================================
ERROR: test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_urllib.py", line 245, in test_reporthook_5_bytes
srcFileName = self.createNewTempFile("x" * 5)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_urllib.py", line 172, in createNewTempFile
newFd, newFilePath = tempfile.mkstemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpJ3jhQA'
======================================================================
ERROR: test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_urllib.py", line 259, in test_reporthook_8193_bytes
srcFileName = self.createNewTempFile("x" * 8193)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/test/test_urllib.py", line 172, in createNewTempFile
newFd, newFilePath = tempfile.mkstemp()
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/Users/buildbot/buildarea/2.5.heller-x86-osx5/build/Lib/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/folders/hm/hmcPs0tuELuc-92a0F0LIk+++TM/-Tmp-/tmpVo3nfK'
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list