test_select testresult

cpu-mhz 1603.696
cpu-model AMD Opteron(tm) Processor 242
executable py.py
execution-time 8.01711893082
exit-status 1
fspath /home/hpk/pypy-dist/lib-python/2.4.1/test/test_select.py
options
outcome ERR
platform linux2
pypy-revision 27957
python-version-info (2, 4, 2, 'final', 0)
startdate Fri Jun 2 13:25:16 2006
testreport-version 1.1
timeout 1225.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 376, in load_source_module
    pycode.exec_code(space, w_dict, w_dict) 
  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 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/eval.py", line 58, in funcrun
    frame.setfastscope(scope_w)
  File "/home/hpk/pypy-dist/pypy/objspace/std/fake.py", line 159, in setfastscope
    raise UnwrapError('calling %s: %s' % (code.cpy_callable, e))
pypy.objspace.std.model.UnwrapError: calling <built-in function select>: cannot unwrap <UserWeakrefableW_ObjectObject() instance of <W_TypeObject(Nope)>>