pypy ../../rpython/bin/rpython --batch -Ojit targetpypystandalone
in dir /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/goal (timeout 7200 secs)
watching logfiles {}
argv: ['pypy', '../../rpython/bin/rpython', '--batch', '-Ojit', 'targetpypystandalone']
environment:
HOME=/Users/matti
HOMEBREW_CELLAR=/opt/homebrew/Cellar
HOMEBREW_PREFIX=/opt/homebrew
HOMEBREW_REPOSITORY=/opt/homebrew
INFOPATH=/opt/homebrew/share/info:
LANG=en_US.UTF-8
LC_ADDRESS=en_AU.UTF-8
LC_IDENTIFICATION=en_AU.UTF-8
LC_MEASUREMENT=en_AU.UTF-8
LC_MONETARY=en_AU.UTF-8
LC_NAME=en_AU.UTF-8
LC_NUMERIC=en_AU.UTF-8
LC_PAPER=en_AU.UTF-8
LC_TELEPHONE=en_AU.UTF-8
LC_TIME=en_AU.UTF-8
LOGNAME=matti
OLDPWD=/Users/matti
PATH=/Users/matti/oss/pypy-arm64-buildbot/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin
PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@1.1/1.1.1t/lib/pkgconfig
PWD=/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/goal
PYPY_USESSION_DIR=/tmp/buildbot-arm64
SHELL=/bin/zsh
SHLVL=2
SSH_CLIENT=10.0.0.17 36602 22
SSH_CONNECTION=10.0.0.17 36602 10.0.0.16 22
SSH_TTY=/dev/ttys000
TERM=xterm-256color
TMPDIR=/tmp/buildbot-arm64
USER=matti
_=/Users/matti/oss/pypy-arm64-buildbot/bin/buildslave
using PTY: False
[translation:info] 2.7.18 (c7f2b53ceffe, Aug 22 2024, 13:13:36)
[PyPy 7.3.17 with GCC Apple LLVM 15.0.0 (clang-1500.3.9.4)]
[platform:msg] Set platform with 'host' cc=None, using cc='clang', 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
_csv = True
_hpy_universal = 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...
[translation:info] with policy: pypy.tool.ann_override.PyPyAnnotatorPolicy
[Timer] Timings:
[Timer] loading target --- 37.7 s
[Timer] annotate --- 36.2 s
[Timer] =========================================
[Timer] Total: --- 73.8 s
[translation:info] Error:
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/translator/goal/translate.py", line 320, in main
drv.proceed(goals)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/translator/driver.py", line 569, in proceed
result = self._execute(goals, task_skip = self._maybe_skip())
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/translator/tool/taskengine.py", line 114, in _execute
res = self._do(goal, taskcallable, *args, **kwds)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/translator/driver.py", line 278, in _do
res = func()
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/translator/driver.py", line 315, in task_annotate
s = annotator.build_types(self.entry_point, self.inputtypes)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/annrpython.py", line 92, in build_types
return self.build_graph_types(flowgraph, inputs_s, complete_now=complete_now)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/annrpython.py", line 140, in build_graph_types
self.complete()
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/annrpython.py", line 229, in complete
self.complete_pending_blocks()
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/annrpython.py", line 224, in complete_pending_blocks
self.processblock(graph, block)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/annrpython.py", line 398, in processblock
self.flowin(graph, block)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/annrpython.py", line 501, in flowin
self.consider_op(op)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/annrpython.py", line 653, in consider_op
resultcell = op.consider(self)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/flowspace/operation.py", line 104, in consider
return spec(annotator, *self.args)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/unaryop.py", line 118, in simple_call_SomeObject
return s_func.call(argspec)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/unaryop.py", line 987, in call
return bookkeeper.pbc_call(self, args)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/bookkeeper.py", line 535, in pbc_call
results.append(desc.pycall(whence, args, s_previous_result, op))
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/description.py", line 621, in pycall
return self.funcdesc.pycall(whence, func_args, s_previous_result, op)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/description.py", line 285, in pycall
graph = self.specialize(inputcells, op)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/description.py", line 277, in specialize
self.normalize_args(inputcells)
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/description.py", line 326, in normalize_args
enforce_signature_args(self, signature[0], inputs_s) # mutates inputs_s
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/rpython/annotator/signature.py", line 172, in enforce_signature_args
" got %s" % (funcdesc, i+1, s_param, s_actual))
[translation:ERROR] SignatureError:
<FunctionDesc for <function newbool at 0x0000000129a833d0>> argument 2:
expected SomeBool(),
got SomeInteger(const=0, knowntype=int, nonneg=True, unsigned=False)
Occurred processing the following simple_call:
<MethodOfFrozenDesc <FunctionDesc for <function newbool at 0x0000000129a833d0>> of <FrozenDesc for StdObjSpace>> returning
v81 = simple_call(v80, (0))
In <FunctionGraph of (pypy.module.posix.interp_scandir:442)W_DirEntry.descr_is_junction at 0x123fabd00>:
Happened at file /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/posix/interp_scandir.py line 448
==> return space.newbool(0)
Known variable annotations:
v80 = SomePBC(can_be_None=False, const=<bound method StdObjSpace.newbool of StdObjSpace>, subset_of=None)
Processing block:
block@43[self_26...] is a <class 'rpython.flowspace.flowcontext.SpamBlock'>
in (pypy.module.posix.interp_scandir:442)W_DirEntry.descr_is_junction
containing the following operations:
v80 = getattr(space_19, ('newbool'))
v81 = simple_call(v80, (0))
--end--
[translation] batch mode, not calling interactive helpers
program finished with exit code 1
elapsedTime=90.506096