New submission from Stefano Rivera <[email protected]>:

It's been broken for a while (possibly the whole 2.x series), because there
isn't a buildbot build for it. But no bug filed.

Here's the failure with current HEAD (988f37762851)

[translation:info] Error:
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/translator/goal/translate.py", line 316, in main
[translation:info]     drv.proceed(goals)
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/translator/driver.py", line 531, in proceed
[translation:info]     return self._execute(goals, task_skip = 
self._maybe_skip())
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/translator/tool/taskengine.py", line 114, in
_execute
[translation:info]     res = self._do(goal, taskcallable, *args, **kwds)
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/translator/driver.py", line 276, in _do
[translation:info]     res = func()
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/translator/driver.py", line 359, in
task_pyjitpl_lltype
[translation:info]     backend_name=self.config.translation.jit_backend,
inline=True)
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/jit/metainterp/warmspot.py", line 50, in 
apply_jit
[translation:info]     warmrunnerdesc.finish()
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/jit/metainterp/warmspot.py", line 243, in finish
[translation:info]     self.annhelper.finish()
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/rtyper/annlowlevel.py", line 223, in finish
[translation:info]     self.finish_rtype()
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/rtyper/annlowlevel.py", line 273, in 
finish_rtype
[translation:info]     rtyper.specialize_more_blocks()
[translation:info]    File "/home/stefanor/hg/pypy/rpython/rtyper/rtyper.py",
line 223, in specialize_more_blocks
[translation:info]     self.specialize_block(block)
[translation:info]    File "/home/stefanor/hg/pypy/rpython/rtyper/rtyper.py",
line 341, in specialize_block
[translation:info]     self.translate_hl_to_ll(hop, varmapping)
[translation:info]    File "/home/stefanor/hg/pypy/rpython/rtyper/rtyper.py",
line 470, in translate_hl_to_ll
[translation:info]     resultvar = hop.dispatch()
[translation:info]    File "/home/stefanor/hg/pypy/rpython/rtyper/rtyper.py",
line 699, in dispatch
[translation:info]     return translate_meth(self)
[translation:info]    File "<59406-codegen
/home/stefanor/hg/pypy/rpython/rtyper/rtyper.py:540>", line 4, in
translate_op_call_args
[translation:info]     return r_arg1.rtype_call_args(hop)
[translation:info]    File "/home/stefanor/hg/pypy/rpython/rtyper/rpbc.py", line
715, in rtype_call_args
[translation:info]     return self.redispatch_call(hop, call_args=True)
[translation:info]    File "/home/stefanor/hg/pypy/rpython/rtyper/rpbc.py", line
742, in redispatch_call
[translation:info]     hop.llops, hop)
[translation:info]    File "/home/stefanor/hg/pypy/rpython/rtyper/rclass.py",
line 467, in rtype_new_instance
[translation:info]     return rinstance.new_instance(llops, classcallhop)
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/rtyper/lltypesystem/rclass.py", line 534, in
new_instance
[translation:info]     r.convert_desc_or_const(value))
[translation:info]    File "/home/stefanor/hg/pypy/rpython/rtyper/rmodel.py",
line 116, in convert_desc_or_const
[translation:info]     return self.convert_const(desc_or_const.value)
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/rtyper/lltypesystem/rpbc.py", line 181, in
convert_const
[translation:info]     funcdesc = 
self.rtyper.annotator.bookkeeper.getdesc(value)
[translation:info]    File
"/home/stefanor/hg/pypy/rpython/annotator/bookkeeper.py", line 393, in getdesc
[translation:info]     raise Exception("%s: %r" % (msg, pyobj))
[translation:ERROR] Exception: unexpected prebuilt constant: <staticmethod
object at 0x1110e7c0>
[translation] start debugger...

----------
messages: 6827
nosy: pypy-issue, stefanor
priority: bug
status: unread
title: --jit-backend=x86-without-sse2 is broken

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1751>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to