[Python-checkins] buildbot failure in sparc solaris10 gcc trunk

buildbot at python.org buildbot at python.org
Tue Jun 30 18:42:21 CEST 2009


The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/sparc%20solaris10%20gcc%20trunk/builds/592

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

Buildslave for this Build: loewis-sun

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: mark.dickinson

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/threading.py", line 524, in __bootstrap_inner
    self.run()
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/SocketServer.py", line 224, in serve_forever
    r, w, e = select.select([self], [], [], poll_interval)
error: (4, 'Interrupted system call')

3 tests failed:
    test_posix test_socket test_socketserver

======================================================================
ERROR: test_getcwd_long_pathnames (test.test_posix.PosixTester)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_posix.py", line 270, in test_getcwd_long_pathnames
    shutil.rmtree(base_path)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/shutil.py", line 239, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/shutil.py", line 237, in rmtree
    os.rmdir(path)
OSError: [Errno 22] Invalid argument: '/home2/buildbot/slave/trunk.loewis-sun/build/@test_13456_tmp.getcwd/@test_13456_tmp.getcwd'

======================================================================
ERROR: test_getcwd_long_pathnames (test.test_posix.PosixTester)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_posix.py", line 27, in tearDown
    os.unlink(test_support.TESTFN)
OSError: [Errno 2] No such file or directory: '@test_13456_tmp'

======================================================================
FAIL: test_ForkingTCPServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socketserver.py", line 189, in test_ForkingTCPServer
    self.stream_examine)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socketserver.py", line 147, in run_server
    testfunc(svrcls.address_family, addr)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socketserver.py", line 161, in stream_examine
    self.assertEquals(buf, TEST_STR)
AssertionError: '' != 'hello world\n'

======================================================================
FAIL: test_ForkingUnixStreamServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socketserver.py", line 207, in test_ForkingUnixStreamServer
    self.stream_examine)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socketserver.py", line 147, in run_server
    testfunc(svrcls.address_family, addr)
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socketserver.py", line 161, in stream_examine
    self.assertEquals(buf, TEST_STR)
AssertionError: '' != 'hello world\n'

Traceback (most recent call last):
Unhandled exception in thread started by <bound method Thread.__bootstrap of <Thread(test.test_socketserver.ForkingUnixStreamServer serving, stopped daemon 1337)>>  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/threading.py", line 497, in __bootstrap

Traceback (most recent call last):
    [761092 refs]
*** Error code 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list