pypy ../../rpython/bin/rpython --batch -Ojit targetpypystandalone
in dir /build_dir/pypy-c-jit-linux-x86-32/build/pypy/goal (timeout 7200 secs)
watching logfiles {}
argv: ['pypy', '../../rpython/bin/rpython', '--batch', '-Ojit', 'targetpypystandalone']
environment:
AUDITWHEEL_ARCH=i686
AUDITWHEEL_PLAT=manylinux2014_i686
AUDITWHEEL_POLICY=manylinux2014
DEVTOOLSET_ROOTPATH=/opt/rh/devtoolset-10/root
HOME=/home/buildslave
HOSTNAME=ffc60fde56a7
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib/dyninst
LOGNAME=buildslave
PATH=/python27_virt/bin:/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig
PWD=/build_dir/pypy-c-jit-linux-x86-32/build/pypy/goal
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
SHELL=/bin/bash
SHLVL=3
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
TMPDIR=/build_dir/tmp
USER=buildslave
_=/usr/bin/linux32
using PTY: False
[translation:info] 2.7.18 (c7f2b53ceffe, Aug 22 2024, 13:49:28)
[PyPy 7.3.17 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
[translation:info] Translating target as defined by targetpypystandalone
[translation] PyPy config object:
[translation] [objspace]
[std]
intshortcut = True
optimized_list_getitem = True
withspecialisedtuple = True
[usemodules]
_abc = True
_ast = True
_cffi_backend = True
_codecs = True
_collections = True
_continuation = True
_cppyy = True
_csv = True
_jitlog = True
_lsprof = True
_md5 = True
_minimal_curses = True
_multibytecodec = True
_multiprocessing = True
_pickle = True
_pickle_support = True
_posixsubprocess = True
_pypyjson = True
_random = True
_rawffi = True
_socket = True
_sre = True
_string = True
_testing = True
_vmprof = True
_weakref = True
array = True
atexit = True
binascii = True
bz2 = True
cmath = True
cpyext = True
errno = True
faulthandler = True
fcntl = True
gc = True
imp = True
marshal = True
math = True
mmap = True
pwd = True
pyexpat = True
pypyjit = True
select = True
signal = True
struct = True
termios = True
thread = True
time = True
token = True
unicodedata = True
zlib = True
[translation] translate.py configuration:
[translation] [translate]
batch = True
opt = jit
targetspec = targetpypystandalone
[translation] translation configuration:
[translation] [translation]
check_str_without_nul = True
continuation = True
gc = incminimark
gcrootfinder = shadowstack
gctransformer = framework
icon = pypy.ico
jit = True
list_comprehension_operations = True
manifest = python.manifest
rpython_translate = True
secondaryentrypoints = cpyext,main
shared = True
thread = True
type_system = lltype
withsmallfuncsets = 5
[translation:info] Annotating&simplifying...
[c5b2cef43475a80] {translation-task
starting annotate
[translation:info] with policy: pypy.tool.ann_override.PyPyAnnotatorPolicy
[platform:WARNING] /build_dir/tmp/usession-py3.11-579/platcheck_145.c: In function ‘dump_section_0’:
[platform:WARNING] /build_dir/tmp/usession-py3.11-579/platcheck_145.c:106:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
[platform:WARNING] 106 | long long x = (long long)(SEM_FAILED);
[platform:WARNING] | ^
[platform:WARNING] /build_dir/tmp/usession-py3.11-579/platcheck_145.c:109:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
[platform:WARNING] 109 | unsigned long long x = (unsigned long long)(SEM_FAILED);
[platform:WARNING] | ^
[c5b2d16b7047f00] translation-task}
[Timer] Timings:
[Timer] loading target --- 68.6 s
[Timer] annotate --- 338.9 s
[Timer] ==========================================
[Timer] Total: --- 407.5 s
[translation:info] Error:
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/translator/goal/translate.py", line 320, in main
drv.proceed(goals)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/translator/driver.py", line 568, in proceed
result = self._execute(goals, task_skip = self._maybe_skip())
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/translator/tool/taskengine.py", line 114, in _execute
res = self._do(goal, taskcallable, *args, **kwds)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/translator/driver.py", line 278, in _do
res = func()
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/translator/driver.py", line 315, in task_annotate
s = annotator.build_types(self.entry_point, self.inputtypes)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/annrpython.py", line 92, in build_types
return self.build_graph_types(flowgraph, inputs_s, complete_now=complete_now)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/annrpython.py", line 140, in build_graph_types
self.complete()
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/annrpython.py", line 229, in complete
self.complete_pending_blocks()
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/annrpython.py", line 224, in complete_pending_blocks
self.processblock(graph, block)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/annrpython.py", line 398, in processblock
self.flowin(graph, block)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/annrpython.py", line 501, in flowin
self.consider_op(op)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/annrpython.py", line 653, in consider_op
resultcell = op.consider(self)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/flowspace/operation.py", line 104, in consider
return spec(annotator, *self.args)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/unaryop.py", line 118, in simple_call_SomeObject
return s_func.call(argspec)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/unaryop.py", line 987, in call
return bookkeeper.pbc_call(self, args)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/bookkeeper.py", line 535, in pbc_call
results.append(desc.pycall(whence, args, s_previous_result, op))
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/description.py", line 285, in pycall
graph = self.specialize(inputcells, op)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/description.py", line 281, in specialize
return self.specializer(self, inputcells)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/specialize.py", line 82, in default_specialize
graph = funcdesc.cachedgraph(key, builder=builder)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/description.py", line 247, in cachedgraph
graph = self.buildgraph(alt_name, builder)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/annotator/description.py", line 210, in buildgraph
graph = translator.buildflowgraph(self.pyobj)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/translator/translator.py", line 55, in buildflowgraph
graph = build_flow(func)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/flowspace/objspace.py", line 49, in build_flow
ctx.build_flow()
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/flowspace/flowcontext.py", line 405, in build_flow
self.record_block(block)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/flowspace/flowcontext.py", line 413, in record_block
next_offset = self.handle_bytecode(next_offset)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/flowspace/flowcontext.py", line 492, in handle_bytecode
offset = getattr(self, methodname)(oparg)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/flowspace/flowcontext.py", line 865, in LOAD_ATTR
w_value = op.getattr(w_obj, w_attributename).eval(self)
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/flowspace/operation.py", line 93, in eval
result = self.constfold()
File "/build_dir/pypy-c-jit-linux-x86-32/build/rpython/flowspace/operation.py", line 642, in constfold
raise FlowingError(msg)
[translation:ERROR] FlowingError:
getattr(<module 'rpython.rlib._rsocket_rffi' from '/build_dir/pypy-c-jit-linux-x86-32/build/rpython/rlib/_rsocket_rffi.py'>, SOL_ALG) always raises <type 'exceptions.AttributeError'>: 'module' object has no attribute 'SOL_ALG'
In <FunctionGraph of (pypy.module._socket.interp_socket:818)W_Socket.sendmsg_afalg_w at 0x1fd892f0>:
Happened at file /build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/_socket/interp_socket.py line 839
ancillary = [(_c.SOL_ALG, _c.ALG_SET_OP, _pack_uint32(op))]
Processing block:
block@3[self_619...] is a <class 'rpython.flowspace.flowcontext.SpamBlock'>
in (?:2)BuiltinActivation_UwS_W_Socket_ObjSpace_W_Root_kwonly_int_W_Root_W_Root_int._run
containing the following operations:
v1365 = getattr(self_619, ('behavior'))
v1366 = getattr(space_101, ('interp_w'))
v1367 = getitem(scope_w_10, (0))
v1368 = simple_call(v1366, (type W_Socket), v1367)
v1369 = getitem(scope_w_10, (1))
v1370 = getattr(space_101, ('gateway_int_w'))
v1371 = getitem(scope_w_10, (2))
v1372 = simple_call(v1370, v1371)
v1373 = getitem(scope_w_10, (3))
v1374 = getitem(scope_w_10, (4))
v1375 = getattr(space_101, ('gateway_int_w'))
v1376 = getitem(scope_w_10, (5))
v1377 = simple_call(v1375, v1376)
v1378 = simple_call(v1365, v1368, space_101, v1369, (None), v1372, v1373, v1374, v1377)
--end--
[translation] batch mode, not calling interactive helpers
program finished with exit code 1
elapsedTime=425.147615