test_gettext testresult

cpu-mhz 1603.696
cpu-model AMD Opteron(tm) Processor 242
executable py.py
execution-time 89.8730499744
exit-status 1
fspath /home/hpk/pypy-dist/lib-python/2.4.1/test/test_gettext.py
options
outcome ERR
platform linux2
pypy-revision 27957
python-version-info (2, 4, 2, 'final', 0)
startdate Thu Jun 1 07:54:11 2006
testreport-version 1.1
timeout 1296.0
userhost hpk@cen01

stdout

test_double_quotes (test.test_gettext.GettextTestCase1) ... 

stderr

Loading grammar /home/hpk/pypy-dist/pypy/interpreter/pyparser/data/Grammar2.5a
faking <type 'module'>
faking <type 'file'>
faking <type 'posix.stat_result'>
faking <type 'posix.statvfs_result'>
fake-wrapping interp file <open file '<stdout>', mode 'w' at 0x558e5068>
fake-wrapping interp file <open file '<stderr>', mode 'w' at 0x558e50b0>
fake-wrapping interp file <open file '<stdin>', mode 'r' at 0x558e5020>
Traceback (most recent call last):
  File "/home/hpk/pypy-dist/pypy/tool/alarm.py", line 43, in ?
    execfile(_main_with_alarm(finished))
  File "/home/hpk/pypy-dist/pypy/bin/py.py", line 205, in ?
    sys.exit(main_(sys.argv))
  File "/home/hpk/pypy-dist/pypy/bin/py.py", line 114, in main_
    if not main.run_toplevel(space, doit, verbose=Options.verbose):
  File "/home/hpk/pypy-dist/pypy/interpreter/main.py", line 80, in run_toplevel
    f()
  File "/home/hpk/pypy-dist/pypy/bin/py.py", line 104, in doit
    main.run_file(args[0], space=space)
  File "/home/hpk/pypy-dist/pypy/interpreter/main.py", line 67, in run_file
    run_string(istring, filename, space)
  File "/home/hpk/pypy-dist/pypy/interpreter/main.py", line 58, in run_string
    _run_eval_string(source, filename, space, False)
  File "/home/hpk/pypy-dist/pypy/interpreter/main.py", line 47, in _run_eval_string
    retval = pycode.exec_code(space, w_globals, w_globals)
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 25, in exec_code
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 556, in call_valuestack
    return w_func.funccall_valuestack(nargs, valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 67, in funccall_valuestack
    w_res = self.code.fastcall_0(self.space, self)
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 206, in fastcall_0
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 556, in call_valuestack
    return w_func.funccall_valuestack(nargs, valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 92, in funccall_valuestack
    return self.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 551, in call_valuestack
    return func.funccall_obj_valuestack(w_inst, nargs, valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 102, in funccall_obj_valuestack
    w_res = self.code.fastcall_2(self.space, self, w_obj, valuestack.top(0))
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 223, in fastcall_2
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 561, in call_valuestack
    return self.call_args(w_func, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 103, in call_args
    return space.get_and_call_args(w_descr, w_obj, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 74, in get_and_call_args
    return descr.call_args(args.prepend(w_obj))
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 707, in CALL_FUNCTION_VAR_KW
    f.call_function(oparg, w_varargs, w_varkw)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 677, in call_function
    w_result = f.space.call_args(w_function, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 96, in call_args
    return w_obj.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 335, in call_args
    return space.call_args(self.w_function, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 94, in call_args
    return w_obj.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 561, in call_valuestack
    return self.call_args(w_func, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 103, in call_args
    return space.get_and_call_args(w_descr, w_obj, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 74, in get_and_call_args
    return descr.call_args(args.prepend(w_obj))
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 707, in CALL_FUNCTION_VAR_KW
    f.call_function(oparg, w_varargs, w_varkw)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 677, in call_function
    w_result = f.space.call_args(w_function, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 96, in call_args
    return w_obj.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 335, in call_args
    return space.call_args(self.w_function, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 94, in call_args
    return w_obj.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 561, in call_valuestack
    return self.call_args(w_func, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 103, in call_args
    return space.get_and_call_args(w_descr, w_obj, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 74, in get_and_call_args
    return descr.call_args(args.prepend(w_obj))
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 707, in CALL_FUNCTION_VAR_KW
    f.call_function(oparg, w_varargs, w_varkw)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 677, in call_function
    w_result = f.space.call_args(w_function, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 96, in call_args
    return w_obj.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 335, in call_args
    return space.call_args(self.w_function, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 94, in call_args
    return w_obj.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 551, in call_valuestack
    return func.funccall_obj_valuestack(w_inst, nargs, valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 98, in funccall_obj_valuestack
    w_res = self.code.fastcall_1(self.space, self, w_obj)
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 214, in fastcall_1
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 556, in call_valuestack
    return w_func.funccall_valuestack(nargs, valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 92, in funccall_valuestack
    return self.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 694, in CALL_FUNCTION
    f.call_function(oparg)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 677, in call_function
    w_result = f.space.call_args(w_function, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 94, in call_args
    return w_obj.call_args(args)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 561, in call_valuestack
    return self.call_args(w_func, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 103, in call_args
    return space.get_and_call_args(w_descr, w_obj, args)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 74, in get_and_call_args
    return descr.call_args(args.prepend(w_obj))
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/gateway.py", line 557, in funcrun
    w_result = self.func__args__(space, w_obj, newargs)
  File "</home/hpk/pypy-dist/py/code/source.py:215>", line 4, in _mm_call_typeS0_perform_call
  File "</home/hpk/pypy-dist/py/code/source.py:215>", line 2, in _mm_call_typeS0
  File "/home/hpk/pypy-dist/pypy/objspace/std/typeobject.py", line 341, in call__Type
    space.get_and_call_args(w_descr, w_newobject, __args__)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 74, in get_and_call_args
    return descr.call_args(args.prepend(w_obj))
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 37, in call_args
    return self.code.funcrun(self, args) # delegate activation to code
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 255, in funcrun
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 70, in dispatch
    fn(self, oparg)                    
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 687, in CALL_FUNCTION
    w_result = f.space.call_valuestack(w_function, nargs, f.valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 551, in call_valuestack
    return func.funccall_obj_valuestack(w_inst, nargs, valuestack)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 102, in funccall_obj_valuestack
    w_res = self.code.fastcall_2(self.space, self, w_obj, valuestack.top(0))
  File "/home/hpk/pypy-dist/pypy/interpreter/pycode.py", line 223, in fastcall_2
    return frame.run()
  File "/home/hpk/pypy-dist/pypy/interpreter/eval.py", line 158, in resume
    result = self.eval(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyframe.py", line 122, in eval
    self.dispatch(executioncontext)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 74, in dispatch
    fn(self)
  File "/home/hpk/pypy-dist/pypy/interpreter/pyopcode.py", line 289, in STORE_SUBSCR
    f.space.setitem(w_obj, w_subscr, w_newvalue)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 219, in setitem
    return space.get_and_call_function(w_descr, w_obj, w_key, w_val)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 85, in get_and_call_function
    return descr.funccall(w_obj, *args_w)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 55, in funccall
    args_w[1], args_w[2])
  File "/home/hpk/pypy-dist/pypy/interpreter/gateway.py", line 619, in fastcall_3
    w_result = self.fastfunc_3(space, w1, w2, w3)
  File "</home/hpk/pypy-dist/py/code/source.py:215>", line 4, in _mm_setitem_dictS0_perform_call
  File "</home/hpk/pypy-dist/py/code/source.py:215>", line 2, in _mm_setitem_dictS0
  File "</home/hpk/pypy-dist/py/code/source.py:215>", line 2, in _mm_setitem_dictS0__W_DictObject
  File "</home/hpk/pypy-dist/py/code/source.py:215>", line 2, in _mm_setitem_dictS0__W_DictObject__W_Root
  File "/home/hpk/pypy-dist/pypy/objspace/std/dictobject.py", line 72, in setitem__Dict_ANY_ANY
    w_dict.content[w_newkey] = w_newvalue
  File "/home/hpk/pypy-dist/pypy/rpython/objectmodel.py", line 168, in __setitem__
    self._dict[_r_dictkey(self, key)] = value
  File "/home/hpk/pypy-dist/pypy/rpython/objectmodel.py", line 229, in __init__
    self.hash = dic.key_hash(key)
  File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 388, in hash_w
    return self.int_w(self.hash(w_obj))
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 290, in hash
    w_result = space.get_and_call_function(w_hash, w_obj)
  File "/home/hpk/pypy-dist/pypy/objspace/descroperation.py", line 85, in get_and_call_function
    return descr.funccall(w_obj, *args_w)
  File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 45, in funccall
    w_res = self.code.fastcall_1(self.space, self, args_w[0])
  File "/home/hpk/pypy-dist/pypy/interpreter/gateway.py", line 589, in fastcall_1
    w_result = self.fastfunc_1(space, w1)
  File "</home/hpk/pypy-dist/py/code/source.py:215>", line 4, in _mm_hash_unicodeS0_perform_call
  File "</home/hpk/pypy-dist/py/code/source.py:215>", line 2, in _mm_hash_unicodeS0
  File "/home/hpk/pypy-dist/pypy/objspace/std/unicodeobject.py", line 200, in hash__Unicode
    x = ord(chars[0]) << 7
IndexError: list index out of range