Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Checkins

buildbot failure in OS X x86 trunk

 

 

Python checkins RSS feed   Index | Next | Previous | View Threaded


buildbot at python

Sep 6, 2008, 2:29 PM

Post #1 of 5 (131 views)
Permalink
buildbot failure in OS X x86 trunk

The Buildbot has detected a new failure of OS X x86 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/293

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: noller-osx86

Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: amaury.forgeotdarc,andrew.kuchling

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/threading.py", line 522, in __bootstrap_inner
self.run()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/threading.py", line 477, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/bsddb/test/test_thread.py", line 306, in readerThread
rec = dbutils.DeadlockWrap(c.next, max_retries=10)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/bsddb/dbutils.py", line 68, in DeadlockWrap
return function(*_args, **_kwargs)
DBLockDeadlockError: (-30995, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')

1 test failed:
test_float

======================================================================
ERROR: test_float_with_comma (test.test_float.GeneralFloatCases)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_support.py", line 535, in inner
return func(*args, **kwds)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_float.py", line 58, in test_float_with_comma
self.assertEqual(fcmp(float(" .25e-1 "), .025), 0)
NameError: global name 'fcmp' is not defined

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Sep 8, 2008, 4:30 PM

Post #2 of 5 (114 views)
Permalink
buildbot failure in OS X x86 trunk [In reply to]

The Buildbot has detected a new failure of OS X x86 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/305

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: noller-osx86

Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: hirokazu.yamamoto

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
test_pickletools

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Sep 9, 2008, 1:49 PM

Post #3 of 5 (114 views)
Permalink
buildbot failure in OS X x86 trunk [In reply to]

The Buildbot has detected a new failure of OS X x86 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/310

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: noller-osx86

Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
Unhandled exception in thread started by <bound method Wait3Test.f of <test.test_wait3.Wait3Test testMethod=test_wait>>

Traceback (most recent call last):


Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f


Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f
self.alive[id] = os.getpid()
self.alive[id] = os.getpid()
self.alive[id] = os.getpid()

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/threading.py", line 522, in __bootstrap_inner
self.run()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/threading.py", line 477, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/bsddb/test/test_thread.py", line 306, in readerThread
rec = dbutils.DeadlockWrap(c.next, max_retries=10)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/bsddb/dbutils.py", line 68, in DeadlockWrap
return function(*_args, **_kwargs)
DBLockDeadlockError: (-30995, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')

8 tests failed:
test_complex test_descr test_io test_mailbox test_mmap
test_multiprocessing test_pipes test_wait3

======================================================================
ERROR: test_abs (test.test_complex.ComplexTest)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_complex.py", line 329, in test_abs
self.assertAlmostEqual((num.real**2 + num.imag**2) ** 0.5, abs(num))
OverflowError: absolute value too large

======================================================================
FAIL: test_complexes (test.test_descr.OperatorsTest)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_descr.py", line 267, in test_complexes
'int', 'long', 'float'])
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_descr.py", line 222, in number_operators
self.binop_test(a, b, res, expr, name)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_descr.py", line 93, in binop_test
self.assertEqual(eval(expr, d), res)
AssertionError: (0.0028399634833935882+0.0085225656338508513j) != (nan+nan*j)

8 tests failed:
test_bsddb3 test_bufio test_bz2 test_genericpath test_io
test_multiprocessing test_posix test_wait3

======================================================================
ERROR: Test seek/tell using the StatefulIncrementalDecoder.
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_io.py", line 1023, in testSeekAndTell
testSeekAndTellWithData(input)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_io.py", line 1003, in testSeekAndTellWithData
decoded = f.read()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/io.py", line 1721, in read
decoder = self._decoder or self._get_decoder()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/io.py", line 1510, in _get_decoder
decoder = make_decoder(self._errors)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_io.py", line 600, in __init__
codecs.IncrementalDecoder.__init__(self, errors)
AttributeError: 'NoneType' object has no attribute 'IncrementalDecoder'

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 247, in _run_finalizers
finalizer()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 186, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/managers.py", line 576, in _finalize_manager
if process.is_alive():
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 129, in is_alive
assert self._parent_pid == os.getpid(), 'can only test a child process'
AssertionError: can only test a child process

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 274, in _exit_function
for p in active_children():
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 43, in active_children
_cleanup()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 53, in _cleanup
if p._popen.poll() is not None:
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/forking.py", line 106, in poll
pid, sts = os.waitpid(self.pid, flag)
OSError: [Errno 10] No child processes

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 274, in _exit_function
for p in active_children():
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 43, in active_children
_cleanup()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 53, in _cleanup
if p._popen.poll() is not None:
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/forking.py", line 106, in poll
pid, sts = os.waitpid(self.pid, flag)
OSError: [Errno 10] No child processes

5 tests failed:
test_complex test_descr test_mailbox test_multiprocessing
test_wait3

Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 556, in runtest_inner
indirect_test()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_multiprocessing.py", line 1789, in test_main
ProcessesMixin.pool = multiprocessing.Pool(4)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/__init__.py", line 226, in Pool
return Pool(processes, initializer, initargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/pool.py", line 104, in __init__
w.start()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 99, in start
_cleanup()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 53, in _cleanup
if p._popen.poll() is not None:
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/forking.py", line 106, in poll
pid, sts = os.waitpid(self.pid, flag)
OSError: [Errno 10] No child processes

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 247, in _run_finalizers
finalizer()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 186, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/managers.py", line 576, in _finalize_manager
if process.is_alive():
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 129, in is_alive
assert self._parent_pid == os.getpid(), 'can only test a child process'
AssertionError: can only test a child process

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 274, in _exit_function
for p in active_children():
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 43, in active_children
_cleanup()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 53, in _cleanup
if p._popen.poll() is not None:
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/forking.py", line 106, in poll
pid, sts = os.waitpid(self.pid, flag)
OSError: [Errno 10] No child processes

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 274, in _exit_function
for p in active_children():
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 43, in active_children
_cleanup()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 53, in _cleanup
if p._popen.poll() is not None:
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/forking.py", line 106, in poll
pid, sts = os.waitpid(self.pid, flag)
OSError: [Errno 10] No child processes

======================================================================
ERROR: Test seek/tell using the StatefulIncrementalDecoder.
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_io.py", line 1023, in testSeekAndTell
testSeekAndTellWithData(input)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_io.py", line 1003, in testSeekAndTellWithData
decoded = f.read()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/io.py", line 1721, in read
decoder = self._decoder or self._get_decoder()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/io.py", line 1510, in _get_decoder
decoder = make_decoder(self._errors)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_io.py", line 600, in __init__
codecs.IncrementalDecoder.__init__(self, errors)
AttributeError: 'NoneType' object has no attribute 'IncrementalDecoder'

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 231, in _bootstrap
self.run()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/process.py", line 88, in run
self._target(*self._args, **self._kwargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_multiprocessing.py", line 492, in _test_task_done
time.sleep(DELTA)
IOError: [Errno 22] Invalid argument

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Sep 10, 2008, 7:08 AM

Post #4 of 5 (111 views)
Permalink
buildbot failure in OS X x86 trunk [In reply to]

The Buildbot has detected a new failure of OS X x86 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/312

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: noller-osx86

Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson,martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f
self.alive[id] = os.getpid()
AttributeError: 'NoneType' object has no attribute 'getpid'

Traceback (most recent call last):
Unhandled exception in thread started by <bound method Wait3Test.f of <test.test_wait3.Wait3Test testMethod=test_wait>> File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f

Traceback (most recent call last):
AttributeError File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f
self.alive[id] = os.getpid()
AttributeError: 'NoneType' object has no attribute 'getpid'

3 tests failed:
test_bsddb test_normalization test_wait3

4 tests failed:
test_bsddb test_bz2 test_normalization test_wait3

======================================================================
FAIL: test_main (test.test_normalization.NormalizationTest)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_normalization.py", line 83, in test_main
self.failUnless(X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X), c)
AssertionError: 6918

======================================================================
FAIL: test_main (test.test_normalization.NormalizationTest)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_normalization.py", line 83, in test_main
self.failUnless(X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X), c)
AssertionError: 6918

======================================================================
ERROR: test_wait (test.test_wait3.Wait3Test)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 66, in test_wait
time.sleep(LONGSLEEP)
IOError: [Errno 22] Invalid argument

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 247, in _run_finalizers
finalizer()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 186, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shutil.py", line 208, in rmtree
onerror(os.listdir, path, sys.exc_info())
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shutil.py", line 206, in rmtree
names = os.listdir(path)
OSError: [Errno 2] No such file or directory: '/tmp/pymp-teIwxR'

======================================================================
FAIL: test_wait (test.test_wait3.Wait3Test)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 74, in test_wait
self.wait_impl(cpid)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_wait3.py", line 30, in wait_impl
self.assertEqual(status, 0, "cause = %d, exit = %d" % (status&0xff, status>>8))
AssertionError: cause = 0, exit = 1

Traceback (most recent call last):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 247, in _run_finalizers
finalizer()
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 186, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shutil.py", line 208, in rmtree
onerror(os.listdir, path, sys.exc_info())
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shutil.py", line 206, in rmtree
names = os.listdir(path)
OSError: [Errno 2] No such file or directory: '/tmp/pymp-teIwxR'

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Sep 23, 2008, 3:23 AM

Post #5 of 5 (58 views)
Permalink
buildbot failure in OS X x86 trunk [In reply to]

The Buildbot has detected a new failure of OS X x86 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/359

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: noller-osx86

Build Reason: The web-page 'rebuild' button was pressed by '<unknown>': <no reason specified>

Build Source Stamp: [branch trunk] HEAD
Blamelist: barry.warsaw,benjamin.peterson,martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
test_pickletools

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins

Python checkins RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.