>>> pypy3: Building testing/pypy3 7.3.9-r1 (using abuild 3.9.0-r3) started Thu, 04 Aug 2022 00:28:30 +0000 >>> pypy3: Checking sanity of /home/buildozer/aports/testing/pypy3/APKBUILD... >>> pypy3: Analyzing dependencies... >>> pypy3: Installing for build: build-base bzip2-dev expat-dev gdbm-dev libffi-dev linux-headers ncurses-dev openssl-dev>3 pypy readline-dev rsync sqlite-dev tk-dev util-linux-misc xz-dev zlib-dev (1/55) Installing bzip2-dev (1.0.8-r1) (2/55) Installing expat (2.4.8-r1) (3/55) Installing expat-dev (2.4.8-r1) (4/55) Installing gdbm (1.23-r0) (5/55) Installing gdbm-tools (1.23-r0) (6/55) Installing gdbm-dev (1.23-r0) (7/55) Installing linux-headers (5.16.7-r1) (8/55) Installing libffi (3.4.2-r1) (9/55) Installing libffi-dev (3.4.2-r1) (10/55) Installing ncurses-dev (6.3_p20220729-r0) (11/55) Installing openssl-dev (3.0.5-r1) (12/55) Installing sqlite-libs (3.39.2-r0) (13/55) Installing pypy (7.3.9-r2) (14/55) Installing libhistory (8.1.2-r0) (15/55) Installing readline (8.1.2-r0) (16/55) Installing readline-dev (8.1.2-r0) (17/55) Installing sqlite-dev (3.39.2-r0) (18/55) Installing tzdata (2022a-r2) (19/55) Installing tcl (8.6.12-r1) (20/55) Installing zlib-dev (1.2.12-r1) (21/55) Installing tcl-dev (8.6.12-r1) (22/55) Installing libxau (1.0.9-r0) (23/55) Installing xorgproto (2022.1-r0) (24/55) Installing libxau-dev (1.0.9-r0) (25/55) Installing xcb-proto (1.15-r0) (26/55) Installing libmd (1.0.4-r0) (27/55) Installing libbsd (0.11.6-r2) (28/55) Installing libxdmcp (1.1.3-r0) (29/55) Installing libxcb (1.15-r0) (30/55) Installing libxdmcp-dev (1.1.3-r0) (31/55) Installing libxcb-dev (1.15-r0) (32/55) Installing xtrans (1.4.0-r1) (33/55) Installing libx11 (1.8.1-r1) (34/55) Installing libx11-dev (1.8.1-r1) (35/55) Installing libxrender (0.9.10-r3) (36/55) Installing libpng (1.6.37-r1) (37/55) Installing freetype (2.12.1-r0) (38/55) Installing fontconfig (2.14.0-r0) (39/55) Installing libxft (2.3.4-r0) (40/55) Installing brotli-dev (1.0.9-r7) (41/55) Installing libpng-dev (1.6.37-r1) (42/55) Installing freetype-dev (2.12.1-r0) (43/55) Installing fontconfig-dev (2.14.0-r0) (44/55) Installing libxrender-dev (0.9.10-r3) (45/55) Installing libxft-dev (2.3.4-r0) (46/55) Installing tk (8.6.12-r0) (47/55) Installing tk-dev (8.6.12-r0) (48/55) Installing libblkid (2.38-r3) (49/55) Installing libuuid (2.38-r3) (50/55) Installing libfdisk (2.38-r3) (51/55) Installing libmount (2.38-r3) (52/55) Installing libsmartcols (2.38-r3) (53/55) Installing util-linux-misc (2.38-r3) (54/55) Installing xz-dev (5.2.5-r1) (55/55) Installing .makedepends-pypy3 (20220804.002832) Executing busybox-1.35.0-r22.trigger OK: 847 MiB in 159 packages >>> pypy3: Cleaning up srcdir >>> pypy3: Cleaning up pkgdir >>> pypy3: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pypy3.8-v7.3.9-src.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 25.4M 0 191k 0 0 1016k 0 0:00:25 --:--:-- 0:00:25 1015k 100 25.4M 100 25.4M 0 0 59.8M 0 --:--:-- --:--:-- --:--:-- 59.7M >>> pypy3: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pypy3.8-v7.3.9-src.tar.bz2 >>> pypy3: Checking sha512sums... pypy3.8-v7.3.9-src.tar.bz2: OK 0001-time.patch: OK 0002-extern-stdio.patch: OK >>> pypy3: Unpacking /var/cache/distfiles/edge/pypy3.8-v7.3.9-src.tar.bz2... >>> pypy3: 0001-time.patch patching file pypy/module/cpyext/include/Python.h >>> pypy3: 0002-extern-stdio.patch patching file rpython/rtyper/lltypesystem/rffi.py [translation:info] 2.7.18 (8e99af2f9b8e3a58dd8691378a36ef43c3139ee9, Aug 03 2022, 23:43:36) [PyPy 7.3.9 with GCC 11.2.1 20220219] [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' [translation:info] Translating target as defined by targetpypystandalone [platform:WARNING] In file included from /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/translator/c/src/thread.c:24: [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/translator/c/src/thread_pthread.c: In function 'RPyThreadStartEx': [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/translator/c/src/thread_pthread.c:121:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [platform:WARNING] 121 | return (Signed) *(Signed *) &th; [platform:WARNING] | ^~~~~~~~~~~~~~ [platform:WARNING] In file included from /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/translator/c/src/thread.c:24: [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/translator/c/src/thread_pthread.c: In function 'RPyThreadStartEx': [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/translator/c/src/thread_pthread.c:121:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [platform:WARNING] 121 | return (Signed) *(Signed *) &th; [platform:WARNING] | ^~~~~~~~~~~~~~ [translation] PyPy config object: [translation] [objspace] [std] intshortcut = True optimized_list_getitem = True withspecialisedtuple = True [usemodules] _abc = True _ast = True _cffi_backend = True _codecs = True _collections = True _continuation = True _cppyy = True _csv = True _hpy_universal = True _jitlog = True _lsprof = True _md5 = True _minimal_curses = True _multibytecodec = True _multiprocessing = True _pickle_support = True _posixsubprocess = True _pypyjson = True _random = True _rawffi = True _socket = True _sre = True _string = True _testing = True _vmprof = True _weakref = True array = True atexit = True binascii = True bz2 = True cmath = True cpyext = True errno = True faulthandler = True fcntl = True gc = True imp = True marshal = True math = True mmap = True parser = True pwd = True pyexpat = True pypyjit = True select = True signal = True struct = True symbol = True termios = True thread = True time = True token = True unicodedata = True zlib = True [translation] translate.py configuration: [translation] [translate] opt = jit targetspec = targetpypystandalone [translation] translation configuration: [translation] [translation] check_str_without_nul = True continuation = True gc = incminimark gcrootfinder = shadowstack gctransformer = framework icon = pypy.ico jit = True list_comprehension_operations = True make_jobs = 16 manifest = python.manifest rpython_translate = True secondaryentrypoints = cpyext,main shared = True thread = True type_system = lltype withsmallfuncsets = 5 [translation:info] Annotating&simplifying... [e27] {translation-task starting annotate [translation:info] with policy: pypy.tool.ann_override.PyPyAnnotatorPolicy [d05e] translation-task} [translation:info] RTyping... [d05e] {translation-task starting rtype_lltype [rtyper] specializing: 8300 / 164157 blocks (5%) [rtyper] specializing: 17300 / 172300 blocks (10%) [rtyper] specializing: 26400 / 175637 blocks (15%) [rtyper] specializing: 35900 / 179105 blocks (20%) [rtyper] specializing: 45600 / 182105 blocks (25%) [rtyper] specializing: 55000 / 183213 blocks (30%) [rtyper] specializing: 65200 / 186056 blocks (35%) [rtyper] specializing: 75000 / 187489 blocks (40%) [rtyper] specializing: 84500 / 187712 blocks (45%) [rtyper] specializing: 94400 / 188771 blocks (50%) [rtyper] specializing: 104900 / 190668 blocks (55%) [rtyper] specializing: 115800 / 192957 blocks (60%) [rtyper] specializing: 125800 / 193464 blocks (65%) [rtyper] specializing: 137000 / 195583 blocks (70%) [rtyper] specializing: 147000 / 195934 blocks (75%) [rtyper] specializing: 156800 / 195934 blocks (80%) [rtyper] specializing: 160600 / 195934 blocks (81%) [rtyper] specializing: 168600 / 195936 blocks (86%) [rtyper] specializing: 178400 / 195936 blocks (91%) [rtyper] specializing: 188100 / 195936 blocks (96%) [rtyper] -=- specialized 195936 blocks -=- [rtyper] specializing: 196000 / 196748 blocks (99%) [rtyper] specializing: 196800 / 197538 blocks (99%) [rtyper] -=- specialized 1602 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [1272b] translation-task} [translation:info] JIT compiler generation... [1272b] {translation-task starting pyjitpl_lltype [rtyper] -=- specialized 21 more blocks -=- [rtyper] -=- specialized 4 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:WARNING] type LongFloat is too large, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.interp_rawffi:446)wrap_value__read_ptr [jitcodewriter:WARNING] type LongFloat is too large, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.interp_rawffi:399)unwrap_value__write_ptr [jitcodewriter:WARNING] type LongFloat is too large, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.interp_rawffi:446)wrap_value__cast_pos [jitcodewriter:WARNING] type LongFloat is too large, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.interp_rawffi:399)unwrap_value__push_field [jitcodewriter:WARNING] type LongFloat is too large, ignoring graph [jitcodewriter:WARNING] (pypy.module._cffi_backend.misc:378)pack_float_list_to_raw_array__LongFloat [jitcodewriter:WARNING] type SignedLongLongLong is too large, ignoring graph [jitcodewriter:WARNING] (rpython.rlib.rarithmetic:864)mulmod [jitcodewriter:WARNING] type SignedLongLongLong is too large, ignoring graph [jitcodewriter:WARNING] (rpython.rlib.rarithmetic:864)mulmod [jitcodewriter:WARNING] type SignedLongLongLong is too large, ignoring graph [jitcodewriter:WARNING] (rpython.rlib.rarithmetic:864)mulmod [backendopt:removeassert] Could not remove 64 asserts, but removed 553 asserts. [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] inlined 42747 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 7884 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [rtyper] specializing: 197600 / 197805 blocks (99%) [rtyper] -=- specialized 234 more blocks -=- [jitcodewriter:info] making JitCodes... [rtyper] -=- specialized 7 more blocks -=- [rtyper] -=- specialized 6 more blocks -=- [rtyper] -=- specialized 3 more blocks -=- [rtyper] -=- specialized 6 more blocks -=- [rtyper] -=- specialized 3 more blocks -=- [rtyper] -=- specialized 4 more blocks -=- [rtyper] -=- specialized 5 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 500 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 1000 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 1500 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] specializing: 197900 / 197901 blocks (99%) [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 2000 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:info] Produced 2500 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:info] Produced 3000 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:info] Produced 3500 jitcodes [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:info] Produced 4000 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 4500 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] specializing: 198000 / 198001 blocks (99%) [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 5000 jitcodes [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 5500 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:info] Produced 6000 jitcodes [jitcodewriter:info] Produced 6500 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:info] Produced 7000 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:WARNING] ignoring hint {'access_directly': True} at [jitcodewriter:WARNING] ignoring hint {'access_directly': True, 'fresh_virtualizable': True} at [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 7500 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 8000 jitcodes [jitcodewriter:info] Produced 8500 jitcodes [jitcodewriter:info] Produced 9000 jitcodes [jitcodewriter:info] Produced 9500 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 10000 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 10500 jitcodes [jitcodewriter:info] Produced 11000 jitcodes [jitcodewriter:info] Produced 11500 jitcodes [jitcodewriter:WARNING] ignoring hint {'access_directly': True, 'fresh_virtualizable': True} at [jitcodewriter:WARNING] ignoring hint {'access_directly': True, 'fresh_virtualizable': True} at [rtyper] specializing: 198100 / 198101 blocks (99%) [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] there are 11878 JitCode instances. [rtyper] replaced 30 'jit_force_virtual' with <* delayed!force_virtual_if_necessary> [rtyper] replaced 241 'jit_force_virtualizable' with <* delayed!force_virtualizable_if_necessary> [jitcodewriter] compute_bitstrings: [jitcodewriter] 901 effectinfos: [jitcodewriter] 62 descrs for arrays [jitcodewriter] 1248 descrs for fields [jitcodewriter] 70 descrs for interiorfields [jitcodewriter] -> 832 bitstrings, mean length 24.5, max length 64 [rtyper] specializing: 198200 / 271893 blocks (72%) [rtyper] specializing: 209700 / 272336 blocks (77%) [rtyper] specializing: 228000 / 278035 blocks (82%) [rtyper] specializing: 252100 / 289767 blocks (87%) [rtyper] specializing: 267300 / 290530 blocks (92%) [rtyper] specializing: 271900 / 290530 blocks (93%) [rtyper] specializing: 284800 / 290530 blocks (98%) [rtyper] -=- specialized 92425 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [translation:info] the JIT compiler was generated [1d782] translation-task} [translation:info] lltype back-end optimisations... [1d782] {translation-task starting backendopt_lltype [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] inlined 120099 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 24990 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [216c2] translation-task} [translation:info] inserting stack checks... [216c2] {translation-task starting stackcheckinsertion_lltype [rtyper] -=- specialized 0 more blocks -=- [translation:info] inserted 2892 stack checks. [21980] translation-task} [translation:info] Creating database for generating c source... [21980] {translation-task starting database_c [rtyper] -=- specialized 21 more blocks -=- [rtyper] -=- specialized 5 more blocks -=- [rtyper] specializing: 290600 / 293384 blocks (99%) [rtyper] specializing: 293400 / 294090 blocks (99%) [rtyper] -=- specialized 3532 more blocks -=- [rtyper] specializing: 294100 / 294137 blocks (99%) [rtyper] -=- specialized 47 more blocks -=- [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] inlined 1775 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 49 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [rtyper] -=- specialized 12 more blocks -=- [rtyper] -=- specialized 22 more blocks -=- [rtyper] -=- specialized 17 more blocks -=- [rtyper] -=- specialized 11 more blocks -=- [rtyper] specializing: 294200 / 294220 blocks (99%) [rtyper] -=- specialized 21 more blocks -=- [rtyper] -=- specialized 5 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [c] 1000 nodes [ array: 574 framework rtti: 1 func: 1333 group: 1 struct: 745 ] [c] 2000 nodes [ array: 621 framework rtti: 18 func: 1653 group: 1 struct: 4529 ] [c] 3000 nodes [ array: 695 framework rtti: 21 func: 1893 group: 1 struct: 5380 ] [c] 4000 nodes [ array: 923 framework rtti: 23 func: 2055 group: 1 struct: 6194 ] [c] 5000 nodes [ array: 1448 framework rtti: 23 func: 2111 group: 1 struct: 6687 ] [c] 6000 nodes [ array: 1874 framework rtti: 23 func: 2121 group: 1 struct: 7157 ] [c] 7000 nodes [ array: 2062 framework rtti: 28 func: 2214 group: 1 struct: 9820 ] [c] 8000 nodes [ array: 2269 framework rtti: 32 func: 2346 group: 1 struct: 10497 ] [c] 9000 nodes [ array: 2508 framework rtti: 43 func: 2490 group: 1 struct: 11341 ] [c] 10000 nodes [ array: 2511 framework rtti: 72 func: 3024 group: 1 struct: 11882 ] [c] 11000 nodes [ array: 2511 framework rtti: 136 func: 3328 group: 1 struct: 12384 ] [c] 12000 nodes [ array: 3475 framework rtti: 153 func: 3740 group: 1 struct: 12789 ] [c] 13000 nodes [ array: 5475 framework rtti: 153 func: 3740 group: 1 struct: 12789 ] [c] 14000 nodes [ array: 6716 framework rtti: 157 func: 3787 group: 1 struct: 13480 ] [c] 15000 nodes [ array: 7025 framework rtti: 163 func: 3872 group: 1 struct: 19143 ] [c] 16000 nodes [ array: 7382 framework rtti: 168 func: 3946 group: 1 struct: 23913 ] [c] 17000 nodes [ array: 7553 framework rtti: 252 func: 4755 group: 1 struct: 25904 ] [c] 18000 nodes [ array: 7594 framework rtti: 390 func: 5045 group: 1 struct: 26681 ] [c] 19000 nodes [ array: 7662 framework rtti: 713 func: 5454 group: 1 struct: 27580 ] [c] 20000 nodes [ array: 7673 framework rtti: 777 func: 5538 group: 1 struct: 27689 ] [c] 21000 nodes [ array: 7673 framework rtti: 777 func: 5538 group: 1 struct: 27689 ] [c] 22000 nodes [ array: 7673 framework rtti: 777 func: 5538 group: 1 struct: 27689 ] [c] 23000 nodes [ array: 7673 framework rtti: 777 func: 5538 group: 1 struct: 27689 ] [c] 24000 nodes [ array: 7841 framework rtti: 785 func: 5626 group: 1 struct: 29035 ] [c] 25000 nodes [ array: 7975 framework rtti: 790 func: 5880 group: 1 struct: 30143 ] [c] 26000 nodes [ array: 8051 framework rtti: 791 func: 5962 group: 1 struct: 30865 ] [c] 27000 nodes [ array: 8051 framework rtti: 791 func: 5967 group: 1 struct: 30865 ] [c] 28000 nodes [ array: 8051 framework rtti: 791 func: 5972 group: 1 struct: 30865 ] [c] 29000 nodes [ array: 8051 framework rtti: 791 func: 5972 group: 1 struct: 30865 ] [c] 30000 nodes [ array: 8051 framework rtti: 791 func: 5972 group: 1 struct: 30865 ] [c] 31000 nodes [ array: 8051 framework rtti: 791 func: 5977 group: 1 struct: 30865 ] [c] 32000 nodes [ array: 8055 framework rtti: 791 func: 5987 group: 1 struct: 33434 ] [c] 33000 nodes [ array: 8055 framework rtti: 791 func: 5987 group: 1 struct: 34473 ] [c] 34000 nodes [ array: 8133 framework rtti: 792 func: 6128 group: 1 struct: 35878 ] [c] 35000 nodes [ array: 8277 framework rtti: 797 func: 6308 group: 1 struct: 36822 ] [c] 36000 nodes [ array: 8412 framework rtti: 803 func: 6495 group: 1 struct: 37590 ] [c] 37000 nodes [ array: 8553 framework rtti: 860 func: 6946 group: 1 struct: 38095 ] [c] 38000 nodes [ array: 8630 framework rtti: 909 func: 7317 group: 1 struct: 38756 ] [c] 39000 nodes [ array: 8756 framework rtti: 974 func: 7600 group: 1 struct: 39355 ] [c] 40000 nodes [ array: 9035 framework rtti: 1103 func: 7941 group: 1 struct: 40053 ] [c] 41000 nodes [ array: 9297 framework rtti: 1197 func: 8232 group: 1 struct: 40619 ] [c] 42000 nodes [ array: 9619 framework rtti: 1206 func: 8462 group: 1 struct: 41362 ] [c] 43000 nodes [ array: 9894 framework rtti: 1219 func: 8651 group: 1 struct: 42161 ] [c] 44000 nodes [ array: 10086 framework rtti: 1220 func: 8831 group: 1 struct: 43005 ] [c] 45000 nodes [ array: 10388 framework rtti: 1220 func: 8984 group: 1 struct: 43635 ] [c] 46000 nodes [ array: 10565 framework rtti: 1222 func: 9110 group: 1 struct: 43973 ] [c] 47000 nodes [ array: 10565 framework rtti: 1222 func: 9110 group: 1 struct: 43973 ] [c] 48000 nodes [ array: 10754 framework rtti: 1224 func: 9110 group: 1 struct: 44229 ] [c] 49000 nodes [ array: 11188 framework rtti: 1224 func: 9110 group: 1 struct: 44741 ] [c] 50000 nodes [ array: 11496 framework rtti: 1224 func: 9129 group: 1 struct: 45265 ] [c] 51000 nodes [ array: 11729 framework rtti: 1229 func: 9281 group: 1 struct: 45893 ] [c] 52000 nodes [ array: 11899 framework rtti: 1234 func: 9496 group: 1 struct: 46368 ] [c] 53000 nodes [ array: 12159 framework rtti: 1238 func: 9650 group: 1 struct: 46801 ] [c] 54000 nodes [ array: 12299 framework rtti: 1251 func: 9898 group: 1 struct: 47196 ] [c] 55000 nodes [ array: 12439 framework rtti: 1283 func: 10248 group: 1 struct: 47656 ] [c] 56000 nodes [ array: 16782 framework rtti: 1291 func: 10397 group: 1 struct: 50837 ] [c] 57000 nodes [ array: 16941 framework rtti: 1304 func: 10626 group: 1 struct: 51198 ] [c] 58000 nodes [ array: 17122 framework rtti: 1312 func: 10980 group: 1 struct: 51616 ] [c] 59000 nodes [ array: 17288 framework rtti: 1317 func: 11293 group: 1 struct: 51988 ] [c] 60000 nodes [ array: 17470 framework rtti: 1329 func: 11563 group: 1 struct: 52749 ] [c] 61000 nodes [ array: 17477 framework rtti: 1406 func: 11619 group: 1 struct: 53142 ] [c] 62000 nodes [ array: 17631 framework rtti: 1406 func: 11707 group: 1 struct: 53601 ] [c] 63000 nodes [ array: 17808 framework rtti: 1410 func: 11925 group: 1 struct: 101894 ] [c] 64000 nodes [ array: 18002 framework rtti: 1414 func: 12056 group: 1 struct: 102576 ] [c] 65000 nodes [ array: 18161 framework rtti: 1415 func: 12194 group: 1 struct: 103226 ] [c] 66000 nodes [ array: 18161 framework rtti: 1415 func: 12194 group: 1 struct: 103753 ] [c] 67000 nodes [ array: 18243 framework rtti: 1415 func: 12202 group: 1 struct: 104238 ] [c] 68000 nodes [ array: 18493 framework rtti: 1423 func: 12390 group: 1 struct: 105237 ] [c] 69000 nodes [ array: 18689 framework rtti: 1432 func: 12711 group: 1 struct: 105748 ] [c] 70000 nodes [ array: 18867 framework rtti: 1434 func: 12897 group: 1 struct: 106066 ] [c] 71000 nodes [ array: 19158 framework rtti: 1446 func: 13204 group: 1 struct: 107034 ] [c] 72000 nodes [ array: 19509 framework rtti: 1453 func: 13448 group: 1 struct: 107934 ] [c] 73000 nodes [ array: 19696 framework rtti: 1453 func: 13448 group: 1 struct: 108647 ] [c] 74000 nodes [ array: 19892 framework rtti: 1453 func: 13448 group: 1 struct: 109770 ] [c] 75000 nodes [ array: 20080 framework rtti: 1453 func: 13448 group: 1 struct: 110593 ] [c] 76000 nodes [ array: 20269 framework rtti: 1453 func: 13448 group: 1 struct: 111359 ] [c] 77000 nodes [ array: 20452 framework rtti: 1453 func: 13448 group: 1 struct: 112603 ] [c] 78000 nodes [ array: 20648 framework rtti: 1453 func: 13448 group: 1 struct: 113756 ] [c] 79000 nodes [ array: 20841 framework rtti: 1453 func: 13448 group: 1 struct: 114707 ] [c] 80000 nodes [ array: 21145 framework rtti: 1455 func: 13738 group: 1 struct: 115559 ] [c] 81000 nodes [ array: 21538 framework rtti: 1462 func: 14119 group: 1 struct: 116243 ] [c] 82000 nodes [ array: 21819 framework rtti: 1470 func: 14484 group: 1 struct: 116736 ] [c] 83000 nodes [ array: 22400 framework rtti: 1470 func: 14599 group: 1 struct: 117829 ] [c] 84000 nodes [ array: 22556 framework rtti: 1470 func: 14711 group: 1 struct: 118255 ] [c] 85000 nodes [ array: 22768 framework rtti: 1475 func: 14815 group: 1 struct: 154053 ] [c] 86000 nodes [ array: 22920 framework rtti: 1475 func: 14870 group: 1 struct: 154785 ] [c] 87000 nodes [ array: 23279 framework rtti: 1475 func: 15027 group: 1 struct: 155478 ] [c] 88000 nodes [ array: 23622 framework rtti: 1475 func: 15154 group: 1 struct: 156180 ] [c] 89000 nodes [ array: 23958 framework rtti: 1475 func: 15193 group: 1 struct: 156767 ] [c] 90000 nodes [ array: 24330 framework rtti: 1475 func: 15246 group: 1 struct: 157375 ] [c] 91000 nodes [ array: 24587 framework rtti: 1475 func: 15366 group: 1 struct: 157891 ] [c] 92000 nodes [ array: 24950 framework rtti: 1475 func: 15502 group: 1 struct: 158527 ] [c] 93000 nodes [ array: 25314 framework rtti: 1475 func: 15681 group: 1 struct: 159222 ] [c] 94000 nodes [ array: 25733 framework rtti: 1475 func: 15868 group: 1 struct: 159860 ] [c] 95000 nodes [ array: 26108 framework rtti: 1475 func: 16027 group: 1 struct: 160525 ] [c] 96000 nodes [ array: 26450 framework rtti: 1475 func: 16157 group: 1 struct: 161154 ] [c] 97000 nodes [ array: 26849 framework rtti: 1475 func: 16287 group: 1 struct: 161748 ] [c] 98000 nodes [ array: 27235 framework rtti: 1475 func: 16393 group: 1 struct: 162360 ] [c] 99000 nodes [ array: 27430 framework rtti: 1475 func: 16430 group: 1 struct: 163017 ] [c] 100000 nodes [ array: 27555 framework rtti: 1475 func: 16440 group: 1 struct: 163761 ] [c] 101000 nodes [ array: 27611 framework rtti: 1475 func: 16458 group: 1 struct: 164497 ] [c] 102000 nodes [ array: 27916 framework rtti: 1475 func: 16592 group: 1 struct: 165122 ] [c] 103000 nodes [ array: 28285 framework rtti: 1475 func: 16716 group: 1 struct: 165764 ] [c] 104000 nodes [ array: 28680 framework rtti: 1475 func: 16926 group: 1 struct: 166405 ] [c] 105000 nodes [ array: 29087 framework rtti: 1475 func: 17097 group: 1 struct: 167115 ] [c] 106000 nodes [ array: 29481 framework rtti: 1475 func: 17296 group: 1 struct: 167797 ] [c] 107000 nodes [ array: 29887 framework rtti: 1475 func: 17449 group: 1 struct: 168455 ] [c] 108000 nodes [ array: 30279 framework rtti: 1475 func: 17569 group: 1 struct: 169037 ] [c] 109000 nodes [ array: 30649 framework rtti: 1475 func: 17733 group: 1 struct: 169680 ] [c] 110000 nodes [ array: 31027 framework rtti: 1475 func: 17828 group: 1 struct: 170303 ] [c] 111000 nodes [ array: 31359 framework rtti: 1475 func: 17883 group: 1 struct: 170948 ] [c] 112000 nodes [ array: 31730 framework rtti: 1475 func: 18008 group: 1 struct: 171596 ] [c] 113000 nodes [ array: 32062 framework rtti: 1475 func: 18154 group: 1 struct: 172273 ] [c] 114000 nodes [ array: 32475 framework rtti: 1475 func: 18310 group: 1 struct: 172958 ] [c] 115000 nodes [ array: 32845 framework rtti: 1475 func: 18419 group: 1 struct: 173559 ] [c] 116000 nodes [ array: 33238 framework rtti: 1475 func: 18510 group: 1 struct: 174133 ] [c] 117000 nodes [ array: 33575 framework rtti: 1475 func: 18722 group: 1 struct: 174635 ] [c] 118000 nodes [ array: 33825 framework rtti: 1475 func: 18929 group: 1 struct: 174885 ] [c] 119000 nodes [ array: 34229 framework rtti: 1475 func: 19105 group: 1 struct: 175310 ] [c] 120000 nodes [ array: 34713 framework rtti: 1475 func: 19304 group: 1 struct: 175848 ] [c] 121000 nodes [ array: 35165 framework rtti: 1475 func: 19452 group: 1 struct: 176456 ] [c] 122000 nodes [ array: 35566 framework rtti: 1475 func: 19535 group: 1 struct: 177116 ] [c] 123000 nodes [ array: 35954 framework rtti: 1475 func: 19649 group: 1 struct: 177786 ] [c] 124000 nodes [ array: 35989 framework rtti: 1475 func: 19656 group: 1 struct: 178525 ] [c] 125000 nodes [ array: 36420 framework rtti: 1475 func: 19838 group: 1 struct: 179221 ] [c] 126000 nodes [ array: 36740 framework rtti: 1475 func: 19997 group: 1 struct: 179790 ] [c] 127000 nodes [ array: 37152 framework rtti: 1475 func: 20176 group: 1 struct: 180517 ] [c] 128000 nodes [ array: 37549 framework rtti: 1475 func: 20361 group: 1 struct: 181206 ] [c] 129000 nodes [ array: 37923 framework rtti: 1475 func: 20515 group: 1 struct: 181874 ] [c] 130000 nodes [ array: 38273 framework rtti: 1475 func: 20636 group: 1 struct: 182524 ] [c] 131000 nodes [ array: 38645 framework rtti: 1475 func: 20801 group: 1 struct: 183182 ] [c] 132000 nodes [ array: 38920 framework rtti: 1475 func: 20968 group: 1 struct: 183907 ] [c] 133000 nodes [ array: 39214 framework rtti: 1475 func: 21110 group: 1 struct: 184542 ] [c] 134000 nodes [ array: 39468 framework rtti: 1478 func: 21145 group: 1 struct: 185073 ] [c] 135000 nodes [ array: 39735 framework rtti: 1479 func: 21173 group: 1 struct: 185413 ] [c] 136000 nodes [ array: 39735 framework rtti: 1479 func: 21173 group: 1 struct: 185641 ] [c] 137000 nodes [ array: 40012 framework rtti: 1481 func: 21196 group: 1 struct: 186080 ] [c] 138000 nodes [ array: 40234 framework rtti: 1490 func: 21313 group: 1 struct: 186693 ] [c] 139000 nodes [ array: 40500 framework rtti: 1500 func: 21353 group: 1 struct: 187309 ] [c] 140000 nodes [ array: 40592 framework rtti: 1509 func: 21469 group: 1 struct: 187775 ] [c] 141000 nodes [ array: 40709 framework rtti: 1511 func: 21532 group: 1 struct: 188749 ] [c] 142000 nodes [ array: 40809 framework rtti: 1511 func: 21560 group: 1 struct: 189586 ] [c] 143000 nodes [ array: 40879 framework rtti: 1511 func: 21568 group: 1 struct: 189806 ] [c] 144000 nodes [ array: 40938 framework rtti: 1511 func: 21568 group: 1 struct: 189939 ] [c] 145000 nodes [ array: 40990 framework rtti: 1511 func: 21568 group: 1 struct: 190108 ] [c] 146000 nodes [ array: 41055 framework rtti: 1511 func: 21568 group: 1 struct: 190271 ] [c] 147000 nodes [ array: 41102 framework rtti: 1511 func: 21568 group: 1 struct: 190403 ] [c] 148000 nodes [ array: 41176 framework rtti: 1511 func: 21568 group: 1 struct: 190500 ] [c] 149000 nodes [ array: 41237 framework rtti: 1511 func: 21568 group: 1 struct: 190614 ] [c] 150000 nodes [ array: 41299 framework rtti: 1511 func: 21568 group: 1 struct: 190726 ] [c] 151000 nodes [ array: 41387 framework rtti: 1511 func: 21591 group: 1 struct: 191097 ] [c] 152000 nodes [ array: 41541 framework rtti: 1512 func: 21704 group: 1 struct: 191813 ] [c] 153000 nodes [ array: 41700 framework rtti: 1512 func: 21790 group: 1 struct: 192473 ] [c] 154000 nodes [ array: 41888 framework rtti: 1514 func: 21910 group: 1 struct: 193386 ] [c] 155000 nodes [ array: 42024 framework rtti: 1516 func: 22061 group: 1 struct: 201958 ] [c] 156000 nodes [ array: 42296 framework rtti: 1516 func: 22065 group: 1 struct: 202015 ] [c] 157000 nodes [ array: 42382 framework rtti: 1519 func: 22125 group: 1 struct: 205282 ] [c] 158000 nodes [ array: 42520 framework rtti: 1526 func: 22142 group: 1 struct: 205629 ] [c] 159000 nodes [ array: 42581 framework rtti: 1526 func: 22185 group: 1 struct: 205822 ] [c] 160000 nodes [ array: 42581 framework rtti: 1526 func: 22185 group: 1 struct: 206036 ] [c] 161000 nodes [ array: 42620 framework rtti: 1526 func: 22235 group: 1 struct: 206215 ] [c] 162000 nodes [ array: 42705 framework rtti: 1526 func: 22279 group: 1 struct: 206362 ] [c] 163000 nodes [ array: 42810 framework rtti: 1526 func: 22342 group: 1 struct: 206529 ] [c] 164000 nodes [ array: 42899 framework rtti: 1526 func: 22362 group: 1 struct: 206692 ] [c] 165000 nodes [ array: 42970 framework rtti: 1526 func: 22405 group: 1 struct: 206862 ] [c] 166000 nodes [ array: 43181 framework rtti: 1526 func: 22421 group: 1 struct: 206927 ] [c] 167000 nodes [ array: 43212 framework rtti: 1526 func: 22424 group: 1 struct: 206996 ] [c] 168000 nodes [ array: 43270 framework rtti: 1526 func: 22456 group: 1 struct: 207170 ] [c] 169000 nodes [ array: 43320 framework rtti: 1526 func: 22506 group: 1 struct: 207369 ] [c] 170000 nodes [ array: 43395 framework rtti: 1526 func: 22559 group: 1 struct: 207560 ] [c] 171000 nodes [ array: 43471 framework rtti: 1526 func: 22619 group: 1 struct: 207756 ] [c] 172000 nodes [ array: 43677 framework rtti: 1526 func: 22641 group: 1 struct: 207899 ] [c] 173000 nodes [ array: 43749 framework rtti: 1526 func: 22696 group: 1 struct: 208100 ] [c] 174000 nodes [ array: 43918 framework rtti: 1526 func: 22726 group: 1 struct: 208335 ] [c] 175000 nodes [ array: 44052 framework rtti: 1526 func: 22767 group: 1 struct: 208525 ] [c] 176000 nodes [ array: 44141 framework rtti: 1526 func: 22829 group: 1 struct: 208723 ] [c] 177000 nodes [ array: 44219 framework rtti: 1526 func: 22878 group: 1 struct: 208915 ] [c] 178000 nodes [ array: 44365 framework rtti: 1526 func: 22924 group: 1 struct: 209114 ] [c] 179000 nodes [ array: 44514 framework rtti: 1526 func: 22962 group: 1 struct: 209298 ] [c] 180000 nodes [ array: 44632 framework rtti: 1526 func: 22995 group: 1 struct: 209501 ] [c] 181000 nodes [ array: 44755 framework rtti: 1526 func: 23040 group: 1 struct: 209695 ] [c] 182000 nodes [ array: 44872 framework rtti: 1526 func: 23103 group: 1 struct: 209897 ] [c] 183000 nodes [ array: 45088 framework rtti: 1526 func: 23126 group: 1 struct: 210033 ] [c] 184000 nodes [ array: 45237 framework rtti: 1526 func: 23160 group: 1 struct: 210242 ] [c] 185000 nodes [ array: 45403 framework rtti: 1526 func: 23178 group: 1 struct: 210430 ] [c] 186000 nodes [ array: 45475 framework rtti: 1526 func: 23206 group: 1 struct: 210651 ] [c] 187000 nodes [ array: 45600 framework rtti: 1526 func: 23264 group: 1 struct: 210866 ] [c] 188000 nodes [ array: 45758 framework rtti: 1526 func: 23283 group: 1 struct: 211130 ] [c] 189000 nodes [ array: 45934 framework rtti: 1526 func: 23297 group: 1 struct: 211375 ] [c] 190000 nodes [ array: 46091 framework rtti: 1526 func: 23308 group: 1 struct: 211646 ] [c] 191000 nodes [ array: 46251 framework rtti: 1526 func: 23314 group: 1 struct: 211935 ] [c] 192000 nodes [ array: 46401 framework rtti: 1526 func: 23316 group: 1 struct: 212243 ] [c] 193000 nodes [ array: 46504 framework rtti: 1526 func: 23386 group: 1 struct: 212476 ] [c] 194000 nodes [ array: 47237 framework rtti: 1527 func: 23450 group: 1 struct: 212506 ] [c] 195000 nodes [ array: 47821 framework rtti: 1527 func: 23504 group: 1 struct: 212532 ] [c] 196000 nodes [ array: 48396 framework rtti: 1527 func: 23574 group: 1 struct: 212551 ] [c] 197000 nodes [ array: 48990 framework rtti: 1527 func: 23631 group: 1 struct: 212573 ] [c] 198000 nodes [ array: 49609 framework rtti: 1527 func: 23651 group: 1 struct: 212576 ] [c] 199000 nodes [ array: 50184 framework rtti: 1527 func: 23669 group: 1 struct: 212593 ] [c] 200000 nodes [ array: 50716 framework rtti: 1527 func: 23702 group: 1 struct: 212608 ] [c] 201000 nodes [ array: 51314 framework rtti: 1527 func: 23761 group: 1 struct: 212698 ] [c] 202000 nodes [ array: 51849 framework rtti: 1527 func: 23831 group: 1 struct: 212725 ] [c] 203000 nodes [ array: 52351 framework rtti: 1527 func: 23875 group: 1 struct: 212750 ] [c] 204000 nodes [ array: 52913 framework rtti: 1527 func: 23922 group: 1 struct: 212781 ] [c] 205000 nodes [ array: 53491 framework rtti: 1527 func: 23928 group: 1 struct: 212784 ] [c] 206000 nodes [ array: 54026 framework rtti: 1527 func: 23942 group: 1 struct: 212810 ] [c] 207000 nodes [ array: 54550 framework rtti: 1527 func: 23954 group: 1 struct: 212829 ] [c] 208000 nodes [ array: 55128 framework rtti: 1527 func: 23985 group: 1 struct: 212838 ] [c] 209000 nodes [ array: 56028 framework rtti: 1527 func: 23989 group: 1 struct: 212839 ] [c] 210000 nodes [ array: 56920 framework rtti: 1527 func: 23998 group: 1 struct: 212840 ] [c] 211000 nodes [ array: 57514 framework rtti: 1527 func: 24046 group: 1 struct: 212862 ] [c] 212000 nodes [ array: 58064 framework rtti: 1527 func: 24102 group: 1 struct: 212884 ] [c] 213000 nodes [ array: 58612 framework rtti: 1527 func: 24159 group: 1 struct: 212967 ] [c] 214000 nodes [ array: 59102 framework rtti: 1527 func: 24253 group: 1 struct: 213050 ] [c] 215000 nodes [ array: 59661 framework rtti: 1527 func: 24293 group: 1 struct: 213112 ] [c] 216000 nodes [ array: 60183 framework rtti: 1527 func: 24328 group: 1 struct: 213153 ] [c] 217000 nodes [ array: 60747 framework rtti: 1527 func: 24356 group: 1 struct: 213188 ] [c] 218000 nodes [ array: 61262 framework rtti: 1527 func: 24371 group: 1 struct: 213218 ] [c] 219000 nodes [ array: 61814 framework rtti: 1527 func: 24430 group: 1 struct: 213252 ] [c] 220000 nodes [ array: 62370 framework rtti: 1527 func: 24452 group: 1 struct: 213296 ] [c] 221000 nodes [ array: 62926 framework rtti: 1527 func: 24477 group: 1 struct: 213330 ] [c] 222000 nodes [ array: 63557 framework rtti: 1527 func: 24506 group: 1 struct: 213338 ] [c] 223000 nodes [ array: 64147 framework rtti: 1527 func: 24518 group: 1 struct: 213363 ] [c] 224000 nodes [ array: 64693 framework rtti: 1527 func: 24573 group: 1 struct: 213401 ] [c] 225000 nodes [ array: 65242 framework rtti: 1527 func: 24624 group: 1 struct: 213465 ] [c] 226000 nodes [ array: 65772 framework rtti: 1527 func: 24649 group: 1 struct: 213501 ] [c] 227000 nodes [ array: 66331 framework rtti: 1527 func: 24662 group: 1 struct: 213511 ] [c] 228000 nodes [ array: 66867 framework rtti: 1527 func: 24698 group: 1 struct: 213544 ] [c] 229000 nodes [ array: 67231 framework rtti: 1527 func: 24698 group: 1 struct: 213546 ] [c] 230000 nodes [ array: 67650 framework rtti: 1527 func: 24702 group: 1 struct: 213546 ] [c] 231000 nodes [ array: 68084 framework rtti: 1527 func: 24709 group: 1 struct: 213550 ] [c] 232000 nodes [ array: 68588 framework rtti: 1527 func: 24716 group: 1 struct: 213559 ] [c] 233000 nodes [ array: 69110 framework rtti: 1527 func: 24768 group: 1 struct: 213571 ] [c] 234000 nodes [ array: 69681 framework rtti: 1527 func: 24780 group: 1 struct: 213598 ] [c] 235000 nodes [ array: 70282 framework rtti: 1527 func: 24799 group: 1 struct: 213608 ] [c] 236000 nodes [ array: 71097 framework rtti: 1527 func: 24807 group: 1 struct: 213628 ] [c] 237000 nodes [ array: 71623 framework rtti: 1527 func: 24837 group: 1 struct: 213659 ] [c] 238000 nodes [ array: 72160 framework rtti: 1527 func: 24857 group: 1 struct: 213701 ] [c] 239000 nodes [ array: 72701 framework rtti: 1527 func: 24875 group: 1 struct: 213730 ] [c] 240000 nodes [ array: 73242 framework rtti: 1527 func: 24903 group: 1 struct: 213777 ] [c] 241000 nodes [ array: 73783 framework rtti: 1527 func: 24907 group: 1 struct: 213778 ] [c] 242000 nodes [ array: 74358 framework rtti: 1527 func: 24907 group: 1 struct: 213778 ] [c] 243000 nodes [ array: 74935 framework rtti: 1527 func: 24907 group: 1 struct: 213778 ] [c] 244000 nodes [ array: 75474 framework rtti: 1527 func: 24926 group: 1 struct: 213791 ] [c] 245000 nodes [ array: 76040 framework rtti: 1527 func: 25178 group: 1 struct: 213905 ] [c] 246000 nodes [ array: 76540 framework rtti: 1530 func: 25256 group: 1 struct: 214345 ] [c] 247000 nodes [ array: 76679 framework rtti: 1532 func: 25271 group: 1 struct: 215355 ] [c] 248000 nodes [ array: 76724 framework rtti: 1533 func: 25288 group: 1 struct: 216419 ] [c] 249000 nodes [ array: 76782 framework rtti: 1535 func: 25291 group: 1 struct: 217139 ] [c] 250000 nodes [ array: 77091 framework rtti: 1545 func: 25398 group: 1 struct: 219484 ] [c] 251000 nodes [ array: 77312 framework rtti: 1549 func: 25455 group: 1 struct: 219968 ] [c] 252000 nodes [ array: 77545 framework rtti: 1551 func: 25565 group: 1 struct: 220621 ] [c] 253000 nodes [ array: 77789 framework rtti: 1556 func: 25613 group: 1 struct: 221352 ] [c] 254000 nodes [ array: 78064 framework rtti: 1556 func: 25615 group: 1 struct: 221922 ] [c] 255000 nodes [ array: 78421 framework rtti: 1556 func: 25615 group: 1 struct: 222033 ] [c] 256000 nodes [ array: 78787 framework rtti: 1556 func: 25633 group: 1 struct: 222420 ] [c] 257000 nodes [ array: 78980 framework rtti: 1556 func: 25661 group: 1 struct: 223068 ] [c] 258000 nodes [ array: 79176 framework rtti: 1556 func: 25675 group: 1 struct: 223647 ] [c] 259000 nodes [ array: 79336 framework rtti: 1556 func: 25685 group: 1 struct: 224071 ] [c] 260000 nodes [ array: 79690 framework rtti: 1568 func: 25868 group: 1 struct: 224516 ] [c] 261000 nodes [ array: 80690 framework rtti: 1568 func: 25868 group: 1 struct: 224516 ] [c] 262000 nodes [ array: 81688 framework rtti: 1568 func: 25873 group: 1 struct: 224516 ] [c] 263000 nodes [ array: 82688 framework rtti: 1568 func: 25873 group: 1 struct: 224516 ] [c] 264000 nodes [ array: 83688 framework rtti: 1568 func: 25873 group: 1 struct: 224516 ] [c] 265000 nodes [ array: 84688 framework rtti: 1568 func: 25873 group: 1 struct: 224516 ] [c] 266000 nodes [ array: 85688 framework rtti: 1568 func: 25873 group: 1 struct: 224516 ] [c] 267000 nodes [ array: 86688 framework rtti: 1568 func: 25873 group: 1 struct: 224516 ] [c] 268000 nodes [ array: 87329 framework rtti: 1569 func: 25915 group: 1 struct: 224549 ] [c] 269000 nodes [ array: 87338 framework rtti: 1569 func: 25924 group: 1 struct: 227815 ] [c] 270000 nodes [ array: 87339 framework rtti: 1569 func: 25925 group: 1 struct: 231012 ] [c] 271000 nodes [ array: 87342 framework rtti: 1569 func: 26189 group: 1 struct: 234856 ] [c] 272000 nodes [ array: 87534 framework rtti: 1576 func: 26237 group: 1 struct: 236269 ] [c] 273000 nodes [ array: 88179 framework rtti: 1576 func: 26237 group: 1 struct: 237056 ] [c] 274000 nodes [ array: 88629 framework rtti: 1576 func: 26237 group: 1 struct: 238131 ] [c] 275000 nodes [ array: 89246 framework rtti: 1576 func: 26237 group: 1 struct: 240333 ] [c] 276000 nodes [ array: 89714 framework rtti: 1576 func: 26237 group: 1 struct: 242422 ] [c] 277000 nodes [ array: 90157 framework rtti: 1576 func: 26237 group: 1 struct: 245334 ] [c] 278000 nodes [ array: 90665 framework rtti: 1576 func: 26238 group: 1 struct: 248009 ] [c] 279000 nodes [ array: 91144 framework rtti: 1576 func: 26238 group: 1 struct: 251274 ] [c] 280000 nodes [ array: 91551 framework rtti: 1576 func: 26238 group: 1 struct: 254203 ] [c] 281000 nodes [ array: 92125 framework rtti: 1576 func: 26238 group: 1 struct: 257188 ] [c] 282000 nodes [ array: 92723 framework rtti: 1576 func: 26238 group: 1 struct: 261223 ] [c] 283000 nodes [ array: 93467 framework rtti: 1576 func: 26238 group: 1 struct: 264955 ] [c] 284000 nodes [ array: 94082 framework rtti: 1576 func: 26240 group: 1 struct: 269263 ] [c] 285000 nodes [ array: 94090 framework rtti: 1576 func: 26267 group: 1 struct: 271083 ] [c] 286000 nodes [ array: 94110 framework rtti: 1576 func: 26337 group: 1 struct: 273483 ] [c] 287000 nodes [ array: 94123 framework rtti: 1576 func: 26358 group: 1 struct: 275737 ] [c] 288000 nodes [ array: 94133 framework rtti: 1576 func: 26359 group: 1 struct: 278887 ] [c] 289000 nodes [ array: 94156 framework rtti: 1576 func: 26377 group: 1 struct: 280788 ] [c] 290000 nodes [ array: 94251 framework rtti: 1576 func: 26410 group: 1 struct: 282792 ] [c] 291000 nodes [ array: 94284 framework rtti: 1576 func: 26452 group: 1 struct: 285662 ] [c] 292000 nodes [ array: 94300 framework rtti: 1576 func: 26458 group: 1 struct: 288111 ] [c] 293000 nodes [ array: 94315 framework rtti: 1576 func: 26467 group: 1 struct: 290704 ] [c] 294000 nodes [ array: 94320 framework rtti: 1576 func: 26473 group: 1 struct: 291782 ] [c] 295000 nodes [ array: 94320 framework rtti: 1576 func: 26474 group: 1 struct: 292869 ] [c] 296000 nodes [ array: 94333 framework rtti: 1576 func: 26506 group: 1 struct: 294877 ] [c] 297000 nodes [ array: 94363 framework rtti: 1576 func: 26546 group: 1 struct: 297252 ] [c] 298000 nodes [ array: 94394 framework rtti: 1577 func: 26577 group: 1 struct: 299343 ] [c] 299000 nodes [ array: 94439 framework rtti: 1577 func: 26604 group: 1 struct: 302268 ] [c] 300000 nodes [ array: 94466 framework rtti: 1577 func: 26611 group: 1 struct: 305417 ] [c] 301000 nodes [ array: 94507 framework rtti: 1578 func: 26662 group: 1 struct: 308833 ] [c] 302000 nodes [ array: 94535 framework rtti: 1578 func: 26672 group: 1 struct: 312362 ] [c] 303000 nodes [ array: 94548 framework rtti: 1578 func: 26692 group: 1 struct: 315166 ] [c] 304000 nodes [ array: 94578 framework rtti: 1578 func: 26721 group: 1 struct: 317772 ] [c] 305000 nodes [ array: 94613 framework rtti: 1579 func: 26755 group: 1 struct: 321593 ] [c] 306000 nodes [ array: 94627 framework rtti: 1581 func: 26781 group: 1 struct: 324403 ] [c] 307000 nodes [ array: 94651 framework rtti: 1581 func: 26809 group: 1 struct: 326769 ] [c] 308000 nodes [ array: 94654 framework rtti: 1581 func: 26816 group: 1 struct: 328454 ] [c] 309000 nodes [ array: 94665 framework rtti: 1581 func: 26863 group: 1 struct: 330615 ] [c] 310000 nodes [ array: 94689 framework rtti: 1581 func: 26877 group: 1 struct: 334242 ] [c] 311000 nodes [ array: 94699 framework rtti: 1581 func: 26883 group: 1 struct: 335310 ] [c] 312000 nodes [ array: 94737 framework rtti: 1582 func: 26908 group: 1 struct: 338780 ] [c] 313000 nodes [ array: 94759 framework rtti: 1582 func: 26925 group: 1 struct: 342080 ] [c] 314000 nodes [ array: 94780 framework rtti: 1583 func: 26934 group: 1 struct: 345055 ] [c] 315000 nodes [ array: 94780 framework rtti: 1583 func: 26934 group: 1 struct: 347508 ] [c] 316000 nodes [ array: 94792 framework rtti: 1583 func: 26961 group: 1 struct: 349966 ] [c] 317000 nodes [ array: 94819 framework rtti: 1585 func: 27256 group: 1 struct: 353147 ] [c] 318000 nodes [ array: 94920 framework rtti: 1589 func: 27569 group: 1 struct: 354836 ] [c] 319000 nodes [ array: 94988 framework rtti: 1614 func: 27597 group: 1 struct: 356109 ] [c] 320000 nodes [ array: 95000 framework rtti: 1614 func: 27598 group: 1 struct: 356120 ] [c] 321000 nodes [ array: 95038 framework rtti: 1651 func: 27722 group: 1 struct: 357197 ] [c] 322000 nodes [ array: 95038 framework rtti: 1789 func: 27949 group: 1 struct: 357338 ] [c] 323000 nodes [ array: 95135 framework rtti: 1848 func: 28114 group: 1 struct: 358170 ] [c] 324000 nodes [ array: 95279 framework rtti: 1850 func: 28141 group: 1 struct: 358881 ] [c] 325000 nodes [ array: 95386 framework rtti: 1880 func: 28324 group: 1 struct: 359789 ] [c] 326000 nodes [ array: 95508 framework rtti: 1880 func: 28331 group: 1 struct: 360738 ] [c] 327000 nodes [ array: 95634 framework rtti: 1880 func: 28335 group: 1 struct: 361447 ] [c] 328000 nodes [ array: 95659 framework rtti: 1880 func: 28335 group: 1 struct: 361776 ] [c] 329000 nodes [ array: 95809 framework rtti: 1881 func: 28336 group: 1 struct: 362293 ] [c] 330000 nodes [ array: 95981 framework rtti: 1882 func: 28342 group: 1 struct: 362878 ] [c] 331000 nodes [ array: 96130 framework rtti: 1893 func: 28393 group: 1 struct: 363489 ] [c] 332000 nodes [ array: 96170 framework rtti: 1907 func: 28475 group: 1 struct: 363666 ] [c] 333000 nodes [ array: 96170 framework rtti: 1907 func: 28475 group: 1 struct: 363666 ] [c] 334000 nodes [ array: 96170 framework rtti: 1907 func: 28475 group: 1 struct: 363666 ] [c] 335000 nodes [ array: 96170 framework rtti: 1907 func: 28475 group: 1 struct: 363666 ] [c] 336000 nodes [ array: 96170 framework rtti: 1907 func: 28475 group: 1 struct: 363666 ] [c] 337000 nodes [ array: 96170 framework rtti: 1907 func: 28475 group: 1 struct: 363666 ] [c] 338000 nodes [ array: 96170 framework rtti: 1907 func: 28475 group: 1 struct: 363666 ] [c] 339000 nodes [ array: 96170 framework rtti: 1907 func: 28475 group: 1 struct: 363666 ] [c] 340000 nodes [ array: 96317 framework rtti: 1907 func: 28507 group: 1 struct: 364115 ] [c] 341000 nodes [ array: 96514 framework rtti: 1907 func: 28507 group: 1 struct: 364128 ] [c] 342000 nodes [ array: 96752 framework rtti: 1907 func: 28507 group: 1 struct: 364728 ] [c] 343000 nodes [ array: 96978 framework rtti: 1907 func: 28509 group: 1 struct: 365027 ] [c] 344000 nodes [ array: 97158 framework rtti: 1907 func: 28509 group: 1 struct: 365226 ] [c] 345000 nodes [ array: 97328 framework rtti: 1907 func: 28509 group: 1 struct: 365363 ] [c] 346000 nodes [ array: 97540 framework rtti: 1907 func: 28509 group: 1 struct: 365411 ] [c] 347000 nodes [ array: 97763 framework rtti: 1907 func: 28509 group: 1 struct: 365598 ] [c] 348000 nodes [ array: 97972 framework rtti: 1907 func: 28509 group: 1 struct: 365730 ] [c] 349000 nodes [ array: 98153 framework rtti: 1907 func: 28509 group: 1 struct: 365931 ] [c] 350000 nodes [ array: 98302 framework rtti: 1907 func: 28636 group: 1 struct: 366490 ] [c] 351000 nodes [ array: 98421 framework rtti: 1926 func: 28647 group: 1 struct: 366901 ] [c] 352000 nodes [ array: 98450 framework rtti: 1926 func: 28647 group: 1 struct: 367254 ] [c] 353000 nodes [ array: 98537 framework rtti: 1926 func: 28647 group: 1 struct: 367892 ] [c] 354000 nodes [ array: 98620 framework rtti: 1926 func: 28647 group: 1 struct: 368132 ] [c] 355000 nodes [ array: 98656 framework rtti: 1926 func: 28647 group: 1 struct: 368457 ] [c] 356000 nodes [ array: 98692 framework rtti: 1926 func: 28647 group: 1 struct: 368688 ] [c] 357000 nodes [ array: 98737 framework rtti: 1926 func: 28647 group: 1 struct: 369005 ] [c] 358000 nodes [ array: 98793 framework rtti: 1926 func: 28647 group: 1 struct: 369191 ] [c] 359000 nodes [ array: 98855 framework rtti: 1926 func: 28647 group: 1 struct: 369426 ] [c] 360000 nodes [ array: 98891 framework rtti: 1926 func: 28647 group: 1 struct: 369619 ] [c] 361000 nodes [ array: 98925 framework rtti: 1926 func: 28647 group: 1 struct: 369825 ] [c] 362000 nodes [ array: 98943 framework rtti: 1926 func: 28647 group: 1 struct: 370040 ] [c] 363000 nodes [ array: 98955 framework rtti: 1926 func: 28647 group: 1 struct: 370250 ] [c] 364000 nodes [ array: 98990 framework rtti: 1926 func: 28647 group: 1 struct: 370471 ] [c] 365000 nodes [ array: 99010 framework rtti: 1926 func: 28647 group: 1 struct: 370691 ] [c] 366000 nodes [ array: 99019 framework rtti: 1926 func: 28647 group: 1 struct: 371031 ] [c] 367000 nodes [ array: 99030 framework rtti: 1926 func: 28647 group: 1 struct: 371273 ] [c] 368000 nodes [ array: 99058 framework rtti: 1926 func: 28647 group: 1 struct: 371477 ] [c] 369000 nodes [ array: 99070 framework rtti: 1926 func: 28647 group: 1 struct: 371703 ] [c] 370000 nodes [ array: 99091 framework rtti: 1926 func: 28647 group: 1 struct: 371916 ] [c] 371000 nodes [ array: 99099 framework rtti: 1926 func: 28647 group: 1 struct: 372134 ] [c] 372000 nodes [ array: 99120 framework rtti: 1926 func: 28647 group: 1 struct: 372618 ] [c] 373000 nodes [ array: 99140 framework rtti: 1926 func: 28647 group: 1 struct: 372849 ] [c] 374000 nodes [ array: 99155 framework rtti: 1926 func: 28647 group: 1 struct: 373066 ] [c] 375000 nodes [ array: 99156 framework rtti: 1926 func: 28647 group: 1 struct: 373307 ] [c] 376000 nodes [ array: 99162 framework rtti: 1926 func: 28647 group: 1 struct: 373540 ] [c] 377000 nodes [ array: 99192 framework rtti: 1926 func: 28647 group: 1 struct: 373912 ] [c] 378000 nodes [ array: 99206 framework rtti: 1926 func: 28647 group: 1 struct: 374119 ] [c] 379000 nodes [ array: 99216 framework rtti: 1926 func: 28647 group: 1 struct: 374351 ] [c] 380000 nodes [ array: 99220 framework rtti: 1926 func: 28647 group: 1 struct: 374580 ] [c] 381000 nodes [ array: 99222 framework rtti: 1926 func: 28647 group: 1 struct: 374808 ] [c] 382000 nodes [ array: 99222 framework rtti: 1926 func: 28647 group: 1 struct: 375040 ] [c] 383000 nodes [ array: 99222 framework rtti: 1926 func: 28647 group: 1 struct: 375270 ] [c] 384000 nodes [ array: 99224 framework rtti: 1926 func: 28647 group: 1 struct: 375498 ] [c] 385000 nodes [ array: 99229 framework rtti: 1926 func: 28647 group: 1 struct: 375763 ] [c] 386000 nodes [ array: 99229 framework rtti: 1926 func: 28647 group: 1 struct: 375992 ] [c] 387000 nodes [ array: 99230 framework rtti: 1926 func: 28647 group: 1 struct: 376225 ] [c] 388000 nodes [ array: 99233 framework rtti: 1926 func: 28647 group: 1 struct: 376457 ] [c] 389000 nodes [ array: 99236 framework rtti: 1926 func: 28647 group: 1 struct: 376715 ] [c] 390000 nodes [ array: 99246 framework rtti: 1926 func: 28647 group: 1 struct: 376932 ] [c] 391000 nodes [ array: 99250 framework rtti: 1926 func: 28647 group: 1 struct: 377206 ] [c] 392000 nodes [ array: 99250 framework rtti: 1926 func: 28652 group: 1 struct: 377339 ] [c] 393000 nodes [ array: 99250 framework rtti: 1926 func: 28652 group: 1 struct: 377545 ] [c] 394000 nodes [ array: 99254 framework rtti: 1926 func: 28652 group: 1 struct: 377600 ] [c] 395000 nodes [ array: 99254 framework rtti: 1926 func: 28655 group: 1 struct: 377629 ] [c] 396000 nodes [ array: 99257 framework rtti: 1926 func: 28660 group: 1 struct: 377686 ] [c] 397000 nodes [ array: 99257 framework rtti: 1926 func: 28660 group: 1 struct: 377783 ] [c] 398000 nodes [ array: 99257 framework rtti: 1926 func: 28660 group: 1 struct: 377889 ] [c] 399000 nodes [ array: 99257 framework rtti: 1926 func: 28660 group: 1 struct: 377911 ] [c] 400000 nodes [ array: 99257 framework rtti: 1926 func: 28660 group: 1 struct: 377953 ] [c] 401000 nodes [ array: 99257 framework rtti: 1926 func: 28662 group: 1 struct: 378048 ] [c] 402000 nodes [ array: 99259 framework rtti: 1926 func: 28668 group: 1 struct: 378093 ] [c] 403000 nodes [ array: 99271 framework rtti: 1926 func: 28682 group: 1 struct: 378119 ] [c] 404000 nodes [ array: 99279 framework rtti: 1926 func: 28689 group: 1 struct: 380687 ] [c] 405000 nodes [ array: 99279 framework rtti: 1926 func: 28691 group: 1 struct: 380845 ] [c] 406000 nodes [ array: 99279 framework rtti: 1926 func: 28692 group: 1 struct: 380861 ] [c] 407000 nodes [ array: 99279 framework rtti: 1926 func: 28696 group: 1 struct: 380951 ] [c] 408000 nodes [ array: 99284 framework rtti: 1926 func: 28706 group: 1 struct: 380982 ] [c] 409000 nodes [ array: 99288 framework rtti: 1926 func: 28706 group: 1 struct: 380993 ] [c] 410000 nodes [ array: 99288 framework rtti: 1926 func: 28706 group: 1 struct: 380998 ] [c] 411000 nodes [ array: 99290 framework rtti: 1926 func: 28706 group: 1 struct: 381009 ] [c] 412000 nodes [ array: 99293 framework rtti: 1926 func: 28706 group: 1 struct: 381015 ] [c] 413000 nodes [ array: 99296 framework rtti: 1926 func: 28706 group: 1 struct: 381016 ] [c] 414000 nodes [ array: 99296 framework rtti: 1926 func: 28706 group: 1 struct: 381052 ] [c] 415000 nodes [ array: 99296 framework rtti: 1926 func: 28706 group: 1 struct: 381091 ] [c] 416000 nodes [ array: 99297 framework rtti: 1926 func: 28706 group: 1 struct: 381130 ] [c] 417000 nodes [ array: 99299 framework rtti: 1926 func: 28706 group: 1 struct: 381156 ] [c] 418000 nodes [ array: 99320 framework rtti: 1926 func: 28709 group: 1 struct: 381256 ] [c] 419000 nodes [ array: 99322 framework rtti: 1926 func: 28709 group: 1 struct: 381415 ] [c] 420000 nodes [ array: 99349 framework rtti: 1926 func: 28711 group: 1 struct: 381487 ] [c] 421000 nodes [ array: 99365 framework rtti: 1926 func: 28716 group: 1 struct: 381515 ] [c] 422000 nodes [ array: 99374 framework rtti: 1927 func: 28718 group: 1 struct: 381529 ] [c] 423000 nodes [ array: 99374 framework rtti: 1927 func: 28720 group: 1 struct: 381551 ] [c] 424000 nodes [ array: 99387 framework rtti: 1927 func: 28729 group: 1 struct: 381563 ] [c] 425000 nodes [ array: 99406 framework rtti: 1927 func: 28729 group: 1 struct: 381575 ] [c] 426000 nodes [ array: 99408 framework rtti: 1927 func: 28729 group: 1 struct: 381599 ] [c] 427000 nodes [ array: 99414 framework rtti: 1927 func: 28730 group: 1 struct: 381645 ] [c] 428000 nodes [ array: 99415 framework rtti: 1927 func: 28731 group: 1 struct: 381664 ] [c] 429000 nodes [ array: 99415 framework rtti: 1927 func: 28731 group: 1 struct: 381680 ] [c] 430000 nodes [ array: 99416 framework rtti: 1928 func: 28735 group: 1 struct: 381715 ] [c] 431000 nodes [ array: 99416 framework rtti: 1928 func: 28740 group: 1 struct: 381737 ] [c] 432000 nodes [ array: 99425 framework rtti: 1928 func: 28743 group: 1 struct: 381787 ] [c] 433000 nodes [ array: 99428 framework rtti: 1928 func: 28743 group: 1 struct: 381803 ] [c] 434000 nodes [ array: 99435 framework rtti: 1928 func: 28744 group: 1 struct: 381815 ] [c] 435000 nodes [ array: 99435 framework rtti: 1928 func: 28744 group: 1 struct: 381943 ] [c] 436000 nodes [ array: 99447 framework rtti: 1928 func: 28744 group: 1 struct: 381992 ] [c] 437000 nodes [ array: 99447 framework rtti: 1928 func: 28744 group: 1 struct: 382000 ] [c] 438000 nodes [ array: 99451 framework rtti: 1928 func: 28745 group: 1 struct: 382030 ] [c] 439000 nodes [ array: 99452 framework rtti: 1928 func: 28745 group: 1 struct: 382036 ] [c] 440000 nodes [ array: 99454 framework rtti: 1928 func: 28748 group: 1 struct: 382085 ] [c] 441000 nodes [ array: 99462 framework rtti: 1928 func: 28749 group: 1 struct: 382169 ] [c] 442000 nodes [ array: 99465 framework rtti: 1928 func: 28758 group: 1 struct: 382344 ] [c] 443000 nodes [ array: 99474 framework rtti: 1928 func: 28764 group: 1 struct: 382372 ] [c] 444000 nodes [ array: 99487 framework rtti: 1928 func: 28769 group: 1 struct: 382503 ] [c] 445000 nodes [ array: 99494 framework rtti: 1928 func: 28772 group: 1 struct: 382534 ] [c] 446000 nodes [ array: 99494 framework rtti: 1928 func: 28777 group: 1 struct: 382589 ] [c] 447000 nodes [ array: 99494 framework rtti: 1928 func: 28777 group: 1 struct: 382609 ] [c] 448000 nodes [ array: 99511 framework rtti: 1928 func: 28778 group: 1 struct: 382615 ] [c] 449000 nodes [ array: 99520 framework rtti: 1928 func: 28784 group: 1 struct: 382628 ] [c] 450000 nodes [ array: 99522 framework rtti: 1928 func: 28788 group: 1 struct: 382664 ] [c] 451000 nodes [ array: 99523 framework rtti: 1928 func: 28788 group: 1 struct: 382664 ] [c] 452000 nodes [ array: 99523 framework rtti: 1928 func: 28793 group: 1 struct: 382671 ] [c] 453000 nodes [ array: 99524 framework rtti: 1928 func: 28793 group: 1 struct: 382674 ] [c] 454000 nodes [ array: 99531 framework rtti: 1928 func: 28793 group: 1 struct: 382688 ] [c] 455000 nodes [ array: 99533 framework rtti: 1928 func: 28793 group: 1 struct: 382706 ] [c] 456000 nodes [ array: 99534 framework rtti: 1928 func: 28794 group: 1 struct: 382717 ] [c] 457000 nodes [ array: 99535 framework rtti: 1928 func: 28798 group: 1 struct: 382717 ] [c] 458000 nodes [ array: 99539 framework rtti: 1928 func: 28798 group: 1 struct: 382729 ] [c] 459000 nodes [ array: 99545 framework rtti: 1928 func: 28800 group: 1 struct: 382766 ] [c] 460000 nodes [ array: 99547 framework rtti: 1928 func: 28802 group: 1 struct: 382842 ] [c] 461000 nodes [ array: 99557 framework rtti: 1928 func: 28805 group: 1 struct: 382870 ] [c] 462000 nodes [ array: 99564 framework rtti: 1928 func: 28808 group: 1 struct: 382912 ] [c] 463000 nodes [ array: 99567 framework rtti: 1928 func: 28812 group: 1 struct: 382938 ] [c] 464000 nodes [ array: 99572 framework rtti: 1928 func: 28815 group: 1 struct: 383028 ] [c] 465000 nodes [ array: 99574 framework rtti: 1928 func: 28815 group: 1 struct: 383081 ] [c] 466000 nodes [ array: 99584 framework rtti: 1928 func: 28821 group: 1 struct: 383124 ] [c] 467000 nodes [ array: 99586 framework rtti: 1928 func: 28824 group: 1 struct: 383203 ] [c] 468000 nodes [ array: 99588 framework rtti: 1928 func: 28824 group: 1 struct: 383214 ] [c] 469000 nodes [ array: 99588 framework rtti: 1928 func: 28824 group: 1 struct: 383222 ] [c] 470000 nodes [ array: 99588 framework rtti: 1928 func: 28824 group: 1 struct: 383222 ] [c] 471000 nodes [ array: 99588 framework rtti: 1928 func: 28824 group: 1 struct: 383222 ] [c] 472000 nodes [ array: 99595 framework rtti: 1928 func: 28831 group: 1 struct: 383264 ] [c] 473000 nodes [ array: 99604 framework rtti: 1928 func: 28836 group: 1 struct: 383300 ] [c] 474000 nodes [ array: 99634 framework rtti: 1931 func: 28851 group: 1 struct: 383340 ] [c] 475000 nodes [ array: 99690 framework rtti: 1957 func: 29005 group: 1 struct: 383609 ] [c] 476000 nodes [ array: 99700 framework rtti: 1957 func: 29005 group: 1 struct: 383636 ] [c] 477000 nodes [ array: 99710 framework rtti: 1957 func: 29005 group: 1 struct: 383704 ] [c] 478000 nodes [ array: 99714 framework rtti: 1959 func: 29014 group: 1 struct: 383792 ] [c] 479000 nodes [ array: 99751 framework rtti: 1965 func: 29132 group: 1 struct: 384001 ] [c] 480000 nodes [ array: 99841 framework rtti: 1971 func: 29136 group: 1 struct: 384480 ] [c] 481000 nodes [ array: 99978 framework rtti: 1973 func: 29150 group: 1 struct: 385156 ] [c] 482000 nodes [ array: 100190 framework rtti: 1973 func: 29206 group: 1 struct: 385334 ] [c] 483000 nodes [ array: 100335 framework rtti: 1984 func: 29391 group: 1 struct: 385827 ] [c] 484000 nodes [ array: 100571 framework rtti: 1986 func: 29413 group: 1 struct: 386337 ] [c] 485000 nodes [ array: 100800 framework rtti: 1992 func: 29507 group: 1 struct: 386963 ] [c] 486000 nodes [ array: 101124 framework rtti: 1999 func: 29510 group: 1 struct: 387367 ] [c] 487000 nodes [ array: 101388 framework rtti: 2003 func: 29511 group: 1 struct: 387942 ] [c] 488000 nodes [ array: 101607 framework rtti: 2015 func: 29513 group: 1 struct: 388343 ] [c] 489000 nodes [ array: 101828 framework rtti: 2032 func: 29514 group: 1 struct: 388793 ] [c] 490000 nodes [ array: 102100 framework rtti: 2036 func: 29562 group: 1 struct: 389270 ] [c] 491000 nodes [ array: 102136 framework rtti: 2042 func: 29610 group: 1 struct: 389997 ] [c] 492000 nodes [ array: 102155 framework rtti: 2042 func: 29630 group: 1 struct: 391324 ] [c] 493000 nodes [ array: 102215 framework rtti: 2042 func: 29635 group: 1 struct: 392239 ] [c] 494000 nodes [ array: 102229 framework rtti: 2042 func: 29637 group: 1 struct: 392924 ] [c] 495000 nodes [ array: 102368 framework rtti: 2042 func: 29659 group: 1 struct: 393582 ] [c] 496000 nodes [ array: 102548 framework rtti: 2042 func: 29666 group: 1 struct: 394149 ] [c] 497000 nodes [ array: 102553 framework rtti: 2042 func: 29666 group: 1 struct: 394367 ] [c] 498000 nodes [ array: 102557 framework rtti: 2042 func: 29666 group: 1 struct: 394565 ] [c] 499000 nodes [ array: 102573 framework rtti: 2042 func: 29666 group: 1 struct: 394668 ] [c] 500000 nodes [ array: 102575 framework rtti: 2042 func: 29666 group: 1 struct: 394712 ] [c] 501000 nodes [ array: 102576 framework rtti: 2042 func: 29666 group: 1 struct: 394792 ] [c] 502000 nodes [ array: 102579 framework rtti: 2042 func: 29666 group: 1 struct: 394802 ] [c] 503000 nodes [ array: 102579 framework rtti: 2042 func: 29666 group: 1 struct: 394922 ] [c] 504000 nodes [ array: 102579 framework rtti: 2042 func: 29666 group: 1 struct: 394989 ] [c] 505000 nodes [ array: 102587 framework rtti: 2042 func: 29666 group: 1 struct: 395074 ] [c] 506000 nodes [ array: 102590 framework rtti: 2042 func: 29666 group: 1 struct: 395231 ] [c] 507000 nodes [ array: 102590 framework rtti: 2042 func: 29666 group: 1 struct: 395332 ] [c] 508000 nodes [ array: 102597 framework rtti: 2043 func: 29679 group: 1 struct: 395535 ] [c] 509000 nodes [ array: 102597 framework rtti: 2043 func: 29679 group: 1 struct: 395640 ] [c] 510000 nodes [ array: 102597 framework rtti: 2043 func: 29679 group: 1 struct: 395657 ] [c] 511000 nodes [ array: 102626 framework rtti: 2045 func: 29718 group: 1 struct: 395739 ] [c] 512000 nodes [ array: 102633 framework rtti: 2055 func: 29743 group: 1 struct: 395934 ] [c] 513000 nodes [ array: 102655 framework rtti: 2057 func: 29780 group: 1 struct: 401790 ] [c] 514000 nodes [ array: 102705 framework rtti: 2074 func: 29833 group: 1 struct: 402014 ] [c] 515000 nodes [ array: 102740 framework rtti: 2086 func: 29901 group: 1 struct: 402672 ] [c] 516000 nodes [ array: 103108 framework rtti: 2087 func: 29905 group: 1 struct: 402971 ] [c] 517000 nodes [ array: 103344 framework rtti: 2090 func: 30097 group: 1 struct: 404798 ] [c] 518000 nodes [ array: 103834 framework rtti: 2094 func: 30372 group: 1 struct: 408413 ] [c] 519000 nodes [ array: 104228 framework rtti: 2094 func: 30384 group: 1 struct: 408812 ] [c] 520000 nodes [ array: 104327 framework rtti: 2095 func: 30394 group: 1 struct: 409002 ] [c] 521000 nodes [ array: 104448 framework rtti: 2103 func: 30399 group: 1 struct: 409473 ] [c] 522000 nodes [ array: 104625 framework rtti: 2116 func: 30399 group: 1 struct: 409931 ] [c] 523000 nodes [ array: 104704 framework rtti: 2122 func: 30417 group: 1 struct: 410168 ] [c] 524000 nodes [ array: 105034 framework rtti: 2136 func: 30471 group: 1 struct: 411486 ] [c] 525000 nodes [ array: 105467 framework rtti: 2136 func: 30490 group: 1 struct: 412110 ] [c] 526000 nodes [ array: 105869 framework rtti: 2136 func: 30494 group: 1 struct: 412884 ] [c] 527000 nodes [ array: 106271 framework rtti: 2136 func: 30498 group: 1 struct: 413489 ] [c] 528000 nodes [ array: 106639 framework rtti: 2139 func: 30533 group: 1 struct: 413814 ] [c] 529000 nodes [ array: 106870 framework rtti: 2140 func: 30535 group: 1 struct: 413888 ] [c] 530000 nodes [ array: 107285 framework rtti: 2157 func: 30540 group: 1 struct: 413909 ] [c] 531000 nodes [ array: 107530 framework rtti: 2157 func: 30561 group: 1 struct: 414578 ] [c] 532000 nodes [ array: 107530 framework rtti: 2157 func: 30561 group: 1 struct: 415557 ] [c] 533000 nodes [ array: 107530 framework rtti: 2157 func: 30561 group: 1 struct: 416548 ] [c] 534000 nodes [ array: 107530 framework rtti: 2157 func: 30561 group: 1 struct: 417540 ] [c] 535000 nodes [ array: 107530 framework rtti: 2157 func: 30561 group: 1 struct: 417643 ] [c] 536000 nodes [ array: 107530 framework rtti: 2157 func: 30561 group: 1 struct: 418439 ] [c] 537000 nodes [ array: 107624 framework rtti: 2159 func: 30653 group: 1 struct: 418691 ] [c] 538000 nodes [ array: 107885 framework rtti: 2159 func: 30661 group: 1 struct: 418904 ] [c] 539000 nodes [ array: 108197 framework rtti: 2174 func: 30848 group: 1 struct: 419104 ] [c] 540000 nodes [ array: 109197 framework rtti: 2174 func: 30848 group: 1 struct: 419104 ] [c] 541000 nodes [ array: 109591 framework rtti: 2176 func: 30995 group: 1 struct: 419408 ] [c] 542000 nodes [ array: 109869 framework rtti: 2176 func: 30995 group: 1 struct: 419455 ] [c] 543000 nodes [ array: 109869 framework rtti: 2176 func: 30995 group: 1 struct: 419503 ] [c] 544000 nodes [ array: 109879 framework rtti: 2176 func: 31005 group: 1 struct: 419557 ] [c] 545000 nodes [ array: 109917 framework rtti: 2181 func: 31010 group: 1 struct: 420282 ] [c] 546000 nodes [ array: 110013 framework rtti: 2222 func: 31026 group: 1 struct: 420537 ] [c] 547000 nodes [ array: 110090 framework rtti: 2279 func: 31033 group: 1 struct: 420989 ] [c] 548000 nodes [ array: 110121 framework rtti: 2308 func: 31062 group: 1 struct: 421178 ] [c] 549000 nodes [ array: 110121 framework rtti: 2308 func: 31066 group: 1 struct: 421186 ] [c] 550000 nodes [ array: 110130 framework rtti: 2309 func: 31075 group: 1 struct: 421839 ] [c] 551000 nodes [ array: 110159 framework rtti: 2309 func: 31080 group: 1 struct: 422338 ] [c] 552000 nodes [ array: 110161 framework rtti: 2309 func: 31082 group: 1 struct: 422624 ] [c] 553000 nodes [ array: 110189 framework rtti: 2311 func: 31112 group: 1 struct: 423223 ] [c] 554000 nodes [ array: 110207 framework rtti: 2311 func: 31123 group: 1 struct: 423267 ] [c] 555000 nodes [ array: 110994 framework rtti: 2311 func: 31123 group: 1 struct: 423285 ] [c] 556000 nodes [ array: 111994 framework rtti: 2311 func: 31123 group: 1 struct: 423285 ] [c] 557000 nodes [ array: 112994 framework rtti: 2311 func: 31123 group: 1 struct: 423285 ] [c] 558000 nodes [ array: 113994 framework rtti: 2311 func: 31123 group: 1 struct: 423285 ] [c] 559000 nodes [ array: 114800 framework rtti: 2312 func: 31145 group: 1 struct: 423307 ] [c] 560000 nodes [ array: 114835 framework rtti: 2312 func: 31286 group: 1 struct: 423553 ] [c] 561000 nodes [ array: 114841 framework rtti: 2313 func: 31307 group: 1 struct: 423561 ] [c] 562000 nodes [ array: 115064 framework rtti: 2315 func: 31356 group: 1 struct: 423627 ] [c] 563000 nodes [ array: 115210 framework rtti: 2316 func: 31473 group: 1 struct: 423692 ] [c] 564000 nodes [ array: 115276 framework rtti: 2325 func: 31487 group: 1 struct: 423861 ] [c] 565000 nodes [ array: 115435 framework rtti: 2419 func: 31574 group: 1 struct: 424183 ] [c] 566000 nodes [ array: 115490 framework rtti: 2441 func: 31577 group: 1 struct: 424607 ] [c] 567000 nodes [ array: 115560 framework rtti: 2484 func: 31610 group: 1 struct: 424823 ] [c] 568000 nodes [ array: 115560 framework rtti: 2484 func: 31610 group: 1 struct: 424823 ] [c] 569000 nodes [ array: 115560 framework rtti: 2484 func: 31610 group: 1 struct: 424823 ] [c] 570000 nodes [ array: 115560 framework rtti: 2484 func: 31610 group: 1 struct: 424823 ] [c] 571000 nodes [ array: 115560 framework rtti: 2484 func: 31610 group: 1 struct: 424823 ] [c] 572000 nodes [ array: 115615 framework rtti: 2491 func: 31952 group: 1 struct: 425205 ] [c] 573000 nodes [ array: 115685 framework rtti: 2503 func: 32092 group: 1 struct: 425320 ] [c] 574000 nodes [ array: 115776 framework rtti: 2504 func: 32111 group: 1 struct: 425468 ] [c] 575000 nodes [ array: 115918 framework rtti: 2505 func: 32189 group: 1 struct: 426702 ] [c] 576000 nodes [ array: 115979 framework rtti: 2507 func: 32291 group: 1 struct: 426795 ] [c] 577000 nodes [ array: 115979 framework rtti: 2507 func: 32291 group: 1 struct: 426795 ] [c] 578000 nodes [ array: 116059 framework rtti: 2524 func: 32522 group: 1 struct: 427039 ] [c] 579000 nodes [ array: 116132 framework rtti: 2548 func: 33233 group: 1 struct: 427792 ] [c:database] GC transformer: finished helpers [c] 580000 nodes [ array: 116175 framework rtti: 2551 func: 33426 group: 1 struct: 429901 ] [c] 581000 nodes [ array: 116715 framework rtti: 2551 func: 33426 group: 1 struct: 430110 ] [c] 582000 nodes [ array: 117200 framework rtti: 2551 func: 33427 group: 1 struct: 430302 ] [c] 583000 nodes [ array: 117212 framework rtti: 2590 func: 33514 group: 1 struct: 430465 ] [c] 584000 nodes [ array: 117289 framework rtti: 2696 func: 33953 group: 1 struct: 430836 ] [c] 585000 nodes [ array: 117428 framework rtti: 2838 func: 34142 group: 1 struct: 431217 ] [c] 586000 nodes [ array: 117572 framework rtti: 2886 func: 34326 group: 1 struct: 431392 ] [rtyper] specializing: 294300 / 294664 blocks (99%) [rtyper] -=- specialized 439 more blocks -=- [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] inlined 20 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 16 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [c] 587000 nodes [ array: 117764 framework rtti: 2918 func: 34591 group: 1 struct: 431814 ] [c:database] GC transformer: finished tables [gctransform:info] assigned 6320 typeids [gctransform:info] added 128357 push/pop stack root instructions [gctransform:info] inserted 5966 write barrier calls [gctransform:info] inserted 6819 write_barrier_from_array calls [gctransform:info] found 4 static roots [c:database] Inlining GC helpers and postprocessing [c] 587151 nodes [ array: 117805 framework rtti: 2918 func: 34600 group: 1 struct: 431827 ] [c:database] Completed [translation:info] database for generating C source was created [29ed6] translation-task} [translation:info] Generating c source... [29ed6] {translation-task starting source_c [c:writing] structdef.h [c:writing] forwarddecl.h [c:writing] preimpl.h [c:writing] data_pypy_goal.c [c:writing] data_pypy_interpreter.c [c:writing] data_pypy_interpreter_astcompiler.c [c:writing] data_pypy_interpreter_pyparser.c [c:writing] data_pypy_module___builtin__.c [c:writing] data_pypy_module___pypy__.c [c:writing] data_pypy_module__cffi_backend.c [c:writing] data_pypy_module__codecs.c [c:writing] data_pypy_module__collections.c [c:writing] data_pypy_module__continuation.c [c:writing] data_pypy_module__cppyy.c [c:writing] data_pypy_module__cppyy_capi.c [c:writing] data_pypy_module__csv.c [c:writing] data_pypy_module__frozen_importlib.c [c:writing] data_pypy_module__hpy_universal.c [c:writing] data_pypy_module__io.c [c:writing] data_pypy_module__locale.c [c:writing] data_pypy_module__lsprof.c [c:writing] data_pypy_module__minimal_curses.c [c:writing] data_pypy_module__multibytecodec.c [c:writing] data_pypy_module__multiprocessing.c [c:writing] data_pypy_module__opcode.c [c:writing] data_pypy_module__posixsubprocess.c [c:writing] data_pypy_module__pypyjson.c [c:writing] data_pypy_module__random.c [c:writing] data_pypy_module__rawffi.c [c:writing] data_pypy_module__rawffi_alt.c [c:writing] data_pypy_module__socket.c [c:writing] data_pypy_module__sre.c [c:writing] data_pypy_module__vmprof.c [c:writing] data_pypy_module__warnings.c [c:writing] data_pypy_module__weakref.c [c:writing] data_pypy_module_array.c [c:writing] data_pypy_module_binascii.c [c:writing] data_pypy_module_bz2.c [c:writing] data_pypy_module_cmath.c [c:writing] data_pypy_module_cpyext.c [c:writing] data_pypy_module_exceptions.c [c:writing] data_pypy_module_faulthandler.c [c:writing] data_pypy_module_fcntl.c [c:writing] data_pypy_module_gc.c [c:writing] data_pypy_module_imp.c [c:writing] data_pypy_module_itertools.c [c:writing] data_pypy_module_marshal.c [c:writing] data_pypy_module_math.c [c:writing] data_pypy_module_mmap.c [c:writing] data_pypy_module_operator.c [c:writing] data_pypy_module_parser.c [c:writing] data_pypy_module_posix.c [c:writing] data_pypy_module_pwd.c [c:writing] data_pypy_module_pyexpat.c [c:writing] data_pypy_module_pypyjit.c [c:writing] data_pypy_module_select.c [c:writing] data_pypy_module_signal.c [c:writing] data_pypy_module_struct.c [c:writing] data_pypy_module_sys.c [c:writing] data_pypy_module_termios.c [c:writing] data_pypy_module_thread.c [c:writing] data_pypy_module_time.c [c:writing] data_pypy_module_unicodedata.c [c:writing] data_pypy_module_zlib.c [c:writing] data_pypy_objspace.c [c:writing] data_pypy_objspace_std.c [c:writing] data_rpython_flowspace.c [c:writing] data_rpython_jit_backend.c [c:writing] data_rpython_jit_backend_llsupport.c [c:writing] data_rpython_jit_backend_x86.c [c:writing] data_rpython_jit_codewriter.c [c:writing] data_rpython_jit_metainterp.c [c:writing] data_rpython_jit_metainterp_1.c [c:writing] data_rpython_jit_metainterp_optimizeopt.c [c:writing] data_rpython_memory_gc.c [c:writing] data_rpython_memory_gctransform.c [c:writing] data_rpython_rlib.c [c:writing] data_rpython_rlib_rjitlog.c [c:writing] data_rpython_rlib_rsre.c [c:writing] data_rpython_rlib_rstruct.c [c:writing] data_rpython_rlib_rvmprof.c [c:writing] data_rpython_rlib_unicodedata.c [c:writing] data_rpython_rlib_unicodedata_1.c [c:writing] data_rpython_rlib_unicodedata_2.c [c:writing] data_rpython_rtyper.c [c:writing] data_rpython_rtyper_1.c [c:writing] data_rpython_rtyper_lltypesystem.c [c:writing] data_rpython_translator_c.c [c:writing] nonfuncnodes.c [c:writing] nonfuncnodes_1.c [c:writing] nonfuncnodes_2.c [c:writing] nonfuncnodes_3.c [c:writing] nonfuncnodes_4.c [c:writing] nonfuncnodes_5.c [c:writing] nonfuncnodes_6.c [c:writing] nonfuncnodes_7.c [c:writing] nonfuncnodes_8.c [c:writing] nonfuncnodes_9.c [c:writing] nonfuncnodes_10.c [c:writing] nonfuncnodes_11.c [c:writing] nonfuncnodes_12.c [c:writing] nonfuncnodes_13.c [c:writing] nonfuncnodes_14.c [c:writing] nonfuncnodes_15.c [c:writing] nonfuncnodes_16.c [c:writing] nonfuncnodes_17.c [c:writing] nonfuncnodes_18.c [c:writing] nonfuncnodes_19.c [c:writing] nonfuncnodes_20.c [c:writing] nonfuncnodes_21.c [c:writing] nonfuncnodes_22.c [c:writing] nonfuncnodes_23.c [c:writing] nonfuncnodes_24.c [c:writing] nonfuncnodes_25.c [c:writing] nonfuncnodes_26.c [c:writing] nonfuncnodes_27.c [c:writing] nonfuncnodes_28.c [c:writing] nonfuncnodes_29.c [c:writing] nonfuncnodes_30.c [c:writing] nonfuncnodes_31.c [c:writing] nonfuncnodes_32.c [c:writing] nonfuncnodes_33.c [c:writing] nonfuncnodes_34.c [c:writing] nonfuncnodes_35.c [c:writing] nonfuncnodes_36.c [c:writing] nonfuncnodes_37.c [c:writing] nonfuncnodes_38.c [c:writing] nonfuncnodes_39.c [c:writing] nonfuncnodes_40.c [c:writing] nonfuncnodes_41.c [c:writing] nonfuncnodes_42.c [c:writing] nonfuncnodes_43.c [c:writing] data_pypy_interpreter_1.c [c:writing] data_pypy_module___pypy___1.c [c:writing] data_pypy_module__cffi_backend_1.c [c:writing] data_pypy_module__codecs_1.c [c:writing] data_pypy_module__continuation_1.c [c:writing] data_pypy_module__hpy_universal_1.c [c:writing] data_pypy_module__locale_1.c [c:writing] data_pypy_module__multibytecodec_1.c [c:writing] data_pypy_module__multiprocessing_1.c [c:writing] data_pypy_module__vmprof_1.c [c:writing] data_pypy_module_bz2_1.c [c:writing] data_pypy_module_cpyext_1.c [c:writing] data_pypy_module_faulthandler_1.c [c:writing] data_pypy_module_math_1.c [c:writing] data_pypy_module_posix_1.c [c:writing] data_pypy_module_pwd_1.c [c:writing] data_pypy_module_pyexpat_1.c [c:writing] data_pypy_module_signal_1.c [c:writing] data_pypy_module_sys_1.c [c:writing] data_pypy_module_thread_1.c [c:writing] data_pypy_module_time_1.c [c:writing] data_pypy_module_zlib_1.c [c:writing] data_pypy_objspace_std_1.c [c:writing] data_rpython_jit_backend_llsupport_1.c [c:writing] data_rpython_jit_backend_x86_1.c [c:writing] data_rpython_jit_metainterp_2.c [c:writing] data_rpython_memory_gc_1.c [c:writing] data_rpython_rlib_1.c [c:writing] data_rpython_rlib_rjitlog_1.c [c:writing] data_rpython_rlib_rsre_1.c [c:writing] data_rpython_rlib_rstruct_1.c [c:writing] data_rpython_rlib_rvmprof_1.c [c:writing] data_rpython_rtyper_lltypesystem_1.c [c:writing] data_rpython_rtyper_lltypesystem_module.c [c:writing] implement.c [c:writing] implement_1.c [c:writing] implement_2.c [c:writing] implement_3.c [c:writing] implement_4.c [c:writing] implement_5.c [c:writing] implement_6.c [c:writing] implement_7.c [c:writing] implement_8.c [c:writing] implement_9.c [c:writing] implement_10.c [c:writing] pypy_goal.c [c:writing] pypy_interpreter.c [c:writing] pypy_interpreter_1.c [c:writing] pypy_interpreter_2.c [c:writing] pypy_interpreter_3.c [c:writing] pypy_interpreter_4.c [c:writing] pypy_interpreter_astcompiler.c [c:writing] pypy_interpreter_astcompiler_1.c [c:writing] pypy_interpreter_astcompiler_2.c [c:writing] pypy_interpreter_astcompiler_3.c [c:writing] pypy_interpreter_astcompiler_4.c [c:writing] pypy_interpreter_astcompiler_5.c [c:writing] pypy_interpreter_pyparser.c [c:writing] pypy_module___builtin__.c [c:writing] pypy_module___pypy__.c [c:writing] pypy_module__cffi_backend.c [c:writing] pypy_module__cffi_backend_1.c [c:writing] pypy_module__codecs.c [c:writing] pypy_module__collections.c [c:writing] pypy_module__continuation.c [c:writing] pypy_module__cppyy.c [c:writing] pypy_module__cppyy_1.c [c:writing] pypy_module__cppyy_capi.c [c:writing] pypy_module__csv.c [c:writing] pypy_module__frozen_importlib.c [c:writing] pypy_module__hpy_universal.c [c:writing] pypy_module__hpy_universal_1.c [c:writing] pypy_module__io.c [c:writing] pypy_module__io_1.c [c:writing] pypy_module__jitlog.c [c:writing] pypy_module__locale.c [c:writing] pypy_module__lsprof.c [c:writing] pypy_module__md5.c [c:writing] pypy_module__minimal_curses.c [c:writing] pypy_module__multibytecodec.c [c:writing] pypy_module__multiprocessing.c [c:writing] pypy_module__opcode.c [c:writing] pypy_module__pickle_support.c [c:writing] pypy_module__posixsubprocess.c [c:writing] pypy_module__pypyjson.c [c:writing] pypy_module__random.c [c:writing] pypy_module__rawffi.c [c:writing] pypy_module__rawffi_alt.c [c:writing] pypy_module__socket.c [c:writing] pypy_module__sre.c [c:writing] pypy_module__string.c [c:writing] pypy_module__vmprof.c [c:writing] pypy_module__warnings.c [c:writing] pypy_module__weakref.c [c:writing] pypy_module_array.c [c:writing] pypy_module_binascii.c [c:writing] pypy_module_bz2.c [c:writing] pypy_module_cmath.c [c:writing] pypy_module_cpyext.c [c:writing] pypy_module_cpyext_1.c [c:writing] pypy_module_cpyext_2.c [c:writing] pypy_module_cpyext_3.c [c:writing] pypy_module_cpyext_4.c [c:writing] pypy_module_cpyext_5.c [c:writing] pypy_module_cpyext_6.c [c:writing] pypy_module_cpyext_7.c [c:writing] pypy_module_exceptions.c [c:writing] pypy_module_faulthandler.c [c:writing] pypy_module_fcntl.c [c:writing] pypy_module_gc.c [c:writing] pypy_module_imp.c [c:writing] pypy_module_itertools.c [c:writing] pypy_module_marshal.c [c:writing] pypy_module_math.c [c:writing] pypy_module_mmap.c [c:writing] pypy_module_operator.c [c:writing] pypy_module_parser.c [c:writing] pypy_module_posix.c [c:writing] pypy_module_pwd.c [c:writing] pypy_module_pyexpat.c [c:writing] pypy_module_pypyjit.c [c:writing] pypy_module_select.c [c:writing] pypy_module_signal.c [c:writing] pypy_module_struct.c [c:writing] pypy_module_sys.c [c:writing] pypy_module_termios.c [c:writing] pypy_module_thread.c [c:writing] pypy_module_time.c [c:writing] pypy_module_token.c [c:writing] pypy_module_unicodedata.c [c:writing] pypy_module_zipimport.c [c:writing] pypy_module_zlib.c [c:writing] pypy_objspace.c [c:writing] pypy_objspace_std.c [c:writing] pypy_objspace_std_1.c [c:writing] pypy_objspace_std_2.c [c:writing] pypy_objspace_std_3.c [c:writing] pypy_objspace_std_4.c [c:writing] pypy_objspace_std_5.c [c:writing] pypy_objspace_std_6.c [c:writing] pypy_objspace_std_7.c [c:writing] pypy_objspace_std_8.c [c:writing] pypy_objspace_std_9.c [c:writing] pypy_objspace_std_10.c [c:writing] rpython_flowspace.c [c:writing] rpython_jit_backend.c [c:writing] rpython_jit_backend_llsupport.c [c:writing] rpython_jit_backend_llsupport_1.c [c:writing] rpython_jit_backend_x86.c [c:writing] rpython_jit_backend_x86_1.c [c:writing] rpython_jit_backend_x86_2.c [c:writing] rpython_jit_backend_x86_3.c [c:writing] rpython_jit_codewriter.c [c:writing] rpython_jit_metainterp.c [c:writing] rpython_jit_metainterp_1.c [c:writing] rpython_jit_metainterp_2.c [c:writing] rpython_jit_metainterp_3.c [c:writing] rpython_jit_metainterp_4.c [c:writing] rpython_jit_metainterp_5.c [c:writing] rpython_jit_metainterp_6.c [c:writing] rpython_jit_metainterp_7.c [c:writing] rpython_jit_metainterp_8.c [c:writing] rpython_jit_metainterp_9.c [c:writing] rpython_jit_metainterp_optimizeopt.c [c:writing] rpython_jit_metainterp_optimizeopt_1.c [c:writing] rpython_jit_metainterp_optimizeopt_2.c [c:writing] rpython_jit_metainterp_optimizeopt_3.c [c:writing] rpython_jit_metainterp_optimizeopt_4.c [c:writing] rpython_memory.c [c:writing] rpython_memory_gc.c [c:writing] rpython_memory_gctransform.c [c:writing] rpython_rlib.c [c:writing] rpython_rlib_1.c [c:writing] rpython_rlib_2.c [c:writing] rpython_rlib_3.c [c:writing] rpython_rlib_4.c [c:writing] rpython_rlib_rjitlog.c [c:writing] rpython_rlib_rsre.c [c:writing] rpython_rlib_rstruct.c [c:writing] rpython_rlib_rvmprof.c [c:writing] rpython_rlib_unicodedata.c [c:writing] rpython_rtyper.c [c:writing] rpython_rtyper_lltypesystem.c [c:writing] rpython_rtyper_lltypesystem_1.c [c:writing] rpython_rtyper_lltypesystem_2.c [c:writing] rpython_rtyper_lltypesystem_3.c [c:writing] rpython_rtyper_lltypesystem_4.c [c:writing] rpython_rtyper_lltypesystem_module.c [c:writing] rpython_translator.c [c:writing] rpython_translator_c.c [translation:info] written: /tmp/usession-release-pypy3.8-v7.3.9-1/testing_1/testing_1.c [2dabe] translation-task} [translation:info] Compiling c source... [2dabe] {translation-task starting compile_c [platform:execute] make -j 16 in /tmp/usession-release-pypy3.8-v7.3.9-1/testing_1 [platform:WARNING] implement_10.c: In function 'pypy_g_ccall_openpty__arrayPtr_arrayPtr_arrayPtr_arrayP': [platform:WARNING] implement_10.c:30450:59: warning: passing argument 4 of 'openpty' from incompatible pointer type [-Wincompatible-pointer-types] [platform:WARNING] 30450 | l_v255801 = openpty(l_a0_379, l_a1_265, l_a2_144, l_a3_64, l_a4_33); [platform:WARNING] | ^~~~~~~ [platform:WARNING] | | [platform:WARNING] | char * [platform:WARNING] In file included from singleheader.h:132: [platform:WARNING] /usr/include/pty.h:11:35: note: expected 'const struct termios *' but argument is of type 'char *' [platform:WARNING] 11 | int openpty(int *, int *, char *, const struct termios *, const struct winsize *); [platform:WARNING] | ^~~~~~~~~~~~~~~~~~~~~~ [platform:WARNING] implement_10.c:30450:68: warning: passing argument 5 of 'openpty' from incompatible pointer type [-Wincompatible-pointer-types] [platform:WARNING] 30450 | l_v255801 = openpty(l_a0_379, l_a1_265, l_a2_144, l_a3_64, l_a4_33); [platform:WARNING] | ^~~~~~~ [platform:WARNING] | | [platform:WARNING] | char * [platform:WARNING] In file included from singleheader.h:132: [platform:WARNING] /usr/include/pty.h:11:59: note: expected 'const struct winsize *' but argument is of type 'char *' [platform:WARNING] 11 | int openpty(int *, int *, char *, const struct termios *, const struct winsize *); [platform:WARNING] | ^~~~~~~~~~~~~~~~~~~~~~ [platform:WARNING] implement_10.c: In function 'pypy_g_ccall_inet_ntop__INT_arrayPtr_arrayPtr_UINT': [platform:WARNING] implement_10.c:30476:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 30476 | l_v255809 = inet_ntop(l_a0_380, l_a1_266, l_a2_145, l_a3_65); [platform:WARNING] | ^ [platform:WARNING] implement_10.c: In function 'pypy_g_ccall_ffi_prep_closure__ffi_closurePtr_ffi_cifPt': [platform:WARNING] implement_10.c:30630:9: warning: 'ffi_prep_closure' is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations] [platform:WARNING] 30630 | l_v255861 = ffi_prep_closure(l_a0_389, l_a1_275, l_a2_150, l_a3_68); [platform:WARNING] | ^~~~~~~~~ [platform:WARNING] In file included from singleheader.h:169: [platform:WARNING] /usr/include/ffi.h:347:1: note: declared here [platform:WARNING] 347 | ffi_prep_closure (ffi_closure*, [platform:WARNING] | ^~~~~~~~~~~~~~~~ [platform:WARNING] implement_9.c: In function 'pypy_g_ccall_pthread_kill': [platform:WARNING] implement_9.c:56958:34: warning: passing argument 1 of 'pthread_kill' makes pointer from integer without a cast [-Wint-conversion] [platform:WARNING] 56958 | l_v243246 = pthread_kill(l_a0_218, l_a1_137); [platform:WARNING] | ^~~~~~~~ [platform:WARNING] | | [platform:WARNING] | Signed {aka long int} [platform:WARNING] In file included from singleheader.h:118: [platform:WARNING] /usr/include/signal.h:231:18: note: expected 'pthread_t' {aka 'struct __pthread *'} but argument is of type 'Signed' {aka 'long int'} [platform:WARNING] 231 | int pthread_kill(pthread_t, int); [platform:WARNING] | ^~~~~~~~~ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_load_cffi1_module': [platform:WARNING] pypy_module__cffi_backend.c:1860:19: warning: assignment to 'char **' from incompatible pointer type 'const char * const*' [-Wincompatible-pointer-types] [platform:WARNING] 1860 | l_v547542 = RPyField(l_src_ctx_2, includes); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g__cffi_call_python': [platform:WARNING] pypy_module__cffi_backend.c:4471:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 4471 | l_v548755 = RPyField(l_ll_externpy_1, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g_realize_c_type_or_func_now': [platform:WARNING] pypy_module__cffi_backend_1.c:3903:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 3903 | l_v573400 = RPyField(l_v573399, typenames); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_do_realize_lazy_struct': [platform:WARNING] pypy_module__cffi_backend.c:18025:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 18025 | l_v553659 = RPyField(l_v553658, fields); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:18028:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 18028 | l_cp_30 = RPyField(l_fld_0, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_W_LibObject_dir1': [platform:WARNING] pypy_module__cffi_backend.c:30536:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 30536 | l_g_2 = RPyField(l_v558574, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:30652:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 30652 | l_cp_31 = RPyField(l_v558593, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g__realize_c_struct_or_union': [platform:WARNING] pypy_module__cffi_backend_1.c:32847:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 32847 | l_v583922 = RPyField(l_v583921, struct_unions); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:32883:43: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 32883 | l_v584368 = RPyField(l_s_411, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:32931:35: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 32931 | l_v584195 = RPyField(l_s_411, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:33177:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 33177 | l_cp_36 = RPyField(l_s_411, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:33347:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 33347 | l_cp_37 = RPyField(l_s_411, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g__realize_c_enum': [platform:WARNING] pypy_module__cffi_backend_1.c:34266:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 34266 | l_v584504 = RPyField(l_v584503, enums); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:34501:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 34501 | l_p_121 = RPyField(l_e_279, enumerators); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:34526:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 34526 | l_v584564 = RPyField(l_e_279, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:34950:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 34950 | l_v584690 = RPyField(l_v584689, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g_W_FFIObject_descr_list_types': [platform:WARNING] pypy_module__cffi_backend_1.c:36024:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 36024 | l_v585118 = RPyField(l_ctx_379, typenames); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:36026:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 36026 | l_cp_39 = RPyField(l_v585119, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:36439:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 36439 | l_v585252 = RPyField(l_ctx_379, struct_unions); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:36441:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 36441 | l_cp_40 = RPyField(l_su_0, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_W_LibObject__build_attr': [platform:WARNING] pypy_module__cffi_backend.c:49029:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 49029 | l_v565503 = RPyField(l_v565484, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g_externpy_deco': [platform:WARNING] pypy_module__cffi_backend.c:49314:27: warning: assignment to 'char **' from incompatible pointer type 'void **' [-Wincompatible-pointer-types] [platform:WARNING] 49314 | l_ptr_255 = &RPyField(l_g_3, size_or_direct_fn); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:40830:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 40830 | l_v586975 = RPyField(l_ctx_380, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_W_LibObject_full_dict_copy': [platform:WARNING] pypy_module__cffi_backend.c:50193:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 50193 | l_g_4 = RPyField(l_v566031, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:50223:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 50223 | l_cp_32 = RPyField(l_v566041, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g__fetch_external_struct_or_union': [platform:WARNING] pypy_module__cffi_backend_1.c:44825:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 44825 | l_cp_41 = RPyField(l_s_415, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:45019:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 45019 | l_v588822 = RPyField(l_ctx1_0, struct_unions); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_W_FFIObject__ffi_bad_type': [platform:WARNING] pypy_module__cffi_backend.c:58158:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 58158 | l_cp_33 = RPyField(l_info_28, error_message); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:58528:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 58528 | l_cp_34 = RPyField(l_info_28, error_message); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_realize_global_int': [platform:WARNING] pypy_module__cffi_backend.c:64476:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 64476 | l_cp_35 = RPyField(l_g_6, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_W_FFIObject_fetch_int_constant': [platform:WARNING] pypy_module__cffi_backend.c:64931:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 64931 | l_v571486 = RPyField(l_v571485, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__hpy_universal_1.c: In function 'pypy_g__hpymodule_create___pypy_module__hpy_universal_h': [platform:WARNING] pypy_module__hpy_universal_1.c:7229:19: warning: assignment to 'struct pypy_array140 *' from incompatible pointer type 'cpy_PyMethodDef *' {aka 'struct PyMethodDef *'} [-Wincompatible-pointer-types] [platform:WARNING] 7229 | l_v705613 = RPyField(l_hpydef_5, legacy_methods); [platform:WARNING] | ^ [platform:WARNING] pypy_module__hpy_universal_1.c: In function 'pypy_g__hpymodule_create___pypy_module__hpy_universal_h_1': [platform:WARNING] pypy_module__hpy_universal_1.c:10053:19: warning: assignment to 'struct pypy_array140 *' from incompatible pointer type 'cpy_PyMethodDef *' {aka 'struct PyMethodDef *'} [-Wincompatible-pointer-types] [platform:WARNING] 10053 | l_v706612 = RPyField(l_hpydef_6, legacy_methods); [platform:WARNING] | ^ [platform:WARNING] pypy_module__multibytecodec.c: In function 'pypy_g_multibytecodec_encerror': [platform:WARNING] pypy_module__multibytecodec.c:5862:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 5862 | l_codec_6 = pypy_cjk_enc_getcodec(l_encodebuf_4); [platform:WARNING] | ^ [platform:WARNING] pypy_module_signal.c: In function 'pypy_g_pthread_kill': [platform:WARNING] pypy_module_signal.c:1638:35: warning: passing argument 1 of 'pthread_kill' makes pointer from integer without a cast [-Wint-conversion] [platform:WARNING] 1638 | l_res_1945 = pthread_kill(l_tid_0, l_arg_571); [platform:WARNING] | ^~~~~~~ [platform:WARNING] | | [platform:WARNING] | Signed {aka long int} [platform:WARNING] In file included from singleheader.h:118: [platform:WARNING] /usr/include/signal.h:231:18: note: expected 'pthread_t' {aka 'struct __pthread *'} but argument is of type 'Signed' {aka 'long int'} [platform:WARNING] 231 | int pthread_kill(pthread_t, int); [platform:WARNING] | ^~~~~~~~~ [platform:WARNING] pypy_module_time.c: In function 'pypy_g__gettmarg': [platform:WARNING] pypy_module_time.c:1255:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 1255 | l_old_tm_zone_0 = (&pypy_g_tm)->tm_zone; [platform:WARNING] | ^ [platform:WARNING] pypy_module_time.c: In function 'pypy_g__init_timezone': [platform:WARNING] pypy_module_time.c:6069:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 6069 | l_cp_195 = RPyField(l_res_1986, tm_zone); [platform:WARNING] | ^ [platform:WARNING] pypy_module_time.c:6349:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 6349 | l_cp_196 = RPyField(l_res_1984, tm_zone); [platform:WARNING] | ^ [platform:WARNING] pypy_module_time.c: In function 'pypy_g__tm_to_tuple': [platform:WARNING] pypy_module_time.c:9900:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 9900 | l_cp_198 = RPyField(l_t_23, tm_zone); [platform:WARNING] | ^ [platform:WARNING] pypy_objspace_std_2.c: In function 'pypy_g_W_BytearrayObject_descr_zfill': [platform:WARNING] pypy_objspace_std_2.c:9105:43: warning: self-comparison always evaluates to true [-Wtautological-compare] [platform:WARNING] 9105 | l_v1193370 = (l_selfval_3 == l_selfval_3); [platform:WARNING] | ^~ [platform:WARNING] rpython_jit_metainterp_1.c: In function 'pypy_g_get_location_str_15': [platform:WARNING] rpython_jit_metainterp_1.c:54919:44: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 54919 | l_v1566954 = RPyField(l_externpy_1, name); [platform:WARNING] | ^ [platform:WARNING] rpython_rlib_1.c: In function 'pypy_g_PacketAddress_get_haddr': [platform:WARNING] rpython_rlib_1.c:11269:28: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] [platform:WARNING] 11269 | l_v1913250 = RPyField(l_v1913213, sll_addr); [platform:WARNING] | ^ [platform:WARNING] rpython_rlib_1.c: In function 'pypy_g_PacketAddress___init__': [platform:WARNING] rpython_rlib_1.c:36038:28: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] [platform:WARNING] 36038 | l_v1922375 = RPyField(l_addr_17641, sll_addr); [platform:WARNING] | ^ [platform:WARNING] In file included from thread.c:24: [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/translator/c/src/thread_pthread.c: In function 'RPyThreadStartEx': [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/translator/c/src/thread_pthread.c:121:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [platform:WARNING] 121 | return (Signed) *(Signed *) &th; [platform:WARNING] | ^~~~~~~~~~~~~~ [platform:WARNING] vmp_stack.c: In function '_write_python_stack_entry': [platform:WARNING] vmp_stack.c:116:51: warning: passing argument 1 of 'vmprof_write_header_for_jit_addr' from incompatible pointer type [-Wincompatible-pointer-types] [platform:WARNING] 116 | *depth = vmprof_write_header_for_jit_addr(result, *depth, pc, max_depth); [platform:WARNING] | ^~~~~~ [platform:WARNING] | | [platform:WARNING] | void ** [platform:WARNING] In file included from /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/rlib/rvmprof/src/shared/vmprof.h:59, [platform:WARNING] from /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/rlib/rvmprof/src/shared/vmp_stack.h:3, [platform:WARNING] from vmp_stack.c:1: [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/rlib/rvmprof/src/rvmprof.h:44:49: note: expected 'intptr_t *' {aka 'long int *'} but argument is of type 'void **' [platform:WARNING] 44 | long vmprof_write_header_for_jit_addr(intptr_t *result, long n, [platform:WARNING] | ~~~~~~~~~~^~~~~~ [platform:WARNING] vmp_stack.c: In function 'vmp_walk_and_record_stack': [platform:WARNING] vmp_stack.c:287:54: warning: passing argument 1 of 'vmprof_write_header_for_jit_addr' from incompatible pointer type [-Wincompatible-pointer-types] [platform:WARNING] 287 | depth = vmprof_write_header_for_jit_addr(result, depth, pc, max_depth); [platform:WARNING] | ^~~~~~ [platform:WARNING] | | [platform:WARNING] | void ** [platform:WARNING] In file included from /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/rlib/rvmprof/src/shared/vmprof.h:59, [platform:WARNING] from /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/rlib/rvmprof/src/shared/vmp_stack.h:3, [platform:WARNING] from vmp_stack.c:1: [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/rlib/rvmprof/src/rvmprof.h:44:49: note: expected 'intptr_t *' {aka 'long int *'} but argument is of type 'void **' [platform:WARNING] 44 | long vmprof_write_header_for_jit_addr(intptr_t *result, long n, [platform:WARNING] | ~~~~~~~~~~^~~~~~ [platform:WARNING] faulthandler.c: In function 'pypy_faulthandler_dump_traceback': [platform:WARNING] faulthandler.c:161:49: warning: passing argument 3 of 'vmprof_get_traceback' from incompatible pointer type [-Wincompatible-pointer-types] [platform:WARNING] 161 | array_p, FRAME_DEPTH_N); [platform:WARNING] | ^~~~~~~ [platform:WARNING] | | [platform:WARNING] | intptr_t * {aka long int *} [platform:WARNING] In file included from common_header.h:163, [platform:WARNING] from faulthandler.c:17: [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/rlib/rvmprof/src/rvmprof.h:39:58: note: expected 'void **' but argument is of type 'intptr_t *' {aka 'long int *'} [platform:WARNING] 39 | RPY_EXTERN intptr_t vmprof_get_traceback(void *, void *, void**, intptr_t); [platform:WARNING] | ^~~~~~ [platform:WARNING] faulthandler.c:172:45: warning: passing argument 3 of 'vmprof_get_traceback' from incompatible pointer type [-Wincompatible-pointer-types] [platform:WARNING] 172 | array_p, FRAME_DEPTH_N); [platform:WARNING] | ^~~~~~~ [platform:WARNING] | | [platform:WARNING] | intptr_t * {aka long int *} [platform:WARNING] In file included from common_header.h:163, [platform:WARNING] from faulthandler.c:17: [platform:WARNING] /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/rpython/rlib/rvmprof/src/rvmprof.h:39:58: note: expected 'void **' but argument is of type 'intptr_t *' {aka 'long int *'} [platform:WARNING] 39 | RPY_EXTERN intptr_t vmprof_get_traceback(void *, void *, void**, intptr_t); [platform:WARNING] | ^~~~~~ [translation:info] copied: /tmp/usession-release-pypy3.8-v7.3.9-1/testing_1/pypy3-c to /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/pypy/goal/pypy3-c [translation:info] copied: /tmp/usession-release-pypy3.8-v7.3.9-1/testing_1/libpypy3-c.so to /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/pypy/goal/libpypy3-c.so [translation:info] created: /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/pypy/goal/pypy3-c [2db58] translation-task} [translation:info] Create cffi bindings for modules... [2db58] {translation-task starting build_cffi_imports /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py:180: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (No module named '_pypy_openssl') RuntimeWarning) ERROR:root:code for hash blake2b was not found. Traceback (most recent call last): File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 257, in globals()[__func_name] = __get_hash(__func_name) File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 121, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type blake2b ERROR:root:code for hash blake2s was not found. Traceback (most recent call last): File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 257, in globals()[__func_name] = __get_hash(__func_name) File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 121, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type blake2s ERROR:root:code for hash sha3_224 was not found. Traceback (most recent call last): File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 257, in globals()[__func_name] = __get_hash(__func_name) File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 121, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_224 ERROR:root:code for hash sha3_256 was not found. Traceback (most recent call last): File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 257, in globals()[__func_name] = __get_hash(__func_name) File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 121, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_256 ERROR:root:code for hash sha3_384 was not found. Traceback (most recent call last): File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 257, in globals()[__func_name] = __get_hash(__func_name) File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 121, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_384 ERROR:root:code for hash sha3_512 was not found. Traceback (most recent call last): File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 257, in globals()[__func_name] = __get_hash(__func_name) File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 121, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha3_512 ERROR:root:code for hash shake_128 was not found. Traceback (most recent call last): File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 257, in globals()[__func_name] = __get_hash(__func_name) File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 121, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type shake_128 ERROR:root:code for hash shake_256 was not found. Traceback (most recent call last): File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 257, in globals()[__func_name] = __get_hash(__func_name) File "/home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py", line 121, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type shake_256 * _pypy_util_build.py * _blake2/_blake2_build.py * _ssl_build.py unpacking archive /tmp/pypy-archives/openssl-1.1.1n.tar.gz running ./config --prefix=/usr no-shared in /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib_pypy/pypy_tools/dest/openssl-1.1.1n * _sqlite3_build.py * _audioop_build.py * _tkinter/tklib_build.py * _curses_build.py * _syslog_build.py * _gdbm_build.py * _pwdgrp_build.py * _resource_build.py * _lzma_build.py * _sha3/_sha3_build.py * _posixshmem_build.py *** failed to build the CFFI modules ['_ssl_build.py'] PyPy can still be used as long as you don't need the corresponding modules. If you do need them, please install the missing headers and libraries (see error messages just above) and then re-run the command: /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/pypy/goal/pypy3-c /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/pypy/../lib_pypy/pypy_tools/build_cffi_imports.py --embed-dependencies [2db59] translation-task} [translation:info] usession directory: /tmp/usession-release-pypy3.8-v7.3.9-1 [Timer] Timings: [Timer] annotate --- 501.1 s [Timer] rtype_lltype --- 222.7 s [Timer] pyjitpl_lltype --- 452.4 s [Timer] backendopt_lltype --- 162.3 s [Timer] stackcheckinsertion_lltype --- 7.0 s [Timer] database_c --- 342.1 s [Timer] source_c --- 154.2 s [Timer] compile_c --- 109.6 s [Timer] build_cffi_imports --- 40.3 s [Timer] =========================================== [Timer] Total: --- 1991.9 s calling create_cffi_import_libraries with "embed_dependencies" True stdout: Operating system: x86_64-whatever-linux2 You need Perl 5. stderr: calling create_cffi_import_libraries with "embed_dependencies" False /home/buildozer/aports/testing/pypy3/src/pypy3.8-v7.3.9-src/lib-python/3/hashlib.py:180: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (No module named '_pypy_openssl') RuntimeWarning) * _pypy_util_cffi_inner already built * _blake2 already built * _ssl_build.py * sqlite3 already built * audioop already built * _tkinter already built * curses already built * syslog already built * _gdbm already built * grp already built * resource already built * lzma already built * _sha3 already built * _posixshmem already built >>> pypy3: Entering fakeroot... >>> pypy3*: Running postcheck for pypy3 >>> pypy3*: Preparing package pypy3... >>> pypy3*: Stripping binaries >>> pypy3*: Scanning shared objects >>> pypy3*: Tracing dependencies... >>> ERROR: pypy3*: libpypy3-c.so: path not found so:libbz2.so.1 so:libc.musl-x86_64.so.1 so:libcrypto.so.3 so:libexpat.so.1 so:libffi.so.8 so:libgcc_s.so.1 so:libgdbm.so.6 so:liblzma.so.5 so:libncursesw.so.6 so:libpanelw.so.6 so:libsqlite3.so.0 so:libssl.so.3 so:libtcl8.6.so so:libtk8.6.so so:libz.so.1 >>> pypy3*: Package size: 80.6 MB >>> pypy3*: Compressing data... >>> pypy3*: Create checksum... >>> pypy3*: Create pypy3-7.3.9-r1.apk >>> pypy3: Build complete at Thu, 04 Aug 2022 01:03:10 +0000 elapsed time 0h 34m 40s >>> pypy3: Cleaning up srcdir >>> pypy3: Cleaning up pkgdir >>> pypy3: Uninstalling dependencies... (1/55) Purging .makedepends-pypy3 (20220804.002832) (2/55) Purging bzip2-dev (1.0.8-r1) (3/55) Purging gdbm-dev (1.23-r0) (4/55) Purging gdbm-tools (1.23-r0) (5/55) Purging libffi-dev (3.4.2-r1) (6/55) Purging linux-headers (5.16.7-r1) (7/55) Purging openssl-dev (3.0.5-r1) (8/55) Purging readline-dev (8.1.2-r0) (9/55) Purging libhistory (8.1.2-r0) (10/55) Purging readline (8.1.2-r0) (11/55) Purging sqlite-dev (3.39.2-r0) (12/55) Purging tk-dev (8.6.12-r0) (13/55) Purging libxft-dev (2.3.4-r0) (14/55) Purging fontconfig-dev (2.14.0-r0) (15/55) Purging tk (8.6.12-r0) (16/55) Purging util-linux-misc (2.38-r3) (17/55) Purging xz-dev (5.2.5-r1) (18/55) Purging expat-dev (2.4.8-r1) (19/55) Purging expat (2.4.8-r1) (20/55) Purging pypy (7.3.9-r2) (21/55) Purging gdbm (1.23-r0) (22/55) Purging libffi (3.4.2-r1) (23/55) Purging ncurses-dev (6.3_p20220729-r0) (24/55) Purging sqlite-libs (3.39.2-r0) (25/55) Purging tcl-dev (8.6.12-r1) (26/55) Purging tcl (8.6.12-r1) (27/55) Purging tzdata (2022a-r2) (28/55) Purging freetype-dev (2.12.1-r0) (29/55) Purging libpng-dev (1.6.37-r1) (30/55) Purging zlib-dev (1.2.12-r1) (31/55) Purging libxrender-dev (0.9.10-r3) (32/55) Purging libx11-dev (1.8.1-r1) (33/55) Purging xtrans (1.4.0-r1) (34/55) Purging libxcb-dev (1.15-r0) (35/55) Purging xcb-proto (1.15-r0) (36/55) Purging libxau-dev (1.0.9-r0) (37/55) Purging libxft (2.3.4-r0) (38/55) Purging libxrender (0.9.10-r3) (39/55) Purging libx11 (1.8.1-r1) (40/55) Purging libxcb (1.15-r0) (41/55) Purging libxau (1.0.9-r0) (42/55) Purging libxdmcp-dev (1.1.3-r0) (43/55) Purging libxdmcp (1.1.3-r0) (44/55) Purging xorgproto (2022.1-r0) (45/55) Purging libbsd (0.11.6-r2) (46/55) Purging libmd (1.0.4-r0) (47/55) Purging fontconfig (2.14.0-r0) (48/55) Purging freetype (2.12.1-r0) (49/55) Purging libpng (1.6.37-r1) (50/55) Purging brotli-dev (1.0.9-r7) (51/55) Purging libfdisk (2.38-r3) (52/55) Purging libmount (2.38-r3) (53/55) Purging libblkid (2.38-r3) (54/55) Purging libuuid (2.38-r3) (55/55) Purging libsmartcols (2.38-r3) Executing busybox-1.35.0-r22.trigger OK: 715 MiB in 104 packages >>> pypy3: Updating the testing/x86_64 repository index... >>> pypy3: Signing the index...