('/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_parse_c_type.py', 10, u'Skipped: not available on pypy')('/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/ctypes_tests/test_commethods.py', 10, u"Skipped: could not import 'skip_the_whole_module'")Traceback (most recent call last):
File "<interactive>", line 1, in <module>
ZeroDivisionError: integer division by zero
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/test_dbm.py:78: test may fail on CPython too/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/test_greenlet_thread.py:105: not implemented on PyPy/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/test_greenlet_thread.py:127: not implemented on PyPytest_pypy_remote_debug.py:17: only works on linux so fartest_pypy_remote_debug.py:21: only works on linux so fartest_pypy_remote_debug.py:39: only works on linux so fartest_pypy_remote_debug.py:62: only works on linux so fartest_pypy_remote_debug.py:62: only works on linux so fartest_pypy_remote_debug.py:71: only works on linux so fartest_pypy_remote_debug.py:71: only works on linux so fartest_pypy_remote_debug.py:71: only works on linux so fartest_pypy_remote_debug.py:107: only works on linux so fartest_pypy_remote_debug.py:196: only works on linux so fartest_pypy_remote_debug.py:203: only works on linux so fartest_pypy_remote_debug.py:231: only works on linux so fartest_pypy_remote_debug.py:239: only works on linux so fartest_pypy_remote_debug.py:254: only works on linux so fartest_pypy_remote_debug.py:262: only works on linux so fartest_pypy_remote_debug.py:274: not implementedtest_pypy_remote_debug.py:286: not implementedstarted 1000 threads
tmpdir = local('/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-39/test_sampling_inside_callback0')
@pytest.mark.xfail(IS_32_BIT, reason="vmprof fails to write profiles with negative addresses")
def test_sampling_inside_callback(tmpdir):
# see also test_sampling_inside_callback inside
# pypy/module/_continuation/test/test_stacklet.py
#
G = greenlet.greenlet(cpuburn)
fname = tmpdir.join('log.vmprof')
with fname.open('w+b') as f:
vmprof.enable(f.fileno(), 1/250.0)
G.switch(0.1)
vmprof.disable()
samples = count_samples(str(fname))
# 0.1 seconds at 250Hz should be 25 samples
> assert 23 < samples < 27
E assert 23 < 11
../build/extra_tests/test_vmprof_greenlet.py:33: AssertionError/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:1206: untested/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:1298: untested/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:1311: untested/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:1323: untested/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:1354: XXX not written for Python 2From cffi callback <function cb at 0x00007fcbc841bd30>:
Trying to convert the result back to C:
OverflowError: integer 128 does not fit 'signed char'
From cffi callback <function cb at 0x00007fcbc841bda8>:
Trying to convert the result back to C:
OverflowError: integer 32768 does not fit 'short'
From cffi callback <function cb at 0x00007fcbc841be20>:
Trying to convert the result back to C:
OverflowError: integer 2147483648 does not fit 'int'
From cffi callback <function cb at 0x00007fcbc841be98>:
Trying to convert the result back to C:
OverflowError: long int too large to convert to int
From cffi callback <function cb at 0x00007fcbc841bf10>:
Trying to convert the result back to C:
OverflowError: long int too large to convert to int
From cffi callback <function cb at 0x00007fcbc841bf88>:
Trying to convert the result back to C:
OverflowError: integer 256 does not fit 'unsigned char'
From cffi callback <function cb at 0x00007fcc3224c020>:
Trying to convert the result back to C:
OverflowError: integer 65536 does not fit 'unsigned short'
From cffi callback <function cb at 0x00007fcc3224c098>:
Trying to convert the result back to C:
OverflowError: integer 4294967296 does not fit 'unsigned int'
From cffi callback <function cb at 0x00007fcc3224c110>:
Trying to convert the result back to C:
OverflowError: long too big to convert
From cffi callback <function cb at 0x00007fcc3224c188>:
Trying to convert the result back to C:
OverflowError: long too big to convert
From cffi callback <function cb at 0x00007fcc119f7cb8>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py", line 1723, in cb
raise ValueError
ValueError
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:2572: later/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:3068: GetLastError(): only for Windowscffi_tests/test_c.py:3518: PyPy2.7 does not warn/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:3774: not for pypy/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:4428: pypy's bytearray are never lockedcffi_tests/test_version.py:15: upstream is python3-only/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_t/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_t/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_t/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_t/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_tTraceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/cffi/backend_ctypes.py", line 875, in callback
res2 = init(*args2)
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py", line 849, in cb
raise Exception
Exception
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1173: buffer() with ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1193: buffer() with ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1210: buffer() with ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1229: buffer() with ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1241: buffer() with ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1260: buffer() with ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1283: buffer() with ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1312: later?/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1372: callback with '...'Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/cffi/backend_ctypes.py", line 876, in callback
res2 = BResult._to_ctypes(res2)
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/cffi/backend_ctypes.py", line 452, in _to_ctypes
% name)
OverflowError: long: integer out of bounds
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:16: ctypes backend: not supported: initializers for function pointers/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:20: ctypes backend: not supported: passing a list for a pointer argument/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:24: ctypes backend: not supported: passing a list for a pointer argument/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:28: ctypes backend: not supported: casting to array/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:31: ctypes backend: not supported: nested anonymous struct/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:34: ctypes backend: not supported: nested anonymous struct/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:37: ctypes backend: not supported: nested anonymous union/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:40: ctypes backend: not supported: nested anonymous unionu'/tmp/buildbot-x86_64/ffi-15/testownlibcaf\xe9.so'
From cffi callback <function cb at 0x00007fcc10dc5e20>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py", line 849, in cb
raise Exception
Exception
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1312: later?/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1372: callback with '...'From cffi callback <function cb at 0x00007fcc32e8a3e0>:
Trying to convert the result back to C:
OverflowError: long int too large to convert to int
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:107: win32 only/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:120: probably no symbol 'stderr' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:137: probably no symbol 'stderr' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:154: probably no symbol 'stderr' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:221: probably no symbol 'stderr' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:281: probably no symbol 'stdout' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:440: Windows-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:455: Windows-only testcffi_tests/cffi0/test_ffi_backend.py:284: condition: (sys.platform == 'darwin' and platform.machine() == 'arm64') or not platform.machine().startswith(('arm', 'aarch64'))cffi_tests/cffi0/test_ffi_backend.py:314: condition: (sys.platform == 'darwin' and platform.machine() == 'arm64') or not platform.machine().startswith(('arm', 'aarch64'))cffi_tests/cffi0/test_ffi_backend.py:366: condition: sys.platform != 'win32'/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:107: win32 only/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:120: probably no symbol 'stderr' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:137: probably no symbol 'stderr' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:154: probably no symbol 'stderr' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:221: probably no symbol 'stderr' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:253: not supported with the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:281: probably no symbol 'stdout' in the lib/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:310: ctypes limitation on pypy/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:334: FILE not supported with the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:373: not supported by the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:383: not supported by the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:417: seems to fail with the ctypes backend on windows/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:440: Windows-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:455: Windows-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:533: not with the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_function.py:551: the ctypes backend doesn't support thisu'/tmp/buildbot-x86_64/ffi-15/testownlib.so'
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:203: XXX errno issue with ctypes on pypy?/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:226: not supported by the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:238: not supported by the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:337: not implemented with the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:355: not implemented with the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:370: fails with the ctypes backend on some architectures/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:396: not for the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:420: not working on win32 on the ctypes backend/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_parsing.py:410: Only for Windowsverify got a GENERIC module
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:62:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:62:3: note: did you mean '_cffi_f_some_completely_unknown_function'?
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:60:6: note: '_cffi_f_some_completely_unknown_function' declared here
60 | void _cffi_f_some_completely_unknown_function(void)
| ^
61 | {
62 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: note: did you mean '_cffi_f_some_completely_unknown_function'?
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:60:6: note: '_cffi_f_some_completely_unknown_function' declared here
60 | void _cffi_f_some_completely_unknown_function(void)
| ^
61 | {
62 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:285: not implemented in verify(): complex types/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:405: XXX test or fully prevent char16_t and char32_t from working in ffi.verify() mode/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:444: ignored so far/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gecb62179xc06ccdda.c:66:13: error: incompatible pointer types initializing 'long **' with an expression of type 'int **' [-Werror,-Wincompatible-pointer-types]
66 | { long * *tmp = &p->z; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:64:21: error: no member named 'x' in 'struct foo_s'
64 | { char *tmp = &p->x; (void)tmp; }
| ~ ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:74:5: error: no member named 'x' in 'foo_s'
74 | offsetof(struct foo_s, x),
| ^ ~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:75:33: error: no member named 'x' in 'struct foo_s'
75 | sizeof(((struct foo_s *)0)->x),
| ~~~~~~~~~~~~~~~~~~~ ^
3 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc77bee7fx6c5af387.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g82c6d7c3x651884ee.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcea52886xd55e780b.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gab312bf7x642d8387.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g55fbe9bx3c818fcb.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbbd432e5xd0538705.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d220e6ax6d9b283.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba933aa3x50320d12.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd8f6f38exbfc55004.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf6ef5d97xf747f6e1.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81a0651bx880092c3.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g43322785x8142e5aa.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2a07984xb562f19c.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc3856266x7c4fb6d0.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g11720f8x750dc1b9.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g61704cbexfd82fff8.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8b656c02x1f9f83ea.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g49f72e9cx16ddf483.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb6db64d5x7f2ce366.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44fe8926xc834ab81.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g143b09axc176dce8.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3cd45eb4xd9a9519b.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5efcecb5x2bb6ecce.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g29eca90fx941cd3e5.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7ef159c9x2de67588.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaab3c8a6x6993ebb3.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdda38d1cxd639d498.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g361157adx4e3640b2.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc963fd9cx2173e5d7.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe73b826x9ed9dafc.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8d373ad6x999d68d9.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ec8d5f7x583b0348.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69d8904dx22653e7b.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g88895141x4ced2273.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g90bc7a01x9febe33b.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb7f30d6x2041dc10.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7cc67552xec8250e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd2997d7cx6ba4c728.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf95a37abxd40ef803.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f164068x46282b6a.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9a797318x874f212.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb1ba39cfxb7decd39.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8bd6803xdebf72d3.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g59eacffdxdfdfda79.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2efa8a47x6075e552.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7dd81621xa1ce270e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd729b4f4x11a06c03.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15bbf66ax25c7f788.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4983296exe2005cba.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g94e7cf40x25fb534c.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g56758ddex119cc8c7.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7080f8ex7bf6f976.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc7bc7156xf9bbe683.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga5d9b87bxd80a48f.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g341332eax27b696f3.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7aa86a62x586b48c8.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6ddd4663x6c0cd343.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g657d0ec9x5ea16207.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3bf9e96x90574eb.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g14cab297x3d62ef60.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfafe17c9x722f0a2.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3cf09ae2xa44dfec4.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g794da35ex5076bcc8.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1a5f5e38xf322372e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74778a00xcf5367a6.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g367cfbaxb50d5a95.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a8242a8xde3f8d7c.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8d81e86x446d8dfc.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6a4a5c18x4d2ffa95.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7cef0917x104f687b.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbba3beebxf4284e24.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73db65fbxbfa8fe45.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c67b812x3c509534.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1353be63x48dac398.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g913886f6x73a165a4.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdab83697xbbd9beb4.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g59405de6x9465635d.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8cbd7c0xdb51652c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e30a199x5321bb92.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g96487a89x18a10bf3.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9f4a760x9b596082.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf6c0a111x2609147c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7f422e2xde7f914c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gef729835x4b08b60.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8ed55bcxb7ff46b0.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69d007bdx6265febd.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8779655ex30fff763.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8b71462x5e58507e.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge02ebde9x47c3b0b1.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga4347a22xd5fd3e61.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5518f523x59628a45.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g925442dfx308bdec9.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5a2c99cfxb4eff8ec.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g75904426x9f014efb.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3569ec7x612d3fac.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g909aca91x5a569990.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g14feecb4x922e4280.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f105aa3xbd929f69.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc13c2bf4x26dc51f5.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g77c75dadx5e58092d.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbfbf86bdxda3c2f08.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g90035b54xf1d2991f.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb5f7e10axffee848.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5a05144bxf7886d78.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bf8b49cx2d477754.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf67497edx9e08ba84.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4027fb89x7493c983.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gae8e996ax86782130.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2140e856x4ad9dba7.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc9d941ddxbd0f6531.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8dc38616x510f2efd.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b4d9ab0xf871f6d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g737d2507xe0a93f6c.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g53496365x572e9d86.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g33bcc90xbb6aee19.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge22cf3c9x96823dde.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc618b763x847992ca.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g719f1589xa44dd4a8.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb6616xf43f7b5d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb033b5d1x84cc635d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g805455bcx9fe197c8.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga06013dex28663522.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf012bc2bxc42246bd.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g722d00dbxe9ca957a.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g390d610bx3233c815.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdcc070c7xb89252b1.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd354ca57xad2c9230.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge74742a0x8b4b2bfe.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb4223edexed2c2951.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3ab85a5x5af21da1.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8dd5d6cxb69a2dc3.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2cfe9c7ax3da2d4c5.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:82:8: error: use of undeclared identifier 'EE3'
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:82:37: error: use of undeclared identifier 'EE3'
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:84:10: error: use of undeclared identifier 'EE3'
84 | if ((EE3) <= 0)
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:85:36: error: use of undeclared identifier 'EE3'
85 | sprintf(buf, "%ld", (long)(EE3));
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:87:45: error: use of undeclared identifier 'EE3'
87 | sprintf(buf, "%lu", (unsigned long)(EE3));
| ^
5 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdc36ae8x4f8754fe.c:61:20: error: implicit conversion loses integer precision: 'long long' to 'int' [-Werror,-Wshorten-64-to-32]
61 | return x;
| ~~~~~~ ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdc36ae8x4f8754fe.c:66:10: error: incompatible function pointer types returning 'int (long long, ...)' from a function with result type 'int (*)(int, ...)' [-Wincompatible-function-pointer-types]
66 | return (foo);
| ^~~~~
2 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcbd86642x449accb0.c:67:11: error: incompatible pointer types initializing 'char *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
67 | { char *tmp = &p->b; (void)tmp; }
| ^ ~~~~~
1 error generated.
STARTING
DONE
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:1639: likely, we cannot assign to stdout/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g756be8c6x41d28bfb.c:66:10: error: incompatible pointer types returning 'char[23]' from a function with result type 'int *' [-Werror,-Wincompatible-pointer-types]
66 | return (fooarray);
| ^~~~~~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda3afd29x6a82585f.c:62:10: warning: returning 'const int[5]' from a function with result type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
62 | return (a);
| ^~~
1 warning generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2149: win32-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2224: win32-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2488: only running the memory-intensive test on Linux/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2488: only running the memory-intensive test on Linuxverify got a GENERIC module
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:62:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:62:3: note: did you mean '_cffi_f_some_completely_unknown_function'?
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:60:6: note: '_cffi_f_some_completely_unknown_function' declared here
60 | void _cffi_f_some_completely_unknown_function(void)
| ^
61 | {
62 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: note: did you mean '_cffi_f_some_completely_unknown_function'?
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:60:6: note: '_cffi_f_some_completely_unknown_function' declared here
60 | void _cffi_f_some_completely_unknown_function(void)
| ^
61 | {
62 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:285: not implemented in verify(): complex types/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:405: XXX test or fully prevent char16_t and char32_t from working in ffi.verify() mode/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:444: ignored so far/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gecb62179xc06ccdda.c:66:13: error: incompatible pointer types initializing 'long **' with an expression of type 'int **' [-Werror,-Wincompatible-pointer-types]
66 | { long * *tmp = &p->z; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:64:21: error: no member named 'x' in 'struct foo_s'
64 | { char *tmp = &p->x; (void)tmp; }
| ~ ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:74:5: error: no member named 'x' in 'foo_s'
74 | offsetof(struct foo_s, x),
| ^ ~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:75:33: error: no member named 'x' in 'struct foo_s'
75 | sizeof(((struct foo_s *)0)->x),
| ~~~~~~~~~~~~~~~~~~~ ^
3 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc77bee7fx6c5af387.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g82c6d7c3x651884ee.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcea52886xd55e780b.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gab312bf7x642d8387.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g55fbe9bx3c818fcb.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbbd432e5xd0538705.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d220e6ax6d9b283.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba933aa3x50320d12.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd8f6f38exbfc55004.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf6ef5d97xf747f6e1.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81a0651bx880092c3.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g43322785x8142e5aa.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2a07984xb562f19c.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc3856266x7c4fb6d0.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g11720f8x750dc1b9.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g61704cbexfd82fff8.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8b656c02x1f9f83ea.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g49f72e9cx16ddf483.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb6db64d5x7f2ce366.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44fe8926xc834ab81.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g143b09axc176dce8.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3cd45eb4xd9a9519b.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5efcecb5x2bb6ecce.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g29eca90fx941cd3e5.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7ef159c9x2de67588.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaab3c8a6x6993ebb3.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdda38d1cxd639d498.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g361157adx4e3640b2.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc963fd9cx2173e5d7.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe73b826x9ed9dafc.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8d373ad6x999d68d9.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ec8d5f7x583b0348.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69d8904dx22653e7b.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g88895141x4ced2273.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g90bc7a01x9febe33b.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb7f30d6x2041dc10.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7cc67552xec8250e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd2997d7cx6ba4c728.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf95a37abxd40ef803.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f164068x46282b6a.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9a797318x874f212.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb1ba39cfxb7decd39.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8bd6803xdebf72d3.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g59eacffdxdfdfda79.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2efa8a47x6075e552.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7dd81621xa1ce270e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd729b4f4x11a06c03.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15bbf66ax25c7f788.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4983296exe2005cba.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g94e7cf40x25fb534c.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g56758ddex119cc8c7.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7080f8ex7bf6f976.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc7bc7156xf9bbe683.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga5d9b87bxd80a48f.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g341332eax27b696f3.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7aa86a62x586b48c8.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6ddd4663x6c0cd343.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g657d0ec9x5ea16207.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3bf9e96x90574eb.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g14cab297x3d62ef60.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfafe17c9x722f0a2.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3cf09ae2xa44dfec4.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g794da35ex5076bcc8.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1a5f5e38xf322372e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74778a00xcf5367a6.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g367cfbaxb50d5a95.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a8242a8xde3f8d7c.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8d81e86x446d8dfc.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6a4a5c18x4d2ffa95.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7cef0917x104f687b.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbba3beebxf4284e24.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73db65fbxbfa8fe45.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c67b812x3c509534.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1353be63x48dac398.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g913886f6x73a165a4.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdab83697xbbd9beb4.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g59405de6x9465635d.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8cbd7c0xdb51652c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e30a199x5321bb92.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g96487a89x18a10bf3.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9f4a760x9b596082.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf6c0a111x2609147c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7f422e2xde7f914c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gef729835x4b08b60.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8ed55bcxb7ff46b0.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69d007bdx6265febd.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8779655ex30fff763.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8b71462x5e58507e.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge02ebde9x47c3b0b1.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga4347a22xd5fd3e61.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5518f523x59628a45.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g925442dfx308bdec9.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5a2c99cfxb4eff8ec.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g75904426x9f014efb.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3569ec7x612d3fac.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g909aca91x5a569990.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g14feecb4x922e4280.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f105aa3xbd929f69.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc13c2bf4x26dc51f5.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g77c75dadx5e58092d.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbfbf86bdxda3c2f08.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g90035b54xf1d2991f.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb5f7e10axffee848.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5a05144bxf7886d78.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bf8b49cx2d477754.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf67497edx9e08ba84.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4027fb89x7493c983.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gae8e996ax86782130.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2140e856x4ad9dba7.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc9d941ddxbd0f6531.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8dc38616x510f2efd.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b4d9ab0xf871f6d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g737d2507xe0a93f6c.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g53496365x572e9d86.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g33bcc90xbb6aee19.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge22cf3c9x96823dde.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc618b763x847992ca.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g719f1589xa44dd4a8.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb6616xf43f7b5d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb033b5d1x84cc635d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g805455bcx9fe197c8.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga06013dex28663522.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf012bc2bxc42246bd.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g722d00dbxe9ca957a.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g390d610bx3233c815.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdcc070c7xb89252b1.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd354ca57xad2c9230.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge74742a0x8b4b2bfe.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb4223edexed2c2951.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3ab85a5x5af21da1.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8dd5d6cxb69a2dc3.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2cfe9c7ax3da2d4c5.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:82:8: error: use of undeclared identifier 'EE3'
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:82:37: error: use of undeclared identifier 'EE3'
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:84:10: error: use of undeclared identifier 'EE3'
84 | if ((EE3) <= 0)
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:85:36: error: use of undeclared identifier 'EE3'
85 | sprintf(buf, "%ld", (long)(EE3));
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:87:45: error: use of undeclared identifier 'EE3'
87 | sprintf(buf, "%lu", (unsigned long)(EE3));
| ^
5 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdc36ae8x4f8754fe.c:61:20: error: implicit conversion loses integer precision: 'long long' to 'int' [-Werror,-Wshorten-64-to-32]
61 | return x;
| ~~~~~~ ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdc36ae8x4f8754fe.c:66:10: error: incompatible function pointer types returning 'int (long long, ...)' from a function with result type 'int (*)(int, ...)' [-Wincompatible-function-pointer-types]
66 | return (foo);
| ^~~~~
2 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcbd86642x449accb0.c:67:11: error: incompatible pointer types initializing 'char *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
67 | { char *tmp = &p->b; (void)tmp; }
| ^ ~~~~~
1 error generated.
STARTING
DONE
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:1639: likely, we cannot assign to stdout/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g756be8c6x41d28bfb.c:66:10: error: incompatible pointer types returning 'char[23]' from a function with result type 'int *' [-Werror,-Wincompatible-pointer-types]
66 | return (fooarray);
| ^~~~~~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2149: win32-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2224: win32-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2488: only running the memory-intensive test on Linux/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2488: only running the memory-intensive test on Linux/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded version/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded version/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded version/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded version/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded versionverify got a GENERIC module
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:62:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:62:3: note: did you mean '_cffi_f_some_completely_unknown_function'?
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:60:6: note: '_cffi_f_some_completely_unknown_function' declared here
60 | void _cffi_f_some_completely_unknown_function(void)
| ^
61 | {
62 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: note: did you mean '_cffi_f_some_completely_unknown_function'?
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:60:6: note: '_cffi_f_some_completely_unknown_function' declared here
60 | void _cffi_f_some_completely_unknown_function(void)
| ^
61 | {
62 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:285: not implemented in verify(): complex types/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:405: XXX test or fully prevent char16_t and char32_t from working in ffi.verify() mode/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:444: ignored so far/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gecb62179xc06ccdda.c:66:13: error: incompatible pointer types initializing 'long **' with an expression of type 'int **' [-Werror,-Wincompatible-pointer-types]
66 | { long * *tmp = &p->z; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:64:21: error: no member named 'x' in 'struct foo_s'
64 | { char *tmp = &p->x; (void)tmp; }
| ~ ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:74:5: error: no member named 'x' in 'foo_s'
74 | offsetof(struct foo_s, x),
| ^ ~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:75:33: error: no member named 'x' in 'struct foo_s'
75 | sizeof(((struct foo_s *)0)->x),
| ~~~~~~~~~~~~~~~~~~~ ^
3 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc77bee7fx6c5af387.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g82c6d7c3x651884ee.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcea52886xd55e780b.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gab312bf7x642d8387.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g55fbe9bx3c818fcb.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbbd432e5xd0538705.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d220e6ax6d9b283.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba933aa3x50320d12.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd8f6f38exbfc55004.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf6ef5d97xf747f6e1.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81a0651bx880092c3.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g43322785x8142e5aa.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2a07984xb562f19c.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc3856266x7c4fb6d0.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g11720f8x750dc1b9.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g61704cbexfd82fff8.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8b656c02x1f9f83ea.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g49f72e9cx16ddf483.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb6db64d5x7f2ce366.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44fe8926xc834ab81.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g143b09axc176dce8.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3cd45eb4xd9a9519b.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5efcecb5x2bb6ecce.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g29eca90fx941cd3e5.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7ef159c9x2de67588.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaab3c8a6x6993ebb3.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdda38d1cxd639d498.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g361157adx4e3640b2.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc963fd9cx2173e5d7.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe73b826x9ed9dafc.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8d373ad6x999d68d9.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ec8d5f7x583b0348.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69d8904dx22653e7b.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g88895141x4ced2273.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g90bc7a01x9febe33b.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb7f30d6x2041dc10.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7cc67552xec8250e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd2997d7cx6ba4c728.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf95a37abxd40ef803.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f164068x46282b6a.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9a797318x874f212.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb1ba39cfxb7decd39.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8bd6803xdebf72d3.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g59eacffdxdfdfda79.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2efa8a47x6075e552.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7dd81621xa1ce270e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd729b4f4x11a06c03.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15bbf66ax25c7f788.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4983296exe2005cba.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g94e7cf40x25fb534c.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g56758ddex119cc8c7.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7080f8ex7bf6f976.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc7bc7156xf9bbe683.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga5d9b87bxd80a48f.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g341332eax27b696f3.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7aa86a62x586b48c8.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6ddd4663x6c0cd343.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g657d0ec9x5ea16207.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3bf9e96x90574eb.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g14cab297x3d62ef60.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfafe17c9x722f0a2.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3cf09ae2xa44dfec4.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g794da35ex5076bcc8.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1a5f5e38xf322372e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74778a00xcf5367a6.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g367cfbaxb50d5a95.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a8242a8xde3f8d7c.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8d81e86x446d8dfc.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6a4a5c18x4d2ffa95.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7cef0917x104f687b.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbba3beebxf4284e24.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73db65fbxbfa8fe45.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c67b812x3c509534.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1353be63x48dac398.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g913886f6x73a165a4.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdab83697xbbd9beb4.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g59405de6x9465635d.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8cbd7c0xdb51652c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e30a199x5321bb92.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g96487a89x18a10bf3.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9f4a760x9b596082.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf6c0a111x2609147c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7f422e2xde7f914c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gef729835x4b08b60.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8ed55bcxb7ff46b0.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69d007bdx6265febd.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8779655ex30fff763.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8b71462x5e58507e.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge02ebde9x47c3b0b1.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga4347a22xd5fd3e61.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5518f523x59628a45.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g925442dfx308bdec9.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5a2c99cfxb4eff8ec.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g75904426x9f014efb.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3569ec7x612d3fac.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g909aca91x5a569990.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g14feecb4x922e4280.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f105aa3xbd929f69.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc13c2bf4x26dc51f5.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g77c75dadx5e58092d.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbfbf86bdxda3c2f08.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g90035b54xf1d2991f.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb5f7e10axffee848.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5a05144bxf7886d78.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bf8b49cx2d477754.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf67497edx9e08ba84.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4027fb89x7493c983.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gae8e996ax86782130.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2140e856x4ad9dba7.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc9d941ddxbd0f6531.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8dc38616x510f2efd.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b4d9ab0xf871f6d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g737d2507xe0a93f6c.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g53496365x572e9d86.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g33bcc90xbb6aee19.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge22cf3c9x96823dde.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc618b763x847992ca.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g719f1589xa44dd4a8.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb6616xf43f7b5d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb033b5d1x84cc635d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g805455bcx9fe197c8.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga06013dex28663522.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf012bc2bxc42246bd.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g722d00dbxe9ca957a.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g390d610bx3233c815.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdcc070c7xb89252b1.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd354ca57xad2c9230.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge74742a0x8b4b2bfe.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb4223edexed2c2951.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3ab85a5x5af21da1.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8dd5d6cxb69a2dc3.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2cfe9c7ax3da2d4c5.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:82:8: error: use of undeclared identifier 'EE3'
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:82:37: error: use of undeclared identifier 'EE3'
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:84:10: error: use of undeclared identifier 'EE3'
84 | if ((EE3) <= 0)
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:85:36: error: use of undeclared identifier 'EE3'
85 | sprintf(buf, "%ld", (long)(EE3));
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:87:45: error: use of undeclared identifier 'EE3'
87 | sprintf(buf, "%lu", (unsigned long)(EE3));
| ^
5 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdc36ae8x4f8754fe.c:61:20: error: implicit conversion loses integer precision: 'long long' to 'int' [-Werror,-Wshorten-64-to-32]
61 | return x;
| ~~~~~~ ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdc36ae8x4f8754fe.c:66:10: error: incompatible function pointer types returning 'int (long long, ...)' from a function with result type 'int (*)(int, ...)' [-Wincompatible-function-pointer-types]
66 | return (foo);
| ^~~~~
2 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcbd86642x449accb0.c:67:11: error: incompatible pointer types initializing 'char *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
67 | { char *tmp = &p->b; (void)tmp; }
| ^ ~~~~~
1 error generated.
STARTING
DONE
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:1639: likely, we cannot assign to stdout/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g756be8c6x41d28bfb.c:66:10: error: incompatible pointer types returning 'char[23]' from a function with result type 'int *' [-Werror,-Wincompatible-pointer-types]
66 | return (fooarray);
| ^~~~~~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda3afd29x6a82585f.c:62:10: warning: returning 'const int[5]' from a function with result type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
62 | return (a);
| ^~~
1 warning generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2149: win32-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2224: win32-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2488: only running the memory-intensive test on Linux/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2488: only running the memory-intensive test on Linuxverify got a GENERIC module
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:62:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:62:3: note: did you mean '_cffi_f_some_completely_unknown_function'?
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g84391395x769efa35.c:60:6: note: '_cffi_f_some_completely_unknown_function' declared here
60 | void _cffi_f_some_completely_unknown_function(void)
| ^
61 | {
62 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: note: did you mean '_cffi_f_some_completely_unknown_function'?
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:60:6: note: '_cffi_f_some_completely_unknown_function' declared here
60 | void _cffi_f_some_completely_unknown_function(void)
| ^
61 | {
62 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:93: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:285: not implemented in verify(): complex types/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:405: XXX test or fully prevent char16_t and char32_t from working in ffi.verify() mode/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:444: ignored so far/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gecb62179xc06ccdda.c:66:13: error: incompatible pointer types initializing 'long **' with an expression of type 'int **' [-Werror,-Wincompatible-pointer-types]
66 | { long * *tmp = &p->z; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:64:21: error: no member named 'x' in 'struct foo_s'
64 | { char *tmp = &p->x; (void)tmp; }
| ~ ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:74:5: error: no member named 'x' in 'foo_s'
74 | offsetof(struct foo_s, x),
| ^ ~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g711a275dxd5ae84f6.c:75:33: error: no member named 'x' in 'struct foo_s'
75 | sizeof(((struct foo_s *)0)->x),
| ~~~~~~~~~~~~~~~~~~~ ^
3 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc77bee7fx6c5af387.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g82c6d7c3x651884ee.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcea52886xd55e780b.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gab312bf7x642d8387.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g55fbe9bx3c818fcb.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbbd432e5xd0538705.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d220e6ax6d9b283.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba933aa3x50320d12.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd8f6f38exbfc55004.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf6ef5d97xf747f6e1.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81a0651bx880092c3.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g43322785x8142e5aa.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2a07984xb562f19c.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc3856266x7c4fb6d0.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g11720f8x750dc1b9.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g61704cbexfd82fff8.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8b656c02x1f9f83ea.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g49f72e9cx16ddf483.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb6db64d5x7f2ce366.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44fe8926xc834ab81.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g143b09axc176dce8.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3cd45eb4xd9a9519b.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5efcecb5x2bb6ecce.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g29eca90fx941cd3e5.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7ef159c9x2de67588.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaab3c8a6x6993ebb3.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdda38d1cxd639d498.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g361157adx4e3640b2.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc963fd9cx2173e5d7.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe73b826x9ed9dafc.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8d373ad6x999d68d9.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ec8d5f7x583b0348.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69d8904dx22653e7b.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g88895141x4ced2273.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g90bc7a01x9febe33b.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb7f30d6x2041dc10.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7cc67552xec8250e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd2997d7cx6ba4c728.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf95a37abxd40ef803.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f164068x46282b6a.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9a797318x874f212.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb1ba39cfxb7decd39.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8bd6803xdebf72d3.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g59eacffdxdfdfda79.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2efa8a47x6075e552.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7dd81621xa1ce270e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd729b4f4x11a06c03.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15bbf66ax25c7f788.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4983296exe2005cba.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g94e7cf40x25fb534c.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g56758ddex119cc8c7.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7080f8ex7bf6f976.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc7bc7156xf9bbe683.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga5d9b87bxd80a48f.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g341332eax27b696f3.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7aa86a62x586b48c8.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6ddd4663x6c0cd343.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g657d0ec9x5ea16207.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3bf9e96x90574eb.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g14cab297x3d62ef60.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfafe17c9x722f0a2.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3cf09ae2xa44dfec4.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g794da35ex5076bcc8.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1a5f5e38xf322372e.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74778a00xcf5367a6.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g367cfbaxb50d5a95.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a8242a8xde3f8d7c.c:64:17: error: invalid operands to binary expression ('double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8d81e86x446d8dfc.c:64:17: error: invalid operands to binary expression ('float' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6a4a5c18x4d2ffa95.c:64:17: error: invalid operands to binary expression ('long double' and 'int')
64 | (void)((p->x) << 1);
| ~~~~~~ ^ ~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7cef0917x104f687b.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbba3beebxf4284e24.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73db65fbxbfa8fe45.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c67b812x3c509534.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1353be63x48dac398.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g913886f6x73a165a4.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdab83697xbbd9beb4.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g59405de6x9465635d.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8cbd7c0xdb51652c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e30a199x5321bb92.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g96487a89x18a10bf3.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9f4a760x9b596082.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf6c0a111x2609147c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7f422e2xde7f914c.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gef729835x4b08b60.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8ed55bcxb7ff46b0.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69d007bdx6265febd.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8779655ex30fff763.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8b71462x5e58507e.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge02ebde9x47c3b0b1.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga4347a22xd5fd3e61.c:64:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5518f523x59628a45.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g925442dfx308bdec9.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5a2c99cfxb4eff8ec.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g75904426x9f014efb.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3569ec7x612d3fac.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g909aca91x5a569990.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g14feecb4x922e4280.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f105aa3xbd929f69.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc13c2bf4x26dc51f5.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g77c75dadx5e58092d.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbfbf86bdxda3c2f08.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g90035b54xf1d2991f.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb5f7e10axffee848.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5a05144bxf7886d78.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bf8b49cx2d477754.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf67497edx9e08ba84.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4027fb89x7493c983.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gae8e996ax86782130.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2140e856x4ad9dba7.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc9d941ddxbd0f6531.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8dc38616x510f2efd.c:64:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b4d9ab0xf871f6d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g737d2507xe0a93f6c.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g53496365x572e9d86.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g33bcc90xbb6aee19.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge22cf3c9x96823dde.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc618b763x847992ca.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g719f1589xa44dd4a8.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb6616xf43f7b5d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb033b5d1x84cc635d.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g805455bcx9fe197c8.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga06013dex28663522.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf012bc2bxc42246bd.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g722d00dbxe9ca957a.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g390d610bx3233c815.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdcc070c7xb89252b1.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd354ca57xad2c9230.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge74742a0x8b4b2bfe.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb4223edexed2c2951.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3ab85a5x5af21da1.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc8dd5d6cxb69a2dc3.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2cfe9c7ax3da2d4c5.c:64:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:82:8: error: use of undeclared identifier 'EE3'
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:82:37: error: use of undeclared identifier 'EE3'
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:84:10: error: use of undeclared identifier 'EE3'
84 | if ((EE3) <= 0)
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:85:36: error: use of undeclared identifier 'EE3'
85 | sprintf(buf, "%ld", (long)(EE3));
| ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gff94411bx47c6e675.c:87:45: error: use of undeclared identifier 'EE3'
87 | sprintf(buf, "%lu", (unsigned long)(EE3));
| ^
5 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdc36ae8x4f8754fe.c:61:20: error: implicit conversion loses integer precision: 'long long' to 'int' [-Werror,-Wshorten-64-to-32]
61 | return x;
| ~~~~~~ ^
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdc36ae8x4f8754fe.c:66:10: error: incompatible function pointer types returning 'int (long long, ...)' from a function with result type 'int (*)(int, ...)' [-Wincompatible-function-pointer-types]
66 | return (foo);
| ^~~~~
2 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcbd86642x449accb0.c:67:11: error: incompatible pointer types initializing 'char *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
67 | { char *tmp = &p->b; (void)tmp; }
| ^ ~~~~~
1 error generated.
STARTING
DONE
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:1639: likely, we cannot assign to stdout/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g756be8c6x41d28bfb.c:66:10: error: incompatible pointer types returning 'char[23]' from a function with result type 'int *' [-Werror,-Wincompatible-pointer-types]
66 | return (fooarray);
| ^~~~~~~~~~
1 error generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2149: win32-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2224: win32-only test/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2488: only running the memory-intensive test on Linux/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2488: only running the memory-intensive test on Linuxself = <extra_tests.cffi_tests.cffi0.test_zintegration.TestZIntegration object at 0x00007fcc10df9ec0>
def test_infrastructure(self):
> run_setup_and_program('infrastructure', '''
import snip_infrastructure
assert snip_infrastructure.func() == 42
''')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:130:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:109: in run_setup_and_program
venv_dir = create_venv(dirname + '-cpy')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:26: in create_venv
str(tmpdir)])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/infrastructure-cpy'],)
kwargs = {}, retcode = 1
cmd = ['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/infrastructure-cpy']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the Popen constructor. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E CalledProcessError: Command '['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/infrastructure-cpy']' returned non-zero exit status 1
../build/lib-python/2.7/subprocess.py:190: CalledProcessErrorRuntimeError: failed to detect pypy2.7.18-64|pypy2.7.18|pypy2.7-64|pypy2.7|pypy2-64|pypy2|pypy-64|pypy|python2.7.18-64|python2.7.18|python2.7-64|python2.7|python2-64|python2|python-64|python in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/bin:/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build
self = <extra_tests.cffi_tests.cffi0.test_zintegration.TestZIntegration object at 0x00007fcc11c4fe50>
def test_distutils_module(self):
> run_setup_and_program("distutils_module", '''
import snip_basic_verify
p = snip_basic_verify.C.getpwuid(0)
assert snip_basic_verify.ffi.string(p.pw_name) == b"root"
''')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:136:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:109: in run_setup_and_program
venv_dir = create_venv(dirname + '-cpy')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:26: in create_venv
str(tmpdir)])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_module-cpy'],)
kwargs = {}, retcode = 1
cmd = ['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_module-cpy']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the Popen constructor. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E CalledProcessError: Command '['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_module-cpy']' returned non-zero exit status 1
../build/lib-python/2.7/subprocess.py:190: CalledProcessErrorRuntimeError: failed to detect pypy2.7.18-64|pypy2.7.18|pypy2.7-64|pypy2.7|pypy2-64|pypy2|pypy-64|pypy|python2.7.18-64|python2.7.18|python2.7-64|python2.7|python2-64|python2|python-64|python in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/bin:/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build
self = <extra_tests.cffi_tests.cffi0.test_zintegration.TestZIntegration object at 0x00007fcc117226b0>
def test_distutils_package_1(self):
> run_setup_and_program("distutils_package_1", '''
import snip_basic_verify1
p = snip_basic_verify1.C.getpwuid(0)
assert snip_basic_verify1.ffi.string(p.pw_name) == b"root"
''')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:143:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:109: in run_setup_and_program
venv_dir = create_venv(dirname + '-cpy')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:26: in create_venv
str(tmpdir)])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_package_1-cpy'],)
kwargs = {}, retcode = 1
cmd = ['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_package_1-cpy']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the Popen constructor. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E CalledProcessError: Command '['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_package_1-cpy']' returned non-zero exit status 1
../build/lib-python/2.7/subprocess.py:190: CalledProcessErrorRuntimeError: failed to detect pypy2.7.18-64|pypy2.7.18|pypy2.7-64|pypy2.7|pypy2-64|pypy2|pypy-64|pypy|python2.7.18-64|python2.7.18|python2.7-64|python2.7|python2-64|python2|python-64|python in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/bin:/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build
self = <extra_tests.cffi_tests.cffi0.test_zintegration.TestZIntegration object at 0x00007fcc1185c058>
def test_distutils_package_2(self):
> run_setup_and_program("distutils_package_2", '''
import snip_basic_verify2
p = snip_basic_verify2.C.getpwuid(0)
assert snip_basic_verify2.ffi.string(p.pw_name) == b"root"
''')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:150:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:109: in run_setup_and_program
venv_dir = create_venv(dirname + '-cpy')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:26: in create_venv
str(tmpdir)])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_package_2-cpy'],)
kwargs = {}, retcode = 1
cmd = ['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_package_2-cpy']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the Popen constructor. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E CalledProcessError: Command '['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/distutils_package_2-cpy']' returned non-zero exit status 1
../build/lib-python/2.7/subprocess.py:190: CalledProcessErrorRuntimeError: failed to detect pypy2.7.18-64|pypy2.7.18|pypy2.7-64|pypy2.7|pypy2-64|pypy2|pypy-64|pypy|python2.7.18-64|python2.7.18|python2.7-64|python2.7|python2-64|python2|python-64|python in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/bin:/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build
self = <extra_tests.cffi_tests.cffi0.test_zintegration.TestZIntegration object at 0x00007fcc12c5e678>
def test_setuptools_module(self):
> run_setup_and_program("setuptools_module", '''
import snip_setuptools_verify
p = snip_setuptools_verify.C.getpwuid(0)
assert snip_setuptools_verify.ffi.string(p.pw_name) == b"root"
''')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:157:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:109: in run_setup_and_program
venv_dir = create_venv(dirname + '-cpy')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:26: in create_venv
str(tmpdir)])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_module-cpy'],)
kwargs = {}, retcode = 1
cmd = ['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_module-cpy']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the Popen constructor. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E CalledProcessError: Command '['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_module-cpy']' returned non-zero exit status 1
../build/lib-python/2.7/subprocess.py:190: CalledProcessErrorRuntimeError: failed to detect pypy2.7.18-64|pypy2.7.18|pypy2.7-64|pypy2.7|pypy2-64|pypy2|pypy-64|pypy|python2.7.18-64|python2.7.18|python2.7-64|python2.7|python2-64|python2|python-64|python in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/bin:/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build
self = <extra_tests.cffi_tests.cffi0.test_zintegration.TestZIntegration object at 0x00007fcc325d0de8>
def test_setuptools_package_1(self):
> run_setup_and_program("setuptools_package_1", '''
import snip_setuptools_verify1
p = snip_setuptools_verify1.C.getpwuid(0)
assert snip_setuptools_verify1.ffi.string(p.pw_name) == b"root"
''')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:164:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:109: in run_setup_and_program
venv_dir = create_venv(dirname + '-cpy')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:26: in create_venv
str(tmpdir)])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_package_1-cpy'],)
kwargs = {}, retcode = 1
cmd = ['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_package_1-cpy']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the Popen constructor. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E CalledProcessError: Command '['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_package_1-cpy']' returned non-zero exit status 1
../build/lib-python/2.7/subprocess.py:190: CalledProcessErrorRuntimeError: failed to detect pypy2.7.18-64|pypy2.7.18|pypy2.7-64|pypy2.7|pypy2-64|pypy2|pypy-64|pypy|python2.7.18-64|python2.7.18|python2.7-64|python2.7|python2-64|python2|python-64|python in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/bin:/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build
self = <extra_tests.cffi_tests.cffi0.test_zintegration.TestZIntegration object at 0x00007fcc121d56e0>
def test_setuptools_package_2(self):
> run_setup_and_program("setuptools_package_2", '''
import snip_setuptools_verify2
p = snip_setuptools_verify2.C.getpwuid(0)
assert snip_setuptools_verify2.ffi.string(p.pw_name) == b"root"
''')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:171:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:109: in run_setup_and_program
venv_dir = create_venv(dirname + '-cpy')
../build/extra_tests/cffi_tests/cffi0/test_zintegration.py:26: in create_venv
str(tmpdir)])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_package_2-cpy'],)
kwargs = {}, retcode = 1
cmd = ['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_package_2-cpy']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the Popen constructor. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E CalledProcessError: Command '['virtualenv', '-p', '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/setuptools_package_2-cpy']' returned non-zero exit status 1
../build/lib-python/2.7/subprocess.py:190: CalledProcessErrorRuntimeError: failed to detect pypy2.7.18-64|pypy2.7.18|pypy2.7-64|pypy2.7|pypy2-64|pypy2|pypy-64|pypy|python2.7.18-64|python2.7.18|python2.7-64|python2.7|python2-64|python2|python-64|python in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/bin:/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_cffi_binary.py:9: _cffi_backend module is built-in/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_commontypes.py:12: cannot find ../c/commontypes.c/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_commontypes.py:12: cannot find ../c/commontypes.cFrom cffi callback <function <lambda> at 0x00007fcc11f1d8f8>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_ffi_obj.py", line 131, in <lambda>
assert ffi.callback("int(int)", lambda x: x + "", -66)(10) == -66
TypeError: unsupported operand type(s) for +: 'int' and 'str'
From cffi callback <function <lambda> at 0x00007fcc11f1dad8>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_ffi_obj.py", line 132, in <lambda>
assert ffi.callback("int(int)", lambda x: x + "", error=-66)(10) == -66
TypeError: unsupported operand type(s) for +: 'int' and 'str'
From cffi callback <function <lambda> at 0x00007fcc11f1dbc8>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_ffi_obj.py", line 138, in <lambda>
assert deco(lambda x: x + "")(10) == -66
TypeError: unsupported operand type(s) for +: 'int' and 'str'
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_ffi_obj.py:337: for windowsinit!
init done
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_function_args.py:15: this test is skipped because it keeps finding failures in libffi, instead of cffigenerating /tmp/buildbot-x86_64/ffi-15/test_new_ffi_1.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'test_new_ffi_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c test_new_ffi_1.c -o ./test_new_ffi_1.o
cc -pthread -shared -undefined dynamic_lookup ./test_new_ffi_1.o -o ./test_new_ffi_1.pypy-73.so
From cffi callback <function cb at 0x00007fcc329ed5b0>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_new_ffi_1.py", line 864, in cb
raise Exception
Exception
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_new_ffi_1.py:1269: later?/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_new_ffi_1.py:1325: callback with '...'From cffi callback <function cb at 0x00007fcc11d3a818>:
Trying to convert the result back to C:
OverflowError: long int too large to convert to int
generating /tmp/buildbot-x86_64/ffi-15/test_multiple_independent_structs.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'test_multiple_independent_structs' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c test_multiple_independent_structs.c -o ./test_multiple_independent_structs.o
cc -pthread -shared -undefined dynamic_lookup ./test_multiple_independent_structs.o -o ./test_multiple_independent_structs.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/test_include_struct_union_enum_typedef.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'test_include_struct_union_enum_typedef' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c test_include_struct_union_enum_typedef.c -o ./test_include_struct_union_enum_typedef.o
cc -pthread -shared -undefined dynamic_lookup ./test_include_struct_union_enum_typedef.o -o ./test_include_struct_union_enum_typedef.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/test_emit_c_code
generating <cffi.recompiler.NativeIO object at 0x00007fcc110587b0>
generating /tmp/buildbot-x86_64/ffi-15/_test_import_from_lib.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_test_import_from_lib' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _test_import_from_lib.c -o ./_test_import_from_lib.o
cc -pthread -shared -undefined dynamic_lookup ./_test_import_from_lib.o -o ./_test_import_from_lib.pypy-73.so
'/tmp/buildbot-x86_64/ffi-15/test_re_python/_test_re_python.pypy-73.so' ==> u'/tmp/buildbot-x86_64/ffi-15/test_re_python/_test_re_python.pypy-73\xe9.so'
generating /tmp/buildbot-x86_64/ffi-15/test_re_python/re_python_pysrc.py
generating /tmp/buildbot-x86_64/ffi-15/test_re_python/_re_include_1.py
generating /tmp/buildbot-x86_64/ffi-15/test_re_python/test_partial_enum.py
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_math_sin.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_math_sin' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_math_sin.cpp -o ./_CFFI_test_math_sin.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_math_sin.o -o ./_CFFI_test_math_sin.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_repr_lib.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_repr_lib' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_repr_lib.cpp -o ./_CFFI_test_repr_lib.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_repr_lib.o -o ./_CFFI_test_repr_lib.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_funcarg_ptr.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_funcarg_ptr' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_funcarg_ptr.cpp -o ./_CFFI_test_funcarg_ptr.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_funcarg_ptr.o -o ./_CFFI_test_funcarg_ptr.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_funcres_ptr.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_funcres_ptr' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_funcres_ptr.cpp -o ./_CFFI_test_funcres_ptr.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_funcres_ptr.o -o ./_CFFI_test_funcres_ptr.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_global_var_array.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_global_var_array' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_global_var_array.cpp -o ./_CFFI_test_global_var_array.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_global_var_array.o -o ./_CFFI_test_global_var_array.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_typedef.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_typedef' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_typedef.cpp -o ./_CFFI_test_verify_typedef.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_typedef.o -o ./_CFFI_test_verify_typedef.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_typedef_dotdotdot.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_typedef_dotdotdot' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_typedef_dotdotdot.cpp -o ./_CFFI_test_verify_typedef_dotdotdot.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_typedef_dotdotdot.o -o ./_CFFI_test_verify_typedef_dotdotdot.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_typedef_star_dotdotdot.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_typedef_star_dotdotdot' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_typedef_star_dotdotdot.cpp -o ./_CFFI_test_verify_typedef_star_dotdotdot.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_typedef_star_dotdotdot.o -o ./_CFFI_test_verify_typedef_star_dotdotdot.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_global_var_int.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_global_var_int' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_global_var_int.cpp -o ./_CFFI_test_global_var_int.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_global_var_int.o -o ./_CFFI_test_global_var_int.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_macro.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_macro' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_macro.cpp -o ./_CFFI_test_macro.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_macro.o -o ./_CFFI_test_macro.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_macro_check_value_ok.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_macro_check_value_ok' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_macro_check_value_ok.cpp -o ./_CFFI_test_macro_check_value_ok.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_macro_check_value_ok.o -o ./_CFFI_test_macro_check_value_ok.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_constant.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_constant' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_constant.cpp -o ./_CFFI_test_constant.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_constant.o -o ./_CFFI_test_constant.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_check_value_of_static_const.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_check_value_of_static_const' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_check_value_of_static_const.cpp -o ./_CFFI_test_check_value_of_static_const.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_check_value_of_static_const.o -o ./_CFFI_test_check_value_of_static_const.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_constant_nonint.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_constant_nonint' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_constant_nonint.cpp -o ./_CFFI_test_constant_nonint.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_constant_nonint.o -o ./_CFFI_test_constant_nonint.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_constant_ptr.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_constant_ptr' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_constant_ptr.cpp -o ./_CFFI_test_constant_ptr.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_constant_ptr.o -o ./_CFFI_test_constant_ptr.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_dir.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_dir' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_dir.cpp -o ./_CFFI_test_dir.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_dir.o -o ./_CFFI_test_dir.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_opaque_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_opaque_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_opaque_struct.cpp -o ./_CFFI_test_verify_opaque_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_opaque_struct.o -o ./_CFFI_test_verify_opaque_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_opaque_union.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_opaque_union' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_opaque_union.cpp -o ./_CFFI_test_verify_opaque_union.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_opaque_union.o -o ./_CFFI_test_verify_opaque_union.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_struct.cpp -o ./_CFFI_test_verify_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_struct.o -o ./_CFFI_test_verify_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_exact_field_offset.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_exact_field_offset' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_exact_field_offset.cpp -o ./_CFFI_test_verify_exact_field_offset.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_exact_field_offset.o -o ./_CFFI_test_verify_exact_field_offset.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_type_caching_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_type_caching_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_type_caching_1.cpp -o ./_CFFI_test_type_caching_1.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_type_caching_1.o -o ./_CFFI_test_type_caching_1.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_type_caching_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_type_caching_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_type_caching_2.cpp -o ./_CFFI_test_type_caching_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_type_caching_2.o -o ./_CFFI_test_type_caching_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_enum.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_enum' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_enum.cpp -o ./_CFFI_test_verify_enum.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_enum.o -o ./_CFFI_test_verify_enum.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_duplicate_enum.cpp
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_dotdotdot_length_of_array_field.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_dotdotdot_length_of_array_field' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_dotdotdot_length_of_array_field.cpp -o ./_CFFI_test_dotdotdot_length_of_array_field.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_dotdotdot_length_of_array_field.o -o ./_CFFI_test_dotdotdot_length_of_array_field.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_dotdotdot_global_array.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_dotdotdot_global_array' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_dotdotdot_global_array.cpp -o ./_CFFI_test_dotdotdot_global_array.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_dotdotdot_global_array.o -o ./_CFFI_test_dotdotdot_global_array.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_misdeclared_field_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_misdeclared_field_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_misdeclared_field_1.cpp -o ./_CFFI_test_misdeclared_field_1.o
_CFFI_test_misdeclared_field_1.cpp:591:10: error: cannot initialize a variable of type 'int (*)[5]' with an rvalue of type 'int (*)[6]'
591 | { int(*tmp)[5] = &p->a; (void)tmp; }
| ^ ~~~~~
1 error generated.
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_open_array_in_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_open_array_in_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_open_array_in_struct.cpp -o ./_CFFI_test_open_array_in_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_open_array_in_struct.o -o ./_CFFI_test_open_array_in_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_math_sin_type.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_math_sin_type' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_math_sin_type.cpp -o ./_CFFI_test_math_sin_type.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_math_sin_type.o -o ./_CFFI_test_math_sin_type.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_anonymous_struct_with_typedef.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_anonymous_struct_with_typedef' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_anonymous_struct_with_typedef.cpp -o ./_CFFI_test_verify_anonymous_struct_with_typedef.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_anonymous_struct_with_typedef.o -o ./_CFFI_test_verify_anonymous_struct_with_typedef.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_anonymous_struct_with_star_typedef.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_anonymous_struct_with_star_typedef' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_anonymous_struct_with_star_typedef.cpp -o ./_CFFI_test_verify_anonymous_struct_with_star_typedef.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_anonymous_struct_with_star_typedef.o -o ./_CFFI_test_verify_anonymous_struct_with_star_typedef.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_anonymous_enum_with_typedef1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_anonymous_enum_with_typedef1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_anonymous_enum_with_typedef1.cpp -o ./_CFFI_test_verify_anonymous_enum_with_typedef1.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_anonymous_enum_with_typedef1.o -o ./_CFFI_test_verify_anonymous_enum_with_typedef1.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_verify_anonymous_enum_with_typedef2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_verify_anonymous_enum_with_typedef2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_verify_anonymous_enum_with_typedef2.cpp -o ./_CFFI_test_verify_anonymous_enum_with_typedef2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_verify_anonymous_enum_with_typedef2.o -o ./_CFFI_test_verify_anonymous_enum_with_typedef2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unique_types_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unique_types_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unique_types_1.cpp -o ./_CFFI_test_unique_types_1.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unique_types_1.o -o ./_CFFI_test_unique_types_1.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unique_types_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unique_types_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unique_types_2.cpp -o ./_CFFI_test_unique_types_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unique_types_2.o -o ./_CFFI_test_unique_types_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/test_module_name_in_package/mymod.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'test_module_name_in_package.mymod' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c test_module_name_in_package/mymod.c -o ./test_module_name_in_package/mymod.o
cc -pthread -shared -undefined dynamic_lookup ./test_module_name_in_package/mymod.o -o ./test_module_name_in_package/mymod.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_bad_size_of_global_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_bad_size_of_global_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_bad_size_of_global_1.cpp -o ./_CFFI_test_bad_size_of_global_1.o
_CFFI_test_bad_size_of_global_1.cpp:585:10: error: cannot initialize return object of type 'short *' with an rvalue of type 'long *'
585 | return &(glob);
| ^~~~~~~
1 error generated.
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_bad_size_of_global_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_bad_size_of_global_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_bad_size_of_global_2.cpp -o ./_CFFI_test_bad_size_of_global_2.o
_CFFI_test_bad_size_of_global_2.cpp:587:10: error: cannot initialize return object of type 'int (*)[10]' with an rvalue of type 'int (*)[9]'
587 | return &(glob);
| ^~~~~~~
1 error generated.
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unspecified_size_of_global_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unspecified_size_of_global_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unspecified_size_of_global_1.cpp -o ./_CFFI_test_unspecified_size_of_global_1.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unspecified_size_of_global_1.o -o ./_CFFI_test_unspecified_size_of_global_1.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unspecified_size_of_global_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unspecified_size_of_global_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unspecified_size_of_global_2.cpp -o ./_CFFI_test_unspecified_size_of_global_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unspecified_size_of_global_2.o -o ./_CFFI_test_unspecified_size_of_global_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unspecified_size_of_global_3.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unspecified_size_of_global_3' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unspecified_size_of_global_3.cpp -o ./_CFFI_test_unspecified_size_of_global_3.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unspecified_size_of_global_3.o -o ./_CFFI_test_unspecified_size_of_global_3.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unspecified_size_of_global_4.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unspecified_size_of_global_4' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unspecified_size_of_global_4.cpp -o ./_CFFI_test_unspecified_size_of_global_4.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unspecified_size_of_global_4.o -o ./_CFFI_test_unspecified_size_of_global_4.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_1_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_1_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_1_parent.cpp -o ./_CFFI_test_include_1_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_1_parent.o -o ./_CFFI_test_include_1_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_1.cpp -o ./_CFFI_test_include_1.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_1.o -o ./_CFFI_test_include_1.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_1b_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_1b_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_1b_parent.cpp -o ./_CFFI_test_include_1b_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_1b_parent.o -o ./_CFFI_test_include_1b_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_1b.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_1b' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_1b.cpp -o ./_CFFI_test_include_1b.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_1b.o -o ./_CFFI_test_include_1b.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_2_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_2_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_2_parent.cpp -o ./_CFFI_test_include_2_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_2_parent.o -o ./_CFFI_test_include_2_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_2.cpp -o ./_CFFI_test_include_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_2.o -o ./_CFFI_test_include_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_3_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_3_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_3_parent.cpp -o ./_CFFI_test_include_3_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_3_parent.o -o ./_CFFI_test_include_3_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_3.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_3' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_3.cpp -o ./_CFFI_test_include_3.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_3.o -o ./_CFFI_test_include_3.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_4_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_4_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_4_parent.cpp -o ./_CFFI_test_include_4_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_4_parent.o -o ./_CFFI_test_include_4_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_4.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_4' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_4.cpp -o ./_CFFI_test_include_4.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_4.o -o ./_CFFI_test_include_4.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_5_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_5_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_5_parent.cpp -o ./_CFFI_test_include_5_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_5_parent.o -o ./_CFFI_test_include_5_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_5.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_5' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_5.cpp -o ./_CFFI_test_include_5.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_5.o -o ./_CFFI_test_include_5.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_6_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_6_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_6_parent.cpp -o ./_CFFI_test_include_6_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_6_parent.o -o ./_CFFI_test_include_6_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_6.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_6' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_6.cpp -o ./_CFFI_test_include_6.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_6.o -o ./_CFFI_test_include_6.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_7_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_7_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_7_parent.cpp -o ./_CFFI_test_include_7_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_7_parent.o -o ./_CFFI_test_include_7_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_7.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_7' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_7.cpp -o ./_CFFI_test_include_7.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_7.o -o ./_CFFI_test_include_7.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_8_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_8_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_8_parent.cpp -o ./_CFFI_test_include_8_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_8_parent.o -o ./_CFFI_test_include_8_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_include_8.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_include_8' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_include_8.cpp -o ./_CFFI_test_include_8.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_include_8.o -o ./_CFFI_test_include_8.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_math_sin_unicode.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_math_sin_unicode' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_math_sin_unicode.cpp -o ./_CFFI_test_math_sin_unicode.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_math_sin_unicode.o -lm -o ./_CFFI_test_math_sin_unicode.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_incomplete_struct_as_arg.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_incomplete_struct_as_arg' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_incomplete_struct_as_arg.cpp -o ./_CFFI_test_incomplete_struct_as_arg.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_incomplete_struct_as_arg.o -o ./_CFFI_test_incomplete_struct_as_arg.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_incomplete_struct_as_result.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_incomplete_struct_as_result' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_incomplete_struct_as_result.cpp -o ./_CFFI_test_incomplete_struct_as_result.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_incomplete_struct_as_result.o -o ./_CFFI_test_incomplete_struct_as_result.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_incomplete_struct_as_both.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_incomplete_struct_as_both' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_incomplete_struct_as_both.cpp -o ./_CFFI_test_incomplete_struct_as_both.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_incomplete_struct_as_both.o -o ./_CFFI_test_incomplete_struct_as_both.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_name_of_unnamed_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_name_of_unnamed_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_name_of_unnamed_struct.cpp -o ./_CFFI_test_name_of_unnamed_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_name_of_unnamed_struct.o -o ./_CFFI_test_name_of_unnamed_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_address_of_global_var.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_address_of_global_var' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_address_of_global_var.cpp -o ./_CFFI_test_address_of_global_var.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_address_of_global_var.o -o ./_CFFI_test_address_of_global_var.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_defines__CFFI_.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_defines__CFFI_' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_defines__CFFI_.cpp -o ./_CFFI_test_defines__CFFI_.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_defines__CFFI_.o -o ./_CFFI_test_defines__CFFI_.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unpack_args.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unpack_args' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unpack_args.cpp -o ./_CFFI_test_unpack_args.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unpack_args.o -o ./_CFFI_test_unpack_args.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_addressof_function.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_addressof_function' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_addressof_function.cpp -o ./_CFFI_test_addressof_function.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_addressof_function.o -o ./_CFFI_test_addressof_function.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_addressof_function_with_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_addressof_function_with_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_addressof_function_with_struct.cpp -o ./_CFFI_test_addressof_function_with_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_addressof_function_with_struct.o -o ./_CFFI_test_addressof_function_with_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_issue198.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_issue198' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_issue198.cpp -o ./_CFFI_test_issue198.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_issue198.o -o ./_CFFI_test_issue198.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_constant_is_not_a_compiler_constant.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_constant_is_not_a_compiler_constant' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_constant_is_not_a_compiler_constant.cpp -o ./_CFFI_test_constant_is_not_a_compiler_constant.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_constant_is_not_a_compiler_constant.o -o ./_CFFI_test_constant_is_not_a_compiler_constant.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_constant_of_unknown_size.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_constant_of_unknown_size' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_constant_of_unknown_size.cpp -o ./_CFFI_test_constant_of_unknown_size.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_constant_of_unknown_size.o -o ./_CFFI_test_constant_of_unknown_size.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_variable_of_unknown_size.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_variable_of_unknown_size' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_variable_of_unknown_size.cpp -o ./_CFFI_test_variable_of_unknown_size.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_variable_of_unknown_size.o -o ./_CFFI_test_variable_of_unknown_size.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_constant_of_value_unknown_to_the_compiler.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_constant_of_value_unknown_to_the_compiler' extension
creating tmp
creating tmp/buildbot-x86_64
creating tmp/buildbot-x86_64/ffi-15
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_constant_of_value_unknown_to_the_compiler.cpp -o ./_CFFI_test_constant_of_value_unknown_to_the_compiler.o
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c /tmp/buildbot-x86_64/ffi-15/extra_test_constant_of_value_unknown_to_the_compiler.c -o ./tmp/buildbot-x86_64/ffi-15/extra_test_constant_of_value_unknown_to_the_compiler.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_constant_of_value_unknown_to_the_compiler.o ./tmp/buildbot-x86_64/ffi-15/extra_test_constant_of_value_unknown_to_the_compiler.o -o ./_CFFI_test_constant_of_value_unknown_to_the_compiler.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_dotdot_in_source_file_names.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_dotdot_in_source_file_names' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_dotdot_in_source_file_names.cpp -o ./_CFFI_test_dotdot_in_source_file_names.o
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c /tmp/buildbot-x86_64/ffi-15/extra_test_dotdot_in_source_file_names.c -o ./tmp/buildbot-x86_64/ffi-15/extra_test_dotdot_in_source_file_names.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_dotdot_in_source_file_names.o ./tmp/buildbot-x86_64/ffi-15/extra_test_dotdot_in_source_file_names.o -o ./_CFFI_test_dotdot_in_source_file_names.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_call_with_incomplete_structs.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_call_with_incomplete_structs' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_call_with_incomplete_structs.cpp -o ./_CFFI_test_call_with_incomplete_structs.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_call_with_incomplete_structs.o -o ./_CFFI_test_call_with_incomplete_structs.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_struct_array_guess_length_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_struct_array_guess_length_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_struct_array_guess_length_2.cpp -o ./_CFFI_test_struct_array_guess_length_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_struct_array_guess_length_2.o -o ./_CFFI_test_struct_array_guess_length_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_struct_array_guess_length_3.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_struct_array_guess_length_3' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_struct_array_guess_length_3.cpp -o ./_CFFI_test_struct_array_guess_length_3.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_struct_array_guess_length_3.o -o ./_CFFI_test_struct_array_guess_length_3.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_global_var_array_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_global_var_array_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_global_var_array_2.cpp -o ./_CFFI_test_global_var_array_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_global_var_array_2.o -o ./_CFFI_test_global_var_array_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_global_var_array_3.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_global_var_array_3' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_global_var_array_3.cpp -o ./_CFFI_test_global_var_array_3.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_global_var_array_3.o -o ./_CFFI_test_global_var_array_3.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_global_var_array_4.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_global_var_array_4' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_global_var_array_4.cpp -o ./_CFFI_test_global_var_array_4.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_global_var_array_4.o -o ./_CFFI_test_global_var_array_4.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_some_integer_type.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_some_integer_type' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_some_integer_type.cpp -o ./_CFFI_test_some_integer_type.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_some_integer_type.o -o ./_CFFI_test_some_integer_type.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_some_float_type.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_some_float_type' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_some_float_type.cpp -o ./_CFFI_test_some_float_type.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_some_float_type.o -o ./_CFFI_test_some_float_type.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_some_float_invalid_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_some_float_invalid_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_some_float_invalid_2.cpp -o ./_CFFI_test_some_float_invalid_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_some_float_invalid_2.o -o ./_CFFI_test_some_float_invalid_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_some_float_invalid_3.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_some_float_invalid_3' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_some_float_invalid_3.cpp -o ./_CFFI_test_some_float_invalid_3.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_some_float_invalid_3.o -o ./_CFFI_test_some_float_invalid_3.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_issue200.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_issue200' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_issue200.cpp -o ./_CFFI_test_issue200.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_issue200.o -o ./_CFFI_test_issue200.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_alignment_of_longlong.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_alignment_of_longlong' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_alignment_of_longlong.cpp -o ./_CFFI_test_alignment_of_longlong.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_alignment_of_longlong.o -o ./_CFFI_test_alignment_of_longlong.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_import_from_lib.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_import_from_lib' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_import_from_lib.cpp -o ./_CFFI_test_import_from_lib.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_import_from_lib.o -o ./_CFFI_test_import_from_lib.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_macro_var_callback.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_macro_var_callback' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_macro_var_callback.cpp -o ./_CFFI_test_macro_var_callback.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_macro_var_callback.o -o ./_CFFI_test_macro_var_callback.pypy-73.so -stdlib=libc++
From cffi callback <function get_my_value at 0x00007fcc3243a980>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_recompiler.py", line 1269, in get_my_value
raise LookupError
LookupError
From cffi callback <function get_my_value at 0x00007fcc3243a980>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_recompiler.py", line 1269, in get_my_value
raise LookupError
LookupError
From cffi callback <function get_my_value at 0x00007fcc3243a980>:
Traceback (most recent call last):
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_recompiler.py", line 1269, in get_my_value
raise LookupError
LookupError
From cffi callback <function get_my_value at 0x00007fcc3243a9f8>:
Trying to convert the result back to C:
TypeError: initializer for ctype 'int *' must be a cdata pointer, not str
From cffi callback <function get_my_value at 0x00007fcc3243a9f8>:
Trying to convert the result back to C:
TypeError: initializer for ctype 'int *' must be a cdata pointer, not str
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_const_fields.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_const_fields' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_const_fields.cpp -o ./_CFFI_test_const_fields.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_const_fields.o -o ./_CFFI_test_const_fields.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_restrict_fields.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_restrict_fields' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_restrict_fields.cpp -o ./_CFFI_test_restrict_fields.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_restrict_fields.o -o ./_CFFI_test_restrict_fields.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_volatile_fields.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_volatile_fields' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_volatile_fields.cpp -o ./_CFFI_test_volatile_fields.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_volatile_fields.o -o ./_CFFI_test_volatile_fields.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_const_array_fields.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_const_array_fields' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_const_array_fields.cpp -o ./_CFFI_test_const_array_fields.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_const_array_fields.o -o ./_CFFI_test_const_array_fields.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_const_array_fields_varlength.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_const_array_fields_varlength' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_const_array_fields_varlength.cpp -o ./_CFFI_test_const_array_fields_varlength.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_const_array_fields_varlength.o -o ./_CFFI_test_const_array_fields_varlength.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_const_array_fields_unknownlength.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_const_array_fields_unknownlength' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_const_array_fields_unknownlength.cpp -o ./_CFFI_test_const_array_fields_unknownlength.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_const_array_fields_unknownlength.o -o ./_CFFI_test_const_array_fields_unknownlength.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_const_function_args.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_const_function_args' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_const_function_args.cpp -o ./_CFFI_test_const_function_args.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_const_function_args.o -o ./_CFFI_test_const_function_args.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_const_function_type_args.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_const_function_type_args' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_const_function_type_args.cpp -o ./_CFFI_test_const_function_type_args.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_const_function_type_args.o -o ./_CFFI_test_const_function_type_args.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_const_constant.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_const_constant' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_const_constant.cpp -o ./_CFFI_test_const_constant.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_const_constant.o -o ./_CFFI_test_const_constant.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_const_via_typedef.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_const_via_typedef' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_const_via_typedef.cpp -o ./_CFFI_test_const_via_typedef.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_const_via_typedef.o -o ./_CFFI_test_const_via_typedef.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_win32_calling_convention_0.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_win32_calling_convention_0' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_win32_calling_convention_0.cpp -o ./_CFFI_test_win32_calling_convention_0.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_win32_calling_convention_0.o -o ./_CFFI_test_win32_calling_convention_0.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_win32_calling_convention_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_win32_calling_convention_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_win32_calling_convention_1.cpp -o ./_CFFI_test_win32_calling_convention_1.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_win32_calling_convention_1.o -o ./_CFFI_test_win32_calling_convention_1.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_win32_calling_convention_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_win32_calling_convention_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_win32_calling_convention_2.cpp -o ./_CFFI_test_win32_calling_convention_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_win32_calling_convention_2.o -o ./_CFFI_test_win32_calling_convention_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_win32_calling_convention_3.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_win32_calling_convention_3' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_win32_calling_convention_3.cpp -o ./_CFFI_test_win32_calling_convention_3.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_win32_calling_convention_3.o -o ./_CFFI_test_win32_calling_convention_3.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_1.cpp -o ./_CFFI_test_extern_python_1.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_1.o -o ./_CFFI_test_extern_python_1.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_bogus_name.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_bogus_name' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_bogus_name.cpp -o ./_CFFI_test_extern_python_bogus_name.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_bogus_name.o -o ./_CFFI_test_extern_python_bogus_name.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_bogus_result_type.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_bogus_result_type' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_bogus_result_type.cpp -o ./_CFFI_test_extern_python_bogus_result_type.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_bogus_result_type.o -o ./_CFFI_test_extern_python_bogus_result_type.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_redefine.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_redefine' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_redefine.cpp -o ./_CFFI_test_extern_python_redefine.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_redefine.o -o ./_CFFI_test_extern_python_redefine.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_struct.cpp -o ./_CFFI_test_extern_python_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_struct.o -o ./_CFFI_test_extern_python_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_long_double.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_long_double' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_long_double.cpp -o ./_CFFI_test_extern_python_long_double.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_long_double.o -o ./_CFFI_test_extern_python_long_double.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_signature.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_signature' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_signature.cpp -o ./_CFFI_test_extern_python_signature.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_signature.o -o ./_CFFI_test_extern_python_signature.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_errors.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_errors' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_errors.cpp -o ./_CFFI_test_extern_python_errors.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_errors.o -o ./_CFFI_test_extern_python_errors.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_stdcall.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_stdcall' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_stdcall.cpp -o ./_CFFI_test_extern_python_stdcall.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_stdcall.o -o ./_CFFI_test_extern_python_stdcall.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_extern_python_plus_c.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_extern_python_plus_c' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_extern_python_plus_c.cpp -o ./_CFFI_test_extern_python_plus_c.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_extern_python_plus_c.o -o ./_CFFI_test_extern_python_plus_c.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_function.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_function' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_function.cpp -o ./_CFFI_test_introspect_function.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_function.o -o ./_CFFI_test_introspect_function.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_global_var.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_global_var' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_global_var.cpp -o ./_CFFI_test_introspect_global_var.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_global_var.o -o ./_CFFI_test_introspect_global_var.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_global_var_array.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_global_var_array' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_global_var_array.cpp -o ./_CFFI_test_introspect_global_var_array.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_global_var_array.o -o ./_CFFI_test_introspect_global_var_array.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_integer_const.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_integer_const' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_integer_const.cpp -o ./_CFFI_test_introspect_integer_const.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_integer_const.o -o ./_CFFI_test_introspect_integer_const.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_typedef.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_typedef' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_typedef.cpp -o ./_CFFI_test_introspect_typedef.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_typedef.o -o ./_CFFI_test_introspect_typedef.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_typedef_multiple.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_typedef_multiple' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_typedef_multiple.cpp -o ./_CFFI_test_introspect_typedef_multiple.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_typedef_multiple.o -o ./_CFFI_test_introspect_typedef_multiple.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_struct.cpp -o ./_CFFI_test_introspect_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_struct.o -o ./_CFFI_test_introspect_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_union.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_union' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_union.cpp -o ./_CFFI_test_introspect_union.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_union.o -o ./_CFFI_test_introspect_union.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_struct_and_typedef.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_struct_and_typedef' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_struct_and_typedef.cpp -o ./_CFFI_test_introspect_struct_and_typedef.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_struct_and_typedef.o -o ./_CFFI_test_introspect_struct_and_typedef.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_included_type_parent.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_included_type_parent' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_included_type_parent.cpp -o ./_CFFI_test_introspect_included_type_parent.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_included_type_parent.o -o ./_CFFI_test_introspect_included_type_parent.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_included_type.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_included_type' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_included_type.cpp -o ./_CFFI_test_introspect_included_type.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_included_type.o -o ./_CFFI_test_introspect_included_type.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_introspect_order.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_introspect_order' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_introspect_order.cpp -o ./_CFFI_test_introspect_order.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_introspect_order.o -o ./_CFFI_test_introspect_order.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_bool_in_cpp.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_bool_in_cpp' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_bool_in_cpp.cpp -o ./_CFFI_test_bool_in_cpp.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_bool_in_cpp.o -o ./_CFFI_test_bool_in_cpp.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_bool_bug_cpp.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_bool_bug_cpp' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_bool_bug_cpp.cpp -o ./_CFFI_test_bool_bug_cpp.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_bool_bug_cpp.o -o ./_CFFI_test_bool_bug_cpp.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_struct_field_opaque.cpp
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_struct_field_opaque.cpp
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_struct_field_opaque.cpp
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_recompiler.py:2018: can currently declare a function with an opaque struct as argument, but AFAICT it's impossible to call it latergenerating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_function_returns_opaque.cpp
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_function_returns_union.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_function_returns_union' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_function_returns_union.cpp -o ./_CFFI_test_function_returns_union.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_function_returns_union.o -o ./_CFFI_test_function_returns_union.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_function_returns_partial_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_function_returns_partial_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_function_returns_partial_struct.cpp -o ./_CFFI_test_function_returns_partial_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_function_returns_partial_struct.o -o ./_CFFI_test_function_returns_partial_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_function_returns_float_complex.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_function_returns_float_complex' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_function_returns_float_complex.c -o ./_CFFI_test_function_returns_float_complex.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./_CFFI_test_function_returns_float_complex.o -o ./_CFFI_test_function_returns_float_complex.pypy-73.so -stdlib=libc++
clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_function_returns_double_complex.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_function_returns_double_complex' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_function_returns_double_complex.c -o ./_CFFI_test_function_returns_double_complex.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./_CFFI_test_function_returns_double_complex.o -o ./_CFFI_test_function_returns_double_complex.pypy-73.so -stdlib=libc++
clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_recompiler.py:2085: only for MSVCgenerating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_function_argument_float_complex.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_function_argument_float_complex' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_function_argument_float_complex.c -o ./_CFFI_test_function_argument_float_complex.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./_CFFI_test_function_argument_float_complex.o -o ./_CFFI_test_function_argument_float_complex.pypy-73.so -stdlib=libc++
clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_function_argument_double_complex.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_function_argument_double_complex' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_function_argument_double_complex.c -o ./_CFFI_test_function_argument_double_complex.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./_CFFI_test_function_argument_double_complex.o -o ./_CFFI_test_function_argument_double_complex.pypy-73.so -stdlib=libc++
clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_typedef_array_dotdotdot.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_typedef_array_dotdotdot' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_typedef_array_dotdotdot.cpp -o ./_CFFI_test_typedef_array_dotdotdot.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_typedef_array_dotdotdot.o -o ./_CFFI_test_typedef_array_dotdotdot.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_typedef_array_dotdotdot_usage.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_typedef_array_dotdotdot_usage' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_typedef_array_dotdotdot_usage.cpp -o ./_CFFI_test_typedef_array_dotdotdot_usage.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_typedef_array_dotdotdot_usage.o -o ./_CFFI_test_typedef_array_dotdotdot_usage.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_call_with_custom_field_pos.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_call_with_custom_field_pos' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_call_with_custom_field_pos.cpp -o ./_CFFI_test_call_with_custom_field_pos.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_call_with_custom_field_pos.o -o ./_CFFI_test_call_with_custom_field_pos.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_call_with_nested_anonymous_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_call_with_nested_anonymous_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_call_with_nested_anonymous_struct.cpp -o ./_CFFI_test_call_with_nested_anonymous_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_call_with_nested_anonymous_struct.o -o ./_CFFI_test_call_with_nested_anonymous_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_call_with_bitfield.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_call_with_bitfield' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_call_with_bitfield.cpp -o ./_CFFI_test_call_with_bitfield.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_call_with_bitfield.o -o ./_CFFI_test_call_with_bitfield.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_call_with_zero_length_field.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_call_with_zero_length_field' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_call_with_zero_length_field.cpp -o ./_CFFI_test_call_with_zero_length_field.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_call_with_zero_length_field.o -o ./_CFFI_test_call_with_zero_length_field.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_call_with_union.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_call_with_union' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_call_with_union.cpp -o ./_CFFI_test_call_with_union.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_call_with_union.o -o ./_CFFI_test_call_with_union.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_call_with_packed_struct.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_call_with_packed_struct' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_call_with_packed_struct.cpp -o ./_CFFI_test_call_with_packed_struct.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_call_with_packed_struct.o -o ./_CFFI_test_call_with_packed_struct.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_pack_not_supported.cpp
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_gcc_visibility_hidden.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_gcc_visibility_hidden' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_gcc_visibility_hidden.cpp -o ./_CFFI_test_gcc_visibility_hidden.o -fvisibility=hidden
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_gcc_visibility_hidden.o -o ./_CFFI_test_gcc_visibility_hidden.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_override_default_definition.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_override_default_definition' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_override_default_definition.cpp -o ./_CFFI_test_override_default_definition.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_override_default_definition.o -o ./_CFFI_test_override_default_definition.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_char16_char32_type.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_char16_char32_type' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_char16_char32_type.cpp -o ./_CFFI_test_char16_char32_type.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_char16_char32_type.o -o ./_CFFI_test_char16_char32_type.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_char16_char32_type_nocpp.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_char16_char32_type_nocpp' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_char16_char32_type_nocpp.c -o ./_CFFI_test_char16_char32_type_nocpp.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./_CFFI_test_char16_char32_type_nocpp.o -o ./_CFFI_test_char16_char32_type_nocpp.pypy-73.so -stdlib=libc++
clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_loader_spec.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_loader_spec' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_loader_spec.cpp -o ./_CFFI_test_loader_spec.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_loader_spec.o -o ./_CFFI_test_loader_spec.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_realize_struct_error.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_realize_struct_error' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_realize_struct_error.cpp -o ./_CFFI_test_realize_struct_error.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_realize_struct_error.o -o ./_CFFI_test_realize_struct_error.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_from_buffer_struct_p.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_from_buffer_struct_p' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_from_buffer_struct_p.cpp -o ./_CFFI_test_from_buffer_struct_p.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_from_buffer_struct_p.o -o ./_CFFI_test_from_buffer_struct_p.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unnamed_bitfield_1.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unnamed_bitfield_1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unnamed_bitfield_1.cpp -o ./_CFFI_test_unnamed_bitfield_1.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unnamed_bitfield_1.o -o ./_CFFI_test_unnamed_bitfield_1.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unnamed_bitfield_2.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unnamed_bitfield_2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unnamed_bitfield_2.cpp -o ./_CFFI_test_unnamed_bitfield_2.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unnamed_bitfield_2.o -o ./_CFFI_test_unnamed_bitfield_2.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unnamed_bitfield_3.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unnamed_bitfield_3' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unnamed_bitfield_3.cpp -o ./_CFFI_test_unnamed_bitfield_3.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unnamed_bitfield_3.o -o ./_CFFI_test_unnamed_bitfield_3.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_unnamed_bitfield_4.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_unnamed_bitfield_4' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_unnamed_bitfield_4.cpp -o ./_CFFI_test_unnamed_bitfield_4.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_unnamed_bitfield_4.o -o ./_CFFI_test_unnamed_bitfield_4.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_struct_with_func_with_struct_pointer_arg.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_struct_with_func_with_struct_pointer_arg' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_struct_with_func_with_struct_pointer_arg.cpp -o ./_CFFI_test_struct_with_func_with_struct_pointer_arg.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_struct_with_func_with_struct_pointer_arg.o -o ./_CFFI_test_struct_with_func_with_struct_pointer_arg.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_struct_with_func_with_struct_arg.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_struct_with_func_with_struct_arg' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_struct_with_func_with_struct_arg.cpp -o ./_CFFI_test_struct_with_func_with_struct_arg.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_struct_with_func_with_struct_arg.o -o ./_CFFI_test_struct_with_func_with_struct_arg.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_passing_large_list.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_passing_large_list' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_passing_large_list.cpp -o ./_CFFI_test_passing_large_list.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_passing_large_list.o -o ./_CFFI_test_passing_large_list.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/_CFFI_test_convert_api_mode_builtin_function_to_cdata.cpp
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building '_CFFI_test_convert_api_mode_builtin_function_to_cdata' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -UNDEBUG -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _CFFI_test_convert_api_mode_builtin_function_to_cdata.cpp -o ./_CFFI_test_convert_api_mode_builtin_function_to_cdata.o
c++ -pthread -shared -undefined dynamic_lookup ./_CFFI_test_convert_api_mode_builtin_function_to_cdata.o -o ./_CFFI_test_convert_api_mode_builtin_function_to_cdata.pypy-73.so -stdlib=libc++
generating /tmp/buildbot-x86_64/ffi-15/verify1.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify1' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify1.c -o ./verify1.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
verify1.c:585:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
585 | some_completely_unknown_function();
| ^
verify1.c:585:3: note: did you mean '_cffi_d_some_completely_unknown_function'?
verify1.c:583:13: note: '_cffi_d_some_completely_unknown_function' declared here
583 | static void _cffi_d_some_completely_unknown_function(void)
| ^
584 | {
585 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_d_some_completely_unknown_function
1 error generated.
generating /tmp/buildbot-x86_64/ffi-15/verify2.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify2' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify2.c -o ./verify2.o
verify2.c:585:3: error: call to undeclared function 'some_completely_unknown_function'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
585 | some_completely_unknown_function();
| ^
verify2.c:585:3: note: did you mean '_cffi_d_some_completely_unknown_function'?
verify2.c:583:13: note: '_cffi_d_some_completely_unknown_function' declared here
583 | static void _cffi_d_some_completely_unknown_function(void)
| ^
584 | {
585 | some_completely_unknown_function();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_d_some_completely_unknown_function
1 error generated.
generating /tmp/buildbot-x86_64/ffi-15/verify3.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify3' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify3.c -o ./verify3.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify3.o -lm -o ./verify3.pypy-73.so
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:67: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:67: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:67: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:67: needs GCC/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:67: needs GCCgenerating /tmp/buildbot-x86_64/ffi-15/verify4.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify4' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify4.c -o ./verify4.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify4.o -lm -o ./verify4.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify5.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify5' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify5.c -o ./verify5.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify5.o -lm -o ./verify5.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify6.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify6' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify6.c -o ./verify6.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify6.o -o ./verify6.pypy-73.so
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:67: needs GCCgenerating /tmp/buildbot-x86_64/ffi-15/verify7.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify7' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify7.c -o ./verify7.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify7.o -o ./verify7.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify8.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify8' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify8.c -o ./verify8.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify8.o -o ./verify8.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify9.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify9' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify9.c -o ./verify9.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify9.o -o ./verify9.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify10.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify10' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify10.c -o ./verify10.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify10.o -o ./verify10.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify11.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify11' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify11.c -o ./verify11.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify11.o -o ./verify11.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify12.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify12' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify12.c -o ./verify12.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify12.o -lm -o ./verify12.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify13.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify13' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify13.c -o ./verify13.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify13.o -o ./verify13.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify14.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify14' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify14.c -o ./verify14.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify14.o -o ./verify14.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify15.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify15' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify15.c -o ./verify15.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify15.o -o ./verify15.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify16.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify16' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify16.c -o ./verify16.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify16.o -o ./verify16.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify17.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify17' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify17.c -o ./verify17.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify17.o -o ./verify17.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify18.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify18' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify18.c -o ./verify18.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify18.o -o ./verify18.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify19.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify19' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify19.c -o ./verify19.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify19.o -o ./verify19.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify20.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify20' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify20.c -o ./verify20.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify20.o -o ./verify20.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify21.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify21' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify21.c -o ./verify21.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify21.o -o ./verify21.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify22.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify22' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify22.c -o ./verify22.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify22.o -o ./verify22.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify23.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify23' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify23.c -o ./verify23.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify23.o -o ./verify23.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify24.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify24' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify24.c -o ./verify24.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify24.o -o ./verify24.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify25.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify25' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify25.c -o ./verify25.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify25.o -o ./verify25.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify26.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify26' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify26.c -o ./verify26.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify26.o -o ./verify26.pypy-73.so
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:418: ignored so fargenerating /tmp/buildbot-x86_64/ffi-15/verify27.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify27' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify27.c -o ./verify27.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify27.o -o ./verify27.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify28.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify28' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify28.c -o ./verify28.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify28.o -o ./verify28.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify29.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify29' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify29.c -o ./verify29.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify30.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify30' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify30.c -o ./verify30.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify31.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify31' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify31.c -o ./verify31.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify31.o -o ./verify31.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify32.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify32' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify32.c -o ./verify32.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify32.o -o ./verify32.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify33.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify33' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify33.c -o ./verify33.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify33.o -o ./verify33.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify34.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify34' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify34.c -o ./verify34.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify34.o -o ./verify34.pypy-73.so
verify29.c:592:13: error: incompatible pointer types initializing 'long **' with an expression of type 'int **' [-Werror,-Wincompatible-pointer-types]
592 | { long * *tmp = &p->z; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify30.c:590:21: error: no member named 'x' in 'struct foo_s'
590 | { char *tmp = &p->x; (void)tmp; }
| ~ ^
verify30.c:597:10: error: no member named 'x' in 'foo_s'
597 | { "x", offsetof(struct foo_s, x),
| ^ ~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
verify30.c:598:38: error: no member named 'x' in 'struct foo_s'
598 | sizeof(((struct foo_s *)0)->x),
| ~~~~~~~~~~~~~~~~~~~ ^
3 errors generated.
generating /tmp/buildbot-x86_64/ffi-15/verify35.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify35' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify35.c -o ./verify35.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify35.o -o ./verify35.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify36.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify36' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify36.c -o ./verify36.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify36.o -o ./verify36.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify37.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify37' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify37.c -o ./verify37.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify37.o -o ./verify37.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify38.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify38' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify38.c -o ./verify38.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify38.o -o ./verify38.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify39.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify39' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify39.c -o ./verify39.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify39.o -o ./verify39.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify40.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify40' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify40.c -o ./verify40.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify40.o -o ./verify40.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify41.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify41' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify41.c -o ./verify41.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify41.o -o ./verify41.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify42.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify42' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify42.c -o ./verify42.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify42.o -o ./verify42.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify43.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify43' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify43.c -o ./verify43.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify43.o -o ./verify43.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify44.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify44' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify44.c -o ./verify44.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify44.o -o ./verify44.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify45.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify45' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify45.c -o ./verify45.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify45.o -o ./verify45.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify46.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify46' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify46.c -o ./verify46.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify46.o -o ./verify46.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify47.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify47' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify47.c -o ./verify47.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify47.o -o ./verify47.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify48.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify48' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify48.c -o ./verify48.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify48.o -o ./verify48.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify49.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify49' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify49.c -o ./verify49.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify49.o -o ./verify49.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify50.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify50' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify50.c -o ./verify50.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify50.o -o ./verify50.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify51.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify51' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify51.c -o ./verify51.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify51.o -o ./verify51.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify52.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify52' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify52.c -o ./verify52.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify52.o -o ./verify52.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify53.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify53' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify53.c -o ./verify53.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify53.o -o ./verify53.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify54.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify54' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify54.c -o ./verify54.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify55.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify55' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify55.c -o ./verify55.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify56.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify56' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify56.c -o ./verify56.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify57.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify57' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify57.c -o ./verify57.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify57.o -o ./verify57.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify58.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify58' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify58.c -o ./verify58.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify59.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify59' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify59.c -o ./verify59.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify60.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify60' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify60.c -o ./verify60.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify61.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify61' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify61.c -o ./verify61.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify61.o -o ./verify61.pypy-73.so
verify54.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify55.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify56.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify58.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long double *' [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify59.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'double *' [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify60.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'float *' [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
generating /tmp/buildbot-x86_64/ffi-15/verify62.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify62' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify62.c -o ./verify62.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify62.o -o ./verify62.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify63.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify63' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify63.c -o ./verify63.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify63.o -o ./verify63.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify64.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify64' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify64.c -o ./verify64.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify65.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify65' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify65.c -o ./verify65.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify66.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify66' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify66.c -o ./verify66.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify67.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify67' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify67.c -o ./verify67.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify68.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify68' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify68.c -o ./verify68.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify69.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify69' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify69.c -o ./verify69.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify70.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify70' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify70.c -o ./verify70.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify71.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify71' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify71.c -o ./verify71.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify72.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify72' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify72.c -o ./verify72.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify73.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify73' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify73.c -o ./verify73.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify74.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify74' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify74.c -o ./verify74.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify75.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify75' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify75.c -o ./verify75.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify76.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify76' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify76.c -o ./verify76.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify77.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify77' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify77.c -o ./verify77.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify78.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify78' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify78.c -o ./verify78.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify79.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify79' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify79.c -o ./verify79.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify80.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify80' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify80.c -o ./verify80.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify81.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify81' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify81.c -o ./verify81.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify82.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify82' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify82.c -o ./verify82.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify83.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify83' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify83.c -o ./verify83.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify84.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify84' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify84.c -o ./verify84.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify85.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify85' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify85.c -o ./verify85.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify86.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify86' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify86.c -o ./verify86.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify87.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify87' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify87.c -o ./verify87.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify88.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify88' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify88.c -o ./verify88.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify89.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify89' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify89.c -o ./verify89.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify90.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify90' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify90.c -o ./verify90.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify91.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify91' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify91.c -o ./verify91.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify92.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify92' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify92.c -o ./verify92.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify93.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify93' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify93.c -o ./verify93.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify94.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify94' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify94.c -o ./verify94.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify95.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify95' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify95.c -o ./verify95.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify96.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify96' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify96.c -o ./verify96.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify97.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify97' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify97.c -o ./verify97.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify98.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify98' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify98.c -o ./verify98.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify99.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify99' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify99.c -o ./verify99.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify100.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify100' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify100.c -o ./verify100.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify101.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify101' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify101.c -o ./verify101.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify102.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify102' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify102.c -o ./verify102.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify103.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify103' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify103.c -o ./verify103.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify104.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify104' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify104.c -o ./verify104.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify105.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify105' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify105.c -o ./verify105.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify106.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify106' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify106.c -o ./verify106.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify107.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify107' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify107.c -o ./verify107.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify108.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify108' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify108.c -o ./verify108.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify109.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify109' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify109.c -o ./verify109.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify110.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify110' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify110.c -o ./verify110.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify111.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify111' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify111.c -o ./verify111.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify112.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify112' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify112.c -o ./verify112.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify113.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify113' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify113.c -o ./verify113.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify114.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify114' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify114.c -o ./verify114.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify115.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify115' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify115.c -o ./verify115.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify116.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify116' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify116.c -o ./verify116.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify117.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify117' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify117.c -o ./verify117.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify118.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify118' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify118.c -o ./verify118.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify119.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify119' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify119.c -o ./verify119.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify120.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify120' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify120.c -o ./verify120.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify121.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify121' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify121.c -o ./verify121.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify122.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify122' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify122.c -o ./verify122.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify123.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify123' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify123.c -o ./verify123.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify124.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify124' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify124.c -o ./verify124.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify125.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify125' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify125.c -o ./verify125.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify126.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify126' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify126.c -o ./verify126.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify127.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify127' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify127.c -o ./verify127.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify128.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify128' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify128.c -o ./verify128.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify129.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify129' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify129.c -o ./verify129.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify130.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify130' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify130.c -o ./verify130.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify131.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify131' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify131.c -o ./verify131.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify132.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify132' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify132.c -o ./verify132.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify133.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify133' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify133.c -o ./verify133.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify134.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify134' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify134.c -o ./verify134.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify135.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify135' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify135.c -o ./verify135.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify136.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify136' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify136.c -o ./verify136.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify137.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify137' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify137.c -o ./verify137.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify138.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify138' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify138.c -o ./verify138.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify139.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify139' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify139.c -o ./verify139.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify140.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify140' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify140.c -o ./verify140.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify141.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify141' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify141.c -o ./verify141.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify142.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify142' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify142.c -o ./verify142.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify143.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify143' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify143.c -o ./verify143.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify144.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify144' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify144.c -o ./verify144.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify145.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify145' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify145.c -o ./verify145.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify146.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify146' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify146.c -o ./verify146.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify147.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify147' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify147.c -o ./verify147.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify148.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify148' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify148.c -o ./verify148.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify149.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify149' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify149.c -o ./verify149.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify150.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify150' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify150.c -o ./verify150.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify151.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify151' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify151.c -o ./verify151.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify152.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify152' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify152.c -o ./verify152.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify153.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify153' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify153.c -o ./verify153.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify154.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify154' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify154.c -o ./verify154.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify155.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify155' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify155.c -o ./verify155.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify156.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify156' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify156.c -o ./verify156.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify157.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify157' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify157.c -o ./verify157.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify158.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify158' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify158.c -o ./verify158.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify159.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify159' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify159.c -o ./verify159.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify160.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify160' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify160.c -o ./verify160.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify161.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify161' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify161.c -o ./verify161.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify162.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify162' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify162.c -o ./verify162.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify163.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify163' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify163.c -o ./verify163.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify164.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify164' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify164.c -o ./verify164.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify165.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify165' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify165.c -o ./verify165.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify166.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify166' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify166.c -o ./verify166.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify167.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify167' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify167.c -o ./verify167.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify168.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify168' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify168.c -o ./verify168.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify169.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify169' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify169.c -o ./verify169.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify170.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify170' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify170.c -o ./verify170.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify171.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify171' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify171.c -o ./verify171.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify172.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify172' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify172.c -o ./verify172.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify173.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify173' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify173.c -o ./verify173.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify174.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify174' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify174.c -o ./verify174.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify175.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify175' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify175.c -o ./verify175.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify176.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify176' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify176.c -o ./verify176.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify177.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify177' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify177.c -o ./verify177.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify178.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify178' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify178.c -o ./verify178.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify179.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify179' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify179.c -o ./verify179.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify180.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify180' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify180.c -o ./verify180.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify181.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify181' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify181.c -o ./verify181.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify182.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify182' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify182.c -o ./verify182.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify183.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify183' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify183.c -o ./verify183.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify184.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify184' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify184.c -o ./verify184.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify185.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify185' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify185.c -o ./verify185.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify186.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify186' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify186.c -o ./verify186.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify187.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify187' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify187.c -o ./verify187.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify188.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify188' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify188.c -o ./verify188.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
generating /tmp/buildbot-x86_64/ffi-15/verify189.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify189' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify189.c -o ./verify189.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
verify64.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify65.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify66.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify67.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify68.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify69.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify70.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify71.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify72.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify73.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify74.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify75.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify76.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify77.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify78.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify79.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify80.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify81.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify82.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify83.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify84.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify85.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify86.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify87.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify88.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify89.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify90.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify91.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify92.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify93.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify94.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify95.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify96.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify97.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify98.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify99.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify100.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify101.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify102.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify103.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify104.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify105.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify106.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify107.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify108.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify109.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify110.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify111.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify112.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify113.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify114.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify115.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify116.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify117.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify118.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify119.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify120.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify121.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify122.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify123.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify124.c:587:17: error: invalid operands to binary expression ('double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify125.c:587:17: error: invalid operands to binary expression ('float' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify126.c:587:17: error: invalid operands to binary expression ('long double' and 'int')
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^ ~
1 error generated.
verify127.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify128.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify129.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify130.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify131.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify132.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify133.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify134.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify135.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify136.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify137.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify138.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify139.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify140.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify141.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify142.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify143.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify144.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify145.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify146.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify147.c:587:13: error: incompatible pointer types initializing 'double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify148.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify149.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify150.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify151.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify152.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify153.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify154.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify155.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify156.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify157.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify158.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify159.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify160.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify161.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify162.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify163.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify164.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify165.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify166.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify167.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify168.c:587:12: error: incompatible pointer types initializing 'float *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify169.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify170.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify171.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify172.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify173.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify174.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify175.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify176.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify177.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_fast8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify178.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least16_t *' (aka 'short *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify179.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least32_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify180.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least64_t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify181.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'int_least8_t *' (aka 'signed char *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify182.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intmax_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify183.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'intptr_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify184.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long *' [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify185.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'long long *' [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify186.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ptrdiff_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify187.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify188.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'signed char *' [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
verify189.c:587:18: error: incompatible pointer types initializing 'long double *' with an expression of type 'ssize_t *' (aka 'long *') [-Werror,-Wincompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^ ~~~~~
1 error generated.
generating /tmp/buildbot-x86_64/ffi-15/verify190.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify190' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify190.c -o ./verify190.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify190.o -o ./verify190.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify191.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify191' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify191.c -o ./verify191.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify191.o -o ./verify191.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify192.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify192' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify192.c -o ./verify192.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify192.o -o ./verify192.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify193.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify193' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify193.c -o ./verify193.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify193.o -o ./verify193.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify194.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify194' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify194.c -o ./verify194.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify194.o -o ./verify194.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify195.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify195' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify195.c -o ./verify195.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify195.o -o ./verify195.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify196.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify196' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify196.c -o ./verify196.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify196.o -o ./verify196.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify197.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify197' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify197.c -o ./verify197.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify197.o -o ./verify197.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify198.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify198' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify198.c -o ./verify198.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify198.o -o ./verify198.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify199.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify199' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify199.c -o ./verify199.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify199.o -o ./verify199.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify200.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify200' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify200.c -o ./verify200.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify200.o -o ./verify200.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify201.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify201' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify201.c -o ./verify201.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify201.o -o ./verify201.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify202.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify202' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify202.c -o ./verify202.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify202.o -o ./verify202.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify203.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify203' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify203.c -o ./verify203.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify203.o -o ./verify203.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify204.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify204' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify204.c -o ./verify204.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify204.o -o ./verify204.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify205.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify205' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify205.c -o ./verify205.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify205.o -o ./verify205.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify206.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify206' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify206.c -o ./verify206.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify206.o -o ./verify206.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify207.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify207' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify207.c -o ./verify207.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify207.o -o ./verify207.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify208.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify208' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify208.c -o ./verify208.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify208.o -o ./verify208.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify209.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify209' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify209.c -o ./verify209.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify209.o -o ./verify209.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify210.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify210' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify210.c -o ./verify210.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify210.o -o ./verify210.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify211.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify211' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify211.c -o ./verify211.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify211.o -o ./verify211.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify212.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify212' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify212.c -o ./verify212.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify212.o -o ./verify212.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify213.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify213' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify213.c -o ./verify213.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify213.o -o ./verify213.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify214.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify214' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify214.c -o ./verify214.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify214.o -o ./verify214.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify215.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify215' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify215.c -o ./verify215.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify215.o -o ./verify215.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify216.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify216' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify216.c -o ./verify216.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify216.o -o ./verify216.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify217.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify217' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify217.c -o ./verify217.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify217.o -o ./verify217.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify218.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify218' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify218.c -o ./verify218.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify218.o -o ./verify218.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify219.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify219' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify219.c -o ./verify219.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify219.o -o ./verify219.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify220.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify220' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify220.c -o ./verify220.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify220.o -o ./verify220.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify221.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify221' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify221.c -o ./verify221.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify221.o -o ./verify221.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify222.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify222' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify222.c -o ./verify222.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify222.o -o ./verify222.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify223.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify223' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify223.c -o ./verify223.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify223.o -o ./verify223.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify224.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify224' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify224.c -o ./verify224.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify224.o -o ./verify224.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify225.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify225' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify225.c -o ./verify225.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify225.o -o ./verify225.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify226.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify226' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify226.c -o ./verify226.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify226.o -o ./verify226.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify227.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify227' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify227.c -o ./verify227.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify227.o -o ./verify227.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify228.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify228' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify228.c -o ./verify228.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify228.o -o ./verify228.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify229.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify229' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify229.c -o ./verify229.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify229.o -o ./verify229.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify230.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify230' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify230.c -o ./verify230.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify230.o -o ./verify230.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify231.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify231' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify231.c -o ./verify231.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify231.o -o ./verify231.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify232.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify232' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify232.c -o ./verify232.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify232.o -o ./verify232.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify233.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify233' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify233.c -o ./verify233.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify233.o -o ./verify233.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify234.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify234' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify234.c -o ./verify234.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
verify234.c:575:20: error: implicit conversion loses integer precision: 'long long' to 'int' [-Werror,-Wshorten-64-to-32]
575 | return x;
| ~~~~~~ ^
verify234.c:590:26: error: incompatible function pointer types assigning to 'int (*)(int, ...)' from 'int (long long, ...)' [-Wincompatible-function-pointer-types]
590 | *(int(* *)(int, ...))o = foo;
| ^ ~~~
2 errors generated.
generating /tmp/buildbot-x86_64/ffi-15/verify235.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify235' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify235.c -o ./verify235.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify235.o -o ./verify235.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify236.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify236' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify236.c -o ./verify236.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify236.o -o ./verify236.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify237.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify237' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify237.c -o ./verify237.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify237.o -o ./verify237.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify238.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify238' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify238.c -o ./verify238.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify238.o -o ./verify238.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify239.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify239' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify239.c -o ./verify239.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify239.o -o ./verify239.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify240.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify240' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify240.c -o ./verify240.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify240.o -o ./verify240.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify241.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify241' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify241.c -o ./verify241.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify241.o -o ./verify241.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify242.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify242' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify242.c -o ./verify242.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify242.o -o ./verify242.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify243.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify243' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify243.c -o ./verify243.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify243.o -o ./verify243.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify244.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify244' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify244.c -o ./verify244.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify244.o -o ./verify244.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify245.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify245' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify245.c -o ./verify245.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify245.o -o ./verify245.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify246.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify246' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify246.c -o ./verify246.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify246.o -o ./verify246.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify247.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify247' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify247.c -o ./verify247.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify247.o -o ./verify247.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify248.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify248' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify248.c -o ./verify248.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify248.o -o ./verify248.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify249.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify249' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify249.c -o ./verify249.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify249.o -o ./verify249.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify250.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify250' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify250.c -o ./verify250.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify250.o -o ./verify250.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify251.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify251' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify251.c -o ./verify251.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify251.o -lm -o ./verify251.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify252.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify252' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify252.c -o ./verify252.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify252.o -o ./verify252.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify253.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify253' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify253.c -o ./verify253.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify253.o -o ./verify253.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify254.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify254' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify254.c -o ./verify254.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify254.o -o ./verify254.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify255.c
generating /tmp/buildbot-x86_64/ffi-15/verify256.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify256' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify256.c -o ./verify256.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify256.o -o ./verify256.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify257.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify257' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify257.c -o ./verify257.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify257.o -o ./verify257.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify258.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify258' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify258.c -o ./verify258.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
verify258.c:591:11: error: incompatible pointer types initializing 'char *' with an expression of type 'short *' [-Werror,-Wincompatible-pointer-types]
591 | { char *tmp = &p->b; (void)tmp; }
| ^ ~~~~~
1 error generated.
generating /tmp/buildbot-x86_64/ffi-15/verify259.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify259' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify259.c -o ./verify259.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify259.o -o ./verify259.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify260.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify260' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify260.c -o ./verify260.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify260.o -o ./verify260.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify261.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify261' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify261.c -o ./verify261.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify261.o -o ./verify261.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify262.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify262' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify262.c -o ./verify262.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify262.o -o ./verify262.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify263.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify263' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify263.c -o ./verify263.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify263.o -o ./verify263.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify264.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify264' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify264.c -o ./verify264.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify264.o -o ./verify264.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify265.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify265' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify265.c -o ./verify265.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify265.o -o ./verify265.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify266.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify266' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify266.c -o ./verify266.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify266.o -o ./verify266.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/tmpwgg4ml/verify267.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15/tmpwgg4ml'
running build_ext
building 'verify267' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify267.c -o ./verify267.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify267.o -o ./verify267.pypy-73.so
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:1404: not availablegenerating /tmp/buildbot-x86_64/ffi-15/verify268.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify268' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify268.c -o ./verify268.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify268.o -o ./verify268.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify269.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify269' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify269.c -o ./verify269.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify269.o -o ./verify269.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify270.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify270' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify270.c -o ./verify270.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify270.o -o ./verify270.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify271.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify271' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify271.c -o ./verify271.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify271.o -o ./verify271.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify272.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify272' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify272.c -o ./verify272.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify272.o -o ./verify272.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify273.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify273' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify273.c -o ./verify273.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify273.o -o ./verify273.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify274.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify274' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify274.c -o ./verify274.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify274.o -o ./verify274.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify275.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify275' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify275.c -o ./verify275.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify275.o -o ./verify275.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify276.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify276' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify276.c -o ./verify276.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify276.o -o ./verify276.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify277.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify277' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify277.c -o ./verify277.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify277.o -o ./verify277.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify278.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify278' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify278.c -o ./verify278.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify278.o -o ./verify278.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify279.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify279' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify279.c -o ./verify279.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify279.o -o ./verify279.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify280.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify280' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify280.c -o ./verify280.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify280.o -o ./verify280.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify281.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify281' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify281.c -o ./verify281.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify281.o -o ./verify281.pypy-73.so
reason: adapt or removereason: adapt or removereason: adapt or remove/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:1600: likely, we cannot assign to stdoutgenerating /tmp/buildbot-x86_64/ffi-15/verify282.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify282' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify282.c -o ./verify282.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify282.o -o ./verify282.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify283.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify283' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify283.c -o ./verify283.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify283.o -o ./verify283.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify284.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify284' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify284.c -o ./verify284.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify284.o -o ./verify284.pypy-73.so
reason: was detected only because 23 bytes cannot be divided by 4; redo more generallygenerating /tmp/buildbot-x86_64/ffi-15/verify285.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify285' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify285.c -o ./verify285.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify285.o -o ./verify285.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify286.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify286' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify286.c -o ./verify286.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify286.o -o ./verify286.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify287.c
generating /tmp/buildbot-x86_64/ffi-15/verify288.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify288' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify288.c -o ./verify288.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify288.o -o ./verify288.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify289.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify289' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify289.c -o ./verify289.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify289.o -o ./verify289.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify290.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify290' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify290.c -o ./verify290.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify290.o -o ./verify290.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify291.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify291' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify291.c -o ./verify291.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify291.o -o ./verify291.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify292.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify292' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify292.c -o ./verify292.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify292.o -o ./verify292.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify293.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify293' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify293.c -o ./verify293.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify293.o -o ./verify293.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify294.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify294' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify294.c -o ./verify294.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify294.o -o ./verify294.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify295.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify295' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify295.c -o ./verify295.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify295.o -o ./verify295.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify296.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify296' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify296.c -o ./verify296.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify296.o -o ./verify296.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify297.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify297' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify297.c -o ./verify297.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify297.o -o ./verify297.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify298.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify298' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify298.c -o ./verify298.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify298.o -o ./verify298.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify299.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify299' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify299.c -o ./verify299.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify299.o -o ./verify299.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify300.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify300' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify300.c -o ./verify300.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify300.o -o ./verify300.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify301.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify301' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify301.c -o ./verify301.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify301.o -o ./verify301.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify302.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify302' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify302.c -o ./verify302.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify302.o -o ./verify302.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify303.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify303' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify303.c -o ./verify303.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify303.o -o ./verify303.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify304.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify304' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify304.c -o ./verify304.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify304.o -o ./verify304.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify305.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify305' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify305.c -o ./verify305.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify305.o -o ./verify305.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify306.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify306' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify306.c -o ./verify306.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify306.o -o ./verify306.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify307.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify307' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify307.c -o ./verify307.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify307.o -o ./verify307.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify308.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify308' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify308.c -o ./verify308.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify308.o -o ./verify308.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify309.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify309' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify309.c -o ./verify309.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify309.o -o ./verify309.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify310.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify310' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify310.c -o ./verify310.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify310.o -o ./verify310.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify311.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify311' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify311.c -o ./verify311.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify311.o -o ./verify311.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify312.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify312' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify312.c -o ./verify312.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify312.o -o ./verify312.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify313.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify313' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify313.c -o ./verify313.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify313.o -o ./verify313.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify314.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify314' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify314.c -o ./verify314.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify314.o -o ./verify314.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify315.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify315' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify315.c -o ./verify315.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify315.o -o ./verify315.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify316.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify316' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify316.c -o ./verify316.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify316.o -o ./verify316.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify317.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify317' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify317.c -o ./verify317.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify317.o -o ./verify317.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify318.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify318' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify318.c -o ./verify318.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify318.o -o ./verify318.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify319.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify319' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify319.c -o ./verify319.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify319.o -o ./verify319.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify320.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify320' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify320.c -o ./verify320.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify320.o -o ./verify320.pypy-73.so
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2106: win32-only testgenerating /tmp/buildbot-x86_64/ffi-15/verify321.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify321' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify321.c -o ./verify321.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify321.o -o ./verify321.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify322.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify322' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify322.c -o ./verify322.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify322.o -o ./verify322.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify323.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify323' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -DABA=42 -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify323.c -o ./verify323.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify323.o -o ./verify323.pypy-73.so
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2182: win32-only testgenerating /tmp/buildbot-x86_64/ffi-15/verify324.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify324' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify324.c -o ./verify324.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify324.o -o ./verify324.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify325.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify325' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify325.c -o ./verify325.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify325.o -o ./verify325.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify326.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify326' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify326.c -o ./verify326.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify326.o -o ./verify326.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify327.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify327' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify327.c -o ./verify327.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
verify327.c:579:24: error: invalid operands to binary expression ('foo_t' (aka 'float') and 'int')
579 | ((foo_t)-1) | 0 /* check that foo_t is an integer type */
| ~~~~~~~~~~~ ^ ~
verify327.c:545:22: note: expanded from macro '_cffi_prim_int'
545 | ((size) == 1 ? ((sign) ? _CFFI_PRIM_INT8 : _CFFI_PRIM_UINT8) : \
| ^~~~
verify327.c:68:73: note: expanded from macro '_CFFI_OP'
68 | #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))
| ^~~
verify327.c:579:24: error: invalid operands to binary expression ('foo_t' (aka 'float') and 'int')
579 | ((foo_t)-1) | 0 /* check that foo_t is an integer type */
| ~~~~~~~~~~~ ^ ~
verify327.c:546:22: note: expanded from macro '_cffi_prim_int'
546 | (size) == 2 ? ((sign) ? _CFFI_PRIM_INT16 : _CFFI_PRIM_UINT16) : \
| ^~~~
verify327.c:68:73: note: expanded from macro '_CFFI_OP'
68 | #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))
| ^~~
verify327.c:579:24: error: invalid operands to binary expression ('foo_t' (aka 'float') and 'int')
579 | ((foo_t)-1) | 0 /* check that foo_t is an integer type */
| ~~~~~~~~~~~ ^ ~
verify327.c:547:22: note: expanded from macro '_cffi_prim_int'
547 | (size) == 4 ? ((sign) ? _CFFI_PRIM_INT32 : _CFFI_PRIM_UINT32) : \
| ^~~~
verify327.c:68:73: note: expanded from macro '_CFFI_OP'
68 | #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))
| ^~~
verify327.c:579:24: error: invalid operands to binary expression ('foo_t' (aka 'float') and 'int')
579 | ((foo_t)-1) | 0 /* check that foo_t is an integer type */
| ~~~~~~~~~~~ ^ ~
verify327.c:548:22: note: expanded from macro '_cffi_prim_int'
548 | (size) == 8 ? ((sign) ? _CFFI_PRIM_INT64 : _CFFI_PRIM_UINT64) : \
| ^~~~
verify327.c:68:73: note: expanded from macro '_CFFI_OP'
68 | #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))
| ^~~
4 errors generated.
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2256: Windows onlygenerating /tmp/buildbot-x86_64/ffi-15/verify328.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify328' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify328.c -o ./verify328.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify328.o -o ./verify328.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify329.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify329' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify329.c -o ./verify329.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify329.o -o ./verify329.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify330.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify330' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify330.c -o ./verify330.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify330.o -o ./verify330.pypy-73.so
generating /tmp/buildbot-x86_64/ffi-15/verify331.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify331' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify331.c -o ./verify331.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify331.o -o ./verify331.pypy-73.so
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2306: Windows only/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2320: only running the memory-intensive test on Linux/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2320: only running the memory-intensive test on Linuxgenerating /tmp/buildbot-x86_64/ffi-15/verify332.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15'
running build_ext
building 'verify332' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c verify332.c -o ./verify332.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code -Qunused-arguments
cc -pthread -shared -undefined dynamic_lookup ./verify332.o -o ./verify332.pypy-73.so
generating xyz.py
generating unexisting/xyz.py
generating /tmp/buildbot-x86_64/ffi-15/test_abi_emit_python_code_3/xyt.py
generating xyz.c
generating unexisting/xyz.c
generating /tmp/buildbot-x86_64/ffi-15/test_api_emit_c_code_3/xyu.c
generating build/mod_name_in_package/mymod.c
regenerated: 'build/mod_name_in_package/mymod.c'
generating /tmp/buildbot-x86_64/ffi-15/test_api_distutils_extension_2/foo/mod_name_in_package/mymod.c
regenerated: '/tmp/buildbot-x86_64/ffi-15/test_api_distutils_extension_2/foo/mod_name_in_package/mymod.c'
generating build/pack1/mymod.c
running build
running build_py
creating build/lib.macosx-10.13-x86_64-2.7
creating build/lib.macosx-10.13-x86_64-2.7/pack1
copying src/pack1/__init__.py -> build/lib.macosx-10.13-x86_64-2.7/pack1
running build_ext
building 'pack1.mymod' extension
creating build/temp.macosx-10.13-x86_64-2.7
creating build/temp.macosx-10.13-x86_64-2.7/build
creating build/temp.macosx-10.13-x86_64-2.7/build/pack1
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c build/pack1/mymod.c -o build/temp.macosx-10.13-x86_64-2.7/build/pack1/mymod.o
cc -pthread -shared -undefined dynamic_lookup build/temp.macosx-10.13-x86_64-2.7/build/pack1/mymod.o -o build/lib.macosx-10.13-x86_64-2.7/pack1/mymod.pypy-73.so
regenerated: 'build/pack1/mymod.c'
generating build/pack1/mymod.c
running build_ext
building 'pack1.mymod' extension
creating build/temp.macosx-10.13-x86_64-2.7
creating build/temp.macosx-10.13-x86_64-2.7/build
creating build/temp.macosx-10.13-x86_64-2.7/build/pack1
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c build/pack1/mymod.c -o build/temp.macosx-10.13-x86_64-2.7/build/pack1/mymod.o
creating build/lib.macosx-10.13-x86_64-2.7
creating build/lib.macosx-10.13-x86_64-2.7/pack1
cc -pthread -shared -undefined dynamic_lookup build/temp.macosx-10.13-x86_64-2.7/build/pack1/mymod.o -o build/lib.macosx-10.13-x86_64-2.7/pack1/mymod.pypy-73.so
copying build/lib.macosx-10.13-x86_64-2.7/pack1/mymod.pypy-73.so -> src/pack1
regenerated: 'build/pack1/mymod.c'
running build
running build_py
creating build
creating build/lib
creating build/lib/pack2
copying src0/pack2/__init__.py -> build/lib/pack2
copying src0/pack2/_build.py -> build/lib/pack2
generating cffi module 'build/lib/pack2/mymod.py'
DEPRECATION: pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
file src0/pack2/mymod.py (for module pack2.mymod) not found
file src0/pack2/mymod.py (for module pack2.mymod) not found
running build_ext
generating cffi module 'src0/pack2/mymod.py'
DEPRECATION: pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
running build
running build_py
creating build
creating build/lib.macosx-10.13-x86_64-2.7
creating build/lib.macosx-10.13-x86_64-2.7/pack3
copying src1/pack3/__init__.py -> build/lib.macosx-10.13-x86_64-2.7/pack3
copying src1/pack3/_build.py -> build/lib.macosx-10.13-x86_64-2.7/pack3
running build_ext
generating cffi module 'build/temp.macosx-10.13-x86_64-2.7/pack3.mymod.c'
creating build/temp.macosx-10.13-x86_64-2.7
_make_setuptools_api: in pre_run: creating 'build/../see_me'
building 'pack3.mymod' extension
creating build/temp.macosx-10.13-x86_64-2.7/build
creating build/temp.macosx-10.13-x86_64-2.7/build/temp.macosx-10.13-x86_64-2.7
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c build/temp.macosx-10.13-x86_64-2.7/pack3.mymod.c -o build/temp.macosx-10.13-x86_64-2.7/build/temp.macosx-10.13-x86_64-2.7/pack3.mymod.o
cc -pthread -shared -undefined dynamic_lookup build/temp.macosx-10.13-x86_64-2.7/build/temp.macosx-10.13-x86_64-2.7/pack3.mymod.o -o build/lib.macosx-10.13-x86_64-2.7/pack3/mymod.pypy-73.so
DEPRECATION: pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
running build_ext
generating cffi module 'build/temp.macosx-10.13-x86_64-2.7/pack3.mymod.c'
creating build
creating build/temp.macosx-10.13-x86_64-2.7
_make_setuptools_api: in pre_run: creating 'build/../see_me'
building 'pack3.mymod' extension
creating build/temp.macosx-10.13-x86_64-2.7/build
creating build/temp.macosx-10.13-x86_64-2.7/build/temp.macosx-10.13-x86_64-2.7
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c build/temp.macosx-10.13-x86_64-2.7/pack3.mymod.c -o build/temp.macosx-10.13-x86_64-2.7/build/temp.macosx-10.13-x86_64-2.7/pack3.mymod.o
cc -pthread -shared -undefined dynamic_lookup build/temp.macosx-10.13-x86_64-2.7/build/temp.macosx-10.13-x86_64-2.7/pack3.mymod.o -o /private/tmp/buildbot-x86_64/ffi-15/test_setuptools_api_2/src1/pack3/mymod.pypy-73.so
DEPRECATION: pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcbc82ae720>
def test_empty(self):
empty_cffi = self.prepare_module('empty')
self.compile('empty-test', [empty_cffi])
> output = self.execute('empty-test')
../build/extra_tests/cffi_tests/embedding/test_basic.py:185:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcbc82ae720>
name = 'empty-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_empty/./empty-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSErrorgenerating /tmp/buildbot-x86_64/ffi-15/embedding/_test_lib_python_found.c
setting the current directory to '/tmp/buildbot-x86_64/ffi-15/embedding'
running build_ext
building '_test_lib_python_found' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _test_lib_python_found.c -o ./_test_lib_python_found.o
cc -pthread -shared -undefined dynamic_lookup ./_test_lib_python_found.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_test_lib_python_found.pypy-73.so
* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_empty'
* setting env var 'PYTHONPATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests:'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_empty/empty.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_empty', 'stdout': -1, 'universal_newlines': True})
generating ./_empty_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_empty'
running build_ext
building '_empty_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _empty_cffi.c -o ./_empty_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_empty_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_empty_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_empty/_empty_cffi.dylib
compiling empty-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_empty/_empty_cffi.dylib']
running 'empty-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_empty'
('RUNNING:', ['./empty-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_empty', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29651]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <08DD2E85-EAD6-358B-BAA7-4A20733A1CB4> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_empty/_empty_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcbb8253320>
def test_basic(self):
add1_cffi = self.prepare_module('add1')
self.compile('add1-test', [add1_cffi])
> output = self.execute('add1-test')
../build/extra_tests/cffi_tests/embedding/test_basic.py:191:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcbb8253320>
name = 'add1-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_basic/./add1-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_basic'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_basic/add1.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_basic', 'stdout': -1, 'universal_newlines': True})
generating ./_add1_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_basic'
running build_ext
building '_add1_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add1_cffi.c -o ./_add1_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add1_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add1_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_basic/_add1_cffi.dylib
compiling add1-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_basic/_add1_cffi.dylib']
running 'add1-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_basic'
('RUNNING:', ['./add1-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_basic', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29665]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <6055C714-7B18-3AC6-AB99-C20D3387E981> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_basic/_add1_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcbb85ee660>
def test_two_modules(self):
add1_cffi = self.prepare_module('add1')
add2_cffi = self.prepare_module('add2')
self.compile('add2-test', [add1_cffi, add2_cffi])
> output = self.execute('add2-test')
../build/extra_tests/cffi_tests/embedding/test_basic.py:201:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcbb85ee660>
name = 'add2-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/./add2-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/add1.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules', 'stdout': -1, 'universal_newlines': True})
generating ./_add1_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules'
running build_ext
building '_add1_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add1_cffi.c -o ./_add1_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add1_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add1_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/_add1_cffi.dylib
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/add2.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules', 'stdout': -1, 'universal_newlines': True})
generating ./_add2_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules'
running build_ext
building '_add2_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add2_cffi.c -o ./_add2_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add2_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add2_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/_add2_cffi.dylib
compiling add2-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/_add1_cffi.dylib', '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/_add2_cffi.dylib']
running 'add2-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules'
('RUNNING:', ['./add2-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29686]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <6055C714-7B18-3AC6-AB99-C20D3387E981> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/_add1_cffi.dylib
Reason: no LC_RPATH's foundLibrary not loaded: @rpath/libpypy-c.dylib
Referenced from: <59AC47CA-3906-34B6-9FEC-E16F7516BACB> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_two_modules/_add2_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcc105b9720>
def test_init_time_error(self):
initerror_cffi = self.prepare_module('initerror')
self.compile('add1-test', [initerror_cffi])
> output = self.execute('add1-test')
../build/extra_tests/cffi_tests/embedding/test_basic.py:211:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcc105b9720>
name = 'add1-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error/./add1-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error/initerror.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error', 'stdout': -1, 'universal_newlines': True})
generating ./_initerror_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error'
running build_ext
building '_initerror_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _initerror_cffi.c -o ./_initerror_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_initerror_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_initerror_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error/_initerror_cffi.dylib
compiling add1-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error/_initerror_cffi.dylib']
running 'add1-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error'
('RUNNING:', ['./add1-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29701]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <532AD588-D49D-30BF-BB15-5465E729083D> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_time_error/_initerror_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcc315e6520>
def test_embedding_with_unicode(self):
withunicode_cffi = self.prepare_module('withunicode')
self.compile('add1-test', [withunicode_cffi])
> output = self.execute('add1-test')
../build/extra_tests/cffi_tests/embedding/test_basic.py:217:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_basic.TestBasic instance at 0x00007fcc315e6520>
name = 'add1-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode/./add1-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode/withunicode.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode', 'stdout': -1, 'universal_newlines': True})
generating ./_withunicode_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode'
running build_ext
building '_withunicode_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _withunicode_cffi.c -o ./_withunicode_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_withunicode_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_withunicode_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode/_withunicode_cffi.dylib
compiling add1-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode/_withunicode_cffi.dylib']
running 'add1-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode'
('RUNNING:', ['./add1-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29715]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <518CB76D-4C82-37C6-BAED-459F6FCE4129> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_embedding_with_unicode/_withunicode_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc2018cda0>
def test_perf_single_threaded(self):
perf_cffi = self.prepare_module('perf')
self.compile('perf-test', [perf_cffi], opt=True)
> output = self.execute('perf-test')
../build/extra_tests/cffi_tests/embedding/test_performance.py:14:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc2018cda0>
name = 'perf-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded/./perf-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded/perf.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded', 'stdout': -1, 'universal_newlines': True})
generating ./_perf_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded'
running build_ext
building '_perf_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _perf_cffi.c -o ./_perf_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_perf_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_perf_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded/_perf_cffi.dylib
compiling perf-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded/_perf_cffi.dylib']
running 'perf-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29729]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <175EF90D-6ED2-3B02-8FDB-9A8DBF225802> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_single_threaded/_perf_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc133e39a0>
def test_perf_in_1_thread(self):
perf_cffi = self.prepare_module('perf')
self.compile('perf-test', [perf_cffi], opt=True, threads=True,
defines={'PTEST_USE_THREAD': '1'})
> output = self.execute('perf-test')
../build/extra_tests/cffi_tests/embedding/test_performance.py:23:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc133e39a0>
name = 'perf-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread/./perf-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread/perf.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread', 'stdout': -1, 'universal_newlines': True})
generating ./_perf_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread'
running build_ext
building '_perf_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _perf_cffi.c -o ./_perf_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_perf_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_perf_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread/_perf_cffi.dylib
compiling perf-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread/_perf_cffi.dylib']
running 'perf-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29743]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <175EF90D-6ED2-3B02-8FDB-9A8DBF225802> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_1_thread/_perf_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc31c640e0>
def test_perf_in_2_threads(self):
perf_cffi = self.prepare_module('perf')
self.compile('perf-test', [perf_cffi], opt=True, threads=True,
defines={'PTEST_USE_THREAD': '2'})
> output = self.execute('perf-test')
../build/extra_tests/cffi_tests/embedding/test_performance.py:32:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc31c640e0>
name = 'perf-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads/./perf-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads/perf.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads', 'stdout': -1, 'universal_newlines': True})
generating ./_perf_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads'
running build_ext
building '_perf_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _perf_cffi.c -o ./_perf_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_perf_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_perf_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads/_perf_cffi.dylib
compiling perf-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads/_perf_cffi.dylib']
running 'perf-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29757]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <175EF90D-6ED2-3B02-8FDB-9A8DBF225802> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_2_threads/_perf_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc32c87a60>
def test_perf_in_4_threads(self):
perf_cffi = self.prepare_module('perf')
self.compile('perf-test', [perf_cffi], opt=True, threads=True,
defines={'PTEST_USE_THREAD': '4'})
> output = self.execute('perf-test')
../build/extra_tests/cffi_tests/embedding/test_performance.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc32c87a60>
name = 'perf-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads/./perf-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads/perf.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads', 'stdout': -1, 'universal_newlines': True})
generating ./_perf_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads'
running build_ext
building '_perf_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _perf_cffi.c -o ./_perf_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_perf_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_perf_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads/_perf_cffi.dylib
compiling perf-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads/_perf_cffi.dylib']
running 'perf-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29771]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <175EF90D-6ED2-3B02-8FDB-9A8DBF225802> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_4_threads/_perf_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc11ea7b20>
def test_perf_in_8_threads(self):
perf_cffi = self.prepare_module('perf')
self.compile('perf-test', [perf_cffi], opt=True, threads=True,
defines={'PTEST_USE_THREAD': '8'})
> output = self.execute('perf-test')
../build/extra_tests/cffi_tests/embedding/test_performance.py:50:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_performance.TestPerformance instance at 0x00007fcc11ea7b20>
name = 'perf-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads/./perf-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads/perf.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads', 'stdout': -1, 'universal_newlines': True})
generating ./_perf_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads'
running build_ext
building '_perf_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _perf_cffi.c -o ./_perf_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_perf_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_perf_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads/_perf_cffi.dylib
compiling perf-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads/_perf_cffi.dylib']
running 'perf-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29785]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <175EF90D-6ED2-3B02-8FDB-9A8DBF225802> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_perf_in_8_threads/_perf_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_recursive.TestRecursive instance at 0x00007fcc11593160>
def test_recursive(self):
add_recursive_cffi = self.prepare_module('add_recursive')
self.compile('add_recursive-test', [add_recursive_cffi])
> output = self.execute('add_recursive-test')
../build/extra_tests/cffi_tests/embedding/test_recursive.py:9:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_recursive.TestRecursive instance at 0x00007fcc11593160>
name = 'add_recursive-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive/./add_recursive-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive/add_recursive.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive', 'stdout': -1, 'universal_newlines': True})
generating ./_add_recursive_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive'
running build_ext
building '_add_recursive_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add_recursive_cffi.c -o ./_add_recursive_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add_recursive_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add_recursive_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive/_add_recursive_cffi.dylib
compiling add_recursive-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive/_add_recursive_cffi.dylib']
running 'add_recursive-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive'
('RUNNING:', ['./add_recursive-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29799]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <D9A588DC-1547-3E59-83D3-B9BA6655FA1E> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_recursive/_add_recursive_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_thread.TestThread instance at 0x00007fcc106d20e0>
def test_first_calls_in_parallel(self):
add1_cffi = self.prepare_module('add1')
self.compile('thread1-test', [add1_cffi], threads=True)
for i in range(20):
> output = self.execute('thread1-test')
../build/extra_tests/cffi_tests/embedding/test_thread.py:10:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_thread.TestThread instance at 0x00007fcc106d20e0>
name = 'thread1-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel/./thread1-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel/add1.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
generating ./_add1_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel'
running build_ext
building '_add1_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add1_cffi.c -o ./_add1_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add1_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add1_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel/_add1_cffi.dylib
compiling thread1-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel/_add1_cffi.dylib']
running 'thread1-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29819]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <6055C714-7B18-3AC6-AB99-C20D3387E981> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_first_calls_in_parallel/_add1_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_thread.TestThread instance at 0x00007fcc309bc6a0>
def test_init_different_modules_in_different_threads(self):
add1_cffi = self.prepare_module('add1')
add2_cffi = self.prepare_module('add2')
self.compile('thread2-test', [add1_cffi, add2_cffi], threads=True)
for i in range(3):
> output = self.execute('thread2-test')
../build/extra_tests/cffi_tests/embedding/test_thread.py:26:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_thread.TestThread instance at 0x00007fcc309bc6a0>
name = 'thread2-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/./thread2-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/add1.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads', 'stdout': -1, 'universal_newlines': True})
generating ./_add1_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads'
running build_ext
building '_add1_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add1_cffi.c -o ./_add1_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add1_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add1_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/_add1_cffi.dylib
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/add2.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads', 'stdout': -1, 'universal_newlines': True})
generating ./_add2_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads'
running build_ext
building '_add2_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add2_cffi.c -o ./_add2_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add2_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add2_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/_add2_cffi.dylib
compiling thread2-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/_add1_cffi.dylib', '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/_add2_cffi.dylib']
running 'thread2-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads'
('RUNNING:', ['./thread2-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29840]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <6055C714-7B18-3AC6-AB99-C20D3387E981> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/_add1_cffi.dylib
Reason: no LC_RPATH's foundLibrary not loaded: @rpath/libpypy-c.dylib
Referenced from: <59AC47CA-3906-34B6-9FEC-E16F7516BACB> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_init_different_modules_in_different_threads/_add2_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_thread.TestThread instance at 0x00007fcc10534420>
def test_alt_issue(self):
add1_cffi = self.prepare_module('add1')
add2_cffi = self.prepare_module('add2')
self.compile('thread2-test', [add1_cffi, add2_cffi],
threads=True, defines={'T2TEST_AGAIN_ADD1': '1'})
> output = self.execute('thread2-test')
../build/extra_tests/cffi_tests/embedding/test_thread.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_thread.TestThread instance at 0x00007fcc10534420>
name = 'thread2-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/./thread2-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/add1.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue', 'stdout': -1, 'universal_newlines': True})
generating ./_add1_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue'
running build_ext
building '_add1_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add1_cffi.c -o ./_add1_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add1_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add1_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/_add1_cffi.dylib
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/add2.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue', 'stdout': -1, 'universal_newlines': True})
generating ./_add2_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue'
running build_ext
building '_add2_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add2_cffi.c -o ./_add2_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add2_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add2_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/_add2_cffi.dylib
compiling thread2-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/_add1_cffi.dylib', '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/_add2_cffi.dylib']
running 'thread2-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue'
('RUNNING:', ['./thread2-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29862]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <6055C714-7B18-3AC6-AB99-C20D3387E981> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/_add1_cffi.dylib
Reason: no LC_RPATH's foundLibrary not loaded: @rpath/libpypy-c.dylib
Referenced from: <59AC47CA-3906-34B6-9FEC-E16F7516BACB> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_alt_issue/_add2_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_thread.TestThread instance at 0x00007fcc105d7e60>
def test_load_in_parallel_more(self):
add2_cffi = self.prepare_module('add2')
add3_cffi = self.prepare_module('add3')
self.compile('thread3-test', [add2_cffi, add3_cffi], threads=True)
for i in range(150):
> output = self.execute('thread3-test')
../build/extra_tests/cffi_tests/embedding/test_thread.py:60:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_thread.TestThread instance at 0x00007fcc105d7e60>
name = 'thread3-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/./thread3-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/add2.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
generating ./_add2_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more'
running build_ext
building '_add2_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add2_cffi.c -o ./_add2_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add2_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add2_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/_add2_cffi.dylib
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/add3.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
generating ./_add3_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more'
running build_ext
building '_add3_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _add3_cffi.c -o ./_add3_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_add3_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add3_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/_add3_cffi.dylib
compiling thread3-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/_add2_cffi.dylib', '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/_add3_cffi.dylib']
running 'thread3-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29884]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <59AC47CA-3906-34B6-9FEC-E16F7516BACB> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/_add2_cffi.dylib
Reason: no LC_RPATH's foundLibrary not loaded: @rpath/libpypy-c.dylib
Referenced from: <9C594951-4541-34D6-A020-B47F1349B527> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_load_in_parallel_more/_add3_cffi.dylib
Reason: no LC_RPATH's found
self = <extra_tests.cffi_tests.embedding.test_tlocal.TestThreadLocal instance at 0x00007fcc31a1ae60>
def test_thread_local(self):
tlocal_cffi = self.prepare_module('tlocal')
self.compile('tlocal-test', [tlocal_cffi], threads=True)
for i in range(10):
> output = self.execute('tlocal-test')
../build/extra_tests/cffi_tests/embedding/test_tlocal.py:10:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extra_tests.cffi_tests.embedding.test_tlocal.TestThreadLocal instance at 0x00007fcc31a1ae60>
name = 'tlocal-test'
def execute(self, name):
path = self.get_path()
print('running %r in %r' % (name, path))
executable_name = name
if sys.platform == 'win32':
executable_name = os.path.join(path, executable_name + '.exe')
else:
executable_name = os.path.join('.', executable_name)
popen = self._run_base([executable_name], cwd=path,
stdout=subprocess.PIPE,
universal_newlines=True)
result, _ = popen.communicate()
err = popen.returncode
if err:
raise OSError("%r failed with exit code %r" % (
> os.path.join(path, executable_name), err))
E OSError: '/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local/./tlocal-test' failed with exit code -6
../build/extra_tests/cffi_tests/embedding/test_basic.py:177: OSError* setting env var 'LD_LIBRARY_PATH' to '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin:/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local'
('RUNNING:', ['/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin/pypy', '/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local/tlocal.py'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
generating ./_tlocal_cffi.c
the current directory is '/private/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local'
running build_ext
building '_tlocal_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _tlocal_cffi.c -o ./_tlocal_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_tlocal_cffi.o -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/bin -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_tlocal_cffi.dylib
FILENAME: /private/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local/_tlocal_cffi.dylib
compiling tlocal-test with ['/private/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local/_tlocal_cffi.dylib']
running 'tlocal-test' in '/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/pypy/goal' not found
dyld[29899]: Library not loaded: @rpath/libpypy-c.dylib
Referenced from: <F497B88E-038C-3032-91CA-875E791868EA> /private/tmp/buildbot-x86_64/ffi-15/embedding/test_thread_local/_tlocal_cffi.dylib
Reason: no LC_RPATH's found
_ctypes_test.c:275:14: warning: 'extern' variable has an initializer [-Wextern-initializer]
275 | EXPORT (int) an_integer = 42;
| ^
_ctypes_test.c:282:14: warning: 'extern' variable has an initializer [-Wextern-initializer]
282 | EXPORT(char) a_string[16] = "0123456789abcdef";
| ^
_ctypes_test.c:342:19: warning: 'extern' variable has an initializer [-Wextern-initializer]
342 | EXPORT(LONG_LONG) last_tf_arg_s = 0;
| ^
_ctypes_test.c:343:28: warning: 'extern' variable has an initializer [-Wextern-initializer]
343 | EXPORT(unsigned LONG_LONG) last_tf_arg_u = 0;
| ^
4 warnings generated.
warnings are disabledgenerating /private/tmp/buildbot-x86_64/pytest-of-matti/pytest-39/test_issue25330/_x_cffi.c
setting the current directory to '/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-39/test_issue25330'
running build_ext
building '_x_cffi' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _x_cffi.c -o ./_x_cffi.o
cc -pthread -shared -undefined dynamic_lookup ./_x_cffi.o -o ./_x_cffi.pypy-73.so
ctypes_tests/test_win32.py:6: condition: sys.platform != 'win32'event ('self-insert', 'a')
event ('accept', None)
event ('digit-arg', '3')
event ('self-insert', 'a')
event ('accept', None)
event ('self-insert', 'abc')
event ('left', None)
event ('kill-line', None)
event ('accept', None)
event ('self-insert', 'abc')
event ('left', None)
event ('unix-word-rubout', None)
event ('accept', None)
event ('self-insert', 'ab cd')
event ('beginning-of-line', None)
event ('kill-word', None)
event ('accept', None)
event ('self-insert', 'ab cd')
event ('backward-kill-word', None)
event ('accept', None)
event ('self-insert', 'ab cd')
event ('backward-word', None)
event ('self-insert', 'ef ')
event ('forward-word', None)
event ('self-insert', ' gh')
event ('accept', None)
event ('self-insert', 'ab cd')
event ('backward-kill-word', None)
event ('beginning-of-line', None)
event ('yank', None)
event ('accept', None)
event ('self-insert', 'ab cd')
event ('backward-kill-word', None)
event ('left', None)
event ('backward-kill-word', None)
event ('yank', None)
event ('yank-pop', None)
event ('accept', None)
event ('interrupt', None)
event ('self-insert', 'ab\ncd')
event ('up', None)
event ('self-insert', 'e')
event ('accept', None)
event ('self-insert', 'ab\ncd')
event ('up', None)
event ('self-insert', 'e')
event ('down', None)
event ('self-insert', 'f')
event ('accept', None)
event ('self-insert', 'ab')
event ('left', None)
event ('self-insert', 'c')
event ('accept', None)
event ('self-insert', 'ab')
event ('left', None)
event ('self-insert', 'c')
event ('right', None)
event ('self-insert', 'd')
event ('accept', None)
reason: [NOTRUN] event missingevent ('reverse-history-isearch', None)
event ('key', 'left')
event ('accept', None)
test_pyrepl/test_bugs.py:48: condition: os.name != 'posix' or 'darwin' in sys.platform or 'kfreebsd' in sys.platform/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/test_pyrepl/test_functional.py:15: no pexpect moduletest_pyrepl/test_readline.py:5: condition: os.name != 'posix' or 'darwin' in sys.platform or 'freebsd' in sys.platformevent ('digit-arg', '3')
event ('quoted-insert', None)
event ('self-insert', '\x1b')
event ('accept', None)