[Python-checkins] buildbot failure in x86 W2k8 trunk

buildbot at python.org buildbot at python.org
Tue May 20 09:51:40 CEST 2008


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

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

Buildslave for this Build: nelson-windows

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

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_distutils test_platform test_pydoc test_urllib2net

======================================================================
ERROR: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\distutils\tests\test_build_ext.py", line 40, in test_build_ext
    cmd.run()
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\distutils\command\build_ext.py", line 340, in run
    self.build_extensions()
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\distutils\command\build_ext.py", line 466, in build_extensions
    self.build_extension(ext)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\distutils\command\build_ext.py", line 563, in build_extension
    target_lang=language)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\distutils\ccompiler.py", line 845, in link_shared_object
    extra_preargs, extra_postargs, build_temp, target_lang)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\distutils\msvc9compiler.py", line 625, in link
    raise LinkError(msg)
LinkError: command '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.exe"' failed with exit status 1104

======================================================================
ERROR: test_mac_ver (test.test_platform.PlatformTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_platform.py", line 68, in test_mac_ver
    if os.uname()[0] == 'Darwin':
AttributeError: 'module' object has no attribute 'uname'

======================================================================
FAIL: test_html_doc (test.test_pydoc.PyDocDocTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_pydoc.py", line 213, in test_html_doc
    self.fail("outputs are not equal, see diff above")
AssertionError: outputs are not equal, see diff above

======================================================================
FAIL: test_text_doc (test.test_pydoc.PyDocDocTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_pydoc.py", line 220, in test_text_doc
    self.fail("outputs are not equal, see diff above")
AssertionError: outputs are not equal, see diff above

======================================================================
ERROR: test_ftp_Value (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_urllib2net.py", line 232, in test_ftp_Value
    u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_urllib2net.py", line 24, in _urlopen_with_retry
    raise last_exc
URLError: <urlopen error ftp error: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

======================================================================
ERROR: test_ftp_basic (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_urllib2net.py", line 215, in test_ftp_basic
    u = _urlopen_with_retry(self.FTP_HOST)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_urllib2net.py", line 24, in _urlopen_with_retry
    raise last_exc
URLError: <urlopen error ftp error: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

======================================================================
ERROR: test_http_NoneWithdefault (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_urllib2net.py", line 199, in test_http_NoneWithdefault
    u = _urlopen_with_retry("http://www.python.org", timeout=None)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_urllib2net.py", line 24, in _urlopen_with_retry
    raise last_exc
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list