test_datetime testresult
| cpu-mhz |
1603.696 |
| cpu-model |
AMD Opteron(tm) Processor 242 |
| executable |
py.py |
| execution-time |
8.93478679657 |
| exit-status |
1 |
| fspath |
/home/hpk/pypy-dist/lib-python/2.4.1/test/test_datetime.py |
| options |
|
| outcome |
ERR |
| platform |
linux2 |
| pypy-revision |
27957 |
| python-version-info |
(2, 4, 2, 'final', 0) |
| startdate |
Thu Jun 1 05:49:43 2006 |
| testreport-version |
1.1 |
| timeout |
1369.0 |
| userhost |
hpk@cen01 |
stdout
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 87, in funccall_valuestack
valuestack.top(0))
File "/home/hpk/pypy-dist/pypy/interpreter/gateway.py", line 634, in fastcall_4
w_result = self.fastfunc_4(space, w1, w2, w3, w4)
File "</home/hpk/pypy-dist/py/code/source.py:215>", line 3, in fastfunc_importhook_4
File "/home/hpk/pypy-dist/pypy/module/__builtin__/importing.py", line 206, in importhook
w_mod = absolute_import(space, modulename, 0, w_fromlist, tentative=0)
File "/home/hpk/pypy-dist/pypy/module/__builtin__/importing.py", line 228, in absolute_import
tentative=tentative)
File "/home/hpk/pypy-dist/pypy/module/__builtin__/importing.py", line 291, in load_part
w(partname))
File "/home/hpk/pypy-dist/pypy/module/__builtin__/importing.py", line 118, in try_import_mod
load_source_module(space, w_modulename, w_mod, filename, osfile)
File "/home/hpk/pypy-dist/pypy/module/__builtin__/importing.py", line 370, in load_source_module
pycode = parse_source_module(space, pathname, osfile)
File "/home/hpk/pypy-dist/pypy/module/__builtin__/importing.py", line 360, in parse_source_module
w_code = space.builtin.call('compile', w_source, w_pathname, w_mode)
File "/home/hpk/pypy-dist/pypy/interpreter/mixedmodule.py", line 31, in call
return self.space.call_function(w_builtin, *args_w)
File "/home/hpk/pypy-dist/pypy/interpreter/baseobjspace.py", line 538, in call_function
return w_func.funccall(*args_w)
File "/home/hpk/pypy-dist/pypy/interpreter/function.py", line 63, in funccall
return self.call_args(Arguments(self.space, list(args_w)))
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/eval.py", line 59, in funcrun
return frame.run()
File "/home/hpk/pypy-dist/pypy/interpreter/gateway.py", line 295, in run
w_result = self._run()
File "</home/hpk/pypy-dist/py/code/source.py:215>", line 4, in _run_UWS_ObjSpace_W_Root_str_str_int_int
File "/home/hpk/pypy-dist/pypy/module/__builtin__/compiling.py", line 34, in compile
code = ec.compiler.compile(str_, filename, mode, flags)
File "/home/hpk/pypy-dist/pypy/interpreter/pycompiler.py", line 216, in compile
PYTHON_PARSER.parse_source(source, target_rule, builder, flags)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/pythonparse.py", line 51, in parse_source
return self.parse_lines(lines, goal, builder, flags)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/pythonparse.py", line 65, in parse_lines
result = target.match(src, builder)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 564, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 564, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 472, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 564, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 384, in _match
m = rule.match(source, builder, level+1)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 262, in match
res = self._match(source, builder, level)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/grammar.py", line 479, in _match
ret = builder.sequence(self, source, len(self.args))
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/astbuilder.py", line 1744, in sequence
builder_func(self, elts_number)
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/astbuilder.py", line 1038, in build_listmaker
list_for = parse_listcomp(atoms[1:])
File "/home/hpk/pypy-dist/pypy/interpreter/pyparser/astbuilder.py", line 262, in parse_listcomp
assert False, 'Unexpected token: expecting for in listcomp'
AssertionError: Unexpected token: expecting for in listcomp