[Python-checkins] buildbot failure in ppc Debian unstable trunk

buildbot at python.org buildbot at python.org
Tue Aug 19 23:45:41 CEST 2008


The Buildbot has detected a new failure of ppc Debian unstable trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%20trunk/builds/1889

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson,guido.van.rossum,thomas.heller

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_compiler

======================================================================
ERROR: testCompileLibrary (test.test_compiler.CompilerTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_compiler.py", line 53, in testCompileLibrary
    compiler.compile(buf, basename, "exec")
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/pycodegen.py", line 64, in compile
    gen.compile()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/pycodegen.py", line 111, in compile
    tree = self._get_tree()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/pycodegen.py", line 77, in _get_tree
    tree = parse(self.source, self.mode)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 51, in parse
    return Transformer().parsesuite(buf)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 128, in parsesuite
    return self.transform(parser.suite(text))
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 124, in transform
    return self.compile_node(tree)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 157, in compile_node
    return self.file_input(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 188, in file_input
    self.com_append_stmt(stmts, node)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1091, in com_append_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 317, in stmt
    return self.com_stmt(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1084, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 317, in stmt
    return self.com_stmt(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1084, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 307, in classdef
    code = self.com_node(nodelist[-1])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 566, in suite
    self.com_append_stmt(stmts, node)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1091, in com_append_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 317, in stmt
    return self.com_stmt(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1084, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 317, in stmt
    return self.com_stmt(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1084, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 271, in funcdef
    code = self.com_node(nodelist[-1])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 566, in suite
    self.com_append_stmt(stmts, node)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1091, in com_append_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 317, in stmt
    return self.com_stmt(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1084, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 327, in simple_stmt
    self.com_append_stmt(stmts, nodelist[i])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1091, in com_append_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 317, in stmt
    return self.com_stmt(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1084, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 365, in expr_stmt
    exprNode = self.lookup_node(en)(en[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 578, in testlist
    return self.com_binary(Tuple, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 594, in test
    then = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 608, in or_test
    return self.com_binary(Or, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 613, in and_test
    return self.com_binary(And, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 617, in not_test
    result = self.com_node(nodelist[-1])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 624, in comparison
    node = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 657, in expr
    return self.com_binary(Bitor, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 661, in xor_expr
    return self.com_binary(Bitxor, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 665, in and_expr
    return self.com_binary(Bitand, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 669, in shift_expr
    node = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 681, in arith_expr
    node = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 693, in term
    node = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 713, in factor
    node = self.lookup_node(nodelist[-1])(nodelist[-1][1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 732, in power
    node = self.com_apply_trailer(node, elt)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1207, in com_apply_trailer
    return self.com_call_function(primaryNode, nodelist[2])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1230, in com_call_function
    kw, result = self.com_argument(node, kw)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1270, in com_argument
    return 0, self.com_node(nodelist[1])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 594, in test
    then = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 608, in or_test
    return self.com_binary(Or, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 613, in and_test
    return self.com_binary(And, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 617, in not_test
    result = self.com_node(nodelist[-1])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 624, in comparison
    node = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 657, in expr
    return self.com_binary(Bitor, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 661, in xor_expr
    return self.com_binary(Bitxor, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 665, in and_expr
    return self.com_binary(Bitand, nodelist)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1076, in com_binary
    return self.lookup_node(n)(n[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 669, in shift_expr
    node = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 681, in arith_expr
    node = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 693, in term
    node = self.com_node(nodelist[0])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 803, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 713, in factor
    node = self.lookup_node(nodelist[-1])(nodelist[-1][1:])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 732, in power
    node = self.com_apply_trailer(node, elt)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1207, in com_apply_trailer
    return self.com_call_function(primaryNode, nodelist[2])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/compiler/transformer.py", line 1248, in com_call_function
    ch = nodelist[i+1]
IndexError: ('tuple index out of range', 'in file test_grammar.py]')

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list