('/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_parse_c_type.py', 10, u'Skipped: not available on pypy')('/build_dir/pypy-c-jit-linux-aarch64/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
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_dbm.py:78: test may fail on CPython too/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_greenlet_thread.py:105: not implemented on PyPy/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_greenlet_thread.py:127: not implemented on PyPy/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_pypy_remote_debug.py:61: yama ptrace_scope likely forbids read_memory call/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_pypy_remote_debug.py:61: yama ptrace_scope likely forbids read_memory call/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_pypy_remote_debug.py:61: yama ptrace_scope likely forbids read_memory call/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_pypy_remote_debug.py:61: yama ptrace_scope likely forbids read_memory call/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_pypy_remote_debug.py:61: yama ptrace_scope likely forbids read_memory callstarted 1000 threads
tmpdir = local('/tmp/pytest-of-buildslave/pytest-80/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 < 23
../build/extra_tests/test_vmprof_greenlet.py:33: AssertionError/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:1354: XXX not written for Python 2From cffi callback <function cb at 0x000000003fc86f20>:
Trying to convert the result back to C:
OverflowError: integer 128 does not fit 'signed char'
From cffi callback <function cb at 0x000000003fc86f98>:
Trying to convert the result back to C:
OverflowError: integer 32768 does not fit 'short'
From cffi callback <function cb at 0x000000003fc872e0>:
Trying to convert the result back to C:
OverflowError: integer 2147483648 does not fit 'int'
From cffi callback <function cb at 0x000000003fc87358>:
Trying to convert the result back to C:
OverflowError: long int too large to convert to int
From cffi callback <function cb at 0x000000003fc873d0>:
Trying to convert the result back to C:
OverflowError: long int too large to convert to int
From cffi callback <function cb at 0x000000003fc87448>:
Trying to convert the result back to C:
OverflowError: integer 256 does not fit 'unsigned char'
From cffi callback <function cb at 0x000000003fc874c0>:
Trying to convert the result back to C:
OverflowError: integer 65536 does not fit 'unsigned short'
From cffi callback <function cb at 0x000000003fc87538>:
Trying to convert the result back to C:
OverflowError: integer 4294967296 does not fit 'unsigned int'
From cffi callback <function cb at 0x000000003fc875b0>:
Trying to convert the result back to C:
OverflowError: long too big to convert
From cffi callback <function cb at 0x000000003fc87628>:
Trying to convert the result back to C:
OverflowError: long too big to convert
From cffi callback <function cb at 0x000000004443e458>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py", line 1723, in cb
raise ValueError
ValueError
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:2572: later/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:23: _testunc() not available/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:3068: GetLastError(): only for Windowscffi_tests/test_c.py:3518: PyPy2.7 does not warn/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:3774: not for pypy/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:4428: pypy's bytearray are never lockedcffi_tests/test_version.py:15: upstream is python3-only/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_t/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_t/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_t/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_t/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:331: NotImplementedError: wchar_tTraceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/build/lib_pypy/cffi/backend_ctypes.py", line 875, in callback
res2 = init(*args2)
File "/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py", line 849, in cb
raise Exception
Exception
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1173: buffer() with ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1193: buffer() with ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1210: buffer() with ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1229: buffer() with ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1241: buffer() with ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1260: buffer() with ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1283: buffer() with ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1312: later?/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1372: callback with '...'Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/build/lib_pypy/cffi/backend_ctypes.py", line 876, in callback
res2 = BResult._to_ctypes(res2)
File "/build_dir/pypy-c-jit-linux-aarch64/build/lib_pypy/cffi/backend_ctypes.py", line 452, in _to_ctypes
% name)
OverflowError: long: integer out of bounds
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:16: ctypes backend: not supported: initializers for function pointers/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:20: ctypes backend: not supported: passing a list for a pointer argument/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:24: ctypes backend: not supported: passing a list for a pointer argument/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:28: ctypes backend: not supported: casting to array/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:31: ctypes backend: not supported: nested anonymous struct/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:34: ctypes backend: not supported: nested anonymous struct/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:37: ctypes backend: not supported: nested anonymous union/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ctypes.py:40: ctypes backend: not supported: nested anonymous unionu'/tmp/ffi-32/testownlibcaf\xe9.so'
From cffi callback <function cb at 0x00000000438e5010>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py", line 849, in cb
raise Exception
Exception
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1312: later?/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/backend_tests.py:1372: callback with '...'From cffi callback <function cb at 0x00000000437964d0>:
Trying to convert the result back to C:
OverflowError: long int too large to convert to int
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:107: win32 only/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:440: Windows-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:455: Windows-only testcffi_tests/cffi0/test_ffi_backend.py:268: condition: not (sys.platform == 'darwin' and platform.machine() == 'arm64') and platform.machine().startswith(('arm', 'aarch64'))cffi_tests/cffi0/test_ffi_backend.py:300: condition: not (sys.platform == 'darwin' and platform.machine() == 'arm64') and platform.machine().startswith(('arm', 'aarch64'))cffi_tests/cffi0/test_ffi_backend.py:366: condition: sys.platform != 'win32'/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:107: win32 only/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:253: not supported with the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:310: ctypes limitation on pypy/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:334: FILE not supported with the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:373: not supported by the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:383: not supported by the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:417: seems to fail with the ctypes backend on windows/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:440: Windows-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:455: Windows-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:533: not with the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_function.py:551: the ctypes backend doesn't support thisu'/tmp/ffi-32/testownlib.so'
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:203: XXX errno issue with ctypes on pypy?/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:226: not supported by the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:238: not supported by the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:337: not implemented with the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:355: not implemented with the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:370: fails with the ctypes backend on some architectures/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:396: not for the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_ownlib.py:420: not working on win32 on the ctypes backend/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_parsing.py:410: Only for Windowsverify got a GENERIC module
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3253a4cxa6c64b0f.c: In function ‘_cffi_f_some_completely_unknown_function’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3253a4cxa6c64b0f.c:62:3: error: implicit declaration of function ‘some_completely_unknown_function’; did you mean ‘_cffi_f_some_completely_unknown_function’? [-Werror=implicit-function-declaration]
62 | some_completely_unknown_function();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c: In function ‘_cffi_f_some_completely_unknown_function’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: warning: implicit declaration of function ‘some_completely_unknown_function’; did you mean ‘_cffi_f_some_completely_unknown_function’? [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7f4d3739xc509c2d8.c: In function ‘_cffi_f_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7f4d3739xc509c2d8.c:62:10: error: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
62 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gded42c01xe8529545.c: In function ‘_cffi_f_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gded42c01xe8529545.c:62:10: error: conversion from ‘long long int’ to ‘short int’ may change value [-Werror=conversion]
62 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6284f9a6xfb48ebbc.c: In function ‘_cffi_f_sin’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6284f9a6xfb48ebbc.c:62:10: error: conversion from ‘double’ to ‘float’ may change value [-Werror=float-conversion]
62 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7768453x7213faad.c: In function ‘_cffi_f_sinf’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7768453x7213faad.c:62:10: error: conversion from ‘float’ to ‘int’ may change value [-Werror=float-conversion]
62 | return sinf(x0);
| ^~~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g80ed8564xb3d9e34c.c: In function ‘_cffi_f_sin’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g80ed8564xb3d9e34c.c:62:10: error: conversion from ‘double’ to ‘int’ may change value [-Werror=float-conversion]
62 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9eda56cbx8c065198.c: In function ‘_cffi_f_strlen’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9eda56cbx8c065198.c:62:10: error: conversion from ‘size_t’ {aka ‘long unsigned int’} to ‘int’ may change value [-Werror=conversion]
62 | return strlen(x0);
| ^~~~~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:218: don't know the very exact precision of 'long double'/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:285: not implemented in verify(): complex types/build_dir/pypy-c-jit-linux-aarch64/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/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:444: ignored so far/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gad308883x8b19e4ec.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gad308883x8b19e4ec.c:66:19: error: initialization of ‘long int **’ from incompatible pointer type ‘int **’ [-Werror=incompatible-pointer-types]
66 | { long * *tmp = &p->z; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:64:19: error: ‘struct foo_s’ has no member named ‘x’
64 | { char *tmp = &p->x; (void)tmp; }
| ^~
In file included from /usr/include/sys/types.h:146,
from /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:6:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c: In function ‘_cffi_layout_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:74:5: error: ‘struct foo_s’ has no member named ‘x’
74 | offsetof(struct foo_s, x),
| ^~~~~~~~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:75:31: error: ‘struct foo_s’ has no member named ‘x’
75 | sizeof(((struct foo_s *)0)->x),
| ^~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4cd3ecd4x7aff0403.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4cd3ecd4x7aff0403.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb7378280x904f2a6d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb7378280x904f2a6d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3744c4f6x54d9b199.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3744c4f6x54d9b199.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g46ae10a1xb9b8d659.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g46ae10a1xb9b8d659.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g348f7764xeb155608.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g348f7764xeb155608.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcccda4eexa87bff33.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcccda4eexa87bff33.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga41f5b4axfe08a7eb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga41f5b4axfe08a7eb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga98e795dx838b5a53.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga98e795dx838b5a53.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e40cfb2xe6e20dd7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e40cfb2xe6e20dd7.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g34a962fcx7b7d2cfb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g34a962fcx7b7d2cfb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8898d90xd8aedce6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8898d90xd8aedce6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g536de3c4x724e2097.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g536de3c4x724e2097.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g768c6581x8f3208e8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g768c6581x8f3208e8.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5cc6a983x9a8bdb9b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5cc6a983x9a8bdb9b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga722c7d7x306b27ea.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga722c7d7x306b27ea.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e6c6be5xece23dd2.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e6c6be5xece23dd2.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f169cb9xd26bd5ff.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f169cb9xd26bd5ff.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc4f2f2edx788b298e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc4f2f2edx788b298e.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9d365f9bx3b4915b9.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9d365f9bx3b4915b9.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8bdb4d2xf97a635a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8bdb4d2xf97a635a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1359da86x13ca4d34.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1359da86x13ca4d34.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd1a7a934x553cd6a2.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd1a7a934x553cd6a2.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1c72491dx4d532163.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1c72491dx4d532163.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2bdeafc2xcf7c7d03.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2bdeafc2xcf7c7d03.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e88d27x1719d1df.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e88d27x1719d1df.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e574e60xb91c0570.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e574e60xb91c0570.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69fba8bfx3b335910.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69fba8bfx3b335910.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4638b81dx5ff9dfbb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4638b81dx5ff9dfbb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16b74004xdacc304a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16b74004xdacc304a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g211ba6dbx58e36c2a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g211ba6dbx58e36c2a.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g91939076x637dd245.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g91939076x637dd245.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44a520a3xd671821.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44a520a3xd671821.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g30780f48x8f484441.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g30780f48x8f484441.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8c92f2xe161d957.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8c92f2xe161d957.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga82f46e8xff1fa22d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga82f46e8xff1fa22d.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f83a037xb22fec29.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f83a037xb22fec29.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g48a9958fx152efd44.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g48a9958fx152efd44.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c6062fbxbd3aa550.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c6062fbxbd3aa550.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bcc8424xf00aeb54.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bcc8424xf00aeb54.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g499bebx76fec87e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g499bebx76fec87e.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3fb057c1xf5daab34.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3fb057c1xf5daab34.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81cb11exb8eae530.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81cb11exb8eae530.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd6b18a7cxa155e015.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd6b18a7cxa155e015.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge81b7faax4a45022b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge81b7faax4a45022b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdfb79975xc86a5e4b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdfb79975xc86a5e4b.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6220b313x3951a923.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6220b313x3951a923.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3e2e552x8e270d09.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3e2e552x8e270d09.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8f1f94d1x24c7f178.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8f1f94d1x24c7f178.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g21eec8a7xd0a966c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g21eec8a7xd0a966c.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd7b9da1dxcde976bd.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd7b9da1dxcde976bd.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb44ab9ex67098acc.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb44ab9ex67098acc.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd93010bfx3d749691.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd93010bfx3d749691.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f2106f6xfea411a6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f2106f6xfea411a6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2f0337a9x9bcd4622.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2f0337a9x9bcd4622.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g447314bex709a8de8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g447314bex709a8de8.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaa29c199xb9fdea7a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaa29c199xb9fdea7a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6d4b01ax9e554b2c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6d4b01ax9e554b2c.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d64e04ax21f4b1cb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d64e04ax21f4b1cb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb47fdbaxc0ea1e8e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb47fdbaxc0ea1e8e.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g97ba8c39xe742bfd8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g97ba8c39xe742bfd8.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge5384c5fx60828ed6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge5384c5fx60828ed6.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42d71eb1x8174709e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42d71eb1x8174709e.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g72f52feex6bc45ef0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g72f52feex6bc45ef0.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb2ccf81xf415b6ab.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb2ccf81xf415b6ab.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3cd444dx67d847d6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3cd444dx67d847d6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7106ba6xe5f71bb6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7106ba6xe5f71bb6.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1dd11961xb71033c4.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1dd11961xb71033c4.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g64e492afxf1d6a77b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g64e492afxf1d6a77b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f00fcfbx5b365b0a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f00fcfbx5b365b0a.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g66cdab2cx5509dc48.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g66cdab2cx5509dc48.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g298b98e1xc4456565.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g298b98e1xc4456565.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe797643x842b3173.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe797643x842b3173.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g114da17xe4724f6e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g114da17xe4724f6e.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9bab593ax30e6c243.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9bab593ax30e6c243.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga31fe432xb64c35b7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga31fe432xb64c35b7.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge371b024x21bedb15.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge371b024x21bedb15.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8328ce39x9ed37741.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8328ce39x9ed37741.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g57bc4314xe3e2aa7c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g57bc4314xe3e2aa7c.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4ed6e264x961e9c1b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4ed6e264x961e9c1b.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd9240cc6xd670c80d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd9240cc6xd670c80d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6649a092xb629b610.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6649a092xb629b610.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b9b10a1x62bd3b3d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b9b10a1x62bd3b3d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba732d1xae3b5bdb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba732d1xae3b5bdb.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42c8cc7fx75e79719.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42c8cc7fx75e79719.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g903e74b7x1808ab75.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g903e74b7x1808ab75.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7f0a4dxd2c3222a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7f0a4dxd2c3222a.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6306c2exf89ee22b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6306c2exf89ee22b.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbf1b5de6xa123c8c1.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbf1b5de6xa123c8c1.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge20ba49ax90992582.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge20ba49ax90992582.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ae18ab8x372550ae.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ae18ab8x372550ae.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7e04d05x7cfe207c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7e04d05x7cfe207c.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9e21d2a6xedb29951.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9e21d2a6xedb29951.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe16f8adxaddccd47.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe16f8adxaddccd47.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3dbba9excd85b35a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3dbba9excd85b35a.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb25ca50ex9f4d0130.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb25ca50ex9f4d0130.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8ae81806xe66821e0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8ae81806xe66821e0.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gca864c10xc65f0beb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gca864c10xc65f0beb.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaadf320dx7b9249d8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaadf320dx7b9249d8.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g18869aabxca155648.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g18869aabxca155648.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1e119b3dxbfe9602f.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1e119b3dxbfe9602f.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e26b136xff873439.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e26b136xff873439.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g83ebf305x9fde4a24.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g83ebf305x9fde4a24.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g326cec95xac564983.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g326cec95xac564983.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2250cee5x26413a37.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2250cee5x26413a37.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6b3f304bx41442e1d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6b3f304bx41442e1d.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9c98883x739ca908.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9c98883x739ca908.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb3d4c151xfb34de1e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb3d4c151xfb34de1e.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf0c537e5xd1691e1f.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf0c537e5xd1691e1f.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74c5becx88d434f5.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74c5becx88d434f5.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7fae2516xb96ed9b6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7fae2516xb96ed9b6.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf72e6ecbx1ed2ac9a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf72e6ecbx1ed2ac9a.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf8103176xc98b8503.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf8103176xc98b8503.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3994b625xb373486b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3994b625xb373486b.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge21730c3xdf0543e6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge21730c3xdf0543e6.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3a0f83dx68f0ce8d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3a0f83dx68f0ce8d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge0d29739x2e1bc9c9.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge0d29739x2e1bc9c9.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73a661d9x7d120c65.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73a661d9x7d120c65.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1fd06a54xa6918a83.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1fd06a54xa6918a83.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga825e73fxa726427d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga825e73fxa726427d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g415ed6b6xa4542d79.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g415ed6b6xa4542d79.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcfb02554xd4dbdfeb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcfb02554xd4dbdfeb.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1433a3b2xb8add466.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1433a3b2xb8add466.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15846b4cxf58590d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15846b4cxf58590d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16f60448x5bc68552.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16f60448x5bc68552.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcada56afx1e507ce6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcada56afx1e507ce6.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4e0e9676x754e9c6d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4e0e9676x754e9c6d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga97022c5x9369a9ae.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga97022c5x9369a9ae.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2527945cx73567d57.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2527945cx73567d57.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcf26a41axacb4ed4d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcf26a41axacb4ed4d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb804dxd27abb7b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb804dxd27abb7b.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda30a11fx60c25fe0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda30a11fx60c25fe0.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga154121axc10a92d7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga154121axc10a92d7.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c: In function ‘_cffi_e_enum_ee’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c:82:8: error: ‘EE3’ undeclared (first use in this function); did you mean ‘EE2’?
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^~~
| EE2
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c:82:8: note: each undeclared identifier is reported only once for each function it appears in
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c: In function ‘foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c:61:20: error: conversion from ‘long long int’ to ‘int’ may change value [-Werror=conversion]
61 | return x;
| ^
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c: In function ‘_cffi_const_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c:66:10: error: returning ‘int (*)(long long int, ...)’ from a function with incompatible return type ‘int (*)(int, ...)’ [-Werror=incompatible-pointer-types]
66 | return (foo);
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e27938x9035661c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e27938x9035661c.c:67:17: error: initialization of ‘char *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
67 | { char *tmp = &p->b; (void)tmp; }
| ^
cc1: all warnings being treated as errors
STARTING
DONE
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd09563b8x56f3563f.c: In function ‘_cffi_const_fooarray’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd09563b8x56f3563f.c:66:10: error: returning ‘char *’ from a function with incompatible return type ‘int *’ [-Werror=incompatible-pointer-types]
66 | return (fooarray);
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda3afd29x6a82585f.c: In function ‘_cffi_const_a’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda3afd29x6a82585f.c:62:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
62 | return (a);
| ^
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2149: win32-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2224: win32-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2492: only running the memory-intensive test on x86/x64/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2492: only running the memory-intensive test on x86/x64verify got a GENERIC module
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3253a4cxa6c64b0f.c: In function ‘_cffi_f_some_completely_unknown_function’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3253a4cxa6c64b0f.c:62:3: error: implicit declaration of function ‘some_completely_unknown_function’; did you mean ‘_cffi_f_some_completely_unknown_function’? [-Werror=implicit-function-declaration]
62 | some_completely_unknown_function();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7f4d3739xc509c2d8.c: In function ‘_cffi_f_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7f4d3739xc509c2d8.c:62:10: error: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
62 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gded42c01xe8529545.c: In function ‘_cffi_f_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gded42c01xe8529545.c:62:10: error: conversion from ‘long long int’ to ‘short int’ may change value [-Werror=conversion]
62 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6284f9a6xfb48ebbc.c: In function ‘_cffi_f_sin’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6284f9a6xfb48ebbc.c:62:10: error: conversion from ‘double’ to ‘float’ may change value [-Werror=float-conversion]
62 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7768453x7213faad.c: In function ‘_cffi_f_sinf’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7768453x7213faad.c:62:10: error: conversion from ‘float’ to ‘int’ may change value [-Werror=float-conversion]
62 | return sinf(x0);
| ^~~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g80ed8564xb3d9e34c.c: In function ‘_cffi_f_sin’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g80ed8564xb3d9e34c.c:62:10: error: conversion from ‘double’ to ‘int’ may change value [-Werror=float-conversion]
62 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9eda56cbx8c065198.c: In function ‘_cffi_f_strlen’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9eda56cbx8c065198.c:62:10: error: conversion from ‘size_t’ {aka ‘long unsigned int’} to ‘int’ may change value [-Werror=conversion]
62 | return strlen(x0);
| ^~~~~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:218: don't know the very exact precision of 'long double'/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:285: not implemented in verify(): complex types/build_dir/pypy-c-jit-linux-aarch64/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/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:444: ignored so far/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gad308883x8b19e4ec.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gad308883x8b19e4ec.c:66:19: error: initialization of ‘long int **’ from incompatible pointer type ‘int **’ [-Werror=incompatible-pointer-types]
66 | { long * *tmp = &p->z; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:64:19: error: ‘struct foo_s’ has no member named ‘x’
64 | { char *tmp = &p->x; (void)tmp; }
| ^~
In file included from /usr/include/sys/types.h:146,
from /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:6:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c: In function ‘_cffi_layout_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:74:5: error: ‘struct foo_s’ has no member named ‘x’
74 | offsetof(struct foo_s, x),
| ^~~~~~~~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:75:31: error: ‘struct foo_s’ has no member named ‘x’
75 | sizeof(((struct foo_s *)0)->x),
| ^~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4cd3ecd4x7aff0403.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4cd3ecd4x7aff0403.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb7378280x904f2a6d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb7378280x904f2a6d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3744c4f6x54d9b199.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3744c4f6x54d9b199.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g46ae10a1xb9b8d659.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g46ae10a1xb9b8d659.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g348f7764xeb155608.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g348f7764xeb155608.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcccda4eexa87bff33.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcccda4eexa87bff33.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga41f5b4axfe08a7eb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga41f5b4axfe08a7eb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga98e795dx838b5a53.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga98e795dx838b5a53.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e40cfb2xe6e20dd7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e40cfb2xe6e20dd7.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g34a962fcx7b7d2cfb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g34a962fcx7b7d2cfb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8898d90xd8aedce6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8898d90xd8aedce6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g536de3c4x724e2097.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g536de3c4x724e2097.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g768c6581x8f3208e8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g768c6581x8f3208e8.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5cc6a983x9a8bdb9b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5cc6a983x9a8bdb9b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga722c7d7x306b27ea.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga722c7d7x306b27ea.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e6c6be5xece23dd2.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e6c6be5xece23dd2.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f169cb9xd26bd5ff.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f169cb9xd26bd5ff.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc4f2f2edx788b298e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc4f2f2edx788b298e.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9d365f9bx3b4915b9.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9d365f9bx3b4915b9.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8bdb4d2xf97a635a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8bdb4d2xf97a635a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1359da86x13ca4d34.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1359da86x13ca4d34.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd1a7a934x553cd6a2.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd1a7a934x553cd6a2.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1c72491dx4d532163.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1c72491dx4d532163.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2bdeafc2xcf7c7d03.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2bdeafc2xcf7c7d03.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e88d27x1719d1df.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e88d27x1719d1df.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e574e60xb91c0570.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e574e60xb91c0570.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69fba8bfx3b335910.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69fba8bfx3b335910.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4638b81dx5ff9dfbb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4638b81dx5ff9dfbb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16b74004xdacc304a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16b74004xdacc304a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g211ba6dbx58e36c2a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g211ba6dbx58e36c2a.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g91939076x637dd245.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g91939076x637dd245.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44a520a3xd671821.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44a520a3xd671821.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g30780f48x8f484441.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g30780f48x8f484441.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8c92f2xe161d957.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8c92f2xe161d957.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga82f46e8xff1fa22d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga82f46e8xff1fa22d.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f83a037xb22fec29.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f83a037xb22fec29.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g48a9958fx152efd44.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g48a9958fx152efd44.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c6062fbxbd3aa550.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c6062fbxbd3aa550.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bcc8424xf00aeb54.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bcc8424xf00aeb54.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g499bebx76fec87e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g499bebx76fec87e.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3fb057c1xf5daab34.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3fb057c1xf5daab34.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81cb11exb8eae530.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81cb11exb8eae530.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd6b18a7cxa155e015.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd6b18a7cxa155e015.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge81b7faax4a45022b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge81b7faax4a45022b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdfb79975xc86a5e4b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdfb79975xc86a5e4b.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6220b313x3951a923.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6220b313x3951a923.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3e2e552x8e270d09.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3e2e552x8e270d09.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8f1f94d1x24c7f178.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8f1f94d1x24c7f178.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g21eec8a7xd0a966c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g21eec8a7xd0a966c.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd7b9da1dxcde976bd.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd7b9da1dxcde976bd.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb44ab9ex67098acc.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb44ab9ex67098acc.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd93010bfx3d749691.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd93010bfx3d749691.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f2106f6xfea411a6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f2106f6xfea411a6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2f0337a9x9bcd4622.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2f0337a9x9bcd4622.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g447314bex709a8de8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g447314bex709a8de8.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaa29c199xb9fdea7a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaa29c199xb9fdea7a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6d4b01ax9e554b2c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6d4b01ax9e554b2c.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d64e04ax21f4b1cb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d64e04ax21f4b1cb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb47fdbaxc0ea1e8e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb47fdbaxc0ea1e8e.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g97ba8c39xe742bfd8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g97ba8c39xe742bfd8.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge5384c5fx60828ed6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge5384c5fx60828ed6.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42d71eb1x8174709e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42d71eb1x8174709e.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g72f52feex6bc45ef0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g72f52feex6bc45ef0.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb2ccf81xf415b6ab.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb2ccf81xf415b6ab.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3cd444dx67d847d6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3cd444dx67d847d6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7106ba6xe5f71bb6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7106ba6xe5f71bb6.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1dd11961xb71033c4.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1dd11961xb71033c4.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g64e492afxf1d6a77b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g64e492afxf1d6a77b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f00fcfbx5b365b0a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f00fcfbx5b365b0a.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g66cdab2cx5509dc48.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g66cdab2cx5509dc48.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g298b98e1xc4456565.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g298b98e1xc4456565.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe797643x842b3173.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe797643x842b3173.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g114da17xe4724f6e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g114da17xe4724f6e.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9bab593ax30e6c243.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9bab593ax30e6c243.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga31fe432xb64c35b7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga31fe432xb64c35b7.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge371b024x21bedb15.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge371b024x21bedb15.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8328ce39x9ed37741.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8328ce39x9ed37741.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g57bc4314xe3e2aa7c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g57bc4314xe3e2aa7c.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4ed6e264x961e9c1b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4ed6e264x961e9c1b.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd9240cc6xd670c80d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd9240cc6xd670c80d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6649a092xb629b610.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6649a092xb629b610.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b9b10a1x62bd3b3d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b9b10a1x62bd3b3d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba732d1xae3b5bdb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba732d1xae3b5bdb.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42c8cc7fx75e79719.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42c8cc7fx75e79719.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g903e74b7x1808ab75.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g903e74b7x1808ab75.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7f0a4dxd2c3222a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7f0a4dxd2c3222a.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6306c2exf89ee22b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6306c2exf89ee22b.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbf1b5de6xa123c8c1.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbf1b5de6xa123c8c1.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge20ba49ax90992582.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge20ba49ax90992582.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ae18ab8x372550ae.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ae18ab8x372550ae.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7e04d05x7cfe207c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7e04d05x7cfe207c.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9e21d2a6xedb29951.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9e21d2a6xedb29951.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe16f8adxaddccd47.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe16f8adxaddccd47.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3dbba9excd85b35a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3dbba9excd85b35a.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb25ca50ex9f4d0130.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb25ca50ex9f4d0130.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8ae81806xe66821e0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8ae81806xe66821e0.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gca864c10xc65f0beb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gca864c10xc65f0beb.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaadf320dx7b9249d8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaadf320dx7b9249d8.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g18869aabxca155648.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g18869aabxca155648.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1e119b3dxbfe9602f.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1e119b3dxbfe9602f.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e26b136xff873439.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e26b136xff873439.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g83ebf305x9fde4a24.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g83ebf305x9fde4a24.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g326cec95xac564983.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g326cec95xac564983.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2250cee5x26413a37.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2250cee5x26413a37.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6b3f304bx41442e1d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6b3f304bx41442e1d.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9c98883x739ca908.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9c98883x739ca908.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb3d4c151xfb34de1e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb3d4c151xfb34de1e.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf0c537e5xd1691e1f.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf0c537e5xd1691e1f.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74c5becx88d434f5.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74c5becx88d434f5.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7fae2516xb96ed9b6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7fae2516xb96ed9b6.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf72e6ecbx1ed2ac9a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf72e6ecbx1ed2ac9a.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf8103176xc98b8503.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf8103176xc98b8503.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3994b625xb373486b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3994b625xb373486b.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge21730c3xdf0543e6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge21730c3xdf0543e6.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3a0f83dx68f0ce8d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3a0f83dx68f0ce8d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge0d29739x2e1bc9c9.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge0d29739x2e1bc9c9.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73a661d9x7d120c65.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73a661d9x7d120c65.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1fd06a54xa6918a83.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1fd06a54xa6918a83.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga825e73fxa726427d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga825e73fxa726427d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g415ed6b6xa4542d79.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g415ed6b6xa4542d79.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcfb02554xd4dbdfeb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcfb02554xd4dbdfeb.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1433a3b2xb8add466.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1433a3b2xb8add466.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15846b4cxf58590d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15846b4cxf58590d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16f60448x5bc68552.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16f60448x5bc68552.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcada56afx1e507ce6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcada56afx1e507ce6.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4e0e9676x754e9c6d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4e0e9676x754e9c6d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga97022c5x9369a9ae.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga97022c5x9369a9ae.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2527945cx73567d57.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2527945cx73567d57.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcf26a41axacb4ed4d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcf26a41axacb4ed4d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb804dxd27abb7b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb804dxd27abb7b.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda30a11fx60c25fe0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda30a11fx60c25fe0.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga154121axc10a92d7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga154121axc10a92d7.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c: In function ‘_cffi_e_enum_ee’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c:82:8: error: ‘EE3’ undeclared (first use in this function); did you mean ‘EE2’?
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^~~
| EE2
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c:82:8: note: each undeclared identifier is reported only once for each function it appears in
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c: In function ‘foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c:61:20: error: conversion from ‘long long int’ to ‘int’ may change value [-Werror=conversion]
61 | return x;
| ^
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c: In function ‘_cffi_const_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c:66:10: error: returning ‘int (*)(long long int, ...)’ from a function with incompatible return type ‘int (*)(int, ...)’ [-Werror=incompatible-pointer-types]
66 | return (foo);
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e27938x9035661c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e27938x9035661c.c:67:17: error: initialization of ‘char *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
67 | { char *tmp = &p->b; (void)tmp; }
| ^
cc1: all warnings being treated as errors
STARTING
DONE
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd09563b8x56f3563f.c: In function ‘_cffi_const_fooarray’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd09563b8x56f3563f.c:66:10: error: returning ‘char *’ from a function with incompatible return type ‘int *’ [-Werror=incompatible-pointer-types]
66 | return (fooarray);
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2149: win32-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2224: win32-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2492: only running the memory-intensive test on x86/x64/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2492: only running the memory-intensive test on x86/x64/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded version/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded version/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded version/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded version/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_version.py:9: this is embedded versionverify got a GENERIC module
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3253a4cxa6c64b0f.c: In function ‘_cffi_f_some_completely_unknown_function’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3253a4cxa6c64b0f.c:62:3: error: implicit declaration of function ‘some_completely_unknown_function’; did you mean ‘_cffi_f_some_completely_unknown_function’? [-Werror=implicit-function-declaration]
62 | some_completely_unknown_function();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c: In function ‘_cffi_f_some_completely_unknown_function’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3a4715cx32e15524.c:62:3: warning: implicit declaration of function ‘some_completely_unknown_function’; did you mean ‘_cffi_f_some_completely_unknown_function’? [-Wimplicit-function-declaration]
62 | some_completely_unknown_function();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7f4d3739xc509c2d8.c: In function ‘_cffi_f_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7f4d3739xc509c2d8.c:62:10: error: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
62 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gded42c01xe8529545.c: In function ‘_cffi_f_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gded42c01xe8529545.c:62:10: error: conversion from ‘long long int’ to ‘short int’ may change value [-Werror=conversion]
62 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6284f9a6xfb48ebbc.c: In function ‘_cffi_f_sin’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6284f9a6xfb48ebbc.c:62:10: error: conversion from ‘double’ to ‘float’ may change value [-Werror=float-conversion]
62 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7768453x7213faad.c: In function ‘_cffi_f_sinf’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7768453x7213faad.c:62:10: error: conversion from ‘float’ to ‘int’ may change value [-Werror=float-conversion]
62 | return sinf(x0);
| ^~~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g80ed8564xb3d9e34c.c: In function ‘_cffi_f_sin’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g80ed8564xb3d9e34c.c:62:10: error: conversion from ‘double’ to ‘int’ may change value [-Werror=float-conversion]
62 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9eda56cbx8c065198.c: In function ‘_cffi_f_strlen’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9eda56cbx8c065198.c:62:10: error: conversion from ‘size_t’ {aka ‘long unsigned int’} to ‘int’ may change value [-Werror=conversion]
62 | return strlen(x0);
| ^~~~~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:218: don't know the very exact precision of 'long double'/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:285: not implemented in verify(): complex types/build_dir/pypy-c-jit-linux-aarch64/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/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:444: ignored so far/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gad308883x8b19e4ec.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gad308883x8b19e4ec.c:66:19: error: initialization of ‘long int **’ from incompatible pointer type ‘int **’ [-Werror=incompatible-pointer-types]
66 | { long * *tmp = &p->z; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:64:19: error: ‘struct foo_s’ has no member named ‘x’
64 | { char *tmp = &p->x; (void)tmp; }
| ^~
In file included from /usr/include/sys/types.h:146,
from /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:6:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c: In function ‘_cffi_layout_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:74:5: error: ‘struct foo_s’ has no member named ‘x’
74 | offsetof(struct foo_s, x),
| ^~~~~~~~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:75:31: error: ‘struct foo_s’ has no member named ‘x’
75 | sizeof(((struct foo_s *)0)->x),
| ^~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4cd3ecd4x7aff0403.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4cd3ecd4x7aff0403.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb7378280x904f2a6d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb7378280x904f2a6d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3744c4f6x54d9b199.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3744c4f6x54d9b199.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g46ae10a1xb9b8d659.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g46ae10a1xb9b8d659.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g348f7764xeb155608.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g348f7764xeb155608.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcccda4eexa87bff33.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcccda4eexa87bff33.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga41f5b4axfe08a7eb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga41f5b4axfe08a7eb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga98e795dx838b5a53.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga98e795dx838b5a53.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e40cfb2xe6e20dd7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e40cfb2xe6e20dd7.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g34a962fcx7b7d2cfb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g34a962fcx7b7d2cfb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8898d90xd8aedce6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8898d90xd8aedce6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g536de3c4x724e2097.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g536de3c4x724e2097.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g768c6581x8f3208e8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g768c6581x8f3208e8.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5cc6a983x9a8bdb9b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5cc6a983x9a8bdb9b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga722c7d7x306b27ea.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga722c7d7x306b27ea.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e6c6be5xece23dd2.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e6c6be5xece23dd2.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f169cb9xd26bd5ff.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f169cb9xd26bd5ff.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc4f2f2edx788b298e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc4f2f2edx788b298e.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9d365f9bx3b4915b9.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9d365f9bx3b4915b9.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8bdb4d2xf97a635a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8bdb4d2xf97a635a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1359da86x13ca4d34.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1359da86x13ca4d34.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd1a7a934x553cd6a2.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd1a7a934x553cd6a2.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1c72491dx4d532163.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1c72491dx4d532163.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2bdeafc2xcf7c7d03.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2bdeafc2xcf7c7d03.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e88d27x1719d1df.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e88d27x1719d1df.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e574e60xb91c0570.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e574e60xb91c0570.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69fba8bfx3b335910.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69fba8bfx3b335910.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4638b81dx5ff9dfbb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4638b81dx5ff9dfbb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16b74004xdacc304a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16b74004xdacc304a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g211ba6dbx58e36c2a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g211ba6dbx58e36c2a.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g91939076x637dd245.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g91939076x637dd245.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44a520a3xd671821.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44a520a3xd671821.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g30780f48x8f484441.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g30780f48x8f484441.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8c92f2xe161d957.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8c92f2xe161d957.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga82f46e8xff1fa22d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga82f46e8xff1fa22d.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f83a037xb22fec29.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f83a037xb22fec29.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g48a9958fx152efd44.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g48a9958fx152efd44.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c6062fbxbd3aa550.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c6062fbxbd3aa550.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bcc8424xf00aeb54.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bcc8424xf00aeb54.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g499bebx76fec87e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g499bebx76fec87e.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3fb057c1xf5daab34.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3fb057c1xf5daab34.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81cb11exb8eae530.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81cb11exb8eae530.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd6b18a7cxa155e015.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd6b18a7cxa155e015.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge81b7faax4a45022b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge81b7faax4a45022b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdfb79975xc86a5e4b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdfb79975xc86a5e4b.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6220b313x3951a923.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6220b313x3951a923.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3e2e552x8e270d09.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3e2e552x8e270d09.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8f1f94d1x24c7f178.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8f1f94d1x24c7f178.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g21eec8a7xd0a966c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g21eec8a7xd0a966c.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd7b9da1dxcde976bd.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd7b9da1dxcde976bd.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb44ab9ex67098acc.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb44ab9ex67098acc.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd93010bfx3d749691.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd93010bfx3d749691.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f2106f6xfea411a6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f2106f6xfea411a6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2f0337a9x9bcd4622.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2f0337a9x9bcd4622.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g447314bex709a8de8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g447314bex709a8de8.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaa29c199xb9fdea7a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaa29c199xb9fdea7a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6d4b01ax9e554b2c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6d4b01ax9e554b2c.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d64e04ax21f4b1cb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d64e04ax21f4b1cb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb47fdbaxc0ea1e8e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb47fdbaxc0ea1e8e.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g97ba8c39xe742bfd8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g97ba8c39xe742bfd8.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge5384c5fx60828ed6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge5384c5fx60828ed6.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42d71eb1x8174709e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42d71eb1x8174709e.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g72f52feex6bc45ef0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g72f52feex6bc45ef0.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb2ccf81xf415b6ab.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb2ccf81xf415b6ab.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3cd444dx67d847d6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3cd444dx67d847d6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7106ba6xe5f71bb6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7106ba6xe5f71bb6.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1dd11961xb71033c4.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1dd11961xb71033c4.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g64e492afxf1d6a77b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g64e492afxf1d6a77b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f00fcfbx5b365b0a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f00fcfbx5b365b0a.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g66cdab2cx5509dc48.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g66cdab2cx5509dc48.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g298b98e1xc4456565.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g298b98e1xc4456565.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe797643x842b3173.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe797643x842b3173.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g114da17xe4724f6e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g114da17xe4724f6e.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9bab593ax30e6c243.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9bab593ax30e6c243.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga31fe432xb64c35b7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga31fe432xb64c35b7.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge371b024x21bedb15.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge371b024x21bedb15.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8328ce39x9ed37741.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8328ce39x9ed37741.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g57bc4314xe3e2aa7c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g57bc4314xe3e2aa7c.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4ed6e264x961e9c1b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4ed6e264x961e9c1b.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd9240cc6xd670c80d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd9240cc6xd670c80d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6649a092xb629b610.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6649a092xb629b610.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b9b10a1x62bd3b3d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b9b10a1x62bd3b3d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba732d1xae3b5bdb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba732d1xae3b5bdb.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42c8cc7fx75e79719.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42c8cc7fx75e79719.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g903e74b7x1808ab75.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g903e74b7x1808ab75.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7f0a4dxd2c3222a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7f0a4dxd2c3222a.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6306c2exf89ee22b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6306c2exf89ee22b.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbf1b5de6xa123c8c1.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbf1b5de6xa123c8c1.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge20ba49ax90992582.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge20ba49ax90992582.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ae18ab8x372550ae.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ae18ab8x372550ae.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7e04d05x7cfe207c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7e04d05x7cfe207c.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9e21d2a6xedb29951.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9e21d2a6xedb29951.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe16f8adxaddccd47.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe16f8adxaddccd47.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3dbba9excd85b35a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3dbba9excd85b35a.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb25ca50ex9f4d0130.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb25ca50ex9f4d0130.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8ae81806xe66821e0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8ae81806xe66821e0.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gca864c10xc65f0beb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gca864c10xc65f0beb.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaadf320dx7b9249d8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaadf320dx7b9249d8.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g18869aabxca155648.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g18869aabxca155648.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1e119b3dxbfe9602f.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1e119b3dxbfe9602f.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e26b136xff873439.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e26b136xff873439.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g83ebf305x9fde4a24.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g83ebf305x9fde4a24.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g326cec95xac564983.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g326cec95xac564983.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2250cee5x26413a37.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2250cee5x26413a37.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6b3f304bx41442e1d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6b3f304bx41442e1d.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9c98883x739ca908.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9c98883x739ca908.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb3d4c151xfb34de1e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb3d4c151xfb34de1e.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf0c537e5xd1691e1f.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf0c537e5xd1691e1f.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74c5becx88d434f5.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74c5becx88d434f5.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7fae2516xb96ed9b6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7fae2516xb96ed9b6.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf72e6ecbx1ed2ac9a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf72e6ecbx1ed2ac9a.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf8103176xc98b8503.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf8103176xc98b8503.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3994b625xb373486b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3994b625xb373486b.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge21730c3xdf0543e6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge21730c3xdf0543e6.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3a0f83dx68f0ce8d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3a0f83dx68f0ce8d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge0d29739x2e1bc9c9.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge0d29739x2e1bc9c9.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73a661d9x7d120c65.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73a661d9x7d120c65.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1fd06a54xa6918a83.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1fd06a54xa6918a83.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga825e73fxa726427d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga825e73fxa726427d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g415ed6b6xa4542d79.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g415ed6b6xa4542d79.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcfb02554xd4dbdfeb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcfb02554xd4dbdfeb.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1433a3b2xb8add466.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1433a3b2xb8add466.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15846b4cxf58590d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15846b4cxf58590d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16f60448x5bc68552.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16f60448x5bc68552.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcada56afx1e507ce6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcada56afx1e507ce6.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4e0e9676x754e9c6d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4e0e9676x754e9c6d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga97022c5x9369a9ae.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga97022c5x9369a9ae.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2527945cx73567d57.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2527945cx73567d57.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcf26a41axacb4ed4d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcf26a41axacb4ed4d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb804dxd27abb7b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb804dxd27abb7b.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda30a11fx60c25fe0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda30a11fx60c25fe0.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga154121axc10a92d7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga154121axc10a92d7.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c: In function ‘_cffi_e_enum_ee’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c:82:8: error: ‘EE3’ undeclared (first use in this function); did you mean ‘EE2’?
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^~~
| EE2
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c:82:8: note: each undeclared identifier is reported only once for each function it appears in
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c: In function ‘foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c:61:20: error: conversion from ‘long long int’ to ‘int’ may change value [-Werror=conversion]
61 | return x;
| ^
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c: In function ‘_cffi_const_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c:66:10: error: returning ‘int (*)(long long int, ...)’ from a function with incompatible return type ‘int (*)(int, ...)’ [-Werror=incompatible-pointer-types]
66 | return (foo);
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e27938x9035661c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e27938x9035661c.c:67:17: error: initialization of ‘char *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
67 | { char *tmp = &p->b; (void)tmp; }
| ^
cc1: all warnings being treated as errors
STARTING
DONE
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd09563b8x56f3563f.c: In function ‘_cffi_const_fooarray’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd09563b8x56f3563f.c:66:10: error: returning ‘char *’ from a function with incompatible return type ‘int *’ [-Werror=incompatible-pointer-types]
66 | return (fooarray);
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda3afd29x6a82585f.c: In function ‘_cffi_const_a’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda3afd29x6a82585f.c:62:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
62 | return (a);
| ^
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2149: win32-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2224: win32-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2492: only running the memory-intensive test on x86/x64/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2492: only running the memory-intensive test on x86/x64verify got a GENERIC module
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3253a4cxa6c64b0f.c: In function ‘_cffi_f_some_completely_unknown_function’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf3253a4cxa6c64b0f.c:62:3: error: implicit declaration of function ‘some_completely_unknown_function’; did you mean ‘_cffi_f_some_completely_unknown_function’? [-Werror=implicit-function-declaration]
62 | some_completely_unknown_function();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_f_some_completely_unknown_function
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7f4d3739xc509c2d8.c: In function ‘_cffi_f_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7f4d3739xc509c2d8.c:62:10: error: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
62 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gded42c01xe8529545.c: In function ‘_cffi_f_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gded42c01xe8529545.c:62:10: error: conversion from ‘long long int’ to ‘short int’ may change value [-Werror=conversion]
62 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6284f9a6xfb48ebbc.c: In function ‘_cffi_f_sin’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6284f9a6xfb48ebbc.c:62:10: error: conversion from ‘double’ to ‘float’ may change value [-Werror=float-conversion]
62 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7768453x7213faad.c: In function ‘_cffi_f_sinf’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf7768453x7213faad.c:62:10: error: conversion from ‘float’ to ‘int’ may change value [-Werror=float-conversion]
62 | return sinf(x0);
| ^~~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g80ed8564xb3d9e34c.c: In function ‘_cffi_f_sin’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g80ed8564xb3d9e34c.c:62:10: error: conversion from ‘double’ to ‘int’ may change value [-Werror=float-conversion]
62 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9eda56cbx8c065198.c: In function ‘_cffi_f_strlen’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9eda56cbx8c065198.c:62:10: error: conversion from ‘size_t’ {aka ‘long unsigned int’} to ‘int’ may change value [-Werror=conversion]
62 | return strlen(x0);
| ^~~~~~~~~~
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:218: don't know the very exact precision of 'long double'/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:285: not implemented in verify(): complex types/build_dir/pypy-c-jit-linux-aarch64/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/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:444: ignored so far/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gad308883x8b19e4ec.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gad308883x8b19e4ec.c:66:19: error: initialization of ‘long int **’ from incompatible pointer type ‘int **’ [-Werror=incompatible-pointer-types]
66 | { long * *tmp = &p->z; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:64:19: error: ‘struct foo_s’ has no member named ‘x’
64 | { char *tmp = &p->x; (void)tmp; }
| ^~
In file included from /usr/include/sys/types.h:146,
from /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:6:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c: In function ‘_cffi_layout_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:74:5: error: ‘struct foo_s’ has no member named ‘x’
74 | offsetof(struct foo_s, x),
| ^~~~~~~~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gedeee1e9x51f506ee.c:75:31: error: ‘struct foo_s’ has no member named ‘x’
75 | sizeof(((struct foo_s *)0)->x),
| ^~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4cd3ecd4x7aff0403.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4cd3ecd4x7aff0403.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb7378280x904f2a6d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb7378280x904f2a6d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3744c4f6x54d9b199.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3744c4f6x54d9b199.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g46ae10a1xb9b8d659.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g46ae10a1xb9b8d659.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g348f7764xeb155608.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g348f7764xeb155608.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcccda4eexa87bff33.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcccda4eexa87bff33.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga41f5b4axfe08a7eb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga41f5b4axfe08a7eb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga98e795dx838b5a53.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga98e795dx838b5a53.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e40cfb2xe6e20dd7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e40cfb2xe6e20dd7.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g34a962fcx7b7d2cfb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g34a962fcx7b7d2cfb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8898d90xd8aedce6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8898d90xd8aedce6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g536de3c4x724e2097.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g536de3c4x724e2097.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g768c6581x8f3208e8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g768c6581x8f3208e8.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5cc6a983x9a8bdb9b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5cc6a983x9a8bdb9b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga722c7d7x306b27ea.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga722c7d7x306b27ea.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e6c6be5xece23dd2.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e6c6be5xece23dd2.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f169cb9xd26bd5ff.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3f169cb9xd26bd5ff.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc4f2f2edx788b298e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc4f2f2edx788b298e.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9d365f9bx3b4915b9.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9d365f9bx3b4915b9.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8bdb4d2xf97a635a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge8bdb4d2xf97a635a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1359da86x13ca4d34.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1359da86x13ca4d34.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd1a7a934x553cd6a2.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd1a7a934x553cd6a2.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1c72491dx4d532163.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1c72491dx4d532163.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2bdeafc2xcf7c7d03.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2bdeafc2xcf7c7d03.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e88d27x1719d1df.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e88d27x1719d1df.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e574e60xb91c0570.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5e574e60xb91c0570.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69fba8bfx3b335910.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g69fba8bfx3b335910.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4638b81dx5ff9dfbb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4638b81dx5ff9dfbb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16b74004xdacc304a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16b74004xdacc304a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g211ba6dbx58e36c2a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g211ba6dbx58e36c2a.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g91939076x637dd245.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g91939076x637dd245.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44a520a3xd671821.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g44a520a3xd671821.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g30780f48x8f484441.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g30780f48x8f484441.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8c92f2xe161d957.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga8c92f2xe161d957.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga82f46e8xff1fa22d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga82f46e8xff1fa22d.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f83a037xb22fec29.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f83a037xb22fec29.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g48a9958fx152efd44.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g48a9958fx152efd44.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c6062fbxbd3aa550.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g5c6062fbxbd3aa550.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bcc8424xf00aeb54.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6bcc8424xf00aeb54.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g499bebx76fec87e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g499bebx76fec87e.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3fb057c1xf5daab34.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3fb057c1xf5daab34.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81cb11exb8eae530.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g81cb11exb8eae530.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd6b18a7cxa155e015.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd6b18a7cxa155e015.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge81b7faax4a45022b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge81b7faax4a45022b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdfb79975xc86a5e4b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gdfb79975xc86a5e4b.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6220b313x3951a923.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6220b313x3951a923.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3e2e552x8e270d09.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3e2e552x8e270d09.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8f1f94d1x24c7f178.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8f1f94d1x24c7f178.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g21eec8a7xd0a966c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g21eec8a7xd0a966c.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd7b9da1dxcde976bd.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd7b9da1dxcde976bd.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb44ab9ex67098acc.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbb44ab9ex67098acc.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd93010bfx3d749691.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd93010bfx3d749691.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f2106f6xfea411a6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1f2106f6xfea411a6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2f0337a9x9bcd4622.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2f0337a9x9bcd4622.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g447314bex709a8de8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g447314bex709a8de8.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaa29c199xb9fdea7a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaa29c199xb9fdea7a.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6d4b01ax9e554b2c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6d4b01ax9e554b2c.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d64e04ax21f4b1cb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3d64e04ax21f4b1cb.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb47fdbaxc0ea1e8e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb47fdbaxc0ea1e8e.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g97ba8c39xe742bfd8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g97ba8c39xe742bfd8.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge5384c5fx60828ed6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge5384c5fx60828ed6.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42d71eb1x8174709e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42d71eb1x8174709e.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g72f52feex6bc45ef0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g72f52feex6bc45ef0.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb2ccf81xf415b6ab.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gfb2ccf81xf415b6ab.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3cd444dx67d847d6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd3cd444dx67d847d6.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7106ba6xe5f71bb6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7106ba6xe5f71bb6.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1dd11961xb71033c4.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1dd11961xb71033c4.c:64:17: error: invalid operands to binary << (have ‘double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g64e492afxf1d6a77b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g64e492afxf1d6a77b.c:64:17: error: invalid operands to binary << (have ‘float’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| float
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f00fcfbx5b365b0a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9f00fcfbx5b365b0a.c:64:17: error: invalid operands to binary << (have ‘long double’ and ‘int’)
64 | (void)((p->x) << 1);
| ~~~~~~ ^~
| |
| long double
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g66cdab2cx5509dc48.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g66cdab2cx5509dc48.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g298b98e1xc4456565.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g298b98e1xc4456565.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe797643x842b3173.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe797643x842b3173.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g114da17xe4724f6e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g114da17xe4724f6e.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9bab593ax30e6c243.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9bab593ax30e6c243.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga31fe432xb64c35b7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga31fe432xb64c35b7.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge371b024x21bedb15.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge371b024x21bedb15.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8328ce39x9ed37741.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8328ce39x9ed37741.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g57bc4314xe3e2aa7c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g57bc4314xe3e2aa7c.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4ed6e264x961e9c1b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4ed6e264x961e9c1b.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd9240cc6xd670c80d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd9240cc6xd670c80d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6649a092xb629b610.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6649a092xb629b610.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b9b10a1x62bd3b3d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1b9b10a1x62bd3b3d.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba732d1xae3b5bdb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gba732d1xae3b5bdb.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42c8cc7fx75e79719.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g42c8cc7fx75e79719.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g903e74b7x1808ab75.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g903e74b7x1808ab75.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7f0a4dxd2c3222a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga7f0a4dxd2c3222a.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6306c2exf89ee22b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gc6306c2exf89ee22b.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbf1b5de6xa123c8c1.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbf1b5de6xa123c8c1.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge20ba49ax90992582.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge20ba49ax90992582.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ae18ab8x372550ae.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1ae18ab8x372550ae.c:64:19: error: initialization of ‘double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7e04d05x7cfe207c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7e04d05x7cfe207c.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9e21d2a6xedb29951.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9e21d2a6xedb29951.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe16f8adxaddccd47.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gbe16f8adxaddccd47.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3dbba9excd85b35a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3dbba9excd85b35a.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb25ca50ex9f4d0130.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb25ca50ex9f4d0130.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8ae81806xe66821e0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g8ae81806xe66821e0.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gca864c10xc65f0beb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gca864c10xc65f0beb.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaadf320dx7b9249d8.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gaadf320dx7b9249d8.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g18869aabxca155648.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g18869aabxca155648.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1e119b3dxbfe9602f.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1e119b3dxbfe9602f.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e26b136xff873439.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3e26b136xff873439.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g83ebf305x9fde4a24.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g83ebf305x9fde4a24.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g326cec95xac564983.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g326cec95xac564983.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2250cee5x26413a37.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2250cee5x26413a37.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6b3f304bx41442e1d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g6b3f304bx41442e1d.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9c98883x739ca908.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb9c98883x739ca908.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb3d4c151xfb34de1e.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gb3d4c151xfb34de1e.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf0c537e5xd1691e1f.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf0c537e5xd1691e1f.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74c5becx88d434f5.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g74c5becx88d434f5.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7fae2516xb96ed9b6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g7fae2516xb96ed9b6.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf72e6ecbx1ed2ac9a.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf72e6ecbx1ed2ac9a.c:64:18: error: initialization of ‘float *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf8103176xc98b8503.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gf8103176xc98b8503.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3994b625xb373486b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g3994b625xb373486b.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge21730c3xdf0543e6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge21730c3xdf0543e6.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3a0f83dx68f0ce8d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge3a0f83dx68f0ce8d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge0d29739x2e1bc9c9.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ge0d29739x2e1bc9c9.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73a661d9x7d120c65.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g73a661d9x7d120c65.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1fd06a54xa6918a83.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1fd06a54xa6918a83.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga825e73fxa726427d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga825e73fxa726427d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g415ed6b6xa4542d79.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g415ed6b6xa4542d79.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcfb02554xd4dbdfeb.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcfb02554xd4dbdfeb.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1433a3b2xb8add466.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g1433a3b2xb8add466.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15846b4cxf58590d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g15846b4cxf58590d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16f60448x5bc68552.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g16f60448x5bc68552.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcada56afx1e507ce6.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcada56afx1e507ce6.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4e0e9676x754e9c6d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g4e0e9676x754e9c6d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga97022c5x9369a9ae.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga97022c5x9369a9ae.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2527945cx73567d57.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g2527945cx73567d57.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcf26a41axacb4ed4d.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gcf26a41axacb4ed4d.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb804dxd27abb7b.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9ddb804dxd27abb7b.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda30a11fx60c25fe0.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gda30a11fx60c25fe0.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga154121axc10a92d7.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__ga154121axc10a92d7.c:64:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
64 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c: In function ‘_cffi_e_enum_ee’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c:82:8: error: ‘EE3’ undeclared (first use in this function); did you mean ‘EE2’?
82 | if ((EE3) <= 0 || (unsigned long)(EE3) != 2UL) {
| ^~~
| EE2
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g9854a810x102ef1b0.c:82:8: note: each undeclared identifier is reported only once for each function it appears in
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c: In function ‘foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c:61:20: error: conversion from ‘long long int’ to ‘int’ may change value [-Werror=conversion]
61 | return x;
| ^
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c: In function ‘_cffi_const_foo’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g60212e44x92c43ab.c:66:10: error: returning ‘int (*)(long long int, ...)’ from a function with incompatible return type ‘int (*)(int, ...)’ [-Werror=incompatible-pointer-types]
66 | return (foo);
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e27938x9035661c.c: In function ‘_cffi_check_struct_foo_s’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__g25e27938x9035661c.c:67:17: error: initialization of ‘char *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
67 | { char *tmp = &p->b; (void)tmp; }
| ^
cc1: all warnings being treated as errors
STARTING
DONE
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd09563b8x56f3563f.c: In function ‘_cffi_const_fooarray’:
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/__pycache__/_cffi__gd09563b8x56f3563f.c:66:10: error: returning ‘char *’ from a function with incompatible return type ‘int *’ [-Werror=incompatible-pointer-types]
66 | return (fooarray);
| ^
cc1: all warnings being treated as errors
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2149: win32-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2224: win32-only test/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2492: only running the memory-intensive test on x86/x64/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/test_verify.py:2492: only running the memory-intensive test on x86/x64created virtual environment PyPy2.7.18.final.0-64 in 318ms
creator PyPy2Posix(dest=/tmp/ffi-32/infrastructure-cpy, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/infrastructure
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-py2-none-any.whl size=1282 sha256=716d42ea9b6b3df598650a84526fd0f71d8d5a932990bca917873685c061f1eb
Stored in directory: /tmp/pip-ephem-wheel-cache-6IsilA/wheels/88/a2/46/0009cd89375a35b5eb5641331ed5cacec65437f41fb823b235
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
created virtual environment PyPy2.7.18.final.0-64 in 186ms
creator PyPy2Posix(dest=/tmp/ffi-32/infrastructure-gen, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/infrastructure
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-py2-none-any.whl size=1282 sha256=69bd01748fd68f0b2b64f47002be5345d9b0ecf818810aeadc40ea40384e2db5
Stored in directory: /tmp/pip-ephem-wheel-cache-eAK12L/wheels/88/a2/46/0009cd89375a35b5eb5641331ed5cacec65437f41fb823b235
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
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.
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.
created virtual environment PyPy2.7.18.final.0-64 in 181ms
creator PyPy2Posix(dest=/tmp/ffi-32/distutils_module-cpy, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/distutils_module
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4142 sha256=f286806ceceba37be55e15e30f692071116d78ee123c40bfbf683bd9e0efe0e3
Stored in directory: /tmp/pip-ephem-wheel-cache-OoSpFB/wheels/d6/9f/56/d6cb065c30ec060638380f269e3d9de87b78402af5ef5a4a56
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
created virtual environment PyPy2.7.18.final.0-64 in 186ms
creator PyPy2Posix(dest=/tmp/ffi-32/distutils_module-gen, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/distutils_module
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4142 sha256=94f615e9cb773755caf35a46db260ea6999d9e6ae5d87423d6346da8bda3023f
Stored in directory: /tmp/pip-ephem-wheel-cache-ljqHZ_/wheels/d6/9f/56/d6cb065c30ec060638380f269e3d9de87b78402af5ef5a4a56
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
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.
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.
created virtual environment PyPy2.7.18.final.0-64 in 179ms
creator PyPy2Posix(dest=/tmp/ffi-32/distutils_package_1-cpy, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/distutils_package_1
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4171 sha256=696cb3b7f4ca17f6186d9b29484aebd18f3bb515b4adc9678936f893ca183c53
Stored in directory: /tmp/pip-ephem-wheel-cache-1ptdhB/wheels/e7/b2/d5/03862f28bb88ae816ca4e6c34acf3f88c74beb04c28370ffae
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
created virtual environment PyPy2.7.18.final.0-64 in 189ms
creator PyPy2Posix(dest=/tmp/ffi-32/distutils_package_1-gen, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/distutils_package_1
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4171 sha256=abe2f87f2282a0661dce1a389b55b5bc49b4d538df6bc68cadb65884e46652d6
Stored in directory: /tmp/pip-ephem-wheel-cache-62RkkQ/wheels/e7/b2/d5/03862f28bb88ae816ca4e6c34acf3f88c74beb04c28370ffae
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
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.
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.
created virtual environment PyPy2.7.18.final.0-64 in 185ms
creator PyPy2Posix(dest=/tmp/ffi-32/distutils_package_2-cpy, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/distutils_package_2
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4240 sha256=d7f0a0432175d1d107499cae4e288f4167cc07093cfe9bb73d21c9f9cf57ee63
Stored in directory: /tmp/pip-ephem-wheel-cache-SZankN/wheels/fa/45/bc/2599e9ab61ffd0436d0a5d386e8d31cb8be499b2d192155959
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
created virtual environment PyPy2.7.18.final.0-64 in 184ms
creator PyPy2Posix(dest=/tmp/ffi-32/distutils_package_2-gen, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/distutils_package_2
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4240 sha256=a0478ce5d59cc988855608cd145c9ec8aa6b0729ac790bd97c00e659d36075e8
Stored in directory: /tmp/pip-ephem-wheel-cache-R9B16r/wheels/fa/45/bc/2599e9ab61ffd0436d0a5d386e8d31cb8be499b2d192155959
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
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.
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.
created virtual environment PyPy2.7.18.final.0-64 in 181ms
creator PyPy2Posix(dest=/tmp/ffi-32/setuptools_module-cpy, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/setuptools_module
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4160 sha256=23faaa45b48344dfcf97bfb6d0387142ed4535a753c8520128997bce3cc65c31
Stored in directory: /tmp/pip-ephem-wheel-cache-5LgFJs/wheels/29/ec/43/4648993a6f2b1a6a321cb8b7ae5dd45e6653f29270177f7568
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
created virtual environment PyPy2.7.18.final.0-64 in 189ms
creator PyPy2Posix(dest=/tmp/ffi-32/setuptools_module-gen, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/setuptools_module
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4160 sha256=35d827525ee4c92a31044d0c577a22081fbc10d6573673dd3a8363268d2edcb2
Stored in directory: /tmp/pip-ephem-wheel-cache-o9_PLL/wheels/29/ec/43/4648993a6f2b1a6a321cb8b7ae5dd45e6653f29270177f7568
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
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.
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.
created virtual environment PyPy2.7.18.final.0-64 in 182ms
creator PyPy2Posix(dest=/tmp/ffi-32/setuptools_package_1-cpy, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/setuptools_package_1
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4191 sha256=ce532560e89d9020bde8fc89e046acf4e2c063d4f094a4861330ede7b3a00df7
Stored in directory: /tmp/pip-ephem-wheel-cache-JO1XNO/wheels/02/2d/70/e60b41b39b6e2652c15acb8c76ca42d2572e30f4e7bcfd426c
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
created virtual environment PyPy2.7.18.final.0-64 in 190ms
creator PyPy2Posix(dest=/tmp/ffi-32/setuptools_package_1-gen, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/setuptools_package_1
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4191 sha256=b330e042b210a230b8a896254492ced9a9148554ad3128316fc8b27f801e6435
Stored in directory: /tmp/pip-ephem-wheel-cache-HEXn3O/wheels/02/2d/70/e60b41b39b6e2652c15acb8c76ca42d2572e30f4e7bcfd426c
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
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.
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.
created virtual environment PyPy2.7.18.final.0-64 in 191ms
creator PyPy2Posix(dest=/tmp/ffi-32/setuptools_package_2-cpy, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/setuptools_package_2
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4268 sha256=302a76f207f7c4abbe854d7d6c4ff3c5b3756e8d56a490a5182820634f108978
Stored in directory: /tmp/pip-ephem-wheel-cache-1lecyT/wheels/b7/52/ed/b0cbda6ff0cb1a6753e86ebf723f93a9b94d489fca3eb649cc
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
created virtual environment PyPy2.7.18.final.0-64 in 181ms
creator PyPy2Posix(dest=/tmp/ffi-32/setuptools_package_2-gen, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, wheel=bundle, setuptools=bundle, via=copy, app_data_dir=/home/buildslave/.local/share/virtualenv)
added seed packages: pip==20.3.4, setuptools==44.1.1, wheel==0.37.1
activators NushellActivator,PythonActivator,FishActivator,CShellActivator,PowerShellActivator,BashActivator
running clean
Processing /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi0/snippets/setuptools_package_2
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (setup.py): started
Building wheel for UNKNOWN (setup.py): finished with status 'done'
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-pp27-pypy_73-linux_aarch64.whl size=4268 sha256=9f7528fbd2ad95884c38c6b2a44bec6394997be1532d5b86fc555c30344b6b48
Stored in directory: /tmp/pip-ephem-wheel-cache-GSLrO0/wheels/b7/52/ed/b0cbda6ff0cb1a6753e86ebf723f93a9b94d489fca3eb649cc
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0
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.
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.
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_cffi_binary.py:9: _cffi_backend module is built-in/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_commontypes.py:12: cannot find ../c/commontypes.c/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_commontypes.py:12: cannot find ../c/commontypes.cFrom cffi callback <function <lambda> at 0x0000000042f7c110>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/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 0x0000000042f7c188>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/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 0x0000000042f7c638>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/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'
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_ffi_obj.py:337: for windowsinit!
init done
/build_dir/pypy-c-jit-linux-aarch64/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/ffi-32/test_new_ffi_1.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'test_new_ffi_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c test_new_ffi_1.c -o ./test_new_ffi_1.o
cc -pthread -shared ./test_new_ffi_1.o -o ./test_new_ffi_1.pypy-73.so
From cffi callback <function cb at 0x0000000041fd64d0>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_new_ffi_1.py", line 864, in cb
raise Exception
Exception
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_new_ffi_1.py:1269: later?/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_new_ffi_1.py:1325: callback with '...'From cffi callback <function cb at 0x0000000046157b50>:
Trying to convert the result back to C:
OverflowError: long int too large to convert to int
generating /tmp/ffi-32/test_multiple_independent_structs.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'test_multiple_independent_structs' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c test_multiple_independent_structs.c -o ./test_multiple_independent_structs.o
cc -pthread -shared ./test_multiple_independent_structs.o -o ./test_multiple_independent_structs.pypy-73.so
generating /tmp/ffi-32/test_include_struct_union_enum_typedef.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'test_include_struct_union_enum_typedef' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c test_include_struct_union_enum_typedef.c -o ./test_include_struct_union_enum_typedef.o
cc -pthread -shared ./test_include_struct_union_enum_typedef.o -o ./test_include_struct_union_enum_typedef.pypy-73.so
generating /tmp/ffi-32/test_emit_c_code
generating <cffi.recompiler.NativeIO object at 0x00000000418aa440>
generating /tmp/ffi-32/_test_import_from_lib.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_test_import_from_lib' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _test_import_from_lib.c -o ./_test_import_from_lib.o
cc -pthread -shared ./_test_import_from_lib.o -o ./_test_import_from_lib.pypy-73.so
'/tmp/ffi-32/test_re_python/_test_re_python.pypy-73.so' ==> u'/tmp/ffi-32/test_re_python/_test_re_python.pypy-73\xe9.so'
generating /tmp/ffi-32/test_re_python/re_python_pysrc.py
generating /tmp/ffi-32/test_re_python/_re_include_1.py
generating /tmp/ffi-32/test_re_python/test_partial_enum.py
generating /tmp/ffi-32/_CFFI_test_math_sin.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_math_sin' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_math_sin.cpp -o ./_CFFI_test_math_sin.o
c++ -pthread -shared ./_CFFI_test_math_sin.o -o ./_CFFI_test_math_sin.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_repr_lib.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_repr_lib' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_repr_lib.cpp -o ./_CFFI_test_repr_lib.o
c++ -pthread -shared ./_CFFI_test_repr_lib.o -o ./_CFFI_test_repr_lib.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_funcarg_ptr.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_funcarg_ptr' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_funcarg_ptr.cpp -o ./_CFFI_test_funcarg_ptr.o
c++ -pthread -shared ./_CFFI_test_funcarg_ptr.o -o ./_CFFI_test_funcarg_ptr.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_funcres_ptr.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_funcres_ptr' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_funcres_ptr.cpp -o ./_CFFI_test_funcres_ptr.o
c++ -pthread -shared ./_CFFI_test_funcres_ptr.o -o ./_CFFI_test_funcres_ptr.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_global_var_array.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_global_var_array' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_global_var_array.cpp -o ./_CFFI_test_global_var_array.o
c++ -pthread -shared ./_CFFI_test_global_var_array.o -o ./_CFFI_test_global_var_array.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_typedef.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_typedef' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_typedef.cpp -o ./_CFFI_test_verify_typedef.o
c++ -pthread -shared ./_CFFI_test_verify_typedef.o -o ./_CFFI_test_verify_typedef.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_typedef_dotdotdot.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_typedef_dotdotdot' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_typedef_dotdotdot.cpp -o ./_CFFI_test_verify_typedef_dotdotdot.o
c++ -pthread -shared ./_CFFI_test_verify_typedef_dotdotdot.o -o ./_CFFI_test_verify_typedef_dotdotdot.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_typedef_star_dotdotdot.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_typedef_star_dotdotdot' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_typedef_star_dotdotdot.cpp -o ./_CFFI_test_verify_typedef_star_dotdotdot.o
c++ -pthread -shared ./_CFFI_test_verify_typedef_star_dotdotdot.o -o ./_CFFI_test_verify_typedef_star_dotdotdot.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_global_var_int.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_global_var_int' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_global_var_int.cpp -o ./_CFFI_test_global_var_int.o
c++ -pthread -shared ./_CFFI_test_global_var_int.o -o ./_CFFI_test_global_var_int.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_macro.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_macro' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_macro.cpp -o ./_CFFI_test_macro.o
c++ -pthread -shared ./_CFFI_test_macro.o -o ./_CFFI_test_macro.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_macro_check_value_ok.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_macro_check_value_ok' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_macro_check_value_ok.cpp -o ./_CFFI_test_macro_check_value_ok.o
c++ -pthread -shared ./_CFFI_test_macro_check_value_ok.o -o ./_CFFI_test_macro_check_value_ok.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_constant.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_constant' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_constant.cpp -o ./_CFFI_test_constant.o
c++ -pthread -shared ./_CFFI_test_constant.o -o ./_CFFI_test_constant.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_check_value_of_static_const.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_check_value_of_static_const' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_check_value_of_static_const.cpp -o ./_CFFI_test_check_value_of_static_const.o
c++ -pthread -shared ./_CFFI_test_check_value_of_static_const.o -o ./_CFFI_test_check_value_of_static_const.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_constant_nonint.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_constant_nonint' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_constant_nonint.cpp -o ./_CFFI_test_constant_nonint.o
c++ -pthread -shared ./_CFFI_test_constant_nonint.o -o ./_CFFI_test_constant_nonint.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_constant_ptr.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_constant_ptr' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_constant_ptr.cpp -o ./_CFFI_test_constant_ptr.o
c++ -pthread -shared ./_CFFI_test_constant_ptr.o -o ./_CFFI_test_constant_ptr.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_dir.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_dir' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_dir.cpp -o ./_CFFI_test_dir.o
c++ -pthread -shared ./_CFFI_test_dir.o -o ./_CFFI_test_dir.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_opaque_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_opaque_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_opaque_struct.cpp -o ./_CFFI_test_verify_opaque_struct.o
c++ -pthread -shared ./_CFFI_test_verify_opaque_struct.o -o ./_CFFI_test_verify_opaque_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_opaque_union.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_opaque_union' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_opaque_union.cpp -o ./_CFFI_test_verify_opaque_union.o
c++ -pthread -shared ./_CFFI_test_verify_opaque_union.o -o ./_CFFI_test_verify_opaque_union.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_struct.cpp -o ./_CFFI_test_verify_struct.o
c++ -pthread -shared ./_CFFI_test_verify_struct.o -o ./_CFFI_test_verify_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_exact_field_offset.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_exact_field_offset' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_exact_field_offset.cpp -o ./_CFFI_test_verify_exact_field_offset.o
c++ -pthread -shared ./_CFFI_test_verify_exact_field_offset.o -o ./_CFFI_test_verify_exact_field_offset.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_type_caching_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_type_caching_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_type_caching_1.cpp -o ./_CFFI_test_type_caching_1.o
c++ -pthread -shared ./_CFFI_test_type_caching_1.o -o ./_CFFI_test_type_caching_1.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_type_caching_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_type_caching_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_type_caching_2.cpp -o ./_CFFI_test_type_caching_2.o
c++ -pthread -shared ./_CFFI_test_type_caching_2.o -o ./_CFFI_test_type_caching_2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_enum.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_enum' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_enum.cpp -o ./_CFFI_test_verify_enum.o
c++ -pthread -shared ./_CFFI_test_verify_enum.o -o ./_CFFI_test_verify_enum.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_duplicate_enum.cpp
generating /tmp/ffi-32/_CFFI_test_dotdotdot_length_of_array_field.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_dotdotdot_length_of_array_field' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_dotdotdot_length_of_array_field.cpp -o ./_CFFI_test_dotdotdot_length_of_array_field.o
c++ -pthread -shared ./_CFFI_test_dotdotdot_length_of_array_field.o -o ./_CFFI_test_dotdotdot_length_of_array_field.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_dotdotdot_global_array.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_dotdotdot_global_array' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_dotdotdot_global_array.cpp -o ./_CFFI_test_dotdotdot_global_array.o
c++ -pthread -shared ./_CFFI_test_dotdotdot_global_array.o -o ./_CFFI_test_dotdotdot_global_array.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_misdeclared_field_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_misdeclared_field_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_misdeclared_field_1.cpp -o ./_CFFI_test_misdeclared_field_1.o
_CFFI_test_misdeclared_field_1.cpp: In function ‘void _cffi_checkfld_struct_foo_s(foo_s*)’:
_CFFI_test_misdeclared_field_1.cpp:591:20: error: cannot convert ‘int (*)[6]’ to ‘int (*)[5]’ in initialization
591 | { int(*tmp)[5] = &p->a; (void)tmp; }
| ^~~~~
| |
| int (*)[6]
generating /tmp/ffi-32/_CFFI_test_open_array_in_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_open_array_in_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_open_array_in_struct.cpp -o ./_CFFI_test_open_array_in_struct.o
c++ -pthread -shared ./_CFFI_test_open_array_in_struct.o -o ./_CFFI_test_open_array_in_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_math_sin_type.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_math_sin_type' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_math_sin_type.cpp -o ./_CFFI_test_math_sin_type.o
c++ -pthread -shared ./_CFFI_test_math_sin_type.o -o ./_CFFI_test_math_sin_type.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_anonymous_struct_with_typedef.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_anonymous_struct_with_typedef' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_anonymous_struct_with_typedef.cpp -o ./_CFFI_test_verify_anonymous_struct_with_typedef.o
c++ -pthread -shared ./_CFFI_test_verify_anonymous_struct_with_typedef.o -o ./_CFFI_test_verify_anonymous_struct_with_typedef.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_anonymous_struct_with_star_typedef.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_anonymous_struct_with_star_typedef' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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 ./_CFFI_test_verify_anonymous_struct_with_star_typedef.o -o ./_CFFI_test_verify_anonymous_struct_with_star_typedef.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_anonymous_enum_with_typedef1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_anonymous_enum_with_typedef1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_anonymous_enum_with_typedef1.cpp -o ./_CFFI_test_verify_anonymous_enum_with_typedef1.o
c++ -pthread -shared ./_CFFI_test_verify_anonymous_enum_with_typedef1.o -o ./_CFFI_test_verify_anonymous_enum_with_typedef1.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_verify_anonymous_enum_with_typedef2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_verify_anonymous_enum_with_typedef2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_verify_anonymous_enum_with_typedef2.cpp -o ./_CFFI_test_verify_anonymous_enum_with_typedef2.o
c++ -pthread -shared ./_CFFI_test_verify_anonymous_enum_with_typedef2.o -o ./_CFFI_test_verify_anonymous_enum_with_typedef2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unique_types_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unique_types_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unique_types_1.cpp -o ./_CFFI_test_unique_types_1.o
c++ -pthread -shared ./_CFFI_test_unique_types_1.o -o ./_CFFI_test_unique_types_1.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unique_types_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unique_types_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unique_types_2.cpp -o ./_CFFI_test_unique_types_2.o
c++ -pthread -shared ./_CFFI_test_unique_types_2.o -o ./_CFFI_test_unique_types_2.pypy-73.so
generating /tmp/ffi-32/test_module_name_in_package/mymod.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'test_module_name_in_package.mymod' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c test_module_name_in_package/mymod.c -o ./test_module_name_in_package/mymod.o
cc -pthread -shared ./test_module_name_in_package/mymod.o -o ./test_module_name_in_package/mymod.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_bad_size_of_global_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_bad_size_of_global_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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: In function ‘short int* _cffi_var_glob()’:
_CFFI_test_bad_size_of_global_1.cpp:585:10: error: cannot convert ‘long int*’ to ‘short int*’ in return
585 | return &(glob);
| ^~~~~~~
| |
| long int*
generating /tmp/ffi-32/_CFFI_test_bad_size_of_global_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_bad_size_of_global_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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: In function ‘int (* _cffi_var_glob())[10]’:
_CFFI_test_bad_size_of_global_2.cpp:587:10: error: cannot convert ‘int (*)[9]’ to ‘int (*)[10]’ in return
587 | return &(glob);
| ^~~~~~~
| |
| int (*)[9]
generating /tmp/ffi-32/_CFFI_test_unspecified_size_of_global_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unspecified_size_of_global_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unspecified_size_of_global_1.cpp -o ./_CFFI_test_unspecified_size_of_global_1.o
c++ -pthread -shared ./_CFFI_test_unspecified_size_of_global_1.o -o ./_CFFI_test_unspecified_size_of_global_1.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unspecified_size_of_global_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unspecified_size_of_global_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unspecified_size_of_global_2.cpp -o ./_CFFI_test_unspecified_size_of_global_2.o
c++ -pthread -shared ./_CFFI_test_unspecified_size_of_global_2.o -o ./_CFFI_test_unspecified_size_of_global_2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unspecified_size_of_global_3.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unspecified_size_of_global_3' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unspecified_size_of_global_3.cpp -o ./_CFFI_test_unspecified_size_of_global_3.o
c++ -pthread -shared ./_CFFI_test_unspecified_size_of_global_3.o -o ./_CFFI_test_unspecified_size_of_global_3.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unspecified_size_of_global_4.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unspecified_size_of_global_4' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unspecified_size_of_global_4.cpp -o ./_CFFI_test_unspecified_size_of_global_4.o
c++ -pthread -shared ./_CFFI_test_unspecified_size_of_global_4.o -o ./_CFFI_test_unspecified_size_of_global_4.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_1_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_1_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_1_parent.cpp -o ./_CFFI_test_include_1_parent.o
c++ -pthread -shared ./_CFFI_test_include_1_parent.o -o ./_CFFI_test_include_1_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_1.cpp -o ./_CFFI_test_include_1.o
c++ -pthread -shared ./_CFFI_test_include_1.o -o ./_CFFI_test_include_1.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_1b_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_1b_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_1b_parent.cpp -o ./_CFFI_test_include_1b_parent.o
c++ -pthread -shared ./_CFFI_test_include_1b_parent.o -o ./_CFFI_test_include_1b_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_1b.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_1b' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_1b.cpp -o ./_CFFI_test_include_1b.o
c++ -pthread -shared ./_CFFI_test_include_1b.o -o ./_CFFI_test_include_1b.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_2_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_2_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_2_parent.cpp -o ./_CFFI_test_include_2_parent.o
c++ -pthread -shared ./_CFFI_test_include_2_parent.o -o ./_CFFI_test_include_2_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_2.cpp -o ./_CFFI_test_include_2.o
c++ -pthread -shared ./_CFFI_test_include_2.o -o ./_CFFI_test_include_2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_3_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_3_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_3_parent.cpp -o ./_CFFI_test_include_3_parent.o
c++ -pthread -shared ./_CFFI_test_include_3_parent.o -o ./_CFFI_test_include_3_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_3.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_3' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_3.cpp -o ./_CFFI_test_include_3.o
c++ -pthread -shared ./_CFFI_test_include_3.o -o ./_CFFI_test_include_3.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_4_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_4_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_4_parent.cpp -o ./_CFFI_test_include_4_parent.o
c++ -pthread -shared ./_CFFI_test_include_4_parent.o -o ./_CFFI_test_include_4_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_4.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_4' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_4.cpp -o ./_CFFI_test_include_4.o
c++ -pthread -shared ./_CFFI_test_include_4.o -o ./_CFFI_test_include_4.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_5_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_5_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_5_parent.cpp -o ./_CFFI_test_include_5_parent.o
c++ -pthread -shared ./_CFFI_test_include_5_parent.o -o ./_CFFI_test_include_5_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_5.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_5' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_5.cpp -o ./_CFFI_test_include_5.o
c++ -pthread -shared ./_CFFI_test_include_5.o -o ./_CFFI_test_include_5.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_6_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_6_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_6_parent.cpp -o ./_CFFI_test_include_6_parent.o
c++ -pthread -shared ./_CFFI_test_include_6_parent.o -o ./_CFFI_test_include_6_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_6.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_6' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_6.cpp -o ./_CFFI_test_include_6.o
c++ -pthread -shared ./_CFFI_test_include_6.o -o ./_CFFI_test_include_6.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_7_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_7_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_7_parent.cpp -o ./_CFFI_test_include_7_parent.o
c++ -pthread -shared ./_CFFI_test_include_7_parent.o -o ./_CFFI_test_include_7_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_7.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_7' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_7.cpp -o ./_CFFI_test_include_7.o
c++ -pthread -shared ./_CFFI_test_include_7.o -o ./_CFFI_test_include_7.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_8_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_8_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_8_parent.cpp -o ./_CFFI_test_include_8_parent.o
c++ -pthread -shared ./_CFFI_test_include_8_parent.o -o ./_CFFI_test_include_8_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_include_8.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_include_8' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_include_8.cpp -o ./_CFFI_test_include_8.o
c++ -pthread -shared ./_CFFI_test_include_8.o -o ./_CFFI_test_include_8.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_math_sin_unicode.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_math_sin_unicode' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_math_sin_unicode.cpp -o ./_CFFI_test_math_sin_unicode.o
c++ -pthread -shared ./_CFFI_test_math_sin_unicode.o -lm -o ./_CFFI_test_math_sin_unicode.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_incomplete_struct_as_arg.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_incomplete_struct_as_arg' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_incomplete_struct_as_arg.cpp -o ./_CFFI_test_incomplete_struct_as_arg.o
c++ -pthread -shared ./_CFFI_test_incomplete_struct_as_arg.o -o ./_CFFI_test_incomplete_struct_as_arg.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_incomplete_struct_as_result.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_incomplete_struct_as_result' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_incomplete_struct_as_result.cpp -o ./_CFFI_test_incomplete_struct_as_result.o
c++ -pthread -shared ./_CFFI_test_incomplete_struct_as_result.o -o ./_CFFI_test_incomplete_struct_as_result.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_incomplete_struct_as_both.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_incomplete_struct_as_both' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_incomplete_struct_as_both.cpp -o ./_CFFI_test_incomplete_struct_as_both.o
c++ -pthread -shared ./_CFFI_test_incomplete_struct_as_both.o -o ./_CFFI_test_incomplete_struct_as_both.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_name_of_unnamed_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_name_of_unnamed_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_name_of_unnamed_struct.cpp -o ./_CFFI_test_name_of_unnamed_struct.o
c++ -pthread -shared ./_CFFI_test_name_of_unnamed_struct.o -o ./_CFFI_test_name_of_unnamed_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_address_of_global_var.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_address_of_global_var' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_address_of_global_var.cpp -o ./_CFFI_test_address_of_global_var.o
c++ -pthread -shared ./_CFFI_test_address_of_global_var.o -o ./_CFFI_test_address_of_global_var.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_defines__CFFI_.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_defines__CFFI_' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_defines__CFFI_.cpp -o ./_CFFI_test_defines__CFFI_.o
c++ -pthread -shared ./_CFFI_test_defines__CFFI_.o -o ./_CFFI_test_defines__CFFI_.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unpack_args.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unpack_args' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unpack_args.cpp -o ./_CFFI_test_unpack_args.o
c++ -pthread -shared ./_CFFI_test_unpack_args.o -o ./_CFFI_test_unpack_args.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_addressof_function.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_addressof_function' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_addressof_function.cpp -o ./_CFFI_test_addressof_function.o
c++ -pthread -shared ./_CFFI_test_addressof_function.o -o ./_CFFI_test_addressof_function.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_addressof_function_with_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_addressof_function_with_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_addressof_function_with_struct.cpp -o ./_CFFI_test_addressof_function_with_struct.o
c++ -pthread -shared ./_CFFI_test_addressof_function_with_struct.o -o ./_CFFI_test_addressof_function_with_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_issue198.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_issue198' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_issue198.cpp -o ./_CFFI_test_issue198.o
c++ -pthread -shared ./_CFFI_test_issue198.o -o ./_CFFI_test_issue198.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_constant_is_not_a_compiler_constant.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_constant_is_not_a_compiler_constant' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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 ./_CFFI_test_constant_is_not_a_compiler_constant.o -o ./_CFFI_test_constant_is_not_a_compiler_constant.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_constant_of_unknown_size.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_constant_of_unknown_size' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_constant_of_unknown_size.cpp -o ./_CFFI_test_constant_of_unknown_size.o
c++ -pthread -shared ./_CFFI_test_constant_of_unknown_size.o -o ./_CFFI_test_constant_of_unknown_size.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_variable_of_unknown_size.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_variable_of_unknown_size' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_variable_of_unknown_size.cpp -o ./_CFFI_test_variable_of_unknown_size.o
c++ -pthread -shared ./_CFFI_test_variable_of_unknown_size.o -o ./_CFFI_test_variable_of_unknown_size.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_constant_of_value_unknown_to_the_compiler.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_constant_of_value_unknown_to_the_compiler' extension
creating tmp
creating tmp/ffi-32
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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 -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c /tmp/ffi-32/extra_test_constant_of_value_unknown_to_the_compiler.c -o ./tmp/ffi-32/extra_test_constant_of_value_unknown_to_the_compiler.o
c++ -pthread -shared ./_CFFI_test_constant_of_value_unknown_to_the_compiler.o ./tmp/ffi-32/extra_test_constant_of_value_unknown_to_the_compiler.o -o ./_CFFI_test_constant_of_value_unknown_to_the_compiler.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_dotdot_in_source_file_names.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_dotdot_in_source_file_names' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_dotdot_in_source_file_names.cpp -o ./_CFFI_test_dotdot_in_source_file_names.o
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c /tmp/ffi-32/extra_test_dotdot_in_source_file_names.c -o ./tmp/ffi-32/extra_test_dotdot_in_source_file_names.o
c++ -pthread -shared ./_CFFI_test_dotdot_in_source_file_names.o ./tmp/ffi-32/extra_test_dotdot_in_source_file_names.o -o ./_CFFI_test_dotdot_in_source_file_names.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_call_with_incomplete_structs.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_call_with_incomplete_structs' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_call_with_incomplete_structs.cpp -o ./_CFFI_test_call_with_incomplete_structs.o
c++ -pthread -shared ./_CFFI_test_call_with_incomplete_structs.o -o ./_CFFI_test_call_with_incomplete_structs.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_struct_array_guess_length_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_struct_array_guess_length_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_struct_array_guess_length_2.cpp -o ./_CFFI_test_struct_array_guess_length_2.o
c++ -pthread -shared ./_CFFI_test_struct_array_guess_length_2.o -o ./_CFFI_test_struct_array_guess_length_2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_struct_array_guess_length_3.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_struct_array_guess_length_3' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_struct_array_guess_length_3.cpp -o ./_CFFI_test_struct_array_guess_length_3.o
c++ -pthread -shared ./_CFFI_test_struct_array_guess_length_3.o -o ./_CFFI_test_struct_array_guess_length_3.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_global_var_array_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_global_var_array_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_global_var_array_2.cpp -o ./_CFFI_test_global_var_array_2.o
c++ -pthread -shared ./_CFFI_test_global_var_array_2.o -o ./_CFFI_test_global_var_array_2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_global_var_array_3.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_global_var_array_3' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_global_var_array_3.cpp -o ./_CFFI_test_global_var_array_3.o
c++ -pthread -shared ./_CFFI_test_global_var_array_3.o -o ./_CFFI_test_global_var_array_3.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_global_var_array_4.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_global_var_array_4' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_global_var_array_4.cpp -o ./_CFFI_test_global_var_array_4.o
c++ -pthread -shared ./_CFFI_test_global_var_array_4.o -o ./_CFFI_test_global_var_array_4.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_some_integer_type.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_some_integer_type' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_some_integer_type.cpp -o ./_CFFI_test_some_integer_type.o
c++ -pthread -shared ./_CFFI_test_some_integer_type.o -o ./_CFFI_test_some_integer_type.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_some_float_type.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_some_float_type' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_some_float_type.cpp -o ./_CFFI_test_some_float_type.o
c++ -pthread -shared ./_CFFI_test_some_float_type.o -o ./_CFFI_test_some_float_type.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_some_float_invalid_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_some_float_invalid_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_some_float_invalid_2.cpp -o ./_CFFI_test_some_float_invalid_2.o
c++ -pthread -shared ./_CFFI_test_some_float_invalid_2.o -o ./_CFFI_test_some_float_invalid_2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_some_float_invalid_3.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_some_float_invalid_3' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_some_float_invalid_3.cpp -o ./_CFFI_test_some_float_invalid_3.o
c++ -pthread -shared ./_CFFI_test_some_float_invalid_3.o -o ./_CFFI_test_some_float_invalid_3.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_issue200.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_issue200' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_issue200.cpp -o ./_CFFI_test_issue200.o
c++ -pthread -shared ./_CFFI_test_issue200.o -o ./_CFFI_test_issue200.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_alignment_of_longlong.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_alignment_of_longlong' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_alignment_of_longlong.cpp -o ./_CFFI_test_alignment_of_longlong.o
c++ -pthread -shared ./_CFFI_test_alignment_of_longlong.o -o ./_CFFI_test_alignment_of_longlong.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_import_from_lib.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_import_from_lib' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_import_from_lib.cpp -o ./_CFFI_test_import_from_lib.o
c++ -pthread -shared ./_CFFI_test_import_from_lib.o -o ./_CFFI_test_import_from_lib.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_macro_var_callback.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_macro_var_callback' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_macro_var_callback.cpp -o ./_CFFI_test_macro_var_callback.o
c++ -pthread -shared ./_CFFI_test_macro_var_callback.o -o ./_CFFI_test_macro_var_callback.pypy-73.so
From cffi callback <function get_my_value at 0x000000004f5c2a70>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/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 0x000000004f5c2a70>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/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 0x000000004f5c2a70>:
Traceback (most recent call last):
File "/build_dir/pypy-c-jit-linux-aarch64/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 0x000000004f5c2ae8>:
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 0x000000004f5c2ae8>:
Trying to convert the result back to C:
TypeError: initializer for ctype 'int *' must be a cdata pointer, not str
generating /tmp/ffi-32/_CFFI_test_const_fields.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_const_fields' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_const_fields.cpp -o ./_CFFI_test_const_fields.o
c++ -pthread -shared ./_CFFI_test_const_fields.o -o ./_CFFI_test_const_fields.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_restrict_fields.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_restrict_fields' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_restrict_fields.cpp -o ./_CFFI_test_restrict_fields.o
c++ -pthread -shared ./_CFFI_test_restrict_fields.o -o ./_CFFI_test_restrict_fields.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_volatile_fields.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_volatile_fields' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_volatile_fields.cpp -o ./_CFFI_test_volatile_fields.o
c++ -pthread -shared ./_CFFI_test_volatile_fields.o -o ./_CFFI_test_volatile_fields.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_const_array_fields.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_const_array_fields' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_const_array_fields.cpp -o ./_CFFI_test_const_array_fields.o
c++ -pthread -shared ./_CFFI_test_const_array_fields.o -o ./_CFFI_test_const_array_fields.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_const_array_fields_varlength.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_const_array_fields_varlength' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_const_array_fields_varlength.cpp -o ./_CFFI_test_const_array_fields_varlength.o
c++ -pthread -shared ./_CFFI_test_const_array_fields_varlength.o -o ./_CFFI_test_const_array_fields_varlength.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_const_array_fields_unknownlength.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_const_array_fields_unknownlength' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_const_array_fields_unknownlength.cpp -o ./_CFFI_test_const_array_fields_unknownlength.o
c++ -pthread -shared ./_CFFI_test_const_array_fields_unknownlength.o -o ./_CFFI_test_const_array_fields_unknownlength.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_const_function_args.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_const_function_args' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_const_function_args.cpp -o ./_CFFI_test_const_function_args.o
c++ -pthread -shared ./_CFFI_test_const_function_args.o -o ./_CFFI_test_const_function_args.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_const_function_type_args.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_const_function_type_args' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_const_function_type_args.cpp -o ./_CFFI_test_const_function_type_args.o
c++ -pthread -shared ./_CFFI_test_const_function_type_args.o -o ./_CFFI_test_const_function_type_args.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_const_constant.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_const_constant' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_const_constant.cpp -o ./_CFFI_test_const_constant.o
c++ -pthread -shared ./_CFFI_test_const_constant.o -o ./_CFFI_test_const_constant.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_const_via_typedef.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_const_via_typedef' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_const_via_typedef.cpp -o ./_CFFI_test_const_via_typedef.o
c++ -pthread -shared ./_CFFI_test_const_via_typedef.o -o ./_CFFI_test_const_via_typedef.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_win32_calling_convention_0.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_win32_calling_convention_0' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_win32_calling_convention_0.cpp -o ./_CFFI_test_win32_calling_convention_0.o
c++ -pthread -shared ./_CFFI_test_win32_calling_convention_0.o -o ./_CFFI_test_win32_calling_convention_0.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_win32_calling_convention_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_win32_calling_convention_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_win32_calling_convention_1.cpp -o ./_CFFI_test_win32_calling_convention_1.o
c++ -pthread -shared ./_CFFI_test_win32_calling_convention_1.o -o ./_CFFI_test_win32_calling_convention_1.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_win32_calling_convention_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_win32_calling_convention_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_win32_calling_convention_2.cpp -o ./_CFFI_test_win32_calling_convention_2.o
c++ -pthread -shared ./_CFFI_test_win32_calling_convention_2.o -o ./_CFFI_test_win32_calling_convention_2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_win32_calling_convention_3.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_win32_calling_convention_3' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_win32_calling_convention_3.cpp -o ./_CFFI_test_win32_calling_convention_3.o
c++ -pthread -shared ./_CFFI_test_win32_calling_convention_3.o -o ./_CFFI_test_win32_calling_convention_3.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_1.cpp -o ./_CFFI_test_extern_python_1.o
c++ -pthread -shared ./_CFFI_test_extern_python_1.o -o ./_CFFI_test_extern_python_1.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_bogus_name.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_bogus_name' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_bogus_name.cpp -o ./_CFFI_test_extern_python_bogus_name.o
c++ -pthread -shared ./_CFFI_test_extern_python_bogus_name.o -o ./_CFFI_test_extern_python_bogus_name.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_bogus_result_type.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_bogus_result_type' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_bogus_result_type.cpp -o ./_CFFI_test_extern_python_bogus_result_type.o
c++ -pthread -shared ./_CFFI_test_extern_python_bogus_result_type.o -o ./_CFFI_test_extern_python_bogus_result_type.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_redefine.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_redefine' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_redefine.cpp -o ./_CFFI_test_extern_python_redefine.o
c++ -pthread -shared ./_CFFI_test_extern_python_redefine.o -o ./_CFFI_test_extern_python_redefine.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_struct.cpp -o ./_CFFI_test_extern_python_struct.o
c++ -pthread -shared ./_CFFI_test_extern_python_struct.o -o ./_CFFI_test_extern_python_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_long_double.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_long_double' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_long_double.cpp -o ./_CFFI_test_extern_python_long_double.o
c++ -pthread -shared ./_CFFI_test_extern_python_long_double.o -o ./_CFFI_test_extern_python_long_double.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_signature.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_signature' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_signature.cpp -o ./_CFFI_test_extern_python_signature.o
c++ -pthread -shared ./_CFFI_test_extern_python_signature.o -o ./_CFFI_test_extern_python_signature.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_errors.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_errors' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_errors.cpp -o ./_CFFI_test_extern_python_errors.o
c++ -pthread -shared ./_CFFI_test_extern_python_errors.o -o ./_CFFI_test_extern_python_errors.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_stdcall.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_stdcall' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_stdcall.cpp -o ./_CFFI_test_extern_python_stdcall.o
c++ -pthread -shared ./_CFFI_test_extern_python_stdcall.o -o ./_CFFI_test_extern_python_stdcall.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_extern_python_plus_c.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_extern_python_plus_c' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_extern_python_plus_c.cpp -o ./_CFFI_test_extern_python_plus_c.o
c++ -pthread -shared ./_CFFI_test_extern_python_plus_c.o -o ./_CFFI_test_extern_python_plus_c.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_function.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_function' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_function.cpp -o ./_CFFI_test_introspect_function.o
c++ -pthread -shared ./_CFFI_test_introspect_function.o -o ./_CFFI_test_introspect_function.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_global_var.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_global_var' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_global_var.cpp -o ./_CFFI_test_introspect_global_var.o
c++ -pthread -shared ./_CFFI_test_introspect_global_var.o -o ./_CFFI_test_introspect_global_var.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_global_var_array.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_global_var_array' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_global_var_array.cpp -o ./_CFFI_test_introspect_global_var_array.o
c++ -pthread -shared ./_CFFI_test_introspect_global_var_array.o -o ./_CFFI_test_introspect_global_var_array.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_integer_const.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_integer_const' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_integer_const.cpp -o ./_CFFI_test_introspect_integer_const.o
c++ -pthread -shared ./_CFFI_test_introspect_integer_const.o -o ./_CFFI_test_introspect_integer_const.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_typedef.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_typedef' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_typedef.cpp -o ./_CFFI_test_introspect_typedef.o
c++ -pthread -shared ./_CFFI_test_introspect_typedef.o -o ./_CFFI_test_introspect_typedef.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_typedef_multiple.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_typedef_multiple' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_typedef_multiple.cpp -o ./_CFFI_test_introspect_typedef_multiple.o
c++ -pthread -shared ./_CFFI_test_introspect_typedef_multiple.o -o ./_CFFI_test_introspect_typedef_multiple.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_struct.cpp -o ./_CFFI_test_introspect_struct.o
c++ -pthread -shared ./_CFFI_test_introspect_struct.o -o ./_CFFI_test_introspect_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_union.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_union' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_union.cpp -o ./_CFFI_test_introspect_union.o
c++ -pthread -shared ./_CFFI_test_introspect_union.o -o ./_CFFI_test_introspect_union.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_struct_and_typedef.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_struct_and_typedef' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_struct_and_typedef.cpp -o ./_CFFI_test_introspect_struct_and_typedef.o
c++ -pthread -shared ./_CFFI_test_introspect_struct_and_typedef.o -o ./_CFFI_test_introspect_struct_and_typedef.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_included_type_parent.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_included_type_parent' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_included_type_parent.cpp -o ./_CFFI_test_introspect_included_type_parent.o
c++ -pthread -shared ./_CFFI_test_introspect_included_type_parent.o -o ./_CFFI_test_introspect_included_type_parent.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_included_type.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_included_type' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_included_type.cpp -o ./_CFFI_test_introspect_included_type.o
c++ -pthread -shared ./_CFFI_test_introspect_included_type.o -o ./_CFFI_test_introspect_included_type.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_introspect_order.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_introspect_order' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_introspect_order.cpp -o ./_CFFI_test_introspect_order.o
c++ -pthread -shared ./_CFFI_test_introspect_order.o -o ./_CFFI_test_introspect_order.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_bool_in_cpp.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_bool_in_cpp' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_bool_in_cpp.cpp -o ./_CFFI_test_bool_in_cpp.o
c++ -pthread -shared ./_CFFI_test_bool_in_cpp.o -o ./_CFFI_test_bool_in_cpp.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_bool_bug_cpp.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_bool_bug_cpp' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_bool_bug_cpp.cpp -o ./_CFFI_test_bool_bug_cpp.o
c++ -pthread -shared ./_CFFI_test_bool_bug_cpp.o -o ./_CFFI_test_bool_bug_cpp.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_struct_field_opaque.cpp
generating /tmp/ffi-32/_CFFI_test_struct_field_opaque.cpp
generating /tmp/ffi-32/_CFFI_test_struct_field_opaque.cpp
/build_dir/pypy-c-jit-linux-aarch64/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/ffi-32/_CFFI_test_function_returns_opaque.cpp
generating /tmp/ffi-32/_CFFI_test_function_returns_union.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_function_returns_union' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_function_returns_union.cpp -o ./_CFFI_test_function_returns_union.o
c++ -pthread -shared ./_CFFI_test_function_returns_union.o -o ./_CFFI_test_function_returns_union.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_function_returns_partial_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_function_returns_partial_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_function_returns_partial_struct.cpp -o ./_CFFI_test_function_returns_partial_struct.o
c++ -pthread -shared ./_CFFI_test_function_returns_partial_struct.o -o ./_CFFI_test_function_returns_partial_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_function_returns_float_complex.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_function_returns_float_complex' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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
cc -pthread -shared ./_CFFI_test_function_returns_float_complex.o -o ./_CFFI_test_function_returns_float_complex.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_function_returns_double_complex.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_function_returns_double_complex' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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
cc -pthread -shared ./_CFFI_test_function_returns_double_complex.o -o ./_CFFI_test_function_returns_double_complex.pypy-73.so
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_recompiler.py:2085: only for MSVCgenerating /tmp/ffi-32/_CFFI_test_function_argument_float_complex.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_function_argument_float_complex' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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
cc -pthread -shared ./_CFFI_test_function_argument_float_complex.o -o ./_CFFI_test_function_argument_float_complex.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_function_argument_double_complex.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_function_argument_double_complex' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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
cc -pthread -shared ./_CFFI_test_function_argument_double_complex.o -o ./_CFFI_test_function_argument_double_complex.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_typedef_array_dotdotdot.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_typedef_array_dotdotdot' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_typedef_array_dotdotdot.cpp -o ./_CFFI_test_typedef_array_dotdotdot.o
c++ -pthread -shared ./_CFFI_test_typedef_array_dotdotdot.o -o ./_CFFI_test_typedef_array_dotdotdot.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_typedef_array_dotdotdot_usage.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_typedef_array_dotdotdot_usage' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_typedef_array_dotdotdot_usage.cpp -o ./_CFFI_test_typedef_array_dotdotdot_usage.o
c++ -pthread -shared ./_CFFI_test_typedef_array_dotdotdot_usage.o -o ./_CFFI_test_typedef_array_dotdotdot_usage.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_call_with_custom_field_pos.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_call_with_custom_field_pos' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_call_with_custom_field_pos.cpp -o ./_CFFI_test_call_with_custom_field_pos.o
c++ -pthread -shared ./_CFFI_test_call_with_custom_field_pos.o -o ./_CFFI_test_call_with_custom_field_pos.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_call_with_nested_anonymous_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_call_with_nested_anonymous_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_call_with_nested_anonymous_struct.cpp -o ./_CFFI_test_call_with_nested_anonymous_struct.o
c++ -pthread -shared ./_CFFI_test_call_with_nested_anonymous_struct.o -o ./_CFFI_test_call_with_nested_anonymous_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_call_with_bitfield.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_call_with_bitfield' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_call_with_bitfield.cpp -o ./_CFFI_test_call_with_bitfield.o
c++ -pthread -shared ./_CFFI_test_call_with_bitfield.o -o ./_CFFI_test_call_with_bitfield.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_call_with_zero_length_field.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_call_with_zero_length_field' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_call_with_zero_length_field.cpp -o ./_CFFI_test_call_with_zero_length_field.o
c++ -pthread -shared ./_CFFI_test_call_with_zero_length_field.o -o ./_CFFI_test_call_with_zero_length_field.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_call_with_union.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_call_with_union' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_call_with_union.cpp -o ./_CFFI_test_call_with_union.o
c++ -pthread -shared ./_CFFI_test_call_with_union.o -o ./_CFFI_test_call_with_union.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_call_with_packed_struct.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_call_with_packed_struct' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_call_with_packed_struct.cpp -o ./_CFFI_test_call_with_packed_struct.o
c++ -pthread -shared ./_CFFI_test_call_with_packed_struct.o -o ./_CFFI_test_call_with_packed_struct.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_pack_not_supported.cpp
generating /tmp/ffi-32/_CFFI_test_gcc_visibility_hidden.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_gcc_visibility_hidden' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_gcc_visibility_hidden.cpp -o ./_CFFI_test_gcc_visibility_hidden.o -fvisibility=hidden
c++ -pthread -shared ./_CFFI_test_gcc_visibility_hidden.o -o ./_CFFI_test_gcc_visibility_hidden.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_override_default_definition.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_override_default_definition' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_override_default_definition.cpp -o ./_CFFI_test_override_default_definition.o
c++ -pthread -shared ./_CFFI_test_override_default_definition.o -o ./_CFFI_test_override_default_definition.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_char16_char32_type.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_char16_char32_type' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_char16_char32_type.cpp -o ./_CFFI_test_char16_char32_type.o
c++ -pthread -shared ./_CFFI_test_char16_char32_type.o -o ./_CFFI_test_char16_char32_type.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_char16_char32_type_nocpp.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_char16_char32_type_nocpp' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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
cc -pthread -shared ./_CFFI_test_char16_char32_type_nocpp.o -o ./_CFFI_test_char16_char32_type_nocpp.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_loader_spec.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_loader_spec' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_loader_spec.cpp -o ./_CFFI_test_loader_spec.o
c++ -pthread -shared ./_CFFI_test_loader_spec.o -o ./_CFFI_test_loader_spec.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_realize_struct_error.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_realize_struct_error' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_realize_struct_error.cpp -o ./_CFFI_test_realize_struct_error.o
c++ -pthread -shared ./_CFFI_test_realize_struct_error.o -o ./_CFFI_test_realize_struct_error.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_from_buffer_struct_p.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_from_buffer_struct_p' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_from_buffer_struct_p.cpp -o ./_CFFI_test_from_buffer_struct_p.o
c++ -pthread -shared ./_CFFI_test_from_buffer_struct_p.o -o ./_CFFI_test_from_buffer_struct_p.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unnamed_bitfield_1.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unnamed_bitfield_1' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unnamed_bitfield_1.cpp -o ./_CFFI_test_unnamed_bitfield_1.o
c++ -pthread -shared ./_CFFI_test_unnamed_bitfield_1.o -o ./_CFFI_test_unnamed_bitfield_1.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unnamed_bitfield_2.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unnamed_bitfield_2' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unnamed_bitfield_2.cpp -o ./_CFFI_test_unnamed_bitfield_2.o
c++ -pthread -shared ./_CFFI_test_unnamed_bitfield_2.o -o ./_CFFI_test_unnamed_bitfield_2.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unnamed_bitfield_3.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unnamed_bitfield_3' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unnamed_bitfield_3.cpp -o ./_CFFI_test_unnamed_bitfield_3.o
c++ -pthread -shared ./_CFFI_test_unnamed_bitfield_3.o -o ./_CFFI_test_unnamed_bitfield_3.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_unnamed_bitfield_4.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_unnamed_bitfield_4' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_unnamed_bitfield_4.cpp -o ./_CFFI_test_unnamed_bitfield_4.o
c++ -pthread -shared ./_CFFI_test_unnamed_bitfield_4.o -o ./_CFFI_test_unnamed_bitfield_4.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_struct_with_func_with_struct_pointer_arg.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_struct_with_func_with_struct_pointer_arg' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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 ./_CFFI_test_struct_with_func_with_struct_pointer_arg.o -o ./_CFFI_test_struct_with_func_with_struct_pointer_arg.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_struct_with_func_with_struct_arg.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_struct_with_func_with_struct_arg' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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 ./_CFFI_test_struct_with_func_with_struct_arg.o -o ./_CFFI_test_struct_with_func_with_struct_arg.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_passing_large_list.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_passing_large_list' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _CFFI_test_passing_large_list.cpp -o ./_CFFI_test_passing_large_list.o
c++ -pthread -shared ./_CFFI_test_passing_large_list.o -o ./_CFFI_test_passing_large_list.pypy-73.so
generating /tmp/ffi-32/_CFFI_test_convert_api_mode_builtin_function_to_cdata.cpp
setting the current directory to '/tmp/ffi-32'
running build_ext
building '_CFFI_test_convert_api_mode_builtin_function_to_cdata' extension
cc -pthread -DNDEBUG -O2 -fPIC -UNDEBUG -I/build_dir/pypy-c-jit-linux-aarch64/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 ./_CFFI_test_convert_api_mode_builtin_function_to_cdata.o -o ./_CFFI_test_convert_api_mode_builtin_function_to_cdata.pypy-73.so
generating /tmp/ffi-32/verify1.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify1' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify1.c -o ./verify1.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
verify1.c: In function ‘_cffi_d_some_completely_unknown_function’:
verify1.c:585:3: error: implicit declaration of function ‘some_completely_unknown_function’; did you mean ‘_cffi_d_some_completely_unknown_function’? [-Werror=implicit-function-declaration]
585 | some_completely_unknown_function();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_d_some_completely_unknown_function
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify2.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify2' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify2.c -o ./verify2.o
cc -pthread -shared ./verify2.o -o ./verify2.pypy-73.so
verify2.c: In function ‘_cffi_d_some_completely_unknown_function’:
verify2.c:585:3: warning: implicit declaration of function ‘some_completely_unknown_function’; did you mean ‘_cffi_d_some_completely_unknown_function’? [-Wimplicit-function-declaration]
585 | some_completely_unknown_function();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _cffi_d_some_completely_unknown_function
generating /tmp/ffi-32/verify3.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify3' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify3.c -o ./verify3.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify3.o -lm -o ./verify3.pypy-73.so
generating /tmp/ffi-32/verify4.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify4' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify4.c -o ./verify4.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify5.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify5' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify5.c -o ./verify5.o -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify5.o -o ./verify5.pypy-73.so
verify4.c: In function ‘_cffi_d_foo’:
verify4.c:585:10: error: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
585 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify6.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify6' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify6.c -o ./verify6.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify7.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify7' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify7.c -o ./verify7.o -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify7.o -o ./verify7.pypy-73.so
verify6.c: In function ‘_cffi_d_foo’:
verify6.c:585:10: error: conversion from ‘long long int’ to ‘short int’ may change value [-Werror=conversion]
585 | return foo();
| ^~~~~
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify8.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify8' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify8.c -o ./verify8.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify9.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify9' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify9.c -o ./verify9.o -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify9.o -lm -o ./verify9.pypy-73.so
verify8.c: In function ‘_cffi_d_sin’:
verify8.c:586:10: error: conversion from ‘double’ to ‘float’ may change value [-Werror=float-conversion]
586 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify10.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify10' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify10.c -o ./verify10.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify11.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify11' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify11.c -o ./verify11.o -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify11.o -lm -o ./verify11.pypy-73.so
verify10.c: In function ‘_cffi_d_sinf’:
verify10.c:586:10: error: conversion from ‘float’ to ‘int’ may change value [-Werror=float-conversion]
586 | return sinf(x0);
| ^~~~~~~~
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify12.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify12' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify12.c -o ./verify12.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify13.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify13' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify13.c -o ./verify13.o -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify13.o -lm -o ./verify13.pypy-73.so
verify12.c: In function ‘_cffi_d_sin’:
verify12.c:586:10: error: conversion from ‘double’ to ‘int’ may change value [-Werror=float-conversion]
586 | return sin(x0);
| ^~~~~~~
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify14.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify14' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify14.c -o ./verify14.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify14.o -lm -o ./verify14.pypy-73.so
generating /tmp/ffi-32/verify15.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify15' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify15.c -o ./verify15.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify15.o -lm -o ./verify15.pypy-73.so
generating /tmp/ffi-32/verify16.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify16' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify16.c -o ./verify16.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify16.o -o ./verify16.pypy-73.so
generating /tmp/ffi-32/verify17.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify17' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify17.c -o ./verify17.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify18.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify18' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify18.c -o ./verify18.o -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify18.o -o ./verify18.pypy-73.so
verify17.c: In function ‘_cffi_d_strlen’:
verify17.c:587:10: error: conversion from ‘size_t’ {aka ‘long unsigned int’} to ‘int’ may change value [-Werror=conversion]
587 | return strlen(x0);
| ^~~~~~~~~~
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify19.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify19' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify19.c -o ./verify19.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify19.o -o ./verify19.pypy-73.so
generating /tmp/ffi-32/verify20.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify20' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify20.c -o ./verify20.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify20.o -o ./verify20.pypy-73.so
generating /tmp/ffi-32/verify21.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify21' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify21.c -o ./verify21.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify21.o -o ./verify21.pypy-73.so
generating /tmp/ffi-32/verify22.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify22' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify22.c -o ./verify22.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify22.o -o ./verify22.pypy-73.so
generating /tmp/ffi-32/verify23.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify23' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify23.c -o ./verify23.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify23.o -o ./verify23.pypy-73.so
generating /tmp/ffi-32/verify24.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify24' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify24.c -o ./verify24.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify24.o -lm -o ./verify24.pypy-73.so
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:192: don't know the very exact precision of 'long double'generating /tmp/ffi-32/verify25.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify25' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify25.c -o ./verify25.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify25.o -o ./verify25.pypy-73.so
generating /tmp/ffi-32/verify25.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify25' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify25.c -o ./verify25.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify25.o -o ./verify25.pypy-73.so
generating /tmp/ffi-32/verify26.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify26' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify26.c -o ./verify26.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify26.o -o ./verify26.pypy-73.so
generating /tmp/ffi-32/verify27.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify27' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify27.c -o ./verify27.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify27.o -o ./verify27.pypy-73.so
generating /tmp/ffi-32/verify28.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify28' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify28.c -o ./verify28.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify28.o -o ./verify28.pypy-73.so
generating /tmp/ffi-32/verify29.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify29' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify29.c -o ./verify29.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify29.o -o ./verify29.pypy-73.so
generating /tmp/ffi-32/verify30.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify30' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify30.c -o ./verify30.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify30.o -o ./verify30.pypy-73.so
generating /tmp/ffi-32/verify31.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify31' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify31.c -o ./verify31.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify31.o -o ./verify31.pypy-73.so
generating /tmp/ffi-32/verify32.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify32' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify32.c -o ./verify32.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify32.o -o ./verify32.pypy-73.so
generating /tmp/ffi-32/verify33.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify33' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify33.c -o ./verify33.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify33.o -o ./verify33.pypy-73.so
generating /tmp/ffi-32/verify34.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify34' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify34.c -o ./verify34.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify34.o -o ./verify34.pypy-73.so
generating /tmp/ffi-32/verify35.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify35' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify35.c -o ./verify35.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify35.o -o ./verify35.pypy-73.so
generating /tmp/ffi-32/verify36.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify36' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify36.c -o ./verify36.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify36.o -o ./verify36.pypy-73.so
generating /tmp/ffi-32/verify37.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify37' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify37.c -o ./verify37.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify37.o -o ./verify37.pypy-73.so
generating /tmp/ffi-32/verify38.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify38' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify38.c -o ./verify38.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify38.o -o ./verify38.pypy-73.so
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:418: ignored so fargenerating /tmp/ffi-32/verify39.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify39' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify39.c -o ./verify39.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify39.o -o ./verify39.pypy-73.so
generating /tmp/ffi-32/verify40.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify40' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify40.c -o ./verify40.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify40.o -o ./verify40.pypy-73.so
generating /tmp/ffi-32/verify41.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify41' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify41.c -o ./verify41.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify42.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify42' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify42.c -o ./verify42.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify43.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify43' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify43.c -o ./verify43.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify43.o -o ./verify43.pypy-73.so
generating /tmp/ffi-32/verify44.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify44' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify44.c -o ./verify44.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify44.o -o ./verify44.pypy-73.so
generating /tmp/ffi-32/verify45.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify45' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify45.c -o ./verify45.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify45.o -o ./verify45.pypy-73.so
generating /tmp/ffi-32/verify46.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify46' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify46.c -o ./verify46.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify46.o -o ./verify46.pypy-73.so
verify41.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify41.c:592:19: error: initialization of ‘long int **’ from incompatible pointer type ‘int **’ [-Werror=incompatible-pointer-types]
592 | { long * *tmp = &p->z; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify42.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify42.c:590:19: error: ‘struct foo_s’ has no member named ‘x’
590 | { char *tmp = &p->x; (void)tmp; }
| ^~
In file included from /usr/include/wchar.h:51,
from /build_dir/pypy-c-jit-linux-aarch64/build/include/unicodeobject.h:12,
from /build_dir/pypy-c-jit-linux-aarch64/build/include/Python.h:112,
from verify42.c:57:
verify42.c: At top level:
verify42.c:597:10: error: ‘struct foo_s’ has no member named ‘x’
597 | { "x", offsetof(struct foo_s, x),
| ^~~~~~~~
verify42.c:598:36: error: ‘struct foo_s’ has no member named ‘x’
598 | sizeof(((struct foo_s *)0)->x),
| ^~
generating /tmp/ffi-32/verify47.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify47' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify47.c -o ./verify47.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify47.o -o ./verify47.pypy-73.so
generating /tmp/ffi-32/verify48.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify48' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify48.c -o ./verify48.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify48.o -o ./verify48.pypy-73.so
generating /tmp/ffi-32/verify49.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify49' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify49.c -o ./verify49.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify49.o -o ./verify49.pypy-73.so
generating /tmp/ffi-32/verify50.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify50' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify50.c -o ./verify50.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify50.o -o ./verify50.pypy-73.so
generating /tmp/ffi-32/verify51.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify51' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify51.c -o ./verify51.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify51.o -o ./verify51.pypy-73.so
generating /tmp/ffi-32/verify52.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify52' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify52.c -o ./verify52.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify52.o -o ./verify52.pypy-73.so
generating /tmp/ffi-32/verify53.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify53' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify53.c -o ./verify53.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify53.o -o ./verify53.pypy-73.so
generating /tmp/ffi-32/verify54.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify54' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify54.c -o ./verify54.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify54.o -o ./verify54.pypy-73.so
generating /tmp/ffi-32/verify55.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify55' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify55.c -o ./verify55.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify55.o -o ./verify55.pypy-73.so
generating /tmp/ffi-32/verify56.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify56' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify56.c -o ./verify56.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify56.o -o ./verify56.pypy-73.so
generating /tmp/ffi-32/verify57.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify57' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify57.c -o ./verify57.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify57.o -o ./verify57.pypy-73.so
generating /tmp/ffi-32/verify58.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify58' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify58.c -o ./verify58.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify58.o -o ./verify58.pypy-73.so
generating /tmp/ffi-32/verify59.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify59' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify59.c -o ./verify59.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify59.o -o ./verify59.pypy-73.so
generating /tmp/ffi-32/verify60.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify60' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify60.c -o ./verify60.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify60.o -o ./verify60.pypy-73.so
generating /tmp/ffi-32/verify61.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify61' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify61.c -o ./verify61.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify61.o -o ./verify61.pypy-73.so
generating /tmp/ffi-32/verify62.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify62' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify62.c -o ./verify62.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify62.o -o ./verify62.pypy-73.so
generating /tmp/ffi-32/verify63.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify63' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify63.c -o ./verify63.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify63.o -o ./verify63.pypy-73.so
generating /tmp/ffi-32/verify64.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify64' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify64.c -o ./verify64.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify64.o -o ./verify64.pypy-73.so
generating /tmp/ffi-32/verify65.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify65' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify65.c -o ./verify65.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify65.o -o ./verify65.pypy-73.so
generating /tmp/ffi-32/verify66.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify66' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify66.c -o ./verify66.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify67.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify67' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify67.c -o ./verify67.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify68.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify68' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify68.c -o ./verify68.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify69.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify69' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify69.c -o ./verify69.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify69.o -o ./verify69.pypy-73.so
generating /tmp/ffi-32/verify70.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify70' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify70.c -o ./verify70.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify71.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify71' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify71.c -o ./verify71.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify72.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify72' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify72.c -o ./verify72.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify73.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify73' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify73.c -o ./verify73.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify73.o -o ./verify73.pypy-73.so
verify66.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify66.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify67.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify67.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify68.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify68.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify70.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify70.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘long double *’ [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify71.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify71.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘double *’ [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify72.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify72.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘float *’ [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify74.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify74' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify74.c -o ./verify74.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify74.o -o ./verify74.pypy-73.so
generating /tmp/ffi-32/verify75.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify75' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify75.c -o ./verify75.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify75.o -o ./verify75.pypy-73.so
generating /tmp/ffi-32/verify76.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify76' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify76.c -o ./verify76.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify77.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify77' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify77.c -o ./verify77.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify78.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify78' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify78.c -o ./verify78.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify79.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify79' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify79.c -o ./verify79.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify80.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify80' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify80.c -o ./verify80.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify81.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify81' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify81.c -o ./verify81.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify82.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify82' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify82.c -o ./verify82.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify83.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify83' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify83.c -o ./verify83.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify84.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify84' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify84.c -o ./verify84.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify85.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify85' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify85.c -o ./verify85.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify86.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify86' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify86.c -o ./verify86.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify87.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify87' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify87.c -o ./verify87.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify88.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify88' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify88.c -o ./verify88.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify89.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify89' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify89.c -o ./verify89.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify90.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify90' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify90.c -o ./verify90.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify91.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify91' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify91.c -o ./verify91.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify92.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify92' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify92.c -o ./verify92.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify93.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify93' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify93.c -o ./verify93.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify94.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify94' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify94.c -o ./verify94.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify95.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify95' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify95.c -o ./verify95.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify96.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify96' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify96.c -o ./verify96.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify97.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify97' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify97.c -o ./verify97.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify98.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify98' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify98.c -o ./verify98.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify99.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify99' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify99.c -o ./verify99.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify100.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify100' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify100.c -o ./verify100.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify101.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify101' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify101.c -o ./verify101.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify102.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify102' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify102.c -o ./verify102.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify103.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify103' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify103.c -o ./verify103.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify104.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify104' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify104.c -o ./verify104.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify105.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify105' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify105.c -o ./verify105.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify106.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify106' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify106.c -o ./verify106.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify107.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify107' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify107.c -o ./verify107.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify108.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify108' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify108.c -o ./verify108.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify109.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify109' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify109.c -o ./verify109.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify110.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify110' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify110.c -o ./verify110.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify111.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify111' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify111.c -o ./verify111.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify112.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify112' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify112.c -o ./verify112.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify113.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify113' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify113.c -o ./verify113.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify114.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify114' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify114.c -o ./verify114.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify115.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify115' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify115.c -o ./verify115.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify116.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify116' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify116.c -o ./verify116.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify117.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify117' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify117.c -o ./verify117.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify118.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify118' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify118.c -o ./verify118.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify119.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify119' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify119.c -o ./verify119.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify120.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify120' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify120.c -o ./verify120.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify121.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify121' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify121.c -o ./verify121.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify122.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify122' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify122.c -o ./verify122.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify123.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify123' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify123.c -o ./verify123.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify124.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify124' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify124.c -o ./verify124.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify125.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify125' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify125.c -o ./verify125.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify126.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify126' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify126.c -o ./verify126.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify127.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify127' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify127.c -o ./verify127.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify128.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify128' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify128.c -o ./verify128.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify129.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify129' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify129.c -o ./verify129.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify130.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify130' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify130.c -o ./verify130.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify131.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify131' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify131.c -o ./verify131.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify132.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify132' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify132.c -o ./verify132.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify133.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify133' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify133.c -o ./verify133.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify134.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify134' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify134.c -o ./verify134.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify135.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify135' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify135.c -o ./verify135.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify136.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify136' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify136.c -o ./verify136.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify137.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify137' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify137.c -o ./verify137.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify138.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify138' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify138.c -o ./verify138.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify139.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify139' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify139.c -o ./verify139.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify140.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify140' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify140.c -o ./verify140.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify141.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify141' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify141.c -o ./verify141.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify142.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify142' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify142.c -o ./verify142.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify143.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify143' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify143.c -o ./verify143.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify144.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify144' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify144.c -o ./verify144.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify145.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify145' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify145.c -o ./verify145.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify146.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify146' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify146.c -o ./verify146.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify147.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify147' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify147.c -o ./verify147.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify148.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify148' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify148.c -o ./verify148.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify149.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify149' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify149.c -o ./verify149.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify150.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify150' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify150.c -o ./verify150.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify151.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify151' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify151.c -o ./verify151.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify152.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify152' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify152.c -o ./verify152.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify153.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify153' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify153.c -o ./verify153.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify154.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify154' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify154.c -o ./verify154.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify155.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify155' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify155.c -o ./verify155.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify156.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify156' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify156.c -o ./verify156.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify157.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify157' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify157.c -o ./verify157.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify158.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify158' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify158.c -o ./verify158.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify159.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify159' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify159.c -o ./verify159.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify160.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify160' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify160.c -o ./verify160.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify161.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify161' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify161.c -o ./verify161.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify162.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify162' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify162.c -o ./verify162.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify163.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify163' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify163.c -o ./verify163.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify164.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify164' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify164.c -o ./verify164.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify165.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify165' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify165.c -o ./verify165.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify166.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify166' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify166.c -o ./verify166.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify167.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify167' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify167.c -o ./verify167.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify168.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify168' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify168.c -o ./verify168.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify169.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify169' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify169.c -o ./verify169.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify170.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify170' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify170.c -o ./verify170.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify171.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify171' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify171.c -o ./verify171.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify172.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify172' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify172.c -o ./verify172.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify173.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify173' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify173.c -o ./verify173.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify174.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify174' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify174.c -o ./verify174.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify175.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify175' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify175.c -o ./verify175.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify176.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify176' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify176.c -o ./verify176.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify177.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify177' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify177.c -o ./verify177.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify178.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify178' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify178.c -o ./verify178.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify179.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify179' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify179.c -o ./verify179.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify180.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify180' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify180.c -o ./verify180.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify181.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify181' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify181.c -o ./verify181.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify182.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify182' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify182.c -o ./verify182.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify183.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify183' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify183.c -o ./verify183.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify184.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify184' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify184.c -o ./verify184.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify185.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify185' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify185.c -o ./verify185.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify186.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify186' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify186.c -o ./verify186.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify187.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify187' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify187.c -o ./verify187.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify188.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify188' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify188.c -o ./verify188.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify189.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify189' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify189.c -o ./verify189.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify190.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify190' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify190.c -o ./verify190.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify191.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify191' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify191.c -o ./verify191.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify192.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify192' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify192.c -o ./verify192.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify193.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify193' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify193.c -o ./verify193.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify194.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify194' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify194.c -o ./verify194.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify195.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify195' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify195.c -o ./verify195.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify196.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify196' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify196.c -o ./verify196.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify197.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify197' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify197.c -o ./verify197.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify198.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify198' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify198.c -o ./verify198.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify199.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify199' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify199.c -o ./verify199.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify200.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify200' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify200.c -o ./verify200.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
generating /tmp/ffi-32/verify201.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify201' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify201.c -o ./verify201.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
verify76.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify76.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify77.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify77.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify78.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify78.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify79.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify79.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify80.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify80.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify81.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify81.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify82.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify82.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify83.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify83.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify84.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify84.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify85.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify85.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify86.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify86.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify87.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify87.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify88.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify88.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify89.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify89.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify90.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify90.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify91.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify91.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify92.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify92.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify93.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify93.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify94.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify94.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify95.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify95.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify96.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify96.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify97.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify97.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify98.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify98.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify99.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify99.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify100.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify100.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify101.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify101.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify102.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify102.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify103.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify103.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify104.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify104.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify105.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify105.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify106.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify106.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify107.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify107.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify108.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify108.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify109.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify109.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify110.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify110.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify111.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify111.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify112.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify112.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify113.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify113.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify114.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify114.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify115.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify115.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify116.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify116.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify117.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify117.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify118.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify118.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify119.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify119.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify120.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify120.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify121.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify121.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify122.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify122.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify123.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify123.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify124.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify124.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify125.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify125.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify126.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify126.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify127.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify127.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify128.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify128.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify129.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify129.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify130.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify130.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify131.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify131.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify132.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify132.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify133.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify133.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify134.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify134.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify135.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify135.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify136.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify136.c:587:17: error: invalid operands to binary | (have ‘double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| double
verify137.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify137.c:587:17: error: invalid operands to binary | (have ‘float’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| float
verify138.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify138.c:587:17: error: invalid operands to binary | (have ‘long double’ and ‘int’)
587 | (void)((p->x) | 0); /* check that 'struct foo_s.x' is an integer */
| ~~~~~~ ^
| |
| long double
verify139.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify139.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify140.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify140.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify141.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify141.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify142.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify142.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify143.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify143.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify144.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify144.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify145.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify145.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify146.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify146.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify147.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify147.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify148.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify148.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify149.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify149.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify150.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify150.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify151.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify151.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify152.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify152.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify153.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify153.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify154.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify154.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify155.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify155.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify156.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify156.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify157.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify157.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify158.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify158.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify159.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify159.c:587:19: error: initialization of ‘double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify160.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify160.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify161.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify161.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify162.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify162.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify163.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify163.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify164.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify164.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify165.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify165.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify166.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify166.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify167.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify167.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify168.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify168.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify169.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify169.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify170.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify170.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify171.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify171.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify172.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify172.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify173.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify173.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify174.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify174.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify175.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify175.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify176.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify176.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify177.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify177.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify178.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify178.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify179.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify179.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify180.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify180.c:587:18: error: initialization of ‘float *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { float *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify181.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify181.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify182.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify182.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify183.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify183.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify184.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify184.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify185.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify185.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify186.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify186.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast16_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify187.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify187.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast32_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify188.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify188.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify189.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify189.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_fast8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify190.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify190.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least16_t *’ {aka ‘short int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify191.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify191.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least32_t *’ {aka ‘int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify192.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify192.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least64_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify193.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify193.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘int_least8_t *’ {aka ‘signed char *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify194.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify194.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intmax_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify195.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify195.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘intptr_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify196.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify196.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long int *’ [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify197.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify197.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘long long int *’ [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify198.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify198.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ptrdiff_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify199.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify199.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify200.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify200.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘signed char *’ [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
verify201.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify201.c:587:24: error: initialization of ‘long double *’ from incompatible pointer type ‘ssize_t *’ {aka ‘long int *’} [-Werror=incompatible-pointer-types]
587 | { long double *tmp = &p->x; (void)tmp; }
| ^
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify202.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify202' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify202.c -o ./verify202.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify202.o -o ./verify202.pypy-73.so
generating /tmp/ffi-32/verify203.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify203' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify203.c -o ./verify203.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify203.o -o ./verify203.pypy-73.so
generating /tmp/ffi-32/verify204.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify204' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify204.c -o ./verify204.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify204.o -o ./verify204.pypy-73.so
generating /tmp/ffi-32/verify205.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify205' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify205.c -o ./verify205.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify205.o -o ./verify205.pypy-73.so
generating /tmp/ffi-32/verify206.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify206' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify206.c -o ./verify206.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify206.o -o ./verify206.pypy-73.so
generating /tmp/ffi-32/verify207.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify207' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify207.c -o ./verify207.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify207.o -o ./verify207.pypy-73.so
generating /tmp/ffi-32/verify208.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify208' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify208.c -o ./verify208.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify208.o -o ./verify208.pypy-73.so
generating /tmp/ffi-32/verify209.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify209' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify209.c -o ./verify209.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify209.o -o ./verify209.pypy-73.so
generating /tmp/ffi-32/verify210.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify210' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify210.c -o ./verify210.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify210.o -o ./verify210.pypy-73.so
generating /tmp/ffi-32/verify211.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify211' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify211.c -o ./verify211.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify211.o -o ./verify211.pypy-73.so
generating /tmp/ffi-32/verify212.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify212' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify212.c -o ./verify212.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify212.o -o ./verify212.pypy-73.so
generating /tmp/ffi-32/verify213.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify213' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify213.c -o ./verify213.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify213.o -o ./verify213.pypy-73.so
generating /tmp/ffi-32/verify214.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify214' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify214.c -o ./verify214.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify214.o -o ./verify214.pypy-73.so
generating /tmp/ffi-32/verify215.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify215' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify215.c -o ./verify215.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify215.o -o ./verify215.pypy-73.so
generating /tmp/ffi-32/verify216.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify216' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify216.c -o ./verify216.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify216.o -o ./verify216.pypy-73.so
generating /tmp/ffi-32/verify217.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify217' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify217.c -o ./verify217.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify217.o -o ./verify217.pypy-73.so
generating /tmp/ffi-32/verify218.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify218' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify218.c -o ./verify218.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify218.o -o ./verify218.pypy-73.so
generating /tmp/ffi-32/verify219.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify219' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify219.c -o ./verify219.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify219.o -o ./verify219.pypy-73.so
generating /tmp/ffi-32/verify220.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify220' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify220.c -o ./verify220.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify220.o -o ./verify220.pypy-73.so
generating /tmp/ffi-32/verify221.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify221' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify221.c -o ./verify221.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify221.o -o ./verify221.pypy-73.so
generating /tmp/ffi-32/verify222.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify222' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify222.c -o ./verify222.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify222.o -o ./verify222.pypy-73.so
generating /tmp/ffi-32/verify223.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify223' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify223.c -o ./verify223.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify223.o -o ./verify223.pypy-73.so
generating /tmp/ffi-32/verify224.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify224' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify224.c -o ./verify224.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify224.o -o ./verify224.pypy-73.so
generating /tmp/ffi-32/verify225.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify225' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify225.c -o ./verify225.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify225.o -o ./verify225.pypy-73.so
generating /tmp/ffi-32/verify226.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify226' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify226.c -o ./verify226.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify226.o -o ./verify226.pypy-73.so
generating /tmp/ffi-32/verify227.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify227' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify227.c -o ./verify227.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify227.o -o ./verify227.pypy-73.so
generating /tmp/ffi-32/verify228.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify228' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify228.c -o ./verify228.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify228.o -o ./verify228.pypy-73.so
generating /tmp/ffi-32/verify229.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify229' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify229.c -o ./verify229.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify229.o -o ./verify229.pypy-73.so
generating /tmp/ffi-32/verify230.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify230' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify230.c -o ./verify230.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify230.o -o ./verify230.pypy-73.so
generating /tmp/ffi-32/verify231.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify231' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify231.c -o ./verify231.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify231.o -o ./verify231.pypy-73.so
generating /tmp/ffi-32/verify232.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify232' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify232.c -o ./verify232.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify232.o -o ./verify232.pypy-73.so
generating /tmp/ffi-32/verify233.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify233' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify233.c -o ./verify233.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify233.o -o ./verify233.pypy-73.so
generating /tmp/ffi-32/verify234.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify234' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify234.c -o ./verify234.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify234.o -o ./verify234.pypy-73.so
generating /tmp/ffi-32/verify235.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify235' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify235.c -o ./verify235.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify235.o -o ./verify235.pypy-73.so
generating /tmp/ffi-32/verify236.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify236' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify236.c -o ./verify236.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify236.o -o ./verify236.pypy-73.so
generating /tmp/ffi-32/verify237.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify237' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify237.c -o ./verify237.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify237.o -o ./verify237.pypy-73.so
generating /tmp/ffi-32/verify238.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify238' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify238.c -o ./verify238.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify238.o -o ./verify238.pypy-73.so
generating /tmp/ffi-32/verify239.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify239' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify239.c -o ./verify239.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify239.o -o ./verify239.pypy-73.so
generating /tmp/ffi-32/verify240.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify240' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify240.c -o ./verify240.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify240.o -o ./verify240.pypy-73.so
generating /tmp/ffi-32/verify241.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify241' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify241.c -o ./verify241.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify241.o -o ./verify241.pypy-73.so
generating /tmp/ffi-32/verify242.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify242' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify242.c -o ./verify242.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify242.o -o ./verify242.pypy-73.so
generating /tmp/ffi-32/verify243.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify243' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify243.c -o ./verify243.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify243.o -o ./verify243.pypy-73.so
generating /tmp/ffi-32/verify244.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify244' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify244.c -o ./verify244.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify244.o -o ./verify244.pypy-73.so
generating /tmp/ffi-32/verify245.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify245' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify245.c -o ./verify245.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify245.o -o ./verify245.pypy-73.so
generating /tmp/ffi-32/verify246.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify246' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify246.c -o ./verify246.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
verify246.c: In function ‘foo’:
verify246.c:575:20: error: conversion from ‘long long int’ to ‘int’ may change value [-Werror=conversion]
575 | return x;
| ^
verify246.c: In function ‘_cffi_const_foo’:
verify246.c:590:26: error: assignment to ‘int (*)(int, ...)’ from incompatible pointer type ‘int (*)(long long int, ...)’ [-Werror=incompatible-pointer-types]
590 | *(int(* *)(int, ...))o = foo;
| ^
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify247.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify247' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify247.c -o ./verify247.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify247.o -o ./verify247.pypy-73.so
generating /tmp/ffi-32/verify248.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify248' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify248.c -o ./verify248.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify248.o -o ./verify248.pypy-73.so
generating /tmp/ffi-32/verify249.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify249' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify249.c -o ./verify249.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify249.o -o ./verify249.pypy-73.so
generating /tmp/ffi-32/verify250.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify250' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify250.c -o ./verify250.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify250.o -o ./verify250.pypy-73.so
generating /tmp/ffi-32/verify251.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify251' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify251.c -o ./verify251.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify251.o -o ./verify251.pypy-73.so
generating /tmp/ffi-32/verify252.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify252' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify252.c -o ./verify252.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify252.o -o ./verify252.pypy-73.so
generating /tmp/ffi-32/verify253.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify253' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify253.c -o ./verify253.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify253.o -o ./verify253.pypy-73.so
generating /tmp/ffi-32/verify254.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify254' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify254.c -o ./verify254.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify254.o -o ./verify254.pypy-73.so
generating /tmp/ffi-32/verify255.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify255' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify255.c -o ./verify255.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify255.o -o ./verify255.pypy-73.so
generating /tmp/ffi-32/verify256.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify256' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify256.c -o ./verify256.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify256.o -o ./verify256.pypy-73.so
generating /tmp/ffi-32/verify257.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify257' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify257.c -o ./verify257.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify257.o -o ./verify257.pypy-73.so
generating /tmp/ffi-32/verify258.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify258' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify258.c -o ./verify258.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify258.o -o ./verify258.pypy-73.so
generating /tmp/ffi-32/verify259.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify259' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify259.c -o ./verify259.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify259.o -o ./verify259.pypy-73.so
generating /tmp/ffi-32/verify260.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify260' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify260.c -o ./verify260.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify260.o -o ./verify260.pypy-73.so
generating /tmp/ffi-32/verify261.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify261' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify261.c -o ./verify261.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify261.o -o ./verify261.pypy-73.so
generating /tmp/ffi-32/verify262.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify262' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify262.c -o ./verify262.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify262.o -o ./verify262.pypy-73.so
generating /tmp/ffi-32/verify263.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify263' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify263.c -o ./verify263.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify263.o -lm -o ./verify263.pypy-73.so
generating /tmp/ffi-32/verify264.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify264' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify264.c -o ./verify264.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify264.o -o ./verify264.pypy-73.so
generating /tmp/ffi-32/verify265.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify265' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify265.c -o ./verify265.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify265.o -o ./verify265.pypy-73.so
generating /tmp/ffi-32/verify266.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify266' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify266.c -o ./verify266.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify266.o -o ./verify266.pypy-73.so
generating /tmp/ffi-32/verify267.c
generating /tmp/ffi-32/verify268.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify268' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify268.c -o ./verify268.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify268.o -o ./verify268.pypy-73.so
generating /tmp/ffi-32/verify269.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify269' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify269.c -o ./verify269.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify269.o -o ./verify269.pypy-73.so
generating /tmp/ffi-32/verify270.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify270' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify270.c -o ./verify270.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
verify270.c: In function ‘_cffi_checkfld_struct_foo_s’:
verify270.c:591:17: error: initialization of ‘char *’ from incompatible pointer type ‘short int *’ [-Werror=incompatible-pointer-types]
591 | { char *tmp = &p->b; (void)tmp; }
| ^
cc1: all warnings being treated as errors
generating /tmp/ffi-32/verify271.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify271' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify271.c -o ./verify271.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify271.o -o ./verify271.pypy-73.so
generating /tmp/ffi-32/verify272.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify272' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify272.c -o ./verify272.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify272.o -o ./verify272.pypy-73.so
generating /tmp/ffi-32/verify273.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify273' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify273.c -o ./verify273.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify273.o -o ./verify273.pypy-73.so
generating /tmp/ffi-32/verify274.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify274' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify274.c -o ./verify274.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify274.o -o ./verify274.pypy-73.so
generating /tmp/ffi-32/verify275.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify275' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify275.c -o ./verify275.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify275.o -o ./verify275.pypy-73.so
generating /tmp/ffi-32/verify276.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify276' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify276.c -o ./verify276.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify276.o -o ./verify276.pypy-73.so
generating /tmp/ffi-32/verify277.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify277' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify277.c -o ./verify277.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify277.o -o ./verify277.pypy-73.so
generating /tmp/ffi-32/verify278.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify278' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify278.c -o ./verify278.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify278.o -o ./verify278.pypy-73.so
generating /tmp/ffi-32/tmpmolQnP/verify279.c
setting the current directory to '/tmp/ffi-32/tmpmolQnP'
running build_ext
building 'verify279' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify279.c -o ./verify279.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify279.o -o ./verify279.pypy-73.so
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:1404: not availablegenerating /tmp/ffi-32/verify280.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify280' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify280.c -o ./verify280.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify280.o -o ./verify280.pypy-73.so
generating /tmp/ffi-32/verify281.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify281' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify281.c -o ./verify281.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify281.o -o ./verify281.pypy-73.so
generating /tmp/ffi-32/verify282.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify282' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify282.c -o ./verify282.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify282.o -o ./verify282.pypy-73.so
generating /tmp/ffi-32/verify283.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify283' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify283.c -o ./verify283.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify283.o -o ./verify283.pypy-73.so
generating /tmp/ffi-32/verify284.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify284' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify284.c -o ./verify284.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify284.o -o ./verify284.pypy-73.so
generating /tmp/ffi-32/verify285.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify285' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify285.c -o ./verify285.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify285.o -o ./verify285.pypy-73.so
generating /tmp/ffi-32/verify286.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify286' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify286.c -o ./verify286.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify286.o -o ./verify286.pypy-73.so
generating /tmp/ffi-32/verify287.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify287' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify287.c -o ./verify287.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify287.o -o ./verify287.pypy-73.so
generating /tmp/ffi-32/verify288.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify288' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify288.c -o ./verify288.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify288.o -o ./verify288.pypy-73.so
generating /tmp/ffi-32/verify289.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify289' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify289.c -o ./verify289.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify289.o -o ./verify289.pypy-73.so
generating /tmp/ffi-32/verify290.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify290' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify290.c -o ./verify290.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify290.o -o ./verify290.pypy-73.so
generating /tmp/ffi-32/verify291.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify291' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify291.c -o ./verify291.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify291.o -o ./verify291.pypy-73.so
generating /tmp/ffi-32/verify292.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify292' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify292.c -o ./verify292.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify292.o -o ./verify292.pypy-73.so
generating /tmp/ffi-32/verify293.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify293' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify293.c -o ./verify293.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify293.o -o ./verify293.pypy-73.so
reason: adapt or removereason: adapt or removereason: adapt or removegenerating /tmp/ffi-32/verify294.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify294' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify294.c -o ./verify294.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify294.o -o ./verify294.pypy-73.so
generating /tmp/ffi-32/verify295.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify295' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify295.c -o ./verify295.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify295.o -o ./verify295.pypy-73.so
generating /tmp/ffi-32/verify296.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify296' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify296.c -o ./verify296.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify296.o -o ./verify296.pypy-73.so
generating /tmp/ffi-32/verify297.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify297' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify297.c -o ./verify297.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify297.o -o ./verify297.pypy-73.so
reason: was detected only because 23 bytes cannot be divided by 4; redo more generallygenerating /tmp/ffi-32/verify298.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify298' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify298.c -o ./verify298.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify298.o -o ./verify298.pypy-73.so
generating /tmp/ffi-32/verify299.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify299' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify299.c -o ./verify299.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify299.o -o ./verify299.pypy-73.so
generating /tmp/ffi-32/verify300.c
generating /tmp/ffi-32/verify301.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify301' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify301.c -o ./verify301.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify301.o -o ./verify301.pypy-73.so
generating /tmp/ffi-32/verify302.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify302' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify302.c -o ./verify302.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify302.o -o ./verify302.pypy-73.so
generating /tmp/ffi-32/verify303.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify303' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify303.c -o ./verify303.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify303.o -o ./verify303.pypy-73.so
generating /tmp/ffi-32/verify304.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify304' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify304.c -o ./verify304.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify304.o -o ./verify304.pypy-73.so
generating /tmp/ffi-32/verify305.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify305' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify305.c -o ./verify305.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify305.o -o ./verify305.pypy-73.so
generating /tmp/ffi-32/verify306.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify306' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify306.c -o ./verify306.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify306.o -o ./verify306.pypy-73.so
generating /tmp/ffi-32/verify307.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify307' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify307.c -o ./verify307.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify307.o -o ./verify307.pypy-73.so
generating /tmp/ffi-32/verify308.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify308' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify308.c -o ./verify308.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify308.o -o ./verify308.pypy-73.so
generating /tmp/ffi-32/verify309.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify309' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify309.c -o ./verify309.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify309.o -o ./verify309.pypy-73.so
generating /tmp/ffi-32/verify310.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify310' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify310.c -o ./verify310.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify310.o -o ./verify310.pypy-73.so
generating /tmp/ffi-32/verify311.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify311' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify311.c -o ./verify311.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify311.o -o ./verify311.pypy-73.so
generating /tmp/ffi-32/verify312.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify312' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify312.c -o ./verify312.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify312.o -o ./verify312.pypy-73.so
generating /tmp/ffi-32/verify313.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify313' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify313.c -o ./verify313.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify313.o -o ./verify313.pypy-73.so
generating /tmp/ffi-32/verify314.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify314' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify314.c -o ./verify314.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify314.o -o ./verify314.pypy-73.so
generating /tmp/ffi-32/verify315.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify315' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify315.c -o ./verify315.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify315.o -o ./verify315.pypy-73.so
generating /tmp/ffi-32/verify316.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify316' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify316.c -o ./verify316.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify316.o -o ./verify316.pypy-73.so
generating /tmp/ffi-32/verify317.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify317' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify317.c -o ./verify317.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify317.o -o ./verify317.pypy-73.so
generating /tmp/ffi-32/verify318.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify318' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify318.c -o ./verify318.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify318.o -o ./verify318.pypy-73.so
generating /tmp/ffi-32/verify319.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify319' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify319.c -o ./verify319.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify319.o -o ./verify319.pypy-73.so
generating /tmp/ffi-32/verify320.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify320' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify320.c -o ./verify320.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify320.o -o ./verify320.pypy-73.so
generating /tmp/ffi-32/verify321.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify321' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify321.c -o ./verify321.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify321.o -o ./verify321.pypy-73.so
generating /tmp/ffi-32/verify322.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify322' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify322.c -o ./verify322.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify322.o -o ./verify322.pypy-73.so
generating /tmp/ffi-32/verify323.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify323' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify323.c -o ./verify323.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify323.o -o ./verify323.pypy-73.so
generating /tmp/ffi-32/verify324.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify324' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify324.c -o ./verify324.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify324.o -o ./verify324.pypy-73.so
generating /tmp/ffi-32/verify325.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify325' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify325.c -o ./verify325.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify325.o -o ./verify325.pypy-73.so
generating /tmp/ffi-32/verify326.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify326' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify326.c -o ./verify326.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify326.o -o ./verify326.pypy-73.so
generating /tmp/ffi-32/verify327.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify327' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify327.c -o ./verify327.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify327.o -o ./verify327.pypy-73.so
generating /tmp/ffi-32/verify328.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify328' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify328.c -o ./verify328.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify328.o -o ./verify328.pypy-73.so
generating /tmp/ffi-32/verify329.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify329' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify329.c -o ./verify329.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify329.o -o ./verify329.pypy-73.so
generating /tmp/ffi-32/verify330.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify330' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify330.c -o ./verify330.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify330.o -o ./verify330.pypy-73.so
generating /tmp/ffi-32/verify331.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify331' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify331.c -o ./verify331.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify331.o -o ./verify331.pypy-73.so
generating /tmp/ffi-32/verify332.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify332' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify332.c -o ./verify332.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify332.o -o ./verify332.pypy-73.so
generating /tmp/ffi-32/verify333.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify333' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify333.c -o ./verify333.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify333.o -o ./verify333.pypy-73.so
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2106: win32-only testgenerating /tmp/ffi-32/verify334.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify334' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify334.c -o ./verify334.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify334.o -o ./verify334.pypy-73.so
generating /tmp/ffi-32/verify335.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify335' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify335.c -o ./verify335.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify335.o -o ./verify335.pypy-73.so
generating /tmp/ffi-32/verify336.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify336' extension
cc -pthread -DNDEBUG -O2 -fPIC -DABA=42 -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify336.c -o ./verify336.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify336.o -o ./verify336.pypy-73.so
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2182: win32-only testgenerating /tmp/ffi-32/verify337.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify337' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify337.c -o ./verify337.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify337.o -o ./verify337.pypy-73.so
generating /tmp/ffi-32/verify338.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify338' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify338.c -o ./verify338.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify338.o -o ./verify338.pypy-73.so
generating /tmp/ffi-32/verify339.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify339' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify339.c -o ./verify339.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify339.o -o ./verify339.pypy-73.so
generating /tmp/ffi-32/verify340.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify340' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify340.c -o ./verify340.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
verify340.c:579:24: error: invalid operands to binary | (have ‘float’ and ‘int’)
579 | ((foo_t)-1) | 0 /* check that foo_t is an integer type */
| ~~~~~~~~~~~ ^
| |
| float
verify340.c:68:73: note: in definition of macro ‘_CFFI_OP’
68 | #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))
| ^~~
verify340.c:578:39: note: in expansion of macro ‘_cffi_prim_int’
578 | /* 0 */ _CFFI_OP(_CFFI_OP_PRIMITIVE, _cffi_prim_int(sizeof(foo_t), (
| ^~~~~~~~~~~~~~
verify340.c:579:24: error: invalid operands to binary | (have ‘float’ and ‘int’)
579 | ((foo_t)-1) | 0 /* check that foo_t is an integer type */
| ~~~~~~~~~~~ ^
| |
| float
verify340.c:68:73: note: in definition of macro ‘_CFFI_OP’
68 | #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))
| ^~~
verify340.c:578:39: note: in expansion of macro ‘_cffi_prim_int’
578 | /* 0 */ _CFFI_OP(_CFFI_OP_PRIMITIVE, _cffi_prim_int(sizeof(foo_t), (
| ^~~~~~~~~~~~~~
verify340.c:579:24: error: invalid operands to binary | (have ‘float’ and ‘int’)
579 | ((foo_t)-1) | 0 /* check that foo_t is an integer type */
| ~~~~~~~~~~~ ^
| |
| float
verify340.c:68:73: note: in definition of macro ‘_CFFI_OP’
68 | #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))
| ^~~
verify340.c:578:39: note: in expansion of macro ‘_cffi_prim_int’
578 | /* 0 */ _CFFI_OP(_CFFI_OP_PRIMITIVE, _cffi_prim_int(sizeof(foo_t), (
| ^~~~~~~~~~~~~~
verify340.c:579:24: error: invalid operands to binary | (have ‘float’ and ‘int’)
579 | ((foo_t)-1) | 0 /* check that foo_t is an integer type */
| ~~~~~~~~~~~ ^
| |
| float
verify340.c:68:73: note: in definition of macro ‘_CFFI_OP’
68 | #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))
| ^~~
verify340.c:578:39: note: in expansion of macro ‘_cffi_prim_int’
578 | /* 0 */ _CFFI_OP(_CFFI_OP_PRIMITIVE, _cffi_prim_int(sizeof(foo_t), (
| ^~~~~~~~~~~~~~
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2256: Windows onlygenerating /tmp/ffi-32/verify341.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify341' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify341.c -o ./verify341.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify341.o -o ./verify341.pypy-73.so
generating /tmp/ffi-32/verify342.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify342' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify342.c -o ./verify342.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify342.o -o ./verify342.pypy-73.so
generating /tmp/ffi-32/verify343.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify343' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify343.c -o ./verify343.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify343.o -o ./verify343.pypy-73.so
generating /tmp/ffi-32/verify344.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify344' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify344.c -o ./verify344.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify344.o -o ./verify344.pypy-73.so
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2306: Windows only/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2324: only running the memory-intensive test on x86/x64/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/cffi1/test_verify1.py:2324: only running the memory-intensive test on x86/x64generating /tmp/ffi-32/verify345.c
setting the current directory to '/tmp/ffi-32'
running build_ext
building 'verify345' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c verify345.c -o ./verify345.o -Werror -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-unreachable-code
cc -pthread -shared ./verify345.o -o ./verify345.pypy-73.so
generating xyz.py
generating unexisting/xyz.py
generating /tmp/ffi-32/test_abi_emit_python_code_3/xyt.py
generating xyz.c
generating unexisting/xyz.c
generating /tmp/ffi-32/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/ffi-32/test_api_distutils_extension_2/foo/mod_name_in_package/mymod.c
regenerated: '/tmp/ffi-32/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.linux-aarch64-2.7
creating build/lib.linux-aarch64-2.7/pack1
copying src/pack1/__init__.py -> build/lib.linux-aarch64-2.7/pack1
running build_ext
building 'pack1.mymod' extension
creating build/temp.linux-aarch64-2.7
creating build/temp.linux-aarch64-2.7/build
creating build/temp.linux-aarch64-2.7/build/pack1
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c build/pack1/mymod.c -o build/temp.linux-aarch64-2.7/build/pack1/mymod.o
cc -pthread -shared build/temp.linux-aarch64-2.7/build/pack1/mymod.o -o build/lib.linux-aarch64-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.linux-aarch64-2.7
creating build/temp.linux-aarch64-2.7/build
creating build/temp.linux-aarch64-2.7/build/pack1
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c build/pack1/mymod.c -o build/temp.linux-aarch64-2.7/build/pack1/mymod.o
creating build/lib.linux-aarch64-2.7
creating build/lib.linux-aarch64-2.7/pack1
cc -pthread -shared build/temp.linux-aarch64-2.7/build/pack1/mymod.o -o build/lib.linux-aarch64-2.7/pack1/mymod.pypy-73.so
copying build/lib.linux-aarch64-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.linux-aarch64-2.7
creating build/lib.linux-aarch64-2.7/pack3
copying src1/pack3/__init__.py -> build/lib.linux-aarch64-2.7/pack3
copying src1/pack3/_build.py -> build/lib.linux-aarch64-2.7/pack3
running build_ext
generating cffi module 'build/temp.linux-aarch64-2.7/pack3.mymod.c'
creating build/temp.linux-aarch64-2.7
_make_setuptools_api: in pre_run: creating 'build/../see_me'
building 'pack3.mymod' extension
creating build/temp.linux-aarch64-2.7/build
creating build/temp.linux-aarch64-2.7/build/temp.linux-aarch64-2.7
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c build/temp.linux-aarch64-2.7/pack3.mymod.c -o build/temp.linux-aarch64-2.7/build/temp.linux-aarch64-2.7/pack3.mymod.o
cc -pthread -shared build/temp.linux-aarch64-2.7/build/temp.linux-aarch64-2.7/pack3.mymod.o -o build/lib.linux-aarch64-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.linux-aarch64-2.7/pack3.mymod.c'
creating build
creating build/temp.linux-aarch64-2.7
_make_setuptools_api: in pre_run: creating 'build/../see_me'
building 'pack3.mymod' extension
creating build/temp.linux-aarch64-2.7/build
creating build/temp.linux-aarch64-2.7/build/temp.linux-aarch64-2.7
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c build/temp.linux-aarch64-2.7/pack3.mymod.c -o build/temp.linux-aarch64-2.7/build/temp.linux-aarch64-2.7/pack3.mymod.o
cc -pthread -shared build/temp.linux-aarch64-2.7/build/temp.linux-aarch64-2.7/pack3.mymod.o -o /tmp/ffi-32/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.
generating /tmp/ffi-32/embedding/_test_lib_python_found.c
setting the current directory to '/tmp/ffi-32/embedding'
running build_ext
building '_test_lib_python_found' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _test_lib_python_found.c -o ./_test_lib_python_found.o
cc -pthread -shared ./_test_lib_python_found.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_test_lib_python_found.pypy-73.so
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_empty:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
* setting env var 'PYTHONPATH' to '/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests:'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_empty/empty.py'], {'cwd': '/tmp/ffi-32/embedding/test_empty', 'stdout': -1, 'universal_newlines': True})
generating ./_empty_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_empty'
running build_ext
building '_empty_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _empty_cffi.c -o ./_empty_cffi.o
cc -pthread -shared ./_empty_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_empty_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_empty/_empty_cffi.so
compiling empty-test with ['/tmp/ffi-32/embedding/test_empty/_empty_cffi.so']
running 'empty-test' in '/tmp/ffi-32/embedding/test_empty'
('RUNNING:', ['./empty-test'], {'cwd': '/tmp/ffi-32/embedding/test_empty', 'stdout': -1, 'universal_newlines': True})
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_basic:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_basic/add1.py'], {'cwd': '/tmp/ffi-32/embedding/test_basic', 'stdout': -1, 'universal_newlines': True})
generating ./_add1_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_basic'
running build_ext
building '_add1_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _add1_cffi.c -o ./_add1_cffi.o
cc -pthread -shared ./_add1_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add1_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_basic/_add1_cffi.so
compiling add1-test with ['/tmp/ffi-32/embedding/test_basic/_add1_cffi.so']
running 'add1-test' in '/tmp/ffi-32/embedding/test_basic'
('RUNNING:', ['./add1-test'], {'cwd': '/tmp/ffi-32/embedding/test_basic', 'stdout': -1, 'universal_newlines': True})
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_two_modules:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_two_modules/add2.py'], {'cwd': '/tmp/ffi-32/embedding/test_two_modules', 'stdout': -1, 'universal_newlines': True})
generating ./_add2_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_two_modules'
running build_ext
building '_add2_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _add2_cffi.c -o ./_add2_cffi.o
cc -pthread -shared ./_add2_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add2_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_two_modules/_add2_cffi.so
compiling add2-test with ['/tmp/ffi-32/embedding/test_basic/_add1_cffi.so', '/tmp/ffi-32/embedding/test_two_modules/_add2_cffi.so']
running 'add2-test' in '/tmp/ffi-32/embedding/test_two_modules'
('RUNNING:', ['./add2-test'], {'cwd': '/tmp/ffi-32/embedding/test_two_modules', 'stdout': -1, 'universal_newlines': True})
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_init_time_error:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_init_time_error/initerror.py'], {'cwd': '/tmp/ffi-32/embedding/test_init_time_error', 'stdout': -1, 'universal_newlines': True})
generating ./_initerror_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_init_time_error'
running build_ext
building '_initerror_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _initerror_cffi.c -o ./_initerror_cffi.o
cc -pthread -shared ./_initerror_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_initerror_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_init_time_error/_initerror_cffi.so
compiling add1-test with ['/tmp/ffi-32/embedding/test_init_time_error/_initerror_cffi.so']
running 'add1-test' in '/tmp/ffi-32/embedding/test_init_time_error'
('RUNNING:', ['./add1-test'], {'cwd': '/tmp/ffi-32/embedding/test_init_time_error', 'stdout': -1, 'universal_newlines': True})
From initialization of '_initerror_cffi':
Traceback (most recent call last):
File "<init code for '_initerror_cffi'>", line 1, in <module>
KeyError
pypy version: 7.3.23
sys.path: ['/build_dir/pypy-c-jit-linux-aarch64/build/lib_pypy/__extensions__', '/build_dir/pypy-c-jit-linux-aarch64/build/lib_pypy', '/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7', '/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/lib-tk', '/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/plat-linux2', '/home/buildslave/.local/lib/pypy2.7/site-packages', '/build_dir/pypy-c-jit-linux-aarch64/build/site-packages']
function _initerror_cffi.add1() called, but initialization code failed. Returning 0.
function _initerror_cffi.add1() called, but initialization code failed. Returning 0.
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_embedding_with_unicode:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_embedding_with_unicode/withunicode.py'], {'cwd': '/tmp/ffi-32/embedding/test_embedding_with_unicode', 'stdout': -1, 'universal_newlines': True})
generating ./_withunicode_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_embedding_with_unicode'
running build_ext
building '_withunicode_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _withunicode_cffi.c -o ./_withunicode_cffi.o
cc -pthread -shared ./_withunicode_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_withunicode_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_embedding_with_unicode/_withunicode_cffi.so
compiling add1-test with ['/tmp/ffi-32/embedding/test_embedding_with_unicode/_withunicode_cffi.so']
running 'add1-test' in '/tmp/ffi-32/embedding/test_embedding_with_unicode'
('RUNNING:', ['./add1-test'], {'cwd': '/tmp/ffi-32/embedding/test_embedding_with_unicode', 'stdout': -1, 'universal_newlines': True})
extern "Python": function _withunicode_cffi.add1() called, but no code was attached to it yet with @ffi.def_extern(). Returning 0.
extern "Python": function _withunicode_cffi.add1() called, but no code was attached to it yet with @ffi.def_extern(). Returning 0.
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_perf_single_threaded:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_perf_single_threaded/perf.py'], {'cwd': '/tmp/ffi-32/embedding/test_perf_single_threaded', 'stdout': -1, 'universal_newlines': True})
generating ./_perf_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_perf_single_threaded'
running build_ext
building '_perf_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _perf_cffi.c -o ./_perf_cffi.o
cc -pthread -shared ./_perf_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_perf_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_perf_single_threaded/_perf_cffi.so
compiling perf-test with ['/tmp/ffi-32/embedding/test_perf_single_threaded/_perf_cffi.so']
running 'perf-test' in '/tmp/ffi-32/embedding/test_perf_single_threaded'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/ffi-32/embedding/test_perf_single_threaded', 'stdout': -1, 'universal_newlines': True})
===============================================================================
time per call: 1.95e-07
===============================================================================
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_perf_in_1_thread:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
compiling perf-test with ['/tmp/ffi-32/embedding/test_perf_single_threaded/_perf_cffi.so']
running 'perf-test' in '/tmp/ffi-32/embedding/test_perf_in_1_thread'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/ffi-32/embedding/test_perf_in_1_thread', 'stdout': -1, 'universal_newlines': True})
===============================================================================
time per call: 1.88e-07
===============================================================================
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_perf_in_2_threads:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
compiling perf-test with ['/tmp/ffi-32/embedding/test_perf_single_threaded/_perf_cffi.so']
running 'perf-test' in '/tmp/ffi-32/embedding/test_perf_in_2_threads'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/ffi-32/embedding/test_perf_in_2_threads', 'stdout': -1, 'universal_newlines': True})
===============================================================================
time per call: 4.02e-07
time per call: 3.09e-07
===============================================================================
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_perf_in_4_threads:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
compiling perf-test with ['/tmp/ffi-32/embedding/test_perf_single_threaded/_perf_cffi.so']
running 'perf-test' in '/tmp/ffi-32/embedding/test_perf_in_4_threads'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/ffi-32/embedding/test_perf_in_4_threads', 'stdout': -1, 'universal_newlines': True})
===============================================================================
time per call: 3.46e-07
time per call: 7.07e-07
time per call: 1.48e-06
time per call: 2.32e-07
===============================================================================
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_perf_in_8_threads:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
compiling perf-test with ['/tmp/ffi-32/embedding/test_perf_single_threaded/_perf_cffi.so']
running 'perf-test' in '/tmp/ffi-32/embedding/test_perf_in_8_threads'
('RUNNING:', ['./perf-test'], {'cwd': '/tmp/ffi-32/embedding/test_perf_in_8_threads', 'stdout': -1, 'universal_newlines': True})
===============================================================================
time per call: 7.78e-07
time per call: 2.69e-07
time per call: 5.1e-07
time per call: 1.33e-06
time per call: 3.14e-07
time per call: 0.00726
time per call: 8.11e-07
time per call: 2.83e-07
===============================================================================
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_recursive:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_recursive/add_recursive.py'], {'cwd': '/tmp/ffi-32/embedding/test_recursive', 'stdout': -1, 'universal_newlines': True})
generating ./_add_recursive_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_recursive'
running build_ext
building '_add_recursive_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _add_recursive_cffi.c -o ./_add_recursive_cffi.o
cc -pthread -shared ./_add_recursive_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add_recursive_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_recursive/_add_recursive_cffi.so
compiling add_recursive-test with ['/tmp/ffi-32/embedding/test_recursive/_add_recursive_cffi.so']
running 'add_recursive-test' in '/tmp/ffi-32/embedding/test_recursive'
('RUNNING:', ['./add_recursive-test'], {'cwd': '/tmp/ffi-32/embedding/test_recursive', 'stdout': -1, 'universal_newlines': True})
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_first_calls_in_parallel:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
compiling thread1-test with ['/tmp/ffi-32/embedding/test_basic/_add1_cffi.so']
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
running 'thread1-test' in '/tmp/ffi-32/embedding/test_first_calls_in_parallel'
('RUNNING:', ['./thread1-test'], {'cwd': '/tmp/ffi-32/embedding/test_first_calls_in_parallel', 'stdout': -1, 'universal_newlines': True})
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_init_different_modules_in_different_threads:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
compiling thread2-test with ['/tmp/ffi-32/embedding/test_basic/_add1_cffi.so', '/tmp/ffi-32/embedding/test_two_modules/_add2_cffi.so']
running 'thread2-test' in '/tmp/ffi-32/embedding/test_init_different_modules_in_different_threads'
('RUNNING:', ['./thread2-test'], {'cwd': '/tmp/ffi-32/embedding/test_init_different_modules_in_different_threads', 'stdout': -1, 'universal_newlines': True})
===============================================================================
starting
preparingprepADD2
adding 1000 and 200 and 30
...
adding 40 and 2
done
===============================================================================
running 'thread2-test' in '/tmp/ffi-32/embedding/test_init_different_modules_in_different_threads'
('RUNNING:', ['./thread2-test'], {'cwd': '/tmp/ffi-32/embedding/test_init_different_modules_in_different_threads', 'stdout': -1, 'universal_newlines': True})
===============================================================================
starting
preparingprepADD2
adding 1000 and 200 and 30
...
adding 40 and 2
done
===============================================================================
running 'thread2-test' in '/tmp/ffi-32/embedding/test_init_different_modules_in_different_threads'
('RUNNING:', ['./thread2-test'], {'cwd': '/tmp/ffi-32/embedding/test_init_different_modules_in_different_threads', 'stdout': -1, 'universal_newlines': True})
===============================================================================
starting
preparingprepADD2
adding 1000 and 200 and 30
...
adding 40 and 2
done
===============================================================================
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_alt_issue:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
compiling thread2-test with ['/tmp/ffi-32/embedding/test_basic/_add1_cffi.so', '/tmp/ffi-32/embedding/test_two_modules/_add2_cffi.so']
running 'thread2-test' in '/tmp/ffi-32/embedding/test_alt_issue'
('RUNNING:', ['./thread2-test'], {'cwd': '/tmp/ffi-32/embedding/test_alt_issue', 'stdout': -1, 'universal_newlines': True})
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_load_in_parallel_more:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_load_in_parallel_more/add3.py'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
generating ./_add3_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_load_in_parallel_more'
running build_ext
building '_add3_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _add3_cffi.c -o ./_add3_cffi.o
cc -pthread -shared ./_add3_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_add3_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_load_in_parallel_more/_add3_cffi.so
compiling thread3-test with ['/tmp/ffi-32/embedding/test_two_modules/_add2_cffi.so', '/tmp/ffi-32/embedding/test_load_in_parallel_more/_add3_cffi.so']
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
running 'thread3-test' in '/tmp/ffi-32/embedding/test_load_in_parallel_more'
('RUNNING:', ['./thread3-test'], {'cwd': '/tmp/ffi-32/embedding/test_load_in_parallel_more', 'stdout': -1, 'universal_newlines': True})
* setting env var 'LD_LIBRARY_PATH' to '/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin:/tmp/ffi-32/embedding/test_thread_local:/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64'
('RUNNING:', ['/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin/pypy', '/tmp/ffi-32/embedding/test_thread_local/tlocal.py'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
generating ./_tlocal_cffi.c
the current directory is '/tmp/ffi-32/embedding/test_thread_local'
running build_ext
building '_tlocal_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _tlocal_cffi.c -o ./_tlocal_cffi.o
cc -pthread -shared ./_tlocal_cffi.o -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/bin -L/build_dir/pypy-c-jit-linux-aarch64/venv/pypy-venv/pypy/goal -lpypy-c -o ./_tlocal_cffi.so
FILENAME: /tmp/ffi-32/embedding/test_thread_local/_tlocal_cffi.so
compiling tlocal-test with ['/tmp/ffi-32/embedding/test_thread_local/_tlocal_cffi.so']
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
running 'tlocal-test' in '/tmp/ffi-32/embedding/test_thread_local'
('RUNNING:', ['./tlocal-test'], {'cwd': '/tmp/ffi-32/embedding/test_thread_local', 'stdout': -1, 'universal_newlines': True})
_ctypes_test.c:275:14: warning: ‘an_integer’ initialized and declared ‘extern’
275 | EXPORT (int) an_integer = 42;
| ^~~~~~~~~~
_ctypes_test.c:282:14: warning: ‘a_string’ initialized and declared ‘extern’
282 | EXPORT(char) a_string[16] = "0123456789abcdef";
| ^~~~~~~~
_ctypes_test.c:342:19: warning: ‘last_tf_arg_s’ initialized and declared ‘extern’
342 | EXPORT(LONG_LONG) last_tf_arg_s = 0;
| ^~~~~~~~~~~~~
_ctypes_test.c:343:28: warning: ‘last_tf_arg_u’ initialized and declared ‘extern’
343 | EXPORT(unsigned LONG_LONG) last_tf_arg_u = 0;
| ^~~~~~~~~~~~~
warnings are disabledgenerating /tmp/pytest-of-buildslave/pytest-80/test_issue25330/_x_cffi.c
setting the current directory to '/tmp/pytest-of-buildslave/pytest-80/test_issue25330'
running build_ext
building '_x_cffi' extension
cc -pthread -DNDEBUG -O2 -fPIC -I/build_dir/pypy-c-jit-linux-aarch64/build/include -c _x_cffi.c -o ./_x_cffi.o
cc -pthread -shared ./_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)
/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_pyrepl/test_functional.py:15: no pexpect moduleevent ('digit-arg', '3')
event ('quoted-insert', None)
event ('self-insert', '\x1b')
event ('accept', None)