[Python-checkins] buildbot failure in i386 Ubuntu 3.x

buildbot at python.org buildbot at python.org
Mon Apr 27 00:41:42 CEST 2009


The Buildbot has detected a new failure of i386 Ubuntu 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/i386%20Ubuntu%203.x/builds/819

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

Buildslave for this Build: klose-ubuntu-i386

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: eric.smith,raymond.hettinger,walter.doerwald

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_optparse test_os test_posixpath test_tempfile

======================================================================
ERROR: test_help (test.test_optparse.TestHelp)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1432, in setUp
    self.parser = self.make_parser(80)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1451, in make_parser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_help_description_groups (test.test_optparse.TestHelp)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1432, in setUp
    self.parser = self.make_parser(80)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1451, in make_parser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_help_long_opts_first (test.test_optparse.TestHelp)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1432, in setUp
    self.parser = self.make_parser(80)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1451, in make_parser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_help_old_usage (test.test_optparse.TestHelp)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1432, in setUp
    self.parser = self.make_parser(80)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1451, in make_parser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_help_title_formatter (test.test_optparse.TestHelp)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1432, in setUp
    self.parser = self.make_parser(80)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1451, in make_parser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_help_unicode (test.test_optparse.TestHelp)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1432, in setUp
    self.parser = self.make_parser(80)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1451, in make_parser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_help_unicode_description (test.test_optparse.TestHelp)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1432, in setUp
    self.parser = self.make_parser(80)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1451, in make_parser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_wrap_columns (test.test_optparse.TestHelp)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1432, in setUp
    self.parser = self.make_parser(80)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_optparse.py", line 1451, in make_parser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_expanduser (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_posixpath.py", line 422, in test_expanduser
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

======================================================================
ERROR: test_wanted_dirs (test.test_tempfile.test__candidate_tempdir_list)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_tempfile.py", line 152, in test_wanted_dirs
    with test_support.EnvironmentVarGuard() as env:
NameError: global name 'test_support' is not defined

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list