[Python-checkins] buildbot failure in g4 osx.4 3.0

buildbot at python.org buildbot at python.org
Fri Oct 3 00:13:38 CEST 2008


The Buildbot has detected a new failure of g4 osx.4 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%20osx.4%203.0/builds/1471

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

Buildslave for this Build: psf-g4

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson,christian.heimes,guido.van.rossum,martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_fnmatch

======================================================================
ERROR: test_mix_bytes_str (test.test_fnmatch.FnmatchTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_fnmatch.py", line 41, in test_mix_bytes_str
    self.assertRaises(TypeError, fnmatch, 'test', b'*')
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/unittest.py", line 311, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/fnmatch.py", line 38, in fnmatch
    return fnmatchcase(name, pat)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/fnmatch.py", line 76, in fnmatchcase
    match = _compile_pattern(pat)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/fnmatch.py", line 41, in _compile_pattern
    regex = _cache.get(pat)
BytesWarning: Comparison between bytes and string

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list