>>> pypy: Building testing/pypy 7.3.9-r0 (using abuild 3.9.0-r0) started Sun, 01 May 2022 05:42:54 +0000 >>> pypy: Checking sanity of /home/buildozer/aports/testing/pypy/APKBUILD... >>> pypy: Analyzing dependencies... >>> pypy: Installing for build: build-base bzip2-dev expat-dev gdbm-dev libc-dev libffi-dev linux-headers ncurses-dev openssl-dev perl pkgconf py3-virtualenv pypy-bootstrap readline-dev rsync sqlite-dev tk-dev util-linux-misc xz-dev zlib-dev (1/66) Installing libbz2 (1.0.8-r1) (2/66) Installing bzip2-dev (1.0.8-r1) (3/66) Installing expat-dev (2.4.8-r0) (4/66) Installing gdbm (1.23-r0) (5/66) Installing gdbm-tools (1.23-r0) (6/66) Installing gdbm-dev (1.23-r0) (7/66) Installing linux-headers (5.16.7-r1) (8/66) Installing libffi (3.4.2-r1) (9/66) Installing libffi-dev (3.4.2-r1) (10/66) Installing ncurses-dev (6.3_p20220423-r0) (11/66) Installing openssl-dev (1.1.1n-r0) (12/66) Installing perl (5.34.1-r0) (13/66) Installing xz-libs (5.2.5-r1) (14/66) Installing mpdecimal (2.5.1-r1) (15/66) Installing readline (8.1.2-r0) (16/66) Installing sqlite-libs (3.38.3-r0) (17/66) Installing python3 (3.10.4-r0) (18/66) Installing py3-appdirs (1.4.4-r3) (19/66) Installing py3-distlib (0.3.4-r1) (20/66) Installing py3-filelock (3.4.2-r0) (21/66) Installing py3-six (1.16.0-r1) (22/66) Installing py3-virtualenv (20.14.1-r0) (23/66) Installing tcl (8.6.12-r0) (24/66) Installing libxau (1.0.9-r0) (25/66) Installing libmd (1.0.4-r0) (26/66) Installing libbsd (0.11.6-r2) (27/66) Installing libxdmcp (1.1.3-r0) (28/66) Installing libxcb (1.14-r2) (29/66) Installing libx11 (1.7.5-r0) (30/66) Installing libxrender (0.9.10-r3) (31/66) Installing libpng (1.6.37-r1) (32/66) Installing freetype (2.11.1-r1) (33/66) Installing fontconfig (2.14.0-r0) (34/66) Installing libxft (2.3.4-r0) (35/66) Installing tk (8.6.12-r0) (36/66) Installing pypy-stage0 (7.3.9-r0) (37/66) Installing libhistory (8.1.2-r0) (38/66) Installing readline-dev (8.1.2-r0) (39/66) Installing sqlite-dev (3.38.3-r0) (40/66) Installing zlib-dev (1.2.12-r1) (41/66) Installing tcl-dev (8.6.12-r0) (42/66) Installing xorgproto (2021.5-r0) (43/66) Installing libxau-dev (1.0.9-r0) (44/66) Installing xcb-proto (1.14.1-r3) (45/66) Installing libxdmcp-dev (1.1.3-r0) (46/66) Installing libxcb-dev (1.14-r2) (47/66) Installing xtrans (1.4.0-r1) (48/66) Installing libx11-dev (1.7.5-r0) (49/66) Installing brotli-dev (1.0.9-r6) (50/66) Installing libpng-dev (1.6.37-r1) (51/66) Installing freetype-dev (2.11.1-r1) (52/66) Installing fontconfig-dev (2.14.0-r0) (53/66) Installing libxrender-dev (0.9.10-r3) (54/66) Installing libxft-dev (2.3.4-r0) (55/66) Installing tk-dev (8.6.12-r0) (56/66) Installing libblkid (2.38-r1) (57/66) Installing libuuid (2.38-r1) (58/66) Installing libfdisk (2.38-r1) (59/66) Installing libmount (2.38-r1) (60/66) Installing libsmartcols (2.38-r1) (61/66) Installing util-linux-misc (2.38-r1) (62/66) Installing xz-dev (5.2.5-r1) (63/66) Installing .makedepends-pypy (20220501.054255) (64/66) Installing perl-error (0.17029-r1) (65/66) Installing perl-git (2.36.0-r0) (66/66) Installing git-perl (2.36.0-r0) Executing busybox-1.35.0-r10.trigger OK: 471 MiB in 155 packages >>> pypy: Cleaning up srcdir >>> pypy: Cleaning up pkgdir >>> pypy: Fetching https://distfiles.alpinelinux.org/distfiles/edge//pypy2.7-v7.3.9-src.tar.bz2 >>> pypy: Fetching https://distfiles.alpinelinux.org/distfiles/edge//pypy2.7-v7.3.9-src.tar.bz2 >>> pypy: Checking sha512sums... pypy2.7-v7.3.9-src.tar.bz2: OK >>> pypy: Unpacking /var/cache/distfiles/edge/pypy2.7-v7.3.9-src.tar.bz2... [translation:info] 2.7.18 (8e99af2f9b8e3a58dd8691378a36ef43c3139ee9, Apr 30 2022, 10:00:52) [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/pypy/src/pypy2.7-v7.3.9-src/rpython/translator/c/src/thread.c:24: [platform:WARNING] /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/rpython/translator/c/src/thread_pthread.c: In function 'RPyThreadStartEx': [platform:WARNING] /home/buildozer/aports/testing/pypy/src/pypy2.7-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/pypy/src/pypy2.7-v7.3.9-src/rpython/translator/c/src/thread.c:24: [platform:WARNING] /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/rpython/translator/c/src/thread_pthread.c: In function 'RPyThreadStartEx': [platform:WARNING] /home/buildozer/aports/testing/pypy/src/pypy2.7-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] __pypy__ = True _ast = True _cffi_backend = True _codecs = True _collections = True _continuation = True _cppyy = True _csv = True _io = True _jitlog = True _locale = True _lsprof = True _md5 = True _minimal_curses = True _multibytecodec = True _multiprocessing = True _pickle_support = True _pypyjson = True _random = True _rawffi = True _sha = True _socket = True _sre = True _testing = True _weakref = True array = True binascii = True bz2 = True cStringIO = True cmath = True cpyext = True errno = True fcntl = True gc = True imp = True marshal = True math = True micronumpy = True mmap = True operator = 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 zipimport = 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... [7c0] {translation-task starting annotate [translation:info] with policy: pypy.tool.ann_override.PyPyAnnotatorPolicy [db82] translation-task} [translation:info] RTyping... [db82] {translation-task starting rtype_lltype [rtyper] specializing: 9600 / 191255 blocks (5%) [rtyper] specializing: 19500 / 194808 blocks (10%) [rtyper] specializing: 29800 / 198420 blocks (15%) [rtyper] specializing: 40800 / 203839 blocks (20%) [rtyper] specializing: 51100 / 204024 blocks (25%) [rtyper] specializing: 61700 / 205429 blocks (30%) [rtyper] specializing: 72700 / 207647 blocks (35%) [rtyper] specializing: 84000 / 209923 blocks (40%) [rtyper] specializing: 95400 / 211796 blocks (45%) [rtyper] specializing: 107200 / 214393 blocks (50%) [rtyper] specializing: 120100 / 218227 blocks (55%) [rtyper] specializing: 132000 / 219997 blocks (60%) [rtyper] specializing: 143300 / 220395 blocks (65%) [rtyper] specializing: 154600 / 220781 blocks (70%) [rtyper] specializing: 167800 / 223671 blocks (75%) [rtyper] specializing: 179000 / 223671 blocks (80%) [rtyper] specializing: 186600 / 223671 blocks (83%) [rtyper] specializing: 196900 / 223671 blocks (88%) [rtyper] specializing: 208100 / 223671 blocks (93%) [rtyper] specializing: 219200 / 223671 blocks (98%) [rtyper] -=- specialized 223671 blocks -=- [rtyper] specializing: 223700 / 224463 blocks (99%) [rtyper] specializing: 224500 / 225175 blocks (99%) [rtyper] -=- specialized 1504 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [146ab] translation-task} [translation:info] JIT compiler generation... [146ab] {translation-task starting pyjitpl_lltype [rtyper] -=- specialized 21 more blocks -=- [rtyper] specializing: 225200 / 225202 blocks (99%) [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 SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cffi_backend.misc:68)_read_raw_float_data_tp__arrayPtr [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)real__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)real__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1241)box_component__float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1282)ComplexLong.read [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:219)ObjectType.read [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1282)ComplexLong.read [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:219)ObjectType.read [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:228)ObjectType.store [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:228)ObjectType.store [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1287)ComplexLong._write [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_uint [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_uint [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_uint [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_uint [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_uint32 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_uint32 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_uint32 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_uint32 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_USHORT [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_USHORT [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_USHORT [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_USHORT [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_UCHAR [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_UCHAR [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_UCHAR [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_UCHAR [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_int32 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_int32 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_int32 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_int32 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_SHORT [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_SHORT [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_SHORT [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_SHORT [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_SIGNEDCHAR [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_SIGNEDCHAR [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__r_SIGNEDCHAR [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__r_SIGNEDCHAR [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__bool [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__bool [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__bool [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__bool [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:232)ObjectType.fill [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cffi_backend.misc:99)_write_raw_float_data_tp__SingleFloat_arrayPtr [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cffi_backend.misc:368)pack_float_list_to_raw_array__SingleFloat [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (rpython.rlib.jit_libffi:194)_do_ffi_call_singlefloat [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)gt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)gt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:89)W_BoolBox.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:119)W_Complex64Box.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:89)W_BoolBox.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:119)W_Complex64Box.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2726)W_Float32Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2750)W_Complex64Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2726)W_Float32Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2750)W_Complex64Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)le__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)le__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:237)ObjectType.runpack_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:237)ObjectType.runpack_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1257)ComplexLong.composite [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1155)W_ArrayTypef.setitem_slice [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.interp_rawffi:401)unwrap_value__write_ptr [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:344)FloatConverter.from_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:344)FloatConverter.from_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.executor:83)BasicExecutor.execute [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.executor:83)BasicExecutor.execute [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:215)FloatConverter.convert_argument_libffi [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:243)ConstFloatRefConverter.convert_argument_libffi [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:215)FloatConverter.convert_argument_libffi [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:243)ConstFloatRefConverter.convert_argument_libffi [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:219)FloatConverter.default_argument_libffi [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:219)FloatConverter.default_argument_libffi [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.executor:87)BasicExecutor.execute_libffi [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.executor:87)BasicExecutor.execute_libffi [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.executor:104)LongDoubleRefExecutor._wrap_reference [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.executor:104)LongDoubleRefExecutor._wrap_reference [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:263)FloatConverter.convert_argument [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:263)FloatConverter.convert_argument [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:344)FloatConverter.from_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:344)FloatConverter.from_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.interp_rawffi:445)wrap_value__read_ptr [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.alt.type_converter:72)FromAppLevelConverter._singlefloat [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.alt.type_converter:269)ToAppLevelConverter._singlefloat [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (rpython.rlib.libffi:208)SingleFloatArg.push [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:231)FloatConverter.to_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:231)FloatConverter.to_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:231)FloatConverter.to_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:231)FloatConverter.to_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:344)FloatConverter.from_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:344)FloatConverter.from_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cffi_backend.misc:393)unpack_cfloat_list_from_raw_array [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (rpython.rlib.rstruct.standardfmttable:268)unpack_ieee__pypy_module_struct_formatiterator_UnpackFormatIterator [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (rpython.rlib.rstruct.standardfmttable:268)unpack_ieee__pypy_module_struct_formatiterator_UnpackFormatIterator [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (rpython.rlib.rstruct.nativefmttable:39)pack_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.interp_rawffi:445)wrap_value__cast_pos [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1113)W_ArrayTypef.descr_insert [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1113)W_ArrayTypef.descr_insert [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1099)W_ArrayTypef.descr_pop [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1099)W_ArrayTypef.descr_pop [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1027)W_ArrayTypef.extend [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:979)W_ArrayTypef.fromsequence [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:89)W_BoolBox.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:119)W_Complex64Box.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:877)round__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:877)round__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:877)round__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:877)round__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:223)ObjectType.read_bool [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:223)ObjectType.read_bool [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1274)ComplexLong._read [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2726)W_Float32Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2750)W_Complex64Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2726)W_Float32Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2750)W_Complex64Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)logaddexp2__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)logaddexp2__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)logaddexp__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)logaddexp__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)floordiv__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)floordiv__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)logical_or__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)logical_or__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)logical_xor__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)logical_xor__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)logical_and__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)logical_and__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)sub__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)sub__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)mul__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)mul__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)mod__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)mod__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)min__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)min__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)max__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)max__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)fmod__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)fmod__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)fmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)fmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)fmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)fmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)div__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)div__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)div__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)div__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)copysign__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)copysign__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)arctan2__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)arctan2__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)pow__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)pow__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__int_int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__int_int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)ge__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)ge__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)add__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)add__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)le__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)le__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)eq__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)eq__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)ne__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)ne__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)gt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)gt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._rawffi.interp_rawffi:401)unwrap_value__push_field [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:979)W_ArrayTypef.fromsequence [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1146)W_ArrayTypef.setitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1146)W_ArrayTypef.setitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1155)W_ArrayTypef.setitem_slice [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:979)W_ArrayTypef.fromsequence [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1099)W_ArrayTypef.descr_pop [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1099)W_ArrayTypef.descr_pop [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1027)W_ArrayTypef.extend [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1084)W_ArrayTypef.descr_append [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1084)W_ArrayTypef.descr_append [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1131)W_ArrayTypef.getitem_slice [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1093)W_ArrayTypef.descr_reverse [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1093)W_ArrayTypef.descr_reverse [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)imag__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)imag__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1241)box_component__float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)pos__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)pos__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)imag__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)imag__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)real__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)real__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)log1p__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)log1p__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)log10__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)log10__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)log2__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)log2__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)log__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)log__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)logical_not__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)logical_not__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)isfinite__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)isfinite__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)isinf__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)isinf__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)isnan__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)isnan__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)tanh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)tanh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)tan__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)tan__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)square__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)square__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)sqrt__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)sqrt__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)sinh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)sinh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)sin__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)sin__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)signbit__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)signbit__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)sign__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)sign__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)rint__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)rint__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)reciprocal__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)reciprocal__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)degrees__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)degrees__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)radians__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)radians__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)neg__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)neg__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)trunc__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)trunc__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)ceil__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)ceil__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)floor__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)floor__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)fabs__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)fabs__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)expm1__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)expm1__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)exp2__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)exp2__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)exp__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)exp__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)cosh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)cosh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)cos__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)cos__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)conj__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)conj__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arctanh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arctanh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arcsinh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arcsinh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arccosh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arccosh__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arctan__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arctan__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arcsin__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arcsin__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arccos__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)arccos__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1246)box_complex__float_float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)abs__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:57)abs__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1241)box_component__float [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [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 [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:89)W_BoolBox.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:119)W_Complex64Box.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:89)W_BoolBox.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:119)W_Complex64Box.raw_str [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:753)FloatLong.str_format [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:753)FloatLong.str_format [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:753)FloatLong.str_format [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:753)FloatLong.str_format [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:753)FloatLong.str_format [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:753)FloatLong.str_format [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:344)FloatConverter.from_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:344)FloatConverter.from_memory [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1174)ComplexLong.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:192)ObjectType.coerce_subtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1252)ComplexLong.box_raw_data [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:173)ObjectType.box_raw_data [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1252)ComplexLong.box_raw_data [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:173)ObjectType.box_raw_data [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module._cppyy.converter:335)FloatConverter.__init__ [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2726)W_Float32Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2750)W_Complex64Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2726)W_Float32Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:2750)W_Complex64Box.min_dtype [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:743)FloatLong.to_builtin_type [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:743)FloatLong.to_builtin_type [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1264)ComplexLong.unbox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1206)for_computation [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1084)W_ArrayTypef.descr_append [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1084)W_ArrayTypef.descr_append [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)le__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)le__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)lt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)gt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)gt__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)mul__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)mul__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)add__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:103)add__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:877)round__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:877)round__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:164)box__int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1235)box__int [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmax__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:129)argmin__pypy_module_micronumpy_boxes_W_GenericBox_pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:93)bool__pypy_module_micronumpy_boxes_W_GenericBox [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:1231)ComplexLong.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.types:263)ObjectType.byteswap [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.array.interp_array:1050)W_ArrayTypef.w_getitem [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:83)W_BoolBox.convert_to [jitcodewriter:WARNING] type SingleFloat not supported, ignoring graph [jitcodewriter:WARNING] (pypy.module.micronumpy.boxes:110)W_Complex64Box.convert_to [backendopt:removeassert] Could not remove 85 asserts, but removed 621 asserts. [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] inlined 51183 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 7087 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [rtyper] specializing: 225300 / 225534 blocks (99%) [rtyper] -=- specialized 326 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 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] specializing: 225600 / 225600 blocks (100%) [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 500 jitcodes [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:WARNING] ignoring hint {'access_directly': True, 'fresh_virtualizable': True} at [jitcodewriter:info] Produced 1000 jitcodes [jitcodewriter:info] Produced 1500 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 0 more blocks -=- [rtyper] -=- specialized 0 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 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 -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] specializing: 225700 / 225700 blocks (100%) [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 2500 jitcodes [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 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:WARNING] ignoring hint {'access_directly': True, 'fresh_virtualizable': True} at [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 3000 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 0 more blocks -=- [jitcodewriter:info] Produced 3500 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 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 4000 jitcodes [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 -=- [jitcodewriter:info] Produced 4500 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 -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] specializing: 225800 / 225800 blocks (100%) [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 5000 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 -=- [jitcodewriter:info] Produced 5500 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 6000 jitcodes [jitcodewriter:info] Produced 6500 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 7000 jitcodes [jitcodewriter:info] Produced 7500 jitcodes [jitcodewriter:info] Produced 8000 jitcodes [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:info] Produced 8500 jitcodes [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 9000 jitcodes [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [jitcodewriter:info] Produced 9500 jitcodes [rtyper] -=- specialized 0 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 -=- [jitcodewriter:info] Produced 10500 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 2 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 11000 jitcodes [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 -=- [jitcodewriter:info] Produced 11500 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 -=- [jitcodewriter:WARNING] ignoring hint {'access_directly': True, 'fresh_virtualizable': True} at [jitcodewriter:info] Produced 12000 jitcodes [jitcodewriter:info] Produced 12500 jitcodes [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 13000 jitcodes [jitcodewriter:info] Produced 13500 jitcodes [jitcodewriter:WARNING] ignoring hint {'access_directly': True} at [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] Produced 14000 jitcodes [rtyper] -=- specialized 2 more blocks -=- [jitcodewriter:info] there are 14248 JitCode instances. [rtyper] replaced 39 'jit_force_virtual' with <* delayed!force_virtual_if_necessary> [rtyper] replaced 268 'jit_force_virtualizable' with <* delayed!force_virtualizable_if_necessary> [jitcodewriter] compute_bitstrings: [jitcodewriter] 942 effectinfos: [jitcodewriter] 65 descrs for arrays [jitcodewriter] 1364 descrs for fields [jitcodewriter] 70 descrs for interiorfields [jitcodewriter] -> 844 bitstrings, mean length 26.7, max length 69 [rtyper] specializing: 225900 / 288631 blocks (78%) [rtyper] specializing: 240400 / 289574 blocks (83%) [rtyper] specializing: 257600 / 292697 blocks (88%) [rtyper] specializing: 286100 / 307564 blocks (93%) [rtyper] specializing: 288700 / 307564 blocks (93%) [rtyper] specializing: 301500 / 307564 blocks (98%) [rtyper] -=- specialized 81688 more blocks -=- [rtyper] -=- specialized 2 more blocks -=- [translation:info] the JIT compiler was generated [214a9] translation-task} [translation:info] lltype back-end optimisations... [214a9] {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 131147 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 28586 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [26596] translation-task} [translation:info] inserting stack checks... [26596] {translation-task starting stackcheckinsertion_lltype [rtyper] -=- specialized 4 more blocks -=- [translation:info] inserted 3374 stack checks. [26b21] translation-task} [translation:info] Creating database for generating c source... [26b21] {translation-task starting database_c [rtyper] -=- specialized 21 more blocks -=- [rtyper] -=- specialized 5 more blocks -=- [rtyper] specializing: 307600 / 310476 blocks (99%) [rtyper] specializing: 310500 / 311180 blocks (99%) [rtyper] -=- specialized 3584 more blocks -=- [rtyper] specializing: 311200 / 311227 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 1787 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 11 more blocks -=- [rtyper] -=- specialized 17 more blocks -=- [rtyper] specializing: 311300 / 311300 blocks (100%) [rtyper] -=- specialized 11 more blocks -=- [rtyper] -=- specialized 21 more blocks -=- [rtyper] -=- specialized 5 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [c] 1000 nodes [ array: 550 framework rtti: 1 func: 1275 group: 1 struct: 761 ] [c] 2000 nodes [ array: 601 framework rtti: 17 func: 1590 group: 1 struct: 4773 ] [c] 3000 nodes [ array: 685 framework rtti: 21 func: 1808 group: 1 struct: 5451 ] [c] 4000 nodes [ array: 959 framework rtti: 24 func: 1925 group: 1 struct: 6493 ] [c] 5000 nodes [ array: 1464 framework rtti: 24 func: 1978 group: 1 struct: 6968 ] [c] 6000 nodes [ array: 1739 framework rtti: 24 func: 1982 group: 1 struct: 7445 ] [c] 7000 nodes [ array: 2051 framework rtti: 29 func: 2092 group: 1 struct: 10060 ] [c] 8000 nodes [ array: 2258 framework rtti: 36 func: 2246 group: 1 struct: 11052 ] [c] 9000 nodes [ array: 2454 framework rtti: 42 func: 2377 group: 1 struct: 11813 ] [c] 10000 nodes [ array: 2459 framework rtti: 70 func: 2652 group: 1 struct: 12347 ] [c] 11000 nodes [ array: 2459 framework rtti: 118 func: 3391 group: 1 struct: 12922 ] [c] 12000 nodes [ array: 3157 framework rtti: 150 func: 3723 group: 1 struct: 13317 ] [c] 13000 nodes [ array: 5157 framework rtti: 150 func: 3723 group: 1 struct: 13317 ] [c] 14000 nodes [ array: 6629 framework rtti: 151 func: 3755 group: 1 struct: 13721 ] [c] 15000 nodes [ array: 6904 framework rtti: 160 func: 3869 group: 1 struct: 17037 ] [c] 16000 nodes [ array: 7285 framework rtti: 165 func: 3946 group: 1 struct: 22288 ] [c] 17000 nodes [ array: 7548 framework rtti: 215 func: 4604 group: 1 struct: 24496 ] [c] 18000 nodes [ array: 7610 framework rtti: 336 func: 4984 group: 1 struct: 25252 ] [c] 19000 nodes [ array: 7663 framework rtti: 647 func: 5394 group: 1 struct: 26110 ] [c] 20000 nodes [ array: 7705 framework rtti: 822 func: 5601 group: 1 struct: 26593 ] [c] 21000 nodes [ array: 7705 framework rtti: 822 func: 5601 group: 1 struct: 26593 ] [c] 22000 nodes [ array: 7705 framework rtti: 822 func: 5601 group: 1 struct: 26593 ] [c] 23000 nodes [ array: 7705 framework rtti: 822 func: 5601 group: 1 struct: 26593 ] [c] 24000 nodes [ array: 7730 framework rtti: 826 func: 5650 group: 1 struct: 27137 ] [c] 25000 nodes [ array: 7876 framework rtti: 833 func: 5906 group: 1 struct: 28511 ] [c] 26000 nodes [ array: 7888 framework rtti: 833 func: 5919 group: 1 struct: 29176 ] [c] 27000 nodes [ array: 7888 framework rtti: 833 func: 5919 group: 1 struct: 29841 ] [c] 28000 nodes [ array: 7939 framework rtti: 834 func: 6080 group: 1 struct: 31022 ] [c] 29000 nodes [ array: 8014 framework rtti: 841 func: 6311 group: 1 struct: 32187 ] [c] 30000 nodes [ array: 8016 framework rtti: 841 func: 6317 group: 1 struct: 32212 ] [c] 31000 nodes [ array: 8016 framework rtti: 841 func: 6322 group: 1 struct: 32212 ] [c] 32000 nodes [ array: 8016 framework rtti: 841 func: 6322 group: 1 struct: 32212 ] [c] 33000 nodes [ array: 8016 framework rtti: 841 func: 6327 group: 1 struct: 32212 ] [c] 34000 nodes [ array: 8068 framework rtti: 841 func: 6494 group: 1 struct: 34275 ] [c] 35000 nodes [ array: 8089 framework rtti: 841 func: 6744 group: 1 struct: 35227 ] [c] 36000 nodes [ array: 8188 framework rtti: 870 func: 7051 group: 1 struct: 36371 ] [c] 37000 nodes [ array: 8306 framework rtti: 928 func: 7555 group: 1 struct: 36940 ] [c] 38000 nodes [ array: 8561 framework rtti: 1041 func: 7956 group: 1 struct: 37446 ] [c] 39000 nodes [ array: 8770 framework rtti: 1124 func: 8260 group: 1 struct: 37963 ] [c] 40000 nodes [ array: 9063 framework rtti: 1149 func: 8643 group: 1 struct: 38449 ] [c] 41000 nodes [ array: 9324 framework rtti: 1224 func: 8832 group: 1 struct: 39244 ] [c] 42000 nodes [ array: 9592 framework rtti: 1236 func: 9109 group: 1 struct: 40439 ] [c] 43000 nodes [ array: 9808 framework rtti: 1236 func: 9292 group: 1 struct: 41128 ] [c] 44000 nodes [ array: 10198 framework rtti: 1239 func: 9344 group: 1 struct: 41724 ] [c] 45000 nodes [ array: 10595 framework rtti: 1242 func: 9407 group: 1 struct: 42261 ] [c] 46000 nodes [ array: 10877 framework rtti: 1242 func: 9558 group: 1 struct: 42839 ] [c] 47000 nodes [ array: 11124 framework rtti: 1247 func: 9736 group: 1 struct: 43488 ] [c] 48000 nodes [ array: 11197 framework rtti: 1249 func: 9893 group: 1 struct: 43853 ] [c] 49000 nodes [ array: 11295 framework rtti: 1249 func: 9988 group: 1 struct: 44074 ] [c] 50000 nodes [ array: 11552 framework rtti: 1250 func: 10092 group: 1 struct: 44515 ] [c] 51000 nodes [ array: 11824 framework rtti: 1250 func: 10300 group: 1 struct: 44982 ] [c] 52000 nodes [ array: 12087 framework rtti: 1252 func: 10459 group: 1 struct: 45720 ] [c] 53000 nodes [ array: 12224 framework rtti: 1269 func: 10788 group: 1 struct: 46102 ] [c] 54000 nodes [ array: 12355 framework rtti: 1302 func: 11076 group: 1 struct: 46646 ] [c] 55000 nodes [ array: 12498 framework rtti: 1315 func: 11354 group: 1 struct: 46999 ] [c] 56000 nodes [ array: 12676 framework rtti: 1325 func: 11676 group: 1 struct: 47391 ] [c] 57000 nodes [ array: 12855 framework rtti: 1332 func: 12006 group: 1 struct: 47811 ] [c] 58000 nodes [ array: 13035 framework rtti: 1340 func: 12370 group: 1 struct: 48236 ] [c] 59000 nodes [ array: 13042 framework rtti: 1407 func: 12415 group: 1 struct: 48843 ] [c] 60000 nodes [ array: 13161 framework rtti: 1416 func: 12535 group: 1 struct: 49263 ] [c] 61000 nodes [ array: 13305 framework rtti: 1419 func: 12678 group: 1 struct: 106864 ] [c] 62000 nodes [ array: 13470 framework rtti: 1422 func: 12768 group: 1 struct: 107508 ] [c] 63000 nodes [ array: 13470 framework rtti: 1422 func: 12768 group: 1 struct: 108065 ] [c] 64000 nodes [ array: 13542 framework rtti: 1422 func: 12918 group: 1 struct: 108691 ] [c] 65000 nodes [ array: 13641 framework rtti: 1423 func: 13098 group: 1 struct: 109475 ] [c] 66000 nodes [ array: 13819 framework rtti: 1436 func: 13284 group: 1 struct: 110211 ] [c] 67000 nodes [ array: 13969 framework rtti: 1440 func: 13444 group: 1 struct: 110788 ] [c] 68000 nodes [ array: 14112 framework rtti: 1440 func: 13624 group: 1 struct: 111112 ] [c] 69000 nodes [ array: 14208 framework rtti: 1443 func: 13828 group: 1 struct: 111875 ] [c] 70000 nodes [ array: 14525 framework rtti: 1444 func: 14017 group: 1 struct: 112668 ] [c] 71000 nodes [ array: 14919 framework rtti: 1455 func: 14330 group: 1 struct: 113465 ] [c] 72000 nodes [ array: 15252 framework rtti: 1457 func: 14735 group: 1 struct: 114176 ] [c] 73000 nodes [ array: 15542 framework rtti: 1465 func: 15103 group: 1 struct: 114845 ] [c] 74000 nodes [ array: 15893 framework rtti: 1469 func: 15459 group: 1 struct: 115528 ] [c] 75000 nodes [ array: 16137 framework rtti: 1476 func: 15820 group: 1 struct: 116090 ] [c] 76000 nodes [ array: 16430 framework rtti: 1477 func: 15879 group: 1 struct: 116719 ] [c] 77000 nodes [ array: 16788 framework rtti: 1480 func: 16001 group: 1 struct: 117594 ] [c] 78000 nodes [ array: 17086 framework rtti: 1480 func: 16132 group: 1 struct: 158944 ] [c] 79000 nodes [ array: 17209 framework rtti: 1480 func: 16211 group: 1 struct: 159664 ] [c] 80000 nodes [ array: 17388 framework rtti: 1480 func: 16336 group: 1 struct: 160154 ] [c] 81000 nodes [ array: 17597 framework rtti: 1480 func: 16440 group: 1 struct: 160796 ] [c] 82000 nodes [ array: 17667 framework rtti: 1480 func: 16488 group: 1 struct: 161540 ] [c] 83000 nodes [ array: 17743 framework rtti: 1480 func: 16532 group: 1 struct: 162284 ] [c] 84000 nodes [ array: 17748 framework rtti: 1480 func: 16576 group: 1 struct: 163029 ] [c] 85000 nodes [ array: 17920 framework rtti: 1480 func: 16632 group: 1 struct: 163757 ] [c] 86000 nodes [ array: 18303 framework rtti: 1480 func: 16723 group: 1 struct: 164439 ] [c] 87000 nodes [ array: 18657 framework rtti: 1480 func: 16818 group: 1 struct: 165094 ] [c] 88000 nodes [ array: 19002 framework rtti: 1480 func: 16898 group: 1 struct: 165804 ] [c] 89000 nodes [ array: 19347 framework rtti: 1480 func: 16967 group: 1 struct: 166400 ] [c] 90000 nodes [ array: 19708 framework rtti: 1480 func: 17028 group: 1 struct: 167016 ] [c] 91000 nodes [ array: 20025 framework rtti: 1480 func: 17099 group: 1 struct: 167638 ] [c] 92000 nodes [ array: 20407 framework rtti: 1480 func: 17218 group: 1 struct: 168251 ] [c] 93000 nodes [ array: 20743 framework rtti: 1480 func: 17346 group: 1 struct: 168934 ] [c] 94000 nodes [ array: 21029 framework rtti: 1480 func: 17458 group: 1 struct: 169520 ] [c] 95000 nodes [ array: 21321 framework rtti: 1480 func: 17586 group: 1 struct: 170070 ] [c] 96000 nodes [ array: 21707 framework rtti: 1480 func: 17752 group: 1 struct: 170756 ] [c] 97000 nodes [ array: 22154 framework rtti: 1480 func: 17951 group: 1 struct: 171409 ] [c] 98000 nodes [ array: 22509 framework rtti: 1480 func: 18077 group: 1 struct: 172094 ] [c] 99000 nodes [ array: 22874 framework rtti: 1480 func: 18244 group: 1 struct: 172754 ] [c] 100000 nodes [ array: 23229 framework rtti: 1480 func: 18355 group: 1 struct: 173436 ] [c] 101000 nodes [ array: 23585 framework rtti: 1480 func: 18475 group: 1 struct: 174138 ] [c] 102000 nodes [ array: 23795 framework rtti: 1480 func: 18670 group: 1 struct: 174685 ] [c] 103000 nodes [ array: 23945 framework rtti: 1480 func: 18869 group: 1 struct: 175243 ] [c] 104000 nodes [ array: 24282 framework rtti: 1480 func: 19022 group: 1 struct: 175932 ] [c] 105000 nodes [ array: 24673 framework rtti: 1480 func: 19175 group: 1 struct: 176620 ] [c] 106000 nodes [ array: 25047 framework rtti: 1480 func: 19359 group: 1 struct: 177161 ] [c] 107000 nodes [ array: 25297 framework rtti: 1480 func: 19605 group: 1 struct: 177411 ] [c] 108000 nodes [ array: 25591 framework rtti: 1480 func: 19763 group: 1 struct: 177716 ] [c] 109000 nodes [ array: 26050 framework rtti: 1480 func: 20001 group: 1 struct: 178267 ] [c] 110000 nodes [ array: 26470 framework rtti: 1480 func: 20129 group: 1 struct: 178882 ] [c] 111000 nodes [ array: 26732 framework rtti: 1480 func: 20316 group: 1 struct: 179430 ] [c] 112000 nodes [ array: 26917 framework rtti: 1480 func: 20513 group: 1 struct: 179966 ] [c] 113000 nodes [ array: 27289 framework rtti: 1480 func: 20625 group: 1 struct: 180551 ] [c] 114000 nodes [ array: 27620 framework rtti: 1480 func: 20796 group: 1 struct: 181194 ] [c] 115000 nodes [ array: 27972 framework rtti: 1480 func: 20921 group: 1 struct: 181853 ] [c] 116000 nodes [ array: 28328 framework rtti: 1480 func: 21108 group: 1 struct: 182491 ] [c] 117000 nodes [ array: 28683 framework rtti: 1480 func: 21252 group: 1 struct: 183170 ] [c] 118000 nodes [ array: 29089 framework rtti: 1480 func: 21402 group: 1 struct: 183840 ] [c] 119000 nodes [ array: 29422 framework rtti: 1480 func: 21536 group: 1 struct: 184513 ] [c] 120000 nodes [ array: 29744 framework rtti: 1480 func: 21637 group: 1 struct: 185188 ] [c] 121000 nodes [ array: 30096 framework rtti: 1480 func: 21794 group: 1 struct: 185825 ] [c] 122000 nodes [ array: 30397 framework rtti: 1480 func: 21986 group: 1 struct: 186444 ] [c] 123000 nodes [ array: 30733 framework rtti: 1480 func: 22157 group: 1 struct: 187075 ] [c] 124000 nodes [ array: 31148 framework rtti: 1480 func: 22384 group: 1 struct: 187670 ] [c] 125000 nodes [ array: 31597 framework rtti: 1480 func: 22630 group: 1 struct: 188235 ] [c] 126000 nodes [ array: 32019 framework rtti: 1480 func: 22778 group: 1 struct: 188797 ] [c] 127000 nodes [ array: 32424 framework rtti: 1480 func: 22897 group: 1 struct: 189363 ] [c] 128000 nodes [ array: 32795 framework rtti: 1480 func: 23035 group: 1 struct: 189990 ] [c] 129000 nodes [ array: 33206 framework rtti: 1480 func: 23226 group: 1 struct: 190617 ] [c] 130000 nodes [ array: 33613 framework rtti: 1480 func: 23357 group: 1 struct: 191234 ] [c] 131000 nodes [ array: 34019 framework rtti: 1480 func: 23497 group: 1 struct: 191849 ] [c] 132000 nodes [ array: 34432 framework rtti: 1480 func: 23555 group: 1 struct: 192401 ] [c] 133000 nodes [ array: 34676 framework rtti: 1480 func: 23670 group: 1 struct: 193126 ] [c] 134000 nodes [ array: 34964 framework rtti: 1480 func: 23903 group: 1 struct: 193816 ] [c] 135000 nodes [ array: 35270 framework rtti: 1485 func: 23979 group: 1 struct: 194569 ] [c] 136000 nodes [ array: 35369 framework rtti: 1486 func: 23991 group: 1 struct: 195383 ] [c] 137000 nodes [ array: 35672 framework rtti: 1490 func: 24030 group: 1 struct: 195827 ] [c] 138000 nodes [ array: 35964 framework rtti: 1492 func: 24086 group: 1 struct: 196340 ] [c] 139000 nodes [ array: 36265 framework rtti: 1499 func: 24128 group: 1 struct: 196948 ] [c] 140000 nodes [ array: 36491 framework rtti: 1504 func: 24151 group: 1 struct: 197328 ] [c] 141000 nodes [ array: 36804 framework rtti: 1509 func: 24175 group: 1 struct: 197711 ] [c] 142000 nodes [ array: 36957 framework rtti: 1527 func: 24326 group: 1 struct: 199048 ] [c] 143000 nodes [ array: 37032 framework rtti: 1531 func: 24383 group: 1 struct: 199789 ] [c] 144000 nodes [ array: 37087 framework rtti: 1533 func: 24428 group: 1 struct: 200839 ] [c] 145000 nodes [ array: 37167 framework rtti: 1534 func: 24690 group: 1 struct: 201482 ] [c] 146000 nodes [ array: 37272 framework rtti: 1534 func: 24777 group: 1 struct: 202217 ] [c] 147000 nodes [ array: 37424 framework rtti: 1538 func: 24984 group: 1 struct: 202976 ] [c] 148000 nodes [ array: 37523 framework rtti: 1549 func: 25096 group: 1 struct: 203820 ] [c] 149000 nodes [ array: 37849 framework rtti: 1549 func: 25230 group: 1 struct: 204858 ] [c] 150000 nodes [ array: 38049 framework rtti: 1552 func: 25438 group: 1 struct: 208562 ] [c] 151000 nodes [ array: 38286 framework rtti: 1556 func: 25449 group: 1 struct: 209619 ] [c] 152000 nodes [ array: 38432 framework rtti: 1558 func: 25528 group: 1 struct: 209908 ] [c] 153000 nodes [ array: 38523 framework rtti: 1558 func: 25557 group: 1 struct: 210112 ] [c] 154000 nodes [ array: 38581 framework rtti: 1558 func: 25601 group: 1 struct: 210298 ] [c] 155000 nodes [ array: 38581 framework rtti: 1558 func: 25601 group: 1 struct: 210509 ] [c] 156000 nodes [ array: 38629 framework rtti: 1558 func: 25632 group: 1 struct: 210705 ] [c] 157000 nodes [ array: 38729 framework rtti: 1558 func: 25675 group: 1 struct: 210915 ] [c] 158000 nodes [ array: 38915 framework rtti: 1558 func: 25697 group: 1 struct: 211143 ] [c] 159000 nodes [ array: 39004 framework rtti: 1558 func: 25737 group: 1 struct: 211327 ] [c] 160000 nodes [ array: 39090 framework rtti: 1558 func: 25769 group: 1 struct: 211519 ] [c] 161000 nodes [ array: 39126 framework rtti: 1558 func: 25774 group: 1 struct: 211617 ] [c] 162000 nodes [ array: 39246 framework rtti: 1558 func: 25815 group: 1 struct: 211784 ] [c] 163000 nodes [ array: 39341 framework rtti: 1558 func: 25857 group: 1 struct: 211970 ] [c] 164000 nodes [ array: 39436 framework rtti: 1558 func: 25915 group: 1 struct: 212141 ] [c] 165000 nodes [ array: 39552 framework rtti: 1558 func: 25925 group: 1 struct: 212335 ] [c] 166000 nodes [ array: 39787 framework rtti: 1558 func: 25939 group: 1 struct: 212424 ] [c] 167000 nodes [ array: 39875 framework rtti: 1558 func: 25977 group: 1 struct: 212649 ] [c] 168000 nodes [ array: 39965 framework rtti: 1558 func: 26005 group: 1 struct: 212798 ] [c] 169000 nodes [ array: 40113 framework rtti: 1558 func: 26031 group: 1 struct: 212982 ] [c] 170000 nodes [ array: 40213 framework rtti: 1558 func: 26079 group: 1 struct: 213207 ] [c] 171000 nodes [ array: 40323 framework rtti: 1558 func: 26102 group: 1 struct: 213402 ] [c] 172000 nodes [ array: 40445 framework rtti: 1558 func: 26134 group: 1 struct: 213622 ] [c] 173000 nodes [ array: 40530 framework rtti: 1558 func: 26176 group: 1 struct: 213846 ] [c] 174000 nodes [ array: 40630 framework rtti: 1558 func: 26218 group: 1 struct: 214066 ] [c] 175000 nodes [ array: 40796 framework rtti: 1558 func: 26245 group: 1 struct: 214277 ] [c] 176000 nodes [ array: 40947 framework rtti: 1558 func: 26277 group: 1 struct: 214498 ] [c] 177000 nodes [ array: 41054 framework rtti: 1558 func: 26298 group: 1 struct: 214749 ] [c] 178000 nodes [ array: 41173 framework rtti: 1558 func: 26316 group: 1 struct: 214961 ] [c] 179000 nodes [ array: 41300 framework rtti: 1558 func: 26379 group: 1 struct: 215206 ] [c] 180000 nodes [ array: 41375 framework rtti: 1558 func: 26409 group: 1 struct: 215445 ] [c] 181000 nodes [ array: 41453 framework rtti: 1558 func: 26441 group: 1 struct: 215657 ] [c] 182000 nodes [ array: 41585 framework rtti: 1558 func: 26485 group: 1 struct: 215882 ] [c] 183000 nodes [ array: 41705 framework rtti: 1558 func: 26505 group: 1 struct: 216065 ] [c] 184000 nodes [ array: 41949 framework rtti: 1558 func: 26531 group: 1 struct: 216227 ] [c] 185000 nodes [ array: 42080 framework rtti: 1558 func: 26558 group: 1 struct: 216453 ] [c] 186000 nodes [ array: 42268 framework rtti: 1558 func: 26581 group: 1 struct: 216669 ] [c] 187000 nodes [ array: 42388 framework rtti: 1558 func: 26625 group: 1 struct: 216865 ] [c] 188000 nodes [ array: 42615 framework rtti: 1558 func: 26657 group: 1 struct: 217015 ] [c] 189000 nodes [ array: 42736 framework rtti: 1558 func: 26702 group: 1 struct: 217213 ] [c] 190000 nodes [ array: 42947 framework rtti: 1558 func: 26724 group: 1 struct: 217462 ] [c] 191000 nodes [ array: 43195 framework rtti: 1558 func: 26725 group: 1 struct: 217713 ] [c] 192000 nodes [ array: 43322 framework rtti: 1558 func: 26764 group: 1 struct: 217927 ] [c] 193000 nodes [ array: 43578 framework rtti: 1559 func: 26805 group: 1 struct: 218108 ] [c] 194000 nodes [ array: 44150 framework rtti: 1559 func: 26870 group: 1 struct: 218132 ] [c] 195000 nodes [ array: 44943 framework rtti: 1559 func: 26905 group: 1 struct: 218144 ] [c] 196000 nodes [ array: 45478 framework rtti: 1559 func: 26929 group: 1 struct: 218150 ] [c] 197000 nodes [ array: 46373 framework rtti: 1559 func: 26937 group: 1 struct: 218151 ] [c] 198000 nodes [ array: 47206 framework rtti: 1559 func: 26937 group: 1 struct: 218151 ] [c] 199000 nodes [ array: 48156 framework rtti: 1559 func: 26938 group: 1 struct: 218152 ] [c] 200000 nodes [ array: 48839 framework rtti: 1559 func: 26982 group: 1 struct: 218188 ] [c] 201000 nodes [ array: 49421 framework rtti: 1559 func: 27046 group: 1 struct: 218252 ] [c] 202000 nodes [ array: 50013 framework rtti: 1559 func: 27139 group: 1 struct: 218286 ] [c] 203000 nodes [ array: 50620 framework rtti: 1559 func: 27201 group: 1 struct: 218308 ] [c] 204000 nodes [ array: 51218 framework rtti: 1559 func: 27254 group: 1 struct: 218324 ] [c] 205000 nodes [ array: 51789 framework rtti: 1559 func: 27267 group: 1 struct: 218337 ] [c] 206000 nodes [ array: 52428 framework rtti: 1559 func: 27284 group: 1 struct: 218353 ] [c] 207000 nodes [ array: 52954 framework rtti: 1559 func: 27375 group: 1 struct: 218407 ] [c] 208000 nodes [ array: 53547 framework rtti: 1559 func: 27397 group: 1 struct: 218416 ] [c] 209000 nodes [ array: 54123 framework rtti: 1559 func: 27456 group: 1 struct: 218459 ] [c] 210000 nodes [ array: 54697 framework rtti: 1559 func: 27480 group: 1 struct: 218511 ] [c] 211000 nodes [ array: 55255 framework rtti: 1559 func: 27498 group: 1 struct: 218572 ] [c] 212000 nodes [ array: 55789 framework rtti: 1559 func: 27550 group: 1 struct: 218615 ] [c] 213000 nodes [ array: 56286 framework rtti: 1559 func: 27612 group: 1 struct: 218643 ] [c] 214000 nodes [ array: 56882 framework rtti: 1559 func: 27632 group: 1 struct: 218665 ] [c] 215000 nodes [ array: 57436 framework rtti: 1559 func: 27679 group: 1 struct: 218693 ] [c] 216000 nodes [ array: 58021 framework rtti: 1559 func: 27697 group: 1 struct: 218747 ] [c] 217000 nodes [ array: 58597 framework rtti: 1559 func: 27733 group: 1 struct: 218795 ] [c] 218000 nodes [ array: 59185 framework rtti: 1559 func: 27759 group: 1 struct: 218814 ] [c] 219000 nodes [ array: 59770 framework rtti: 1559 func: 27762 group: 1 struct: 218822 ] [c] 220000 nodes [ array: 60365 framework rtti: 1559 func: 27782 group: 1 struct: 218854 ] [c] 221000 nodes [ array: 60944 framework rtti: 1559 func: 27818 group: 1 struct: 218878 ] [c] 222000 nodes [ array: 61500 framework rtti: 1559 func: 27843 group: 1 struct: 218917 ] [c] 223000 nodes [ array: 61993 framework rtti: 1559 func: 27855 group: 1 struct: 218931 ] [c] 224000 nodes [ array: 62329 framework rtti: 1559 func: 27855 group: 1 struct: 218931 ] [c] 225000 nodes [ array: 62767 framework rtti: 1559 func: 27867 group: 1 struct: 218935 ] [c] 226000 nodes [ array: 63209 framework rtti: 1559 func: 27868 group: 1 struct: 218947 ] [c] 227000 nodes [ array: 63745 framework rtti: 1559 func: 27884 group: 1 struct: 218961 ] [c] 228000 nodes [ array: 64296 framework rtti: 1559 func: 27907 group: 1 struct: 218991 ] [c] 229000 nodes [ array: 64886 framework rtti: 1559 func: 27917 group: 1 struct: 218998 ] [c] 230000 nodes [ array: 65433 framework rtti: 1559 func: 27931 group: 1 struct: 219006 ] [c] 231000 nodes [ array: 65992 framework rtti: 1559 func: 27973 group: 1 struct: 219026 ] [c] 232000 nodes [ array: 66543 framework rtti: 1559 func: 27982 group: 1 struct: 219047 ] [c] 233000 nodes [ array: 67106 framework rtti: 1559 func: 28033 group: 1 struct: 219050 ] [c] 234000 nodes [ array: 67669 framework rtti: 1559 func: 28067 group: 1 struct: 219076 ] [c] 235000 nodes [ array: 68229 framework rtti: 1559 func: 28101 group: 1 struct: 219100 ] [c] 236000 nodes [ array: 68787 framework rtti: 1559 func: 28112 group: 1 struct: 219134 ] [c] 237000 nodes [ array: 69382 framework rtti: 1559 func: 28138 group: 1 struct: 219180 ] [c] 238000 nodes [ array: 69994 framework rtti: 1559 func: 28173 group: 1 struct: 219186 ] [c] 239000 nodes [ array: 70559 framework rtti: 1559 func: 28185 group: 1 struct: 219206 ] [c] 240000 nodes [ array: 71114 framework rtti: 1559 func: 28210 group: 1 struct: 219245 ] [c] 241000 nodes [ array: 71654 framework rtti: 1559 func: 28233 group: 1 struct: 219288 ] [c] 242000 nodes [ array: 72191 framework rtti: 1559 func: 28294 group: 1 struct: 219328 ] [c] 243000 nodes [ array: 72650 framework rtti: 1559 func: 28313 group: 1 struct: 219415 ] [c] 244000 nodes [ array: 73096 framework rtti: 1559 func: 28316 group: 1 struct: 219415 ] [c] 245000 nodes [ array: 73593 framework rtti: 1559 func: 28324 group: 1 struct: 219418 ] [c] 246000 nodes [ array: 74114 framework rtti: 1559 func: 28338 group: 1 struct: 219418 ] [c] 247000 nodes [ array: 74644 framework rtti: 1559 func: 28341 group: 1 struct: 219419 ] [c] 248000 nodes [ array: 75210 framework rtti: 1559 func: 28341 group: 1 struct: 219423 ] [c] 249000 nodes [ array: 75680 framework rtti: 1559 func: 28342 group: 1 struct: 219423 ] [c] 250000 nodes [ array: 76241 framework rtti: 1559 func: 28345 group: 1 struct: 219423 ] [c] 251000 nodes [ array: 76772 framework rtti: 1559 func: 28352 group: 1 struct: 219423 ] [c] 252000 nodes [ array: 77332 framework rtti: 1559 func: 28364 group: 1 struct: 219425 ] [c] 253000 nodes [ array: 77935 framework rtti: 1559 func: 28570 group: 1 struct: 219521 ] [c] 254000 nodes [ array: 78421 framework rtti: 1559 func: 28810 group: 1 struct: 219725 ] [c] 255000 nodes [ array: 78795 framework rtti: 1562 func: 28849 group: 1 struct: 220172 ] [c] 256000 nodes [ array: 78834 framework rtti: 1562 func: 28859 group: 1 struct: 221073 ] [c] 257000 nodes [ array: 78865 framework rtti: 1564 func: 28932 group: 1 struct: 221291 ] [c] 258000 nodes [ array: 79088 framework rtti: 1569 func: 28988 group: 1 struct: 223218 ] [c] 259000 nodes [ array: 79280 framework rtti: 1576 func: 29017 group: 1 struct: 224039 ] [c] 260000 nodes [ array: 79324 framework rtti: 1579 func: 29092 group: 1 struct: 225096 ] [c] 261000 nodes [ array: 79364 framework rtti: 1581 func: 29439 group: 1 struct: 225339 ] [c] 262000 nodes [ array: 79858 framework rtti: 1581 func: 29583 group: 1 struct: 225573 ] [c] 263000 nodes [ array: 80079 framework rtti: 1598 func: 29585 group: 1 struct: 226267 ] [c] 264000 nodes [ array: 80338 framework rtti: 1602 func: 29632 group: 1 struct: 226957 ] [c] 265000 nodes [ array: 80603 framework rtti: 1604 func: 29800 group: 1 struct: 227384 ] [c] 266000 nodes [ array: 80946 framework rtti: 1604 func: 29848 group: 1 struct: 228066 ] [c] 267000 nodes [ array: 81091 framework rtti: 1624 func: 29946 group: 1 struct: 228608 ] [c] 268000 nodes [ array: 81330 framework rtti: 1626 func: 30032 group: 1 struct: 229191 ] [c] 269000 nodes [ array: 81456 framework rtti: 1631 func: 30107 group: 1 struct: 229473 ] [c] 270000 nodes [ array: 81548 framework rtti: 1633 func: 30169 group: 1 struct: 229889 ] [c] 271000 nodes [ array: 81635 framework rtti: 1637 func: 30269 group: 1 struct: 231037 ] [c] 272000 nodes [ array: 81643 framework rtti: 1637 func: 30271 group: 1 struct: 233997 ] [c] 273000 nodes [ array: 81644 framework rtti: 1637 func: 30271 group: 1 struct: 237183 ] [c] 274000 nodes [ array: 81672 framework rtti: 1640 func: 30299 group: 1 struct: 240207 ] [c] 275000 nodes [ array: 81775 framework rtti: 1640 func: 30299 group: 1 struct: 240401 ] [c] 276000 nodes [ array: 82183 framework rtti: 1646 func: 30378 group: 1 struct: 241400 ] [c] 277000 nodes [ array: 82864 framework rtti: 1661 func: 30378 group: 1 struct: 242710 ] [c] 278000 nodes [ array: 83447 framework rtti: 1661 func: 30378 group: 1 struct: 245420 ] [c] 279000 nodes [ array: 83935 framework rtti: 1661 func: 30378 group: 1 struct: 247885 ] [c] 280000 nodes [ array: 84462 framework rtti: 1661 func: 30378 group: 1 struct: 250493 ] [c] 281000 nodes [ array: 85031 framework rtti: 1661 func: 30378 group: 1 struct: 253154 ] [c] 282000 nodes [ array: 85636 framework rtti: 1661 func: 30378 group: 1 struct: 256610 ] [c] 283000 nodes [ array: 86161 framework rtti: 1661 func: 30378 group: 1 struct: 259780 ] [c] 284000 nodes [ array: 86804 framework rtti: 1661 func: 30378 group: 1 struct: 263169 ] [c] 285000 nodes [ array: 87403 framework rtti: 1661 func: 30378 group: 1 struct: 265829 ] [c] 286000 nodes [ array: 87993 framework rtti: 1661 func: 30378 group: 1 struct: 269143 ] [c] 287000 nodes [ array: 88471 framework rtti: 1666 func: 30378 group: 1 struct: 271860 ] [c] 288000 nodes [ array: 88899 framework rtti: 1666 func: 30378 group: 1 struct: 274222 ] [c] 289000 nodes [ array: 89390 framework rtti: 1666 func: 30378 group: 1 struct: 278759 ] [c] 290000 nodes [ array: 89842 framework rtti: 1666 func: 30379 group: 1 struct: 283425 ] [c] 291000 nodes [ array: 89849 framework rtti: 1666 func: 30389 group: 1 struct: 285613 ] [c] 292000 nodes [ array: 89855 framework rtti: 1666 func: 30401 group: 1 struct: 287464 ] [c] 293000 nodes [ array: 89856 framework rtti: 1666 func: 30416 group: 1 struct: 288215 ] [c] 294000 nodes [ array: 89856 framework rtti: 1666 func: 30416 group: 1 struct: 289343 ] [c] 295000 nodes [ array: 89856 framework rtti: 1666 func: 30416 group: 1 struct: 289746 ] [c] 296000 nodes [ array: 89895 framework rtti: 1667 func: 30429 group: 1 struct: 292993 ] [c] 297000 nodes [ array: 89918 framework rtti: 1667 func: 30488 group: 1 struct: 296676 ] [c] 298000 nodes [ array: 89929 framework rtti: 1667 func: 30546 group: 1 struct: 299706 ] [c] 299000 nodes [ array: 89937 framework rtti: 1669 func: 30547 group: 1 struct: 302529 ] [c] 300000 nodes [ array: 89955 framework rtti: 1669 func: 30576 group: 1 struct: 304839 ] [c] 301000 nodes [ array: 89961 framework rtti: 1669 func: 30598 group: 1 struct: 307676 ] [c] 302000 nodes [ array: 89997 framework rtti: 1669 func: 30635 group: 1 struct: 311055 ] [c] 303000 nodes [ array: 90039 framework rtti: 1669 func: 30640 group: 1 struct: 314225 ] [c] 304000 nodes [ array: 90078 framework rtti: 1669 func: 30705 group: 1 struct: 317105 ] [c] 305000 nodes [ array: 90100 framework rtti: 1669 func: 30747 group: 1 struct: 319735 ] [c] 306000 nodes [ array: 90135 framework rtti: 1669 func: 30776 group: 1 struct: 323126 ] [c] 307000 nodes [ array: 90161 framework rtti: 1670 func: 30806 group: 1 struct: 327000 ] [c] 308000 nodes [ array: 90192 framework rtti: 1670 func: 30811 group: 1 struct: 329284 ] [c] 309000 nodes [ array: 90213 framework rtti: 1670 func: 30829 group: 1 struct: 332217 ] [c] 310000 nodes [ array: 90238 framework rtti: 1671 func: 30872 group: 1 struct: 334886 ] [c] 311000 nodes [ array: 90247 framework rtti: 1671 func: 30878 group: 1 struct: 335983 ] [c] 312000 nodes [ array: 90250 framework rtti: 1671 func: 30880 group: 1 struct: 337934 ] [c] 313000 nodes [ array: 90291 framework rtti: 1671 func: 30887 group: 1 struct: 339944 ] [c] 314000 nodes [ array: 90332 framework rtti: 1671 func: 30896 group: 1 struct: 342388 ] [c] 315000 nodes [ array: 90354 framework rtti: 1671 func: 30921 group: 1 struct: 345806 ] [c] 316000 nodes [ array: 90367 framework rtti: 1671 func: 30981 group: 1 struct: 348833 ] [c] 317000 nodes [ array: 90389 framework rtti: 1672 func: 30992 group: 1 struct: 351704 ] [c] 318000 nodes [ array: 90431 framework rtti: 1672 func: 31009 group: 1 struct: 354663 ] [c] 319000 nodes [ array: 90437 framework rtti: 1672 func: 31034 group: 1 struct: 357184 ] [c] 320000 nodes [ array: 90479 framework rtti: 1672 func: 31042 group: 1 struct: 360211 ] [c] 321000 nodes [ array: 90514 framework rtti: 1672 func: 31065 group: 1 struct: 362467 ] [c] 322000 nodes [ array: 90544 framework rtti: 1672 func: 31099 group: 1 struct: 364676 ] [c] 323000 nodes [ array: 90545 framework rtti: 1672 func: 31105 group: 1 struct: 367725 ] [c] 324000 nodes [ array: 90545 framework rtti: 1672 func: 31110 group: 1 struct: 371105 ] [c] 325000 nodes [ array: 90545 framework rtti: 1672 func: 31112 group: 1 struct: 374813 ] [c] 326000 nodes [ array: 90545 framework rtti: 1672 func: 31115 group: 1 struct: 377709 ] [c] 327000 nodes [ array: 90553 framework rtti: 1672 func: 31197 group: 1 struct: 381034 ] [c] 328000 nodes [ array: 90574 framework rtti: 1672 func: 31561 group: 1 struct: 384354 ] [c] 329000 nodes [ array: 90675 framework rtti: 1679 func: 31989 group: 1 struct: 387819 ] [c] 330000 nodes [ array: 90737 framework rtti: 1684 func: 31996 group: 1 struct: 388526 ] [c] 331000 nodes [ array: 90793 framework rtti: 1741 func: 32190 group: 1 struct: 388696 ] [c] 332000 nodes [ array: 90793 framework rtti: 1879 func: 32411 group: 1 struct: 388838 ] [c] 333000 nodes [ array: 90946 framework rtti: 1933 func: 32535 group: 1 struct: 389238 ] [c] 334000 nodes [ array: 91098 framework rtti: 1941 func: 32614 group: 1 struct: 389825 ] [c] 335000 nodes [ array: 91103 framework rtti: 1943 func: 32655 group: 1 struct: 389841 ] [c] 336000 nodes [ array: 91186 framework rtti: 1959 func: 33098 group: 1 struct: 390200 ] [c] 337000 nodes [ array: 91270 framework rtti: 1962 func: 33100 group: 1 struct: 390889 ] [c] 338000 nodes [ array: 91333 framework rtti: 1962 func: 33105 group: 1 struct: 391658 ] [c] 339000 nodes [ array: 91404 framework rtti: 1962 func: 33144 group: 1 struct: 392462 ] [c] 340000 nodes [ array: 91536 framework rtti: 1962 func: 33183 group: 1 struct: 392967 ] [c] 341000 nodes [ array: 91602 framework rtti: 1962 func: 33240 group: 1 struct: 393560 ] [c] 342000 nodes [ array: 91694 framework rtti: 1962 func: 33271 group: 1 struct: 394170 ] [c] 343000 nodes [ array: 91798 framework rtti: 1966 func: 33440 group: 1 struct: 394804 ] [c] 344000 nodes [ array: 91938 framework rtti: 1981 func: 33516 group: 1 struct: 395471 ] [c] 345000 nodes [ array: 92083 framework rtti: 1981 func: 33516 group: 1 struct: 395545 ] [c] 346000 nodes [ array: 92289 framework rtti: 1981 func: 33516 group: 1 struct: 395755 ] [c] 347000 nodes [ array: 92530 framework rtti: 1981 func: 33518 group: 1 struct: 396115 ] [c] 348000 nodes [ array: 92792 framework rtti: 1981 func: 33518 group: 1 struct: 396559 ] [c] 349000 nodes [ array: 93070 framework rtti: 1981 func: 33518 group: 1 struct: 396952 ] [c] 350000 nodes [ array: 93272 framework rtti: 1981 func: 33518 group: 1 struct: 396976 ] [c] 351000 nodes [ array: 93492 framework rtti: 1981 func: 33518 group: 1 struct: 397167 ] [c] 352000 nodes [ array: 93690 framework rtti: 1981 func: 33518 group: 1 struct: 397229 ] [c] 353000 nodes [ array: 93887 framework rtti: 1981 func: 33518 group: 1 struct: 397260 ] [c] 354000 nodes [ array: 94017 framework rtti: 1983 func: 33594 group: 1 struct: 397961 ] [c] 355000 nodes [ array: 94150 framework rtti: 2000 func: 33626 group: 1 struct: 398350 ] [c] 356000 nodes [ array: 94194 framework rtti: 2000 func: 33626 group: 1 struct: 398598 ] [c] 357000 nodes [ array: 94243 framework rtti: 2000 func: 33626 group: 1 struct: 398828 ] [c] 358000 nodes [ array: 94247 framework rtti: 2000 func: 33626 group: 1 struct: 399046 ] [c] 359000 nodes [ array: 94261 framework rtti: 2000 func: 33626 group: 1 struct: 399292 ] [c] 360000 nodes [ array: 94284 framework rtti: 2000 func: 33626 group: 1 struct: 399493 ] [c] 361000 nodes [ array: 94307 framework rtti: 2000 func: 33626 group: 1 struct: 399802 ] [c] 362000 nodes [ array: 94327 framework rtti: 2000 func: 33626 group: 1 struct: 400071 ] [c] 363000 nodes [ array: 94362 framework rtti: 2000 func: 33626 group: 1 struct: 400336 ] [c] 364000 nodes [ array: 94427 framework rtti: 2000 func: 33626 group: 1 struct: 400565 ] [c] 365000 nodes [ array: 94428 framework rtti: 2000 func: 33626 group: 1 struct: 400799 ] [c] 366000 nodes [ array: 94444 framework rtti: 2000 func: 33626 group: 1 struct: 401032 ] [c] 367000 nodes [ array: 94464 framework rtti: 2000 func: 33626 group: 1 struct: 401260 ] [c] 368000 nodes [ array: 94509 framework rtti: 2000 func: 33626 group: 1 struct: 401481 ] [c] 369000 nodes [ array: 94530 framework rtti: 2000 func: 33626 group: 1 struct: 401695 ] [c] 370000 nodes [ array: 94548 framework rtti: 2000 func: 33626 group: 1 struct: 401944 ] [c] 371000 nodes [ array: 94562 framework rtti: 2000 func: 33626 group: 1 struct: 402179 ] [c] 372000 nodes [ array: 94564 framework rtti: 2000 func: 33626 group: 1 struct: 402431 ] [c] 373000 nodes [ array: 94586 framework rtti: 2000 func: 33626 group: 1 struct: 402655 ] [c] 374000 nodes [ array: 94588 framework rtti: 2000 func: 33626 group: 1 struct: 402958 ] [c] 375000 nodes [ array: 94601 framework rtti: 2000 func: 33626 group: 1 struct: 403165 ] [c] 376000 nodes [ array: 94657 framework rtti: 2000 func: 33626 group: 1 struct: 403366 ] [c] 377000 nodes [ array: 94665 framework rtti: 2000 func: 33626 group: 1 struct: 403614 ] [c] 378000 nodes [ array: 94670 framework rtti: 2000 func: 33626 group: 1 struct: 403840 ] [c] 379000 nodes [ array: 94681 framework rtti: 2000 func: 33626 group: 1 struct: 404065 ] [c] 380000 nodes [ array: 94690 framework rtti: 2000 func: 33626 group: 1 struct: 404446 ] [c] 381000 nodes [ array: 94709 framework rtti: 2000 func: 33626 group: 1 struct: 404691 ] [c] 382000 nodes [ array: 94713 framework rtti: 2000 func: 33626 group: 1 struct: 404908 ] [c] 383000 nodes [ array: 94720 framework rtti: 2000 func: 33626 group: 1 struct: 405137 ] [c] 384000 nodes [ array: 94743 framework rtti: 2000 func: 33626 group: 1 struct: 405366 ] [c] 385000 nodes [ array: 94781 framework rtti: 2000 func: 33626 group: 1 struct: 405981 ] [c] 386000 nodes [ array: 94801 framework rtti: 2000 func: 33626 group: 1 struct: 406529 ] [c] 387000 nodes [ array: 94830 framework rtti: 2000 func: 33626 group: 1 struct: 406765 ] [c] 388000 nodes [ array: 94836 framework rtti: 2000 func: 33626 group: 1 struct: 406989 ] [c] 389000 nodes [ array: 94853 framework rtti: 2000 func: 33626 group: 1 struct: 407205 ] [c] 390000 nodes [ array: 94882 framework rtti: 2000 func: 33626 group: 1 struct: 407431 ] [c] 391000 nodes [ array: 94888 framework rtti: 2000 func: 33626 group: 1 struct: 407641 ] [c] 392000 nodes [ array: 94890 framework rtti: 2000 func: 33626 group: 1 struct: 407868 ] [c] 393000 nodes [ array: 94900 framework rtti: 2000 func: 33626 group: 1 struct: 408234 ] [c] 394000 nodes [ array: 94926 framework rtti: 2000 func: 33626 group: 1 struct: 408445 ] [c] 395000 nodes [ array: 94946 framework rtti: 2000 func: 33626 group: 1 struct: 408643 ] [c] 396000 nodes [ array: 94960 framework rtti: 2000 func: 33626 group: 1 struct: 408859 ] [c] 397000 nodes [ array: 94974 framework rtti: 2000 func: 33626 group: 1 struct: 409082 ] [c] 398000 nodes [ array: 94974 framework rtti: 2000 func: 33626 group: 1 struct: 409312 ] [c] 399000 nodes [ array: 94974 framework rtti: 2000 func: 33626 group: 1 struct: 409540 ] [c] 400000 nodes [ array: 94974 framework rtti: 2000 func: 33626 group: 1 struct: 409772 ] [c] 401000 nodes [ array: 94974 framework rtti: 2000 func: 33626 group: 1 struct: 410000 ] [c] 402000 nodes [ array: 94983 framework rtti: 2000 func: 33626 group: 1 struct: 410248 ] [c] 403000 nodes [ array: 95003 framework rtti: 2000 func: 33626 group: 1 struct: 410507 ] [c] 404000 nodes [ array: 95013 framework rtti: 2000 func: 33626 group: 1 struct: 410724 ] [c] 405000 nodes [ array: 95016 framework rtti: 2000 func: 33626 group: 1 struct: 410973 ] [c] 406000 nodes [ array: 95016 framework rtti: 2000 func: 33626 group: 1 struct: 411136 ] [c] 407000 nodes [ array: 95016 framework rtti: 2000 func: 33626 group: 1 struct: 411351 ] [c] 408000 nodes [ array: 95016 framework rtti: 2000 func: 33626 group: 1 struct: 411566 ] [c] 409000 nodes [ array: 95016 framework rtti: 2000 func: 33626 group: 1 struct: 411711 ] [c] 410000 nodes [ array: 95018 framework rtti: 2000 func: 33628 group: 1 struct: 411889 ] [c] 411000 nodes [ array: 95018 framework rtti: 2000 func: 33628 group: 1 struct: 411933 ] [c] 412000 nodes [ array: 95018 framework rtti: 2000 func: 33630 group: 1 struct: 411967 ] [c] 413000 nodes [ array: 95019 framework rtti: 2000 func: 33631 group: 1 struct: 412017 ] [c] 414000 nodes [ array: 95030 framework rtti: 2000 func: 33631 group: 1 struct: 412084 ] [c] 415000 nodes [ array: 95039 framework rtti: 2000 func: 33632 group: 1 struct: 412202 ] [c] 416000 nodes [ array: 95039 framework rtti: 2000 func: 33632 group: 1 struct: 412222 ] [c] 417000 nodes [ array: 95039 framework rtti: 2000 func: 33632 group: 1 struct: 412290 ] [c] 418000 nodes [ array: 95046 framework rtti: 2000 func: 33796 group: 1 struct: 412438 ] [c] 419000 nodes [ array: 95048 framework rtti: 2000 func: 33796 group: 1 struct: 412484 ] [c] 420000 nodes [ array: 95048 framework rtti: 2000 func: 33796 group: 1 struct: 412545 ] [c] 421000 nodes [ array: 95056 framework rtti: 2000 func: 33800 group: 1 struct: 412663 ] [c] 422000 nodes [ array: 95056 framework rtti: 2000 func: 33800 group: 1 struct: 412700 ] [c] 423000 nodes [ array: 95057 framework rtti: 2000 func: 33800 group: 1 struct: 412769 ] [c] 424000 nodes [ array: 95057 framework rtti: 2000 func: 33800 group: 1 struct: 412797 ] [c] 425000 nodes [ array: 95062 framework rtti: 2000 func: 33800 group: 1 struct: 412811 ] [c] 426000 nodes [ array: 95074 framework rtti: 2000 func: 33800 group: 1 struct: 412855 ] [c] 427000 nodes [ array: 95079 framework rtti: 2001 func: 33808 group: 1 struct: 412884 ] [c] 428000 nodes [ array: 95080 framework rtti: 2001 func: 33808 group: 1 struct: 412896 ] [c] 429000 nodes [ array: 95083 framework rtti: 2001 func: 33809 group: 1 struct: 412925 ] [c] 430000 nodes [ array: 95084 framework rtti: 2001 func: 33809 group: 1 struct: 412965 ] [c] 431000 nodes [ array: 95093 framework rtti: 2001 func: 33818 group: 1 struct: 413038 ] [c] 432000 nodes [ array: 95109 framework rtti: 2001 func: 33818 group: 1 struct: 413073 ] [c] 433000 nodes [ array: 95114 framework rtti: 2001 func: 33821 group: 1 struct: 413099 ] [c] 434000 nodes [ array: 95115 framework rtti: 2001 func: 33823 group: 1 struct: 413115 ] [c] 435000 nodes [ array: 95123 framework rtti: 2001 func: 33823 group: 1 struct: 413154 ] [c] 436000 nodes [ array: 95130 framework rtti: 2001 func: 33825 group: 1 struct: 413183 ] [c] 437000 nodes [ array: 95132 framework rtti: 2001 func: 33828 group: 1 struct: 413194 ] [c] 438000 nodes [ array: 95135 framework rtti: 2001 func: 33832 group: 1 struct: 413216 ] [c] 439000 nodes [ array: 95136 framework rtti: 2001 func: 33834 group: 1 struct: 413233 ] [c] 440000 nodes [ array: 95140 framework rtti: 2001 func: 33835 group: 1 struct: 413241 ] [c] 441000 nodes [ array: 95154 framework rtti: 2001 func: 33838 group: 1 struct: 413261 ] [c] 442000 nodes [ array: 95154 framework rtti: 2001 func: 33839 group: 1 struct: 413271 ] [c] 443000 nodes [ array: 95157 framework rtti: 2001 func: 33841 group: 1 struct: 413319 ] [c] 444000 nodes [ array: 95169 framework rtti: 2001 func: 33842 group: 1 struct: 413362 ] [c] 445000 nodes [ array: 95178 framework rtti: 2001 func: 33855 group: 1 struct: 413464 ] [c] 446000 nodes [ array: 95178 framework rtti: 2001 func: 33855 group: 1 struct: 413476 ] [c] 447000 nodes [ array: 95178 framework rtti: 2001 func: 33855 group: 1 struct: 413523 ] [c] 448000 nodes [ array: 95185 framework rtti: 2001 func: 33856 group: 1 struct: 413560 ] [c] 449000 nodes [ array: 95195 framework rtti: 2001 func: 33868 group: 1 struct: 413640 ] [c] 450000 nodes [ array: 95195 framework rtti: 2001 func: 33868 group: 1 struct: 413669 ] [c] 451000 nodes [ array: 95195 framework rtti: 2001 func: 33868 group: 1 struct: 413731 ] [c] 452000 nodes [ array: 95195 framework rtti: 2001 func: 33868 group: 1 struct: 413797 ] [c] 453000 nodes [ array: 95196 framework rtti: 2001 func: 33874 group: 1 struct: 413883 ] [c] 454000 nodes [ array: 95205 framework rtti: 2001 func: 33874 group: 1 struct: 413913 ] [c] 455000 nodes [ array: 95235 framework rtti: 2001 func: 33874 group: 1 struct: 413921 ] [c] 456000 nodes [ array: 95245 framework rtti: 2001 func: 33883 group: 1 struct: 413924 ] [c] 457000 nodes [ array: 95249 framework rtti: 2001 func: 33884 group: 1 struct: 413959 ] [c] 458000 nodes [ array: 95249 framework rtti: 2001 func: 33888 group: 1 struct: 413987 ] [c] 459000 nodes [ array: 95251 framework rtti: 2001 func: 33888 group: 1 struct: 413987 ] [c] 460000 nodes [ array: 95252 framework rtti: 2001 func: 33888 group: 1 struct: 413987 ] [c] 461000 nodes [ array: 95267 framework rtti: 2001 func: 33888 group: 1 struct: 413995 ] [c] 462000 nodes [ array: 95276 framework rtti: 2001 func: 33898 group: 1 struct: 414077 ] [c] 463000 nodes [ array: 95276 framework rtti: 2001 func: 33898 group: 1 struct: 414097 ] [c] 464000 nodes [ array: 95276 framework rtti: 2001 func: 33898 group: 1 struct: 414165 ] [c] 465000 nodes [ array: 95284 framework rtti: 2001 func: 33901 group: 1 struct: 414184 ] [c] 466000 nodes [ array: 95297 framework rtti: 2001 func: 33919 group: 1 struct: 417030 ] [c] 467000 nodes [ array: 95297 framework rtti: 2001 func: 33919 group: 1 struct: 417045 ] [c] 468000 nodes [ array: 95297 framework rtti: 2001 func: 33919 group: 1 struct: 417087 ] [c] 469000 nodes [ array: 95298 framework rtti: 2001 func: 33919 group: 1 struct: 417109 ] [c] 470000 nodes [ array: 95298 framework rtti: 2001 func: 33919 group: 1 struct: 417111 ] [c] 471000 nodes [ array: 95298 framework rtti: 2002 func: 33927 group: 1 struct: 417132 ] [c] 472000 nodes [ array: 95323 framework rtti: 2002 func: 33928 group: 1 struct: 417158 ] [c] 473000 nodes [ array: 95332 framework rtti: 2002 func: 33928 group: 1 struct: 417166 ] [c] 474000 nodes [ array: 95332 framework rtti: 2002 func: 33928 group: 1 struct: 417166 ] [c] 475000 nodes [ array: 95336 framework rtti: 2002 func: 33932 group: 1 struct: 417320 ] [c] 476000 nodes [ array: 95337 framework rtti: 2002 func: 33932 group: 1 struct: 417329 ] [c] 477000 nodes [ array: 95343 framework rtti: 2002 func: 33935 group: 1 struct: 417365 ] [c] 478000 nodes [ array: 95355 framework rtti: 2002 func: 33936 group: 1 struct: 417407 ] [c] 479000 nodes [ array: 95356 framework rtti: 2002 func: 33936 group: 1 struct: 417419 ] [c] 480000 nodes [ array: 95357 framework rtti: 2002 func: 33938 group: 1 struct: 417455 ] [c] 481000 nodes [ array: 95358 framework rtti: 2002 func: 33938 group: 1 struct: 417455 ] [c] 482000 nodes [ array: 95360 framework rtti: 2002 func: 33940 group: 1 struct: 417460 ] [c] 483000 nodes [ array: 95361 framework rtti: 2002 func: 33940 group: 1 struct: 417460 ] [c] 484000 nodes [ array: 95363 framework rtti: 2002 func: 33942 group: 1 struct: 417581 ] [c] 485000 nodes [ array: 95371 framework rtti: 2002 func: 33942 group: 1 struct: 417585 ] [c] 486000 nodes [ array: 95377 framework rtti: 2002 func: 33945 group: 1 struct: 417613 ] [c] 487000 nodes [ array: 95397 framework rtti: 2002 func: 33949 group: 1 struct: 417617 ] [c] 488000 nodes [ array: 95397 framework rtti: 2002 func: 33949 group: 1 struct: 417617 ] [c] 489000 nodes [ array: 95400 framework rtti: 2002 func: 33949 group: 1 struct: 417617 ] [c] 490000 nodes [ array: 95400 framework rtti: 2002 func: 33950 group: 1 struct: 417624 ] [c] 491000 nodes [ array: 95413 framework rtti: 2002 func: 33951 group: 1 struct: 417624 ] [c] 492000 nodes [ array: 95416 framework rtti: 2002 func: 33952 group: 1 struct: 417624 ] [c] 493000 nodes [ array: 95416 framework rtti: 2002 func: 33952 group: 1 struct: 417625 ] [c] 494000 nodes [ array: 95416 framework rtti: 2002 func: 33952 group: 1 struct: 417627 ] [c] 495000 nodes [ array: 95416 framework rtti: 2002 func: 33952 group: 1 struct: 417627 ] [c] 496000 nodes [ array: 95416 framework rtti: 2002 func: 33952 group: 1 struct: 417627 ] [c] 497000 nodes [ array: 95416 framework rtti: 2002 func: 33952 group: 1 struct: 417627 ] [c] 498000 nodes [ array: 95416 framework rtti: 2002 func: 33952 group: 1 struct: 417627 ] [c] 499000 nodes [ array: 95418 framework rtti: 2002 func: 33952 group: 1 struct: 417631 ] [c] 500000 nodes [ array: 95424 framework rtti: 2002 func: 33953 group: 1 struct: 417632 ] [c] 501000 nodes [ array: 95424 framework rtti: 2002 func: 33953 group: 1 struct: 417632 ] [c] 502000 nodes [ array: 95427 framework rtti: 2002 func: 33953 group: 1 struct: 417634 ] [c] 503000 nodes [ array: 95427 framework rtti: 2002 func: 33953 group: 1 struct: 417639 ] [c] 504000 nodes [ array: 95432 framework rtti: 2004 func: 33974 group: 1 struct: 417744 ] [c] 505000 nodes [ array: 95448 framework rtti: 2009 func: 34010 group: 1 struct: 417928 ] [c] 506000 nodes [ array: 95468 framework rtti: 2012 func: 34028 group: 1 struct: 418049 ] [c] 507000 nodes [ array: 95520 framework rtti: 2035 func: 34165 group: 1 struct: 418346 ] [c] 508000 nodes [ array: 95546 framework rtti: 2046 func: 34223 group: 1 struct: 418594 ] [c] 509000 nodes [ array: 95586 framework rtti: 2063 func: 34312 group: 1 struct: 418808 ] [c] 510000 nodes [ array: 95588 framework rtti: 2063 func: 34312 group: 1 struct: 418826 ] [c] 511000 nodes [ array: 95595 framework rtti: 2063 func: 34312 group: 1 struct: 418862 ] [c] 512000 nodes [ array: 95616 framework rtti: 2066 func: 34409 group: 1 struct: 418927 ] [c] 513000 nodes [ array: 95765 framework rtti: 2072 func: 34436 group: 1 struct: 419282 ] [c] 514000 nodes [ array: 96056 framework rtti: 2073 func: 34566 group: 1 struct: 419329 ] [c] 515000 nodes [ array: 96227 framework rtti: 2085 func: 34848 group: 1 struct: 419767 ] [c] 516000 nodes [ array: 96561 framework rtti: 2089 func: 35163 group: 1 struct: 420062 ] [c] 517000 nodes [ array: 96918 framework rtti: 2090 func: 35383 group: 1 struct: 420436 ] [c] 518000 nodes [ array: 97238 framework rtti: 2099 func: 35385 group: 1 struct: 420866 ] [c] 519000 nodes [ array: 97477 framework rtti: 2105 func: 35389 group: 1 struct: 421391 ] [c] 520000 nodes [ array: 97763 framework rtti: 2118 func: 35401 group: 1 struct: 421805 ] [c] 521000 nodes [ array: 97932 framework rtti: 2124 func: 35426 group: 1 struct: 422231 ] [c] 522000 nodes [ array: 98128 framework rtti: 2136 func: 35548 group: 1 struct: 422586 ] [c] 523000 nodes [ array: 98426 framework rtti: 2137 func: 35587 group: 1 struct: 422976 ] [c] 524000 nodes [ array: 98449 framework rtti: 2137 func: 35594 group: 1 struct: 424092 ] [c] 525000 nodes [ array: 98616 framework rtti: 2137 func: 35595 group: 1 struct: 425334 ] [c] 526000 nodes [ array: 98677 framework rtti: 2137 func: 35601 group: 1 struct: 426269 ] [c] 527000 nodes [ array: 98758 framework rtti: 2137 func: 35619 group: 1 struct: 426758 ] [c] 528000 nodes [ array: 98872 framework rtti: 2137 func: 35690 group: 1 struct: 427089 ] [c] 529000 nodes [ array: 98875 framework rtti: 2137 func: 35690 group: 1 struct: 427220 ] [c] 530000 nodes [ array: 98881 framework rtti: 2137 func: 35690 group: 1 struct: 427329 ] [c] 531000 nodes [ array: 98882 framework rtti: 2137 func: 35690 group: 1 struct: 427456 ] [c] 532000 nodes [ array: 98904 framework rtti: 2137 func: 35690 group: 1 struct: 427571 ] [c] 533000 nodes [ array: 98908 framework rtti: 2137 func: 35690 group: 1 struct: 427667 ] [c] 534000 nodes [ array: 98924 framework rtti: 2137 func: 35690 group: 1 struct: 427749 ] [c] 535000 nodes [ array: 98926 framework rtti: 2137 func: 35690 group: 1 struct: 427856 ] [c] 536000 nodes [ array: 98926 framework rtti: 2137 func: 35690 group: 1 struct: 427975 ] [c] 537000 nodes [ array: 98926 framework rtti: 2137 func: 35690 group: 1 struct: 428141 ] [c] 538000 nodes [ array: 98938 framework rtti: 2137 func: 35690 group: 1 struct: 428206 ] [c] 539000 nodes [ array: 98938 framework rtti: 2137 func: 35690 group: 1 struct: 428282 ] [c] 540000 nodes [ array: 98938 framework rtti: 2137 func: 35690 group: 1 struct: 428310 ] [c] 541000 nodes [ array: 98938 framework rtti: 2137 func: 35690 group: 1 struct: 428338 ] [c] 542000 nodes [ array: 98938 framework rtti: 2137 func: 35690 group: 1 struct: 428405 ] [c] 543000 nodes [ array: 98946 framework rtti: 2141 func: 35695 group: 1 struct: 428510 ] [c] 544000 nodes [ array: 98983 framework rtti: 2144 func: 35779 group: 1 struct: 428593 ] [c] 545000 nodes [ array: 99030 framework rtti: 2154 func: 35822 group: 1 struct: 428917 ] [c] 546000 nodes [ array: 99061 framework rtti: 2158 func: 35874 group: 1 struct: 429567 ] [c] 547000 nodes [ array: 99061 framework rtti: 2158 func: 35874 group: 1 struct: 429567 ] [c] 548000 nodes [ array: 99061 framework rtti: 2158 func: 35874 group: 1 struct: 429676 ] [c] 549000 nodes [ array: 99094 framework rtti: 2173 func: 35893 group: 1 struct: 429944 ] [c] 550000 nodes [ array: 99130 framework rtti: 2198 func: 35973 group: 1 struct: 436008 ] [c] 551000 nodes [ array: 99169 framework rtti: 2202 func: 36077 group: 1 struct: 436470 ] [c] 552000 nodes [ array: 99285 framework rtti: 2205 func: 36145 group: 1 struct: 436652 ] [c] 553000 nodes [ array: 99369 framework rtti: 2221 func: 36625 group: 1 struct: 442117 ] [c] 554000 nodes [ array: 99470 framework rtti: 2224 func: 36693 group: 1 struct: 442308 ] [c] 555000 nodes [ array: 99581 framework rtti: 2224 func: 36699 group: 1 struct: 442557 ] [c] 556000 nodes [ array: 99650 framework rtti: 2230 func: 36702 group: 1 struct: 442836 ] [c] 557000 nodes [ array: 99744 framework rtti: 2241 func: 36718 group: 1 struct: 443416 ] [c] 558000 nodes [ array: 99853 framework rtti: 2248 func: 36745 group: 1 struct: 443807 ] [c] 559000 nodes [ array: 99997 framework rtti: 2253 func: 36831 group: 1 struct: 444044 ] [c] 560000 nodes [ array: 100424 framework rtti: 2253 func: 36841 group: 1 struct: 444742 ] [c] 561000 nodes [ array: 100846 framework rtti: 2253 func: 36843 group: 1 struct: 445482 ] [c] 562000 nodes [ array: 101149 framework rtti: 2253 func: 36844 group: 1 struct: 445933 ] [c] 563000 nodes [ array: 101556 framework rtti: 2253 func: 36868 group: 1 struct: 447499 ] [c] 564000 nodes [ array: 102286 framework rtti: 2253 func: 36949 group: 1 struct: 448018 ] [c] 565000 nodes [ array: 102564 framework rtti: 2253 func: 36949 group: 1 struct: 448018 ] [c] 566000 nodes [ array: 102904 framework rtti: 2255 func: 37178 group: 1 struct: 450364 ] [c] 567000 nodes [ array: 103104 framework rtti: 2256 func: 37194 group: 1 struct: 455990 ] [c] 568000 nodes [ array: 103183 framework rtti: 2256 func: 37195 group: 1 struct: 456912 ] [c] 569000 nodes [ array: 103183 framework rtti: 2256 func: 37195 group: 1 struct: 457891 ] [c] 570000 nodes [ array: 103183 framework rtti: 2256 func: 37195 group: 1 struct: 458880 ] [c] 571000 nodes [ array: 103183 framework rtti: 2256 func: 37195 group: 1 struct: 459622 ] [c] 572000 nodes [ array: 103183 framework rtti: 2256 func: 37195 group: 1 struct: 459948 ] [c] 573000 nodes [ array: 103513 framework rtti: 2256 func: 37216 group: 1 struct: 460533 ] [c] 574000 nodes [ array: 103621 framework rtti: 2257 func: 37294 group: 1 struct: 460696 ] [c] 575000 nodes [ array: 104220 framework rtti: 2260 func: 37403 group: 1 struct: 460805 ] [c] 576000 nodes [ array: 105220 framework rtti: 2260 func: 37403 group: 1 struct: 460805 ] [c] 577000 nodes [ array: 105458 framework rtti: 2260 func: 37546 group: 1 struct: 461062 ] [c] 578000 nodes [ array: 105630 framework rtti: 2260 func: 37546 group: 1 struct: 461107 ] [c] 579000 nodes [ array: 105630 framework rtti: 2260 func: 37546 group: 1 struct: 461168 ] [c] 580000 nodes [ array: 105694 framework rtti: 2261 func: 37555 group: 1 struct: 461476 ] [c] 581000 nodes [ array: 105735 framework rtti: 2276 func: 37564 group: 1 struct: 461687 ] [c] 582000 nodes [ array: 105863 framework rtti: 2344 func: 37585 group: 1 struct: 462089 ] [c] 583000 nodes [ array: 105937 framework rtti: 2389 func: 37606 group: 1 struct: 462505 ] [c] 584000 nodes [ array: 105945 framework rtti: 2389 func: 37639 group: 1 struct: 463375 ] [c] 585000 nodes [ array: 105966 framework rtti: 2389 func: 37645 group: 1 struct: 463873 ] [c] 586000 nodes [ array: 105970 framework rtti: 2389 func: 37645 group: 1 struct: 464140 ] [c] 587000 nodes [ array: 106023 framework rtti: 2389 func: 37666 group: 1 struct: 464419 ] [c] 588000 nodes [ array: 106023 framework rtti: 2389 func: 37666 group: 1 struct: 464631 ] [c] 589000 nodes [ array: 106158 framework rtti: 2391 func: 37674 group: 1 struct: 464940 ] [c] 590000 nodes [ array: 106235 framework rtti: 2400 func: 37677 group: 1 struct: 465095 ] [c] 591000 nodes [ array: 106768 framework rtti: 2400 func: 37810 group: 1 struct: 465108 ] [c] 592000 nodes [ array: 107768 framework rtti: 2400 func: 37810 group: 1 struct: 465108 ] [c] 593000 nodes [ array: 108766 framework rtti: 2400 func: 37815 group: 1 struct: 465108 ] [c] 594000 nodes [ array: 109766 framework rtti: 2400 func: 37815 group: 1 struct: 465108 ] [c] 595000 nodes [ array: 110766 framework rtti: 2400 func: 37815 group: 1 struct: 465108 ] [c] 596000 nodes [ array: 111766 framework rtti: 2400 func: 37815 group: 1 struct: 465108 ] [c] 597000 nodes [ array: 112766 framework rtti: 2400 func: 37815 group: 1 struct: 465108 ] [c] 598000 nodes [ array: 113766 framework rtti: 2400 func: 37815 group: 1 struct: 465108 ] [c] 599000 nodes [ array: 114360 framework rtti: 2401 func: 37815 group: 1 struct: 465138 ] [c] 600000 nodes [ array: 115360 framework rtti: 2401 func: 37815 group: 1 struct: 465138 ] [c] 601000 nodes [ array: 116360 framework rtti: 2401 func: 37815 group: 1 struct: 465138 ] [c] 602000 nodes [ array: 117360 framework rtti: 2401 func: 37815 group: 1 struct: 465138 ] [c] 603000 nodes [ array: 118360 framework rtti: 2401 func: 37815 group: 1 struct: 465138 ] [c] 604000 nodes [ array: 118570 framework rtti: 2401 func: 37874 group: 1 struct: 465254 ] [c] 605000 nodes [ array: 118581 framework rtti: 2403 func: 37912 group: 1 struct: 465320 ] [c] 606000 nodes [ array: 118801 framework rtti: 2403 func: 37914 group: 1 struct: 465350 ] [c] 607000 nodes [ array: 119184 framework rtti: 2404 func: 38078 group: 1 struct: 465695 ] [c] 608000 nodes [ array: 119368 framework rtti: 2460 func: 38138 group: 1 struct: 465967 ] [c] 609000 nodes [ array: 119469 framework rtti: 2482 func: 38182 group: 1 struct: 466115 ] [c] 610000 nodes [ array: 119531 framework rtti: 2520 func: 38187 group: 1 struct: 466177 ] [c] 611000 nodes [ array: 119714 framework rtti: 2547 func: 38194 group: 1 struct: 466374 ] [c] 612000 nodes [ array: 119831 framework rtti: 2548 func: 38202 group: 1 struct: 466492 ] [c] 613000 nodes [ array: 119831 framework rtti: 2548 func: 38202 group: 1 struct: 466492 ] [c] 614000 nodes [ array: 119831 framework rtti: 2548 func: 38202 group: 1 struct: 466492 ] [c] 615000 nodes [ array: 119831 framework rtti: 2548 func: 38202 group: 1 struct: 466492 ] [c] 616000 nodes [ array: 119831 framework rtti: 2548 func: 38202 group: 1 struct: 466492 ] [c] 617000 nodes [ array: 119831 framework rtti: 2548 func: 38202 group: 1 struct: 466492 ] [c] 618000 nodes [ array: 119831 framework rtti: 2548 func: 38202 group: 1 struct: 466492 ] [c] 619000 nodes [ array: 119831 framework rtti: 2548 func: 38202 group: 1 struct: 466492 ] [c] 620000 nodes [ array: 119945 framework rtti: 2548 func: 38202 group: 1 struct: 466547 ] [c] 621000 nodes [ array: 119945 framework rtti: 2548 func: 38202 group: 1 struct: 466547 ] [c] 622000 nodes [ array: 119945 framework rtti: 2548 func: 38202 group: 1 struct: 466547 ] [c] 623000 nodes [ array: 119945 framework rtti: 2548 func: 38202 group: 1 struct: 466547 ] [c] 624000 nodes [ array: 119980 framework rtti: 2548 func: 38250 group: 1 struct: 466583 ] [c] 625000 nodes [ array: 120030 framework rtti: 2550 func: 38387 group: 1 struct: 466812 ] [c] 626000 nodes [ array: 120252 framework rtti: 2565 func: 38395 group: 1 struct: 467159 ] [c] 627000 nodes [ array: 120390 framework rtti: 2568 func: 38428 group: 1 struct: 468956 ] [c] 628000 nodes [ array: 120544 framework rtti: 2570 func: 38557 group: 1 struct: 469488 ] [c] 629000 nodes [ array: 120654 framework rtti: 2572 func: 38568 group: 1 struct: 469592 ] [c] 630000 nodes [ array: 120678 framework rtti: 2572 func: 38577 group: 1 struct: 469622 ] [c] 631000 nodes [ array: 120869 framework rtti: 2580 func: 38676 group: 1 struct: 469883 ] [c] 632000 nodes [ array: 121135 framework rtti: 2583 func: 38782 group: 1 struct: 470625 ] [c] 633000 nodes [ array: 121498 framework rtti: 2588 func: 38866 group: 1 struct: 471030 ] [c] 634000 nodes [ array: 121676 framework rtti: 2588 func: 38969 group: 1 struct: 471334 ] [c] 635000 nodes [ array: 121800 framework rtti: 2604 func: 39268 group: 1 struct: 471536 ] [c] 636000 nodes [ array: 121829 framework rtti: 2612 func: 39672 group: 1 struct: 472106 ] [c:database] GC transformer: finished helpers [c] 637000 nodes [ array: 122132 framework rtti: 2615 func: 39858 group: 1 struct: 474677 ] [c] 638000 nodes [ array: 122729 framework rtti: 2615 func: 39858 group: 1 struct: 474854 ] [c] 639000 nodes [ array: 123020 framework rtti: 2621 func: 39861 group: 1 struct: 475127 ] [c] 640000 nodes [ array: 123022 framework rtti: 2749 func: 39870 group: 1 struct: 475282 ] [c] 641000 nodes [ array: 123066 framework rtti: 2874 func: 40121 group: 1 struct: 475720 ] [c] 642000 nodes [ array: 123191 framework rtti: 3034 func: 40374 group: 1 struct: 476001 ] [c] 643000 nodes [ array: 123287 framework rtti: 3090 func: 40613 group: 1 struct: 476342 ] [rtyper] specializing: 311400 / 312037 blocks (99%) [rtyper] -=- specialized 711 more blocks -=- [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] inlined 14 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 16 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [c] 644000 nodes [ array: 123453 framework rtti: 3120 func: 40862 group: 1 struct: 476695 ] [c:database] GC transformer: finished tables [gctransform:info] assigned 6773 typeids [gctransform:info] added 150308 push/pop stack root instructions [gctransform:info] inserted 6632 write barrier calls [gctransform:info] inserted 7982 write_barrier_from_array calls [gctransform:info] found 4 static roots [c:database] Inlining GC helpers and postprocessing [c] 644303 nodes [ array: 123535 framework rtti: 3120 func: 40914 group: 1 struct: 476733 ] [c:database] Completed [translation:info] database for generating C source was created [31db1] translation-task} [translation:info] Generating c source... [31db1] {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__file.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__pickle_support.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__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_cStringIO.c [c:writing] data_pypy_module_cpyext.c [c:writing] data_pypy_module_exceptions.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_micronumpy.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_zipimport.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_ppc.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_unicodedata.c [c:writing] data_rpython_rlib_unicodedata_1.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] nonfuncnodes_44.c [c:writing] nonfuncnodes_45.c [c:writing] nonfuncnodes_46.c [c:writing] nonfuncnodes_47.c [c:writing] data_pypy_module___pypy___1.c [c:writing] data_pypy_module__cffi_backend_1.c [c:writing] data_pypy_module__continuation_1.c [c:writing] data_pypy_module__io_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__rawffi_1.c [c:writing] data_pypy_module_bz2_1.c [c:writing] data_pypy_module_cpyext_1.c [c:writing] data_pypy_module_micronumpy_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_select_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_rpython_jit_backend_llsupport_1.c [c:writing] data_rpython_jit_backend_ppc_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.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] implement_11.c [c:writing] implement_12.c [c:writing] implement_13.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_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_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__file.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__pickle_support.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__sha.c [c:writing] pypy_module__socket.c [c:writing] pypy_module__sre.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_cStringIO.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_cpyext_8.c [c:writing] pypy_module_exceptions.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_micronumpy.c [c:writing] pypy_module_micronumpy_1.c [c:writing] pypy_module_micronumpy_2.c [c:writing] pypy_module_micronumpy_3.c [c:writing] pypy_module_micronumpy_4.c [c:writing] pypy_module_micronumpy_5.c [c:writing] pypy_module_micronumpy_6.c [c:writing] pypy_module_micronumpy_7.c [c:writing] pypy_module_micronumpy_8.c [c:writing] pypy_module_micronumpy_9.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_ppc.c [c:writing] rpython_jit_backend_ppc_1.c [c:writing] rpython_jit_backend_ppc_helper.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_10.c [c:writing] rpython_jit_metainterp_11.c [c:writing] rpython_jit_metainterp_12.c [c:writing] rpython_jit_metainterp_13.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_5.c [c:writing] rpython_rlib_6.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_tool.c [c:writing] rpython_translator.c [c:writing] rpython_translator_c.c [translation:info] written: /tmp/usession-release-pypy2.7-v7.3.9-1/testing_1/testing_1.c [36f08] translation-task} [translation:info] Compiling c source... [36f08] {translation-task starting compile_c [platform:execute] make -j 16 in /tmp/usession-release-pypy2.7-v7.3.9-1/testing_1 [platform:WARNING] implement_12.c: In function 'pypy_g_ccall_ffi_prep_closure__ffi_closurePtr_ffi_cifPt': [platform:WARNING] implement_12.c:34723:9: warning: 'ffi_prep_closure' is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations] [platform:WARNING] 34723 | l_v305598 = ffi_prep_closure(l_a0_338, l_a1_223, l_a2_117, l_a3_49); [platform:WARNING] | ^~~~~~~~~ [platform:WARNING] In file included from singleheader.h:160: [platform:WARNING] /usr/include/ffi.h:347:1: note: declared here [platform:WARNING] 347 | ffi_prep_closure (ffi_closure*, [platform:WARNING] | ^~~~~~~~~~~~~~~~ [platform:WARNING] implement_12.c: In function 'pypy_g_ccall_inet_ntop__INT_arrayPtr_arrayPtr_UINT': [platform:WARNING] implement_12.c:35282:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 35282 | l_v305816 = inet_ntop(l_a0_346, l_a1_229, l_a2_122, l_a3_53); [platform:WARNING] | ^ [platform:WARNING] implement_12.c: In function 'pypy_g_ccall_openpty__arrayPtr_arrayPtr_arrayPtr_arrayP': [platform:WARNING] implement_12.c:35476:59: warning: passing argument 4 of 'openpty' from incompatible pointer type [-Wincompatible-pointer-types] [platform:WARNING] 35476 | l_v305886 = openpty(l_a0_357, l_a1_238, l_a2_128, l_a3_54, l_a4_31); [platform:WARNING] | ^~~~~~~ [platform:WARNING] | | [platform:WARNING] | char * [platform:WARNING] In file included from singleheader.h:126: [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_12.c:35476:68: warning: passing argument 5 of 'openpty' from incompatible pointer type [-Wincompatible-pointer-types] [platform:WARNING] 35476 | l_v305886 = openpty(l_a0_357, l_a1_238, l_a2_128, l_a3_54, l_a4_31); [platform:WARNING] | ^~~~~~~ [platform:WARNING] | | [platform:WARNING] | char * [platform:WARNING] In file included from singleheader.h:126: [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] pypy_module__cffi_backend.c: In function 'pypy_g_load_cffi1_module': [platform:WARNING] pypy_module__cffi_backend.c:1871:19: warning: assignment to 'char **' from incompatible pointer type 'const char * const*' [-Wincompatible-pointer-types] [platform:WARNING] 1871 | l_v533357 = 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:4776:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 4776 | l_v534667 = RPyField(l_ll_externpy_1, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g_realize_global_int': [platform:WARNING] pypy_module__cffi_backend_1.c:5500:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 5500 | l_cp_33 = RPyField(l_g_6, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g_W_FFIObject_fetch_int_constant': [platform:WARNING] pypy_module__cffi_backend_1.c:5953:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 5953 | l_v559870 = RPyField(l_v559869, globals); [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:8821:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 8821 | l_v560857 = RPyField(l_v560856, struct_unions); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:8857:43: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 8857 | l_v561301 = RPyField(l_s_331, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:8905:35: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 8905 | l_v561128 = RPyField(l_s_331, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:9151:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 9151 | l_cp_34 = RPyField(l_s_331, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:9321:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 9321 | l_cp_35 = RPyField(l_s_331, 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:10235:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 10235 | l_v561437 = RPyField(l_v561436, enums); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:10470:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 10470 | l_p_123 = RPyField(l_e_378, enumerators); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:10495:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 10495 | l_v561497 = RPyField(l_e_378, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:10905:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 10905 | l_v561618 = RPyField(l_v561617, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_do_realize_lazy_struct': [platform:WARNING] pypy_module__cffi_backend.c:20286:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 20286 | l_v540177 = RPyField(l_v540176, fields); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:20289:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 20289 | l_cp_28 = 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:32445:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 32445 | l_g_2 = RPyField(l_v544996, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:32561:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 32561 | l_cp_29 = RPyField(l_v545015, 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:39723:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 39723 | l_cp_37 = RPyField(l_s_334, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:39917:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 39917 | l_v572297 = RPyField(l_ctx1_0, struct_unions); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g_externpy_deco': [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_W_LibObject__build_attr': [platform:WARNING] pypy_module__cffi_backend.c:53583:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 53583 | l_v552787 = RPyField(l_v552766, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:44341:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 44341 | l_v573935 = RPyField(l_ctx_192, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:53925:43: warning: assignment to 'char **' from incompatible pointer type 'void **' [-Wincompatible-pointer-types] [platform:WARNING] 53925 | l_ptr_198 = &RPyField(l_g_3, size_or_direct_fn); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_W_LibObject_full_dict_copy': [platform:WARNING] pypy_module__cffi_backend_1.c: In function 'pypy_g_W_FFIObject_descr_list_types': [platform:WARNING] pypy_module__cffi_backend.c:55031:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 55031 | l_g_4 = RPyField(l_v553423, globals); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:45379:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 45379 | l_v574295 = RPyField(l_ctx_193, typenames); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:55061:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 55061 | l_cp_30 = RPyField(l_v553433, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:45381:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 45381 | l_cp_40 = RPyField(l_v574296, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:45780:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 45780 | l_v574422 = RPyField(l_ctx_193, struct_unions); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend_1.c:45782:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 45782 | l_cp_41 = RPyField(l_su_0, name); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c: In function 'pypy_g_realize_c_type_or_func_now': [platform:WARNING] pypy_module__cffi_backend.c:60207:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 60207 | l_v555434 = RPyField(l_v555433, typenames); [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:65646:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 65646 | l_cp_31 = RPyField(l_info_25, error_message); [platform:WARNING] | ^ [platform:WARNING] pypy_module__cffi_backend.c:66016:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 66016 | l_cp_32 = RPyField(l_info_25, error_message); [platform:WARNING] | ^ [platform:WARNING] pypy_module__multibytecodec.c: In function 'pypy_g_multibytecodec_encerror': [platform:WARNING] pypy_module__multibytecodec.c:5728:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 5728 | l_codec_6 = pypy_cjk_enc_getcodec(l_encodebuf_4); [platform:WARNING] | ^ [platform:WARNING] pypy_module_micronumpy_4.c: In function 'pypy_g_ArrayIter_same_shape': [platform:WARNING] pypy_module_micronumpy_4.c:53774:58: warning: self-comparison always evaluates to true [-Wtautological-compare] [platform:WARNING] 53774 | l_v1112466 = (l_v1112465 == l_v1112465); [platform:WARNING] | ^~ [platform:WARNING] pypy_module_time.c: In function 'pypy_g__init_timezone': [platform:WARNING] pypy_module_time.c:4385:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 4385 | l_cp_129 = RPyField(l_res_2165, tm_zone); [platform:WARNING] | ^ [platform:WARNING] pypy_module_time.c:4665:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 4665 | l_cp_130 = RPyField(l_res_2163, 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:5545:43: warning: self-comparison always evaluates to true [-Wtautological-compare] [platform:WARNING] 5545 | l_v1343359 = (l_selfval_4 == l_selfval_4); [platform:WARNING] | ^~ [platform:WARNING] rpython_jit_metainterp_2.c: In function 'pypy_g_get_location_str_31': [platform:WARNING] rpython_jit_metainterp_2.c:46863:44: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [platform:WARNING] 46863 | l_v1702142 = 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:15839:28: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] [platform:WARNING] 15839 | l_v2132180 = RPyField(l_v2132143, sll_addr); [platform:WARNING] | ^ [platform:WARNING] rpython_rlib_1.c: In function 'pypy_g_PacketAddress___init__': [platform:WARNING] rpython_rlib_1.c:17499:28: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] [platform:WARNING] 17499 | l_v2132800 = RPyField(l_addr_20520, sll_addr); [platform:WARNING] | ^ [platform:WARNING] In file included from thread.c:24: [platform:WARNING] /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/rpython/translator/c/src/thread_pthread.c: In function 'RPyThreadStartEx': [platform:WARNING] /home/buildozer/aports/testing/pypy/src/pypy2.7-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:info] copied: /tmp/usession-release-pypy2.7-v7.3.9-1/testing_1/pypy-c to /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/pypy/goal/pypy-c [translation:info] copied: /tmp/usession-release-pypy2.7-v7.3.9-1/testing_1/libpypy-c.so to /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/pypy/goal/libpypy-c.so [translation:info] created: /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/pypy/goal/pypy-c [36f35] translation-task} [translation:info] Create cffi bindings for modules... [36f35] {translation-task starting build_cffi_imports /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/lib-python/2.7/hashlib.py:146: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (No module named _pypy_openssl) RuntimeWarning) * _pypy_util_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/pypy/src/pypy2.7-v7.3.9-src/lib_pypy/pypy_tools/dest/openssl-1.1.1n running make -s -j 72 in /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/lib_pypy/pypy_tools/dest/openssl-1.1.1n running make install DESTDIR=/home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/lib_pypy/pypy_tools/dest/ in /home/buildozer/aports/testing/pypy/src/pypy2.7-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 [36f35] translation-task} [translation:info] usession directory: /tmp/usession-release-pypy2.7-v7.3.9-1 [Timer] Timings: [Timer] annotate --- 544.0 s [Timer] rtype_lltype --- 274.5 s [Timer] pyjitpl_lltype --- 528.3 s [Timer] backendopt_lltype --- 207.3 s [Timer] stackcheckinsertion_lltype --- 14.2 s [Timer] database_c --- 457.4 s [Timer] source_c --- 209.0 s [Timer] compile_c --- 133.0 s [Timer] build_cffi_imports --- 175.7 s [Timer] =========================================== [Timer] Total: --- 2543.3 s calling create_cffi_import_libraries with "embed_dependencies" True * _pypy_util_cffi_inner already built * _ssl already built * sqlite3 already built * audioop already built * _tkinter already built * curses already built * syslog already built * gdbm already built * grp already built * resource already built calling create_cffi_import_libraries with "embed_dependencies" False ============================= test session starts ============================== platform linux2 -- Python 2.7.18[pypy-7.3.9-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 pytest-2.9.2 from /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/pytest.pyc rootdir: /home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src, inifile: pytest.ini collected 1180 items ../module/pypyjit/test_pypy_c/test_00_model.py ......................... ../module/pypyjit/test_pypy_c/test_alloc.py ................................................... ../module/pypyjit/test_pypy_c/test_array.py ....s.. ../module/pypyjit/test_pypy_c/test_boolrewrite.py ...................................................................................................................................................................................................................................................................................................................................... ../module/pypyjit/test_pypy_c/test_buffers.py .. ../module/pypyjit/test_pypy_c/test_bug.py . ../module/pypyjit/test_pypy_c/test_call.py ....................... ../module/pypyjit/test_pypy_c/test_containers.py ............... ../module/pypyjit/test_pypy_c/test_cprofile.py . ../module/pypyjit/test_pypy_c/test_exception.py ..... ../module/pypyjit/test_pypy_c/test_ffi.py s..s...... ../module/pypyjit/test_pypy_c/test_generators.py ... ../module/pypyjit/test_pypy_c/test_getframe.py .. ../module/pypyjit/test_pypy_c/test_globals.py . ../module/pypyjit/test_pypy_c/test_import.py .. ../module/pypyjit/test_pypy_c/test_instance.py ............. ../module/pypyjit/test_pypy_c/test_intbound.py ................................................................................................................................................................................................................................................................................. ../module/pypyjit/test_pypy_c/test_jitlogparser.py . ../module/pypyjit/test_pypy_c/test_math.py ..s. ../module/pypyjit/test_pypy_c/test_micronumpy.py ...........................................................F............................................................................FF......FF..FF..FFFF ../module/pypyjit/test_pypy_c/test_min_max.py ... ../module/pypyjit/test_pypy_c/test_misc.py ................ ../module/pypyjit/test_pypy_c/test_shift.py .s......................................................................................................................................................................................................................... ../module/pypyjit/test_pypy_c/test_string.py ........... ../module/pypyjit/test_pypy_c/test_struct.py ...... ../module/pypyjit/test_pypy_c/test_thread.py ... ../module/pypyjit/test_pypy_c/test_weakref.py . =================================== FAILURES =================================== ___ TestMicroNumPy.test_vector_call2[/-float64-float64-11448.0-7632-3.0-2.0] ___ self = op = '/', adtype = 'float64', bdtype = 'float64', result = 11448.0, count = 7632 a = 3.0, b = 2.0 @py.test.mark.parametrize("op,adtype,bdtype,result,count,a,b", type_permuated) @py.test.mark.skipif('no_vector_backend()') def test_vector_call2(self, op, adtype, bdtype, result, count, a, b): source = """ def main(): import _numpypy.multiarray as np a = np.array([{a}]*{count}, dtype='{adtype}') b = np.array([{b}]*{count}, dtype='{bdtype}') for i in range(20): c = a {op} b return c.sum() """.format(op=op, adtype=adtype, bdtype=bdtype, count=count, a=a, b=b) exec py.code.Source(source).compile() vlog = self.run(main, [], vec=1) log = self.run(main, [], vec=0) > assert log.result == vlog.result E assert 11448.0 == 22890.0 E + where 11448.0 = 11448.0 E + where 11448.0 = .result E + and 22890.0 = 22890.0 E + where 22890.0 = .result ../module/pypyjit/test_pypy_c/test_micronumpy.py:84: AssertionError ____________ TestMicroNumPy.test_reduce_generic[any-int8-0-4912-0] _____________ self = op = 'any', dtype = 'int8', result = 0, count = 4912, a = 0 @py.test.mark.parametrize("op,dtype,result,count,a", type_permuated) @py.test.mark.skipif('no_vector_backend()') def test_reduce_generic(self,op,dtype,result,count,a): source = """ def main(): import _numpypy.multiarray as np a = np.array([{a}]*{count}, dtype='{dtype}') return a.{method}() """.format(method=op, dtype=dtype, count=count, a=a) exec py.code.Source(source).compile() log = self.run(main, [], vec=0) > vlog = self.run(main, [], vec=1) ../module/pypyjit/test_pypy_c/test_micronumpy.py:126: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = func_or_src = , args = [] import_site = False, discard_stdout_before_last_line = False jitopts = {'disable_unrolling': 9999, 'threshold': 200, 'vec': 1} src = , funcname = 'main' arglist = '' f = logfile = local('/tmp/usession-release-pypy2.7-v7.3.9-2/test-pypy-jit/test_reduce_generic.log') cmdline = ['/home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/pypy/goal/pypy-c', '-S', '--jit', 'vec=1,threshold=200,disable_unrolling=9999', '/tmp/usession-release-pypy2.7-v7.3.9-2/test-pypy-jit/test_reduce_generic.py'] key = 'disable_unrolling' def run(self, func_or_src, args=[], import_site=False, discard_stdout_before_last_line=False, **jitopts): jitopts.setdefault('threshold', 200) jitopts.setdefault('disable_unrolling', 9999) src = py.code.Source(func_or_src) if isinstance(func_or_src, types.FunctionType): funcname = func_or_src.func_name else: funcname = 'main' # write the snippet arglist = ', '.join(map(repr, args)) with self.filepath.open("w") as f: # we don't want to see the small bridges created # by the checkinterval reaching the limit f.write("import sys\n") f.write("sys.setcheckinterval(10000000)\n") f.write(str(src) + "\n") f.write("print %s(%s)\n" % (funcname, arglist)) # # run a child pypy-c with logging enabled logfile = self.filepath.new(ext='.log') # cmdline = [sys.executable] if not import_site: cmdline.append('-S') if jitopts: jitcmdline = ['%s=%s' % (key, value) for key, value in jitopts.items()] cmdline += ['--jit', ','.join(jitcmdline)] cmdline.append(str(self.filepath)) # env = os.environ.copy() # TODO old logging system env['PYPYLOG'] = self.log_string + ':' + str(logfile) jitlogfile = str(logfile) + '.jlog' env['JITLOG'] = str(jitlogfile) pipe = subprocess.Popen(cmdline, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE) stdout, stderr = pipe.communicate() if pipe.wait() < 0: raise IOError("subprocess was killed by signal %d" % ( > pipe.returncode,)) E IOError: subprocess was killed by signal -6 ../module/pypyjit/test_pypy_c/test_00_model.py:71: IOError ____________ TestMicroNumPy.test_reduce_generic[any-int16-0-4912-0] ____________ self = op = 'any', dtype = 'int16', result = 0, count = 4912, a = 0 @py.test.mark.parametrize("op,dtype,result,count,a", type_permuated) @py.test.mark.skipif('no_vector_backend()') def test_reduce_generic(self,op,dtype,result,count,a): source = """ def main(): import _numpypy.multiarray as np a = np.array([{a}]*{count}, dtype='{dtype}') return a.{method}() """.format(method=op, dtype=dtype, count=count, a=a) exec py.code.Source(source).compile() log = self.run(main, [], vec=0) > vlog = self.run(main, [], vec=1) ../module/pypyjit/test_pypy_c/test_micronumpy.py:126: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = func_or_src = , args = [] import_site = False, discard_stdout_before_last_line = False jitopts = {'disable_unrolling': 9999, 'threshold': 200, 'vec': 1} src = , funcname = 'main' arglist = '' f = logfile = local('/tmp/usession-release-pypy2.7-v7.3.9-2/test-pypy-jit/test_reduce_generic.log') cmdline = ['/home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/pypy/goal/pypy-c', '-S', '--jit', 'vec=1,threshold=200,disable_unrolling=9999', '/tmp/usession-release-pypy2.7-v7.3.9-2/test-pypy-jit/test_reduce_generic.py'] key = 'disable_unrolling' def run(self, func_or_src, args=[], import_site=False, discard_stdout_before_last_line=False, **jitopts): jitopts.setdefault('threshold', 200) jitopts.setdefault('disable_unrolling', 9999) src = py.code.Source(func_or_src) if isinstance(func_or_src, types.FunctionType): funcname = func_or_src.func_name else: funcname = 'main' # write the snippet arglist = ', '.join(map(repr, args)) with self.filepath.open("w") as f: # we don't want to see the small bridges created # by the checkinterval reaching the limit f.write("import sys\n") f.write("sys.setcheckinterval(10000000)\n") f.write(str(src) + "\n") f.write("print %s(%s)\n" % (funcname, arglist)) # # run a child pypy-c with logging enabled logfile = self.filepath.new(ext='.log') # cmdline = [sys.executable] if not import_site: cmdline.append('-S') if jitopts: jitcmdline = ['%s=%s' % (key, value) for key, value in jitopts.items()] cmdline += ['--jit', ','.join(jitcmdline)] cmdline.append(str(self.filepath)) # env = os.environ.copy() # TODO old logging system env['PYPYLOG'] = self.log_string + ':' + str(logfile) jitlogfile = str(logfile) + '.jlog' env['JITLOG'] = str(jitlogfile) pipe = subprocess.Popen(cmdline, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE) stdout, stderr = pipe.communicate() if pipe.wait() < 0: raise IOError("subprocess was killed by signal %d" % ( > pipe.returncode,)) E IOError: subprocess was killed by signal -6 ../module/pypyjit/test_pypy_c/test_00_model.py:71: IOError ____________ TestMicroNumPy.test_reduce_generic[all-int8-1-6757-1] _____________ self = op = 'all', dtype = 'int8', result = 1, count = 6757, a = 1 @py.test.mark.parametrize("op,dtype,result,count,a", type_permuated) @py.test.mark.skipif('no_vector_backend()') def test_reduce_generic(self,op,dtype,result,count,a): source = """ def main(): import _numpypy.multiarray as np a = np.array([{a}]*{count}, dtype='{dtype}') return a.{method}() """.format(method=op, dtype=dtype, count=count, a=a) exec py.code.Source(source).compile() log = self.run(main, [], vec=0) > vlog = self.run(main, [], vec=1) ../module/pypyjit/test_pypy_c/test_micronumpy.py:126: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = func_or_src = , args = [] import_site = False, discard_stdout_before_last_line = False jitopts = {'disable_unrolling': 9999, 'threshold': 200, 'vec': 1} src = , funcname = 'main' arglist = '' f = logfile = local('/tmp/usession-release-pypy2.7-v7.3.9-2/test-pypy-jit/test_reduce_generic.log') cmdline = ['/home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/pypy/goal/pypy-c', '-S', '--jit', 'vec=1,threshold=200,disable_unrolling=9999', '/tmp/usession-release-pypy2.7-v7.3.9-2/test-pypy-jit/test_reduce_generic.py'] key = 'disable_unrolling' def run(self, func_or_src, args=[], import_site=False, discard_stdout_before_last_line=False, **jitopts): jitopts.setdefault('threshold', 200) jitopts.setdefault('disable_unrolling', 9999) src = py.code.Source(func_or_src) if isinstance(func_or_src, types.FunctionType): funcname = func_or_src.func_name else: funcname = 'main' # write the snippet arglist = ', '.join(map(repr, args)) with self.filepath.open("w") as f: # we don't want to see the small bridges created # by the checkinterval reaching the limit f.write("import sys\n") f.write("sys.setcheckinterval(10000000)\n") f.write(str(src) + "\n") f.write("print %s(%s)\n" % (funcname, arglist)) # # run a child pypy-c with logging enabled logfile = self.filepath.new(ext='.log') # cmdline = [sys.executable] if not import_site: cmdline.append('-S') if jitopts: jitcmdline = ['%s=%s' % (key, value) for key, value in jitopts.items()] cmdline += ['--jit', ','.join(jitcmdline)] cmdline.append(str(self.filepath)) # env = os.environ.copy() # TODO old logging system env['PYPYLOG'] = self.log_string + ':' + str(logfile) jitlogfile = str(logfile) + '.jlog' env['JITLOG'] = str(jitlogfile) pipe = subprocess.Popen(cmdline, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE) stdout, stderr = pipe.communicate() if pipe.wait() < 0: raise IOError("subprocess was killed by signal %d" % ( > pipe.returncode,)) E IOError: subprocess was killed by signal -6 ../module/pypyjit/test_pypy_c/test_00_model.py:71: IOError ____________ TestMicroNumPy.test_reduce_generic[all-int16-1-6757-1] ____________ self = op = 'all', dtype = 'int16', result = 1, count = 6757, a = 1 @py.test.mark.parametrize("op,dtype,result,count,a", type_permuated) @py.test.mark.skipif('no_vector_backend()') def test_reduce_generic(self,op,dtype,result,count,a): source = """ def main(): import _numpypy.multiarray as np a = np.array([{a}]*{count}, dtype='{dtype}') return a.{method}() """.format(method=op, dtype=dtype, count=count, a=a) exec py.code.Source(source).compile() log = self.run(main, [], vec=0) > vlog = self.run(main, [], vec=1) ../module/pypyjit/test_pypy_c/test_micronumpy.py:126: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = func_or_src = , args = [] import_site = False, discard_stdout_before_last_line = False jitopts = {'disable_unrolling': 9999, 'threshold': 200, 'vec': 1} src = , funcname = 'main' arglist = '' f = logfile = local('/tmp/usession-release-pypy2.7-v7.3.9-2/test-pypy-jit/test_reduce_generic.log') cmdline = ['/home/buildozer/aports/testing/pypy/src/pypy2.7-v7.3.9-src/pypy/goal/pypy-c', '-S', '--jit', 'vec=1,threshold=200,disable_unrolling=9999', '/tmp/usession-release-pypy2.7-v7.3.9-2/test-pypy-jit/test_reduce_generic.py'] key = 'disable_unrolling' def run(self, func_or_src, args=[], import_site=False, discard_stdout_before_last_line=False, **jitopts): jitopts.setdefault('threshold', 200) jitopts.setdefault('disable_unrolling', 9999) src = py.code.Source(func_or_src) if isinstance(func_or_src, types.FunctionType): funcname = func_or_src.func_name else: funcname = 'main' # write the snippet arglist = ', '.join(map(repr, args)) with self.filepath.open("w") as f: # we don't want to see the small bridges created # by the checkinterval reaching the limit f.write("import sys\n") f.write("sys.setcheckinterval(10000000)\n") f.write(str(src) + "\n") f.write("print %s(%s)\n" % (funcname, arglist)) # # run a child pypy-c with logging enabled logfile = self.filepath.new(ext='.log') # cmdline = [sys.executable] if not import_site: cmdline.append('-S') if jitopts: jitcmdline = ['%s=%s' % (key, value) for key, value in jitopts.items()] cmdline += ['--jit', ','.join(jitcmdline)] cmdline.append(str(self.filepath)) # env = os.environ.copy() # TODO old logging system env['PYPYLOG'] = self.log_string + ':' + str(logfile) jitlogfile = str(logfile) + '.jlog' env['JITLOG'] = str(jitlogfile) pipe = subprocess.Popen(cmdline, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE) stdout, stderr = pipe.communicate() if pipe.wait() < 0: raise IOError("subprocess was killed by signal %d" % ( > pipe.returncode,)) E IOError: subprocess was killed by signal -6 ../module/pypyjit/test_pypy_c/test_00_model.py:71: IOError ____________________ TestMicroNumPy.test_reduce_logical_xor ____________________ self = def test_reduce_logical_xor(self): def main(): import _numpypy.multiarray as np import _numpypy.umath as um arr = np.array([1.0] * 1500) return um.logical_xor.reduce(arr) log = self.run(main, []) assert log.result is False assert len(log.loops) == 1 loop = log._filter(log.loops[0]) if sys.byteorder == 'big': bit = ord('>') else: bit = ord('<') assert loop.match(""" guard_class(p1, #, descr=...) p4 = getfield_gc_r(p1, descr=) i5 = getfield_gc_i(p0, descr=) guard_not_invalidated(descr=...) p6 = getfield_gc_r(p4, descr=) p7 = getfield_gc_r(p6, descr=) guard_class(p7, ConstClass(Float64), descr=...) i9 = getfield_gc_i(p4, descr=) i10 = getfield_gc_i(p6, descr=) i12 = int_eq(i10, 61) i14 = int_eq(i10, %(bit)d) i15 = int_or(i12, i14) %(align_check)s f16 = raw_load_f(i9, i5, descr=) guard_true(i15, descr=...) i18 = float_ne(f16, 0.000000) guard_true(i18, descr=...) guard_nonnull_class(p2, ConstClass(W_BoolBox), descr=...) i20 = getfield_gc_i(p2, descr=) i21 = int_is_true(i20) guard_false(i21, descr=...) i22 = getfield_gc_i(p0, descr=) i23 = getfield_gc_i(p1, descr=) guard_true(i23, descr=...) i25 = int_add(i22, 1) p26 = getfield_gc_r(p0, descr=) i27 = getfield_gc_i(p1, descr=) i28 = int_is_true(i27) guard_true(i28, descr=...) i29 = getfield_gc_i(p6, descr=) guard_value(i29, 8, descr=...) i30 = int_add(i5, 8) i31 = getfield_gc_i(p1, descr=) i32 = int_ge(i25, i31) guard_false(i32, descr=...) p34 = new_with_vtable(descr=...) {{{ setfield_gc(p34, p1, descr=) setfield_gc(p34, i25, descr=) setfield_gc(p34, p26, descr=) setfield_gc(p34, i30, descr=) }}} jump(..., descr=...) > """ % {'align_check': align_check('i5'), 'bit': bit}) ../module/pypyjit/test_pypy_c/test_micronumpy.py:197: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../module/pypyjit/test_pypy_c/model.py:186: in match return matcher.match(expected_src, **kwds) ../module/pypyjit/test_pypy_c/model.py:527: in match self.match_loop(expected_ops, ignore_ops) ../module/pypyjit/test_pypy_c/model.py:503: in match_loop self.match_op(op, exp_op) ../module/pypyjit/test_pypy_c/model.py:412: in match_op self._assert(op.name == exp_opname, "operation mismatch") _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = cond = False, message = 'operation mismatch' def _assert(self, cond, message): if not cond: > raise InvalidMatch(message, frame=sys._getframe(1)) E InvalidMatch: operation mismatch ../module/pypyjit/test_pypy_c/model.py:405: InvalidMatch ----------------------------- Captured stdout call ----------------------------- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Loops don't match ================= loop id = None ('operation mismatch',) Ignore ops: [] Got: guard_class(p1, 140736299592744, descr=) p4 = getfield_gc_r(p1, descr=) i5 = getfield_gc_i(p0, descr=) guard_not_invalidated(descr=) p6 = getfield_gc_r(p4, descr=) p7 = getfield_gc_r(p6, descr=) guard_class(p7, ConstClass(Float64), descr=) i9 = getfield_gc_i(p4, descr=) i10 = getfield_gc_i(p6, descr=) i12 = int_eq(i10, 61) i14 = int_eq(i10, 60) i15 = int_or(i12, i14) ===== HERE ===== f16 = raw_load_f(i9, i5, descr=) guard_true(i15, descr=) i18 = float_ne(f16, 0.000000) guard_true(i18, descr=) guard_nonnull_class(p2, ConstClass(W_BoolBox), descr=) i20 = getfield_gc_i(p2, descr=) i21 = int_is_true(i20) guard_false(i21, descr=) i22 = getfield_gc_i(p0, descr=) i23 = getfield_gc_i(p1, descr=) guard_true(i23, descr=) i25 = int_add(i22, 1) p26 = getfield_gc_r(p0, descr=) i27 = getfield_gc_i(p1, descr=) i28 = int_is_true(i27) guard_true(i28, descr=) i29 = getfield_gc_i(p6, descr=) guard_value(i29, 8, descr=) i32 = int_add(i5, 8) i33 = getfield_gc_i(p1, descr=) i34 = int_ge(i25, i33) guard_false(i34, descr=) p35 = new_with_vtable(descr=) setfield_gc(p35, i32, descr=) setfield_gc(p35, i25, descr=) setfield_gc(p35, p26, descr=) setfield_gc(p35, p1, descr=) jump(p35, p1, ConstPtr(ptr36), descr=TargetToken(140736246313456)) Expected: guard_class(p1, #, descr=...) p4 = getfield_gc_r(p1, descr=) i5 = getfield_gc_i(p0, descr=) guard_not_invalidated(descr=...) p6 = getfield_gc_r(p4, descr=) p7 = getfield_gc_r(p6, descr=) guard_class(p7, ConstClass(Float64), descr=...) i9 = getfield_gc_i(p4, descr=) i10 = getfield_gc_i(p6, descr=) i12 = int_eq(i10, 61) i14 = int_eq(i10, 60) i15 = int_or(i12, i14) i10096 = int_and(i5, 7) i10097 = int_is_zero(i10096) guard_true(i10097, descr=...) f16 = raw_load_f(i9, i5, descr=) guard_true(i15, descr=...) i18 = float_ne(f16, 0.000000) guard_true(i18, descr=...) guard_nonnull_class(p2, ConstClass(W_BoolBox), descr=...) i20 = getfield_gc_i(p2, descr=) i21 = int_is_true(i20) guard_false(i21, descr=...) i22 = getfield_gc_i(p0, descr=) i23 = getfield_gc_i(p1, descr=) guard_true(i23, descr=...) i25 = int_add(i22, 1) p26 = getfield_gc_r(p0, descr=) i27 = getfield_gc_i(p1, descr=) i28 = int_is_true(i27) guard_true(i28, descr=...) i29 = getfield_gc_i(p6, descr=) guard_value(i29, 8, descr=...) i30 = int_add(i5, 8) i31 = getfield_gc_i(p1, descr=) i32 = int_ge(i25, i31) guard_false(i32, descr=...) p34 = new_with_vtable(descr=...) {{{ setfield_gc(p34, p1, descr=) setfield_gc(p34, i25, descr=) setfield_gc(p34, p26, descr=) setfield_gc(p34, i30, descr=) }}} jump(..., descr=...) ____________________ TestMicroNumPy.test_reduce_logical_and ____________________ self = def test_reduce_logical_and(self): def main(): import _numpypy.multiarray as np import _numpypy.umath as um arr = np.array([1.0] * 1500) return um.logical_and.reduce(arr) log = self.run(main, []) assert log.result is True assert len(log.loops) == 1 loop = log._filter(log.loops[0]) loop.match(""" %(align_check)s guard_not_invalidated(descr=...) f31 = raw_load_f(i9, i29, descr=) i32 = float_ne(f31, 0.000000) guard_true(i32, descr=...) i36 = int_add(i24, 1) i37 = int_add(i29, 8) i38 = int_ge(i36, i30) guard_false(i38, descr=...) jump(..., descr=...) > """ % {'align_check': align_check('i29')}) ../module/pypyjit/test_pypy_c/test_micronumpy.py:220: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../module/pypyjit/test_pypy_c/model.py:186: in match return matcher.match(expected_src, **kwds) ../module/pypyjit/test_pypy_c/model.py:527: in match self.match_loop(expected_ops, ignore_ops) ../module/pypyjit/test_pypy_c/model.py:503: in match_loop self.match_op(op, exp_op) ../module/pypyjit/test_pypy_c/model.py:412: in match_op self._assert(op.name == exp_opname, "operation mismatch") _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = cond = False, message = 'operation mismatch' def _assert(self, cond, message): if not cond: > raise InvalidMatch(message, frame=sys._getframe(1)) E InvalidMatch: operation mismatch ../module/pypyjit/test_pypy_c/model.py:405: InvalidMatch ----------------------------- Captured stdout call ----------------------------- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Loops don't match ================= loop id = None ('operation mismatch',) Ignore ops: [] Got: ===== HERE ===== guard_not_invalidated(descr=) f35 = raw_load_f(i9, i32, descr=) i37 = float_ne(f35, 0.000000) guard_true(i37, descr=) i39 = int_add(i25, 1) i41 = int_add(i32, 8) i42 = int_ge(i39, i33) guard_false(i42, descr=) jump(p26, i39, p1, i41, p4, p6, i9, i33, descr=TargetToken(140736133329472)) Expected: i10096 = int_and(i29, 7) i10097 = int_is_zero(i10096) guard_true(i10097, descr=...) guard_not_invalidated(descr=...) f31 = raw_load_f(i9, i29, descr=) i32 = float_ne(f31, 0.000000) guard_true(i32, descr=...) i36 = int_add(i24, 1) i37 = int_add(i29, 8) i38 = int_ge(i36, i30) guard_false(i38, descr=...) jump(..., descr=...) ___________________ TestMicroNumPy.test_array_flatiter_next ____________________ self = def test_array_flatiter_next(self): def main(): import _numpypy.multiarray as np arr = np.zeros((1024, 16)) + 42 ai = arr.flat i = 0 while i < arr.size: a = next(ai) i += 1 return a log = self.run(main, []) assert log.result == 42.0 loop, = log.loops_by_filename(self.filepath) assert loop.match(""" guard_not_invalidated(descr=...) i86 = int_lt(i79, i45) guard_true(i86, descr=...) i88 = int_ge(i87, i59) guard_false(i88, descr=...) %(align_check)s f90 = raw_load_f(i67, i89, descr=) i91 = int_add(i87, 1) i93 = int_add(i89, 8) i94 = int_add(i79, 1) i95 = getfield_raw_i(#, descr=) setfield_gc(p97, i91, descr=) setfield_gc(p97, i93, descr=) i96 = int_lt(i95, 0) guard_false(i96, descr=...) jump(..., descr=...) > """ % {"align_check": align_check('i89')}) ../module/pypyjit/test_pypy_c/test_micronumpy.py:344: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../module/pypyjit/test_pypy_c/model.py:186: in match return matcher.match(expected_src, **kwds) ../module/pypyjit/test_pypy_c/model.py:527: in match self.match_loop(expected_ops, ignore_ops) ../module/pypyjit/test_pypy_c/model.py:503: in match_loop self.match_op(op, exp_op) ../module/pypyjit/test_pypy_c/model.py:412: in match_op self._assert(op.name == exp_opname, "operation mismatch") _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = cond = False, message = 'operation mismatch' def _assert(self, cond, message): if not cond: > raise InvalidMatch(message, frame=sys._getframe(1)) E InvalidMatch: operation mismatch ../module/pypyjit/test_pypy_c/model.py:405: InvalidMatch ----------------------------- Captured stdout call ----------------------------- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Loops don't match ================= loop id = None ('operation mismatch',) Ignore ops: [] Got: guard_not_invalidated(descr=) i74 = int_lt(i69, i35) guard_true(i74, descr=) i75 = int_ge(i60, i42) guard_false(i75, descr=) ===== HERE ===== f76 = raw_load_f(i50, i67, descr=) i78 = int_add(i60, 1) i80 = int_add(i67, 8) i82 = int_add(i69, 1) i84 = getfield_raw_i(140735845576504, descr=) setfield_gc(p40, i78, descr=) setfield_gc(p40, i80, descr=) i86 = int_lt(i84, 0) guard_false(i86, descr=) jump(p0, p1, p6, p7, p10, p12, p14, i82, f76, p24, p29, i31, p32, i33, i35, p40, p39, i78, i42, p45, p47, i50, i80, descr=TargetToken(140735775381952)) Expected: guard_not_invalidated(descr=...) i86 = int_lt(i79, i45) guard_true(i86, descr=...) i88 = int_ge(i87, i59) guard_false(i88, descr=...) i10096 = int_and(i89, 7) i10097 = int_is_zero(i10096) guard_true(i10097, descr=...) f90 = raw_load_f(i67, i89, descr=) i91 = int_add(i87, 1) i93 = int_add(i89, 8) i94 = int_add(i79, 1) i95 = getfield_raw_i(#, descr=) setfield_gc(p97, i91, descr=) setfield_gc(p97, i93, descr=) i96 = int_lt(i95, 0) guard_false(i96, descr=...) jump(..., descr=...) ______________ TestMicroNumPy.test_array_flatiter_getitem_single _______________ self = def test_array_flatiter_getitem_single(self): def main(): import _numpypy.multiarray as np arr = np.zeros((1024, 16)) + 42 ai = arr.flat i = 0 while i < arr.size: a = ai[i] # ID: getitem i += 1 return a log = self.run(main, []) assert log.result == 42.0 loop, = log.loops_by_filename(self.filepath) assert loop.match_by_id("getitem", """ i126 = int_lt(i117, i50) guard_true(i126, descr=...) i128 = int_mul(i117, i59) i129 = int_add(i55, i128) %(align_check)s f149 = raw_load_f(i100, i129, descr=) > """ % {'align_check': align_check('i129')}) ../module/pypyjit/test_pypy_c/test_micronumpy.py:366: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../module/pypyjit/test_pypy_c/model.py:191: in match_by_id return matcher.match(expected_src, ignore_ops=ignore_ops) ../module/pypyjit/test_pypy_c/model.py:527: in match self.match_loop(expected_ops, ignore_ops) ../module/pypyjit/test_pypy_c/model.py:503: in match_loop self.match_op(op, exp_op) ../module/pypyjit/test_pypy_c/model.py:412: in match_op self._assert(op.name == exp_opname, "operation mismatch") _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = cond = False, message = 'operation mismatch' def _assert(self, cond, message): if not cond: > raise InvalidMatch(message, frame=sys._getframe(1)) E InvalidMatch: operation mismatch ../module/pypyjit/test_pypy_c/model.py:405: InvalidMatch ----------------------------- Captured stdout call ----------------------------- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Loops don't match ================= loop id = 'getitem' ('operation mismatch',) Ignore ops: [] Got: i87 = int_lt(i79, i40) guard_true(i87, descr=) i88 = int_mul(i79, i49) i89 = int_add(i85, i88) ===== HERE ===== f90 = raw_load_f(i55, i89, descr=) Expected: i126 = int_lt(i117, i50) guard_true(i126, descr=...) i128 = int_mul(i117, i59) i129 = int_add(i55, i128) i10096 = int_and(i129, 7) i10097 = int_is_zero(i10096) guard_true(i10097, descr=...) f149 = raw_load_f(i100, i129, descr=) ______________ TestMicroNumPy.test_array_flatiter_setitem_single _______________ self = def test_array_flatiter_setitem_single(self): def main(): import _numpypy.multiarray as np arr = np.empty((1024, 16)) ai = arr.flat i = 0 while i < arr.size: ai[i] = 42.0 i += 1 return ai[-1] log = self.run(main, []) assert log.result == 42.0 loop, = log.loops_by_filename(self.filepath) assert loop.match(""" guard_not_invalidated(descr=...) i128 = int_lt(i120, i42) guard_true(i128, descr=...) i129 = int_lt(i120, i48) guard_true(i129, descr=...) i131 = int_mul(i120, i57) i132 = int_add(i53, i131) %(align_check)s raw_store(i103, i132, 42.000000, descr=) i153 = int_add(i120, 1) i154 = getfield_raw_i(#, descr=) setfield_gc(p158, i53, descr=) setarrayitem_gc(p152, 1, 0, descr=) setarrayitem_gc(p152, 0, 0, descr=) i157 = int_lt(i154, 0) guard_false(i157, descr=...) jump(..., descr=...) > """ % {'align_check': align_check('i132')}) ../module/pypyjit/test_pypy_c/test_micronumpy.py:399: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../module/pypyjit/test_pypy_c/model.py:186: in match return matcher.match(expected_src, **kwds) ../module/pypyjit/test_pypy_c/model.py:527: in match self.match_loop(expected_ops, ignore_ops) ../module/pypyjit/test_pypy_c/model.py:503: in match_loop self.match_op(op, exp_op) ../module/pypyjit/test_pypy_c/model.py:412: in match_op self._assert(op.name == exp_opname, "operation mismatch") _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = cond = False, message = 'operation mismatch' def _assert(self, cond, message): if not cond: > raise InvalidMatch(message, frame=sys._getframe(1)) E InvalidMatch: operation mismatch ../module/pypyjit/test_pypy_c/model.py:405: InvalidMatch ----------------------------- Captured stdout call ----------------------------- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Loops don't match ================= loop id = None ('operation mismatch',) Ignore ops: [] Got: guard_not_invalidated(descr=) i89 = int_lt(i82, i33) guard_true(i89, descr=) i90 = int_lt(i82, i38) guard_true(i90, descr=) i91 = int_mul(i82, i47) i92 = int_add(i88, i91) ===== HERE ===== raw_store(i64, i92, 42.000000, descr=) i95 = int_add(i82, 1) i97 = getfield_raw_i(140735922057016, descr=) setfield_gc(p66, i88, descr=) setarrayitem_gc(p67, 1, 0, descr=) setarrayitem_gc(p67, 0, 0, descr=) i103 = int_lt(i97, 0) guard_false(i103, descr=) jump(p0, p1, p6, p7, p10, p12, p14, i95, p27, i29, p30, i31, i33, p37, i38, p42, p46, i47, i88, p50, p51, p52, i64, p66, p67, descr=TargetToken(140735851854032)) Expected: guard_not_invalidated(descr=...) i128 = int_lt(i120, i42) guard_true(i128, descr=...) i129 = int_lt(i120, i48) guard_true(i129, descr=...) i131 = int_mul(i120, i57) i132 = int_add(i53, i131) i10096 = int_and(i132, 7) i10097 = int_is_zero(i10096) guard_true(i10097, descr=...) raw_store(i103, i132, 42.000000, descr=) i153 = int_add(i120, 1) i154 = getfield_raw_i(#, descr=) setfield_gc(p158, i53, descr=) setarrayitem_gc(p152, 1, 0, descr=) setarrayitem_gc(p152, 0, 0, descr=) i157 = int_lt(i154, 0) guard_false(i157, descr=...) jump(..., descr=...) ________________________ TestMicroNumPy.test_mixed_div _________________________ self = def test_mixed_div(self): N = 1500 def main(): N = 1500 import _numpypy.multiarray as np arr = np.zeros(N) l = [arr[i]/2. for i in range(N)] return l log = self.run(main, []) assert log.result == [0.] * N loop, = log.loops_by_filename(self.filepath) assert loop.match(""" i4 = int_lt(i91, 0) guard_false(i4, descr=...) i92 = int_ge(i91, i37) guard_false(i92, descr=...) i93 = int_add(i91, 1) setfield_gc(p23, i93, descr=) guard_not_invalidated(descr=...) i94 = int_ge(i91, i56) guard_false(i94, descr=...) i96 = int_mul(i91, i58) i97 = int_add(i51, i96) %(align_check)s f98 = raw_load_f(i63, i97, descr=) f100 = float_mul(f98, 0.500000) i101 = int_add(i79, 1) i102 = arraylen_gc(p85, descr=) i103 = int_lt(i102, i101) cond_call(i103, ConstClass(_ll_list_resize_hint_really_look_inside_iff__listPtr_Signed_Bool), p76, i101, 1, descr=) guard_no_exception(descr=...) p104 = getfield_gc_r(p76, descr=) p105 = new_with_vtable(descr=) setfield_gc(p105, f100, descr=) setarrayitem_gc(p104, i79, p105, descr=) i106 = getfield_raw_i(#, descr=) setfield_gc(p76, i101, descr=) i107 = int_lt(i106, 0) guard_false(i107, descr=...) jump(..., descr=...) > """ % {'align_check': align_check('i97')}) ../module/pypyjit/test_pypy_c/test_micronumpy.py:441: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../module/pypyjit/test_pypy_c/model.py:186: in match return matcher.match(expected_src, **kwds) ../module/pypyjit/test_pypy_c/model.py:527: in match self.match_loop(expected_ops, ignore_ops) ../module/pypyjit/test_pypy_c/model.py:503: in match_loop self.match_op(op, exp_op) ../module/pypyjit/test_pypy_c/model.py:412: in match_op self._assert(op.name == exp_opname, "operation mismatch") _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = cond = False, message = 'operation mismatch' def _assert(self, cond, message): if not cond: > raise InvalidMatch(message, frame=sys._getframe(1)) E InvalidMatch: operation mismatch ../module/pypyjit/test_pypy_c/model.py:405: InvalidMatch ----------------------------- Captured stdout call ----------------------------- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Loops don't match ================= loop id = None ('operation mismatch',) Ignore ops: [] Got: i92 = int_lt(i90, 0) guard_false(i92, descr=) i93 = int_ge(i90, i34) guard_false(i93, descr=) i95 = int_add(i90, 1) setfield_gc(p22, i95, descr=) guard_not_invalidated(descr=) i96 = int_ge(i90, i53) guard_false(i96, descr=) i97 = int_mul(i90, i56) i98 = int_add(i48, i97) ===== HERE ===== f99 = raw_load_f(i61, i98, descr=) f101 = float_mul(f99, 0.500000) i103 = int_add(i77, 1) i104 = arraylen_gc(p83, descr=) i105 = int_lt(i104, i103) cond_call(i105, ConstClass(_ll_list_resize_hint_really_look_inside_iff__listPtr_Signed_Bool), p74, i103, 1, descr=) guard_no_exception(descr=) p108 = getfield_gc_r(p74, descr=) p109 = new_with_vtable(descr=) setfield_gc(p109, f101, descr=) setarrayitem_gc(p108, i77, p109, descr=) i111 = getfield_raw_i(140736011382584, descr=) setfield_gc(p74, i103, descr=) i113 = int_lt(i111, 0) guard_false(i113, descr=) jump(p0, p1, p6, p7, p10, p12, p14, i90, p18, p20, p22, p29, p33, i95, i34, p41, p42, p45, i53, p49, i56, i48, i61, p74, i103, p108, descr=TargetToken(140735941187312)) Expected: i4 = int_lt(i91, 0) guard_false(i4, descr=...) i92 = int_ge(i91, i37) guard_false(i92, descr=...) i93 = int_add(i91, 1) setfield_gc(p23, i93, descr=) guard_not_invalidated(descr=...) i94 = int_ge(i91, i56) guard_false(i94, descr=...) i96 = int_mul(i91, i58) i97 = int_add(i51, i96) i10096 = int_and(i97, 7) i10097 = int_is_zero(i10096) guard_true(i10097, descr=...) f98 = raw_load_f(i63, i97, descr=) f100 = float_mul(f98, 0.500000) i101 = int_add(i79, 1) i102 = arraylen_gc(p85, descr=) i103 = int_lt(i102, i101) cond_call(i103, ConstClass(_ll_list_resize_hint_really_look_inside_iff__listPtr_Signed_Bool), p76, i101, 1, descr=) guard_no_exception(descr=...) p104 = getfield_gc_r(p76, descr=) p105 = new_with_vtable(descr=) setfield_gc(p105, f100, descr=) setarrayitem_gc(p104, i79, p105, descr=) i106 = getfield_raw_i(#, descr=) setfield_gc(p76, i101, descr=) i107 = int_lt(i106, 0) guard_false(i107, descr=...) jump(..., descr=...) =========================== short test summary info ============================ FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_vector_call2[/-float64-float64-11448.0-7632-3.0-2.0] FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_generic[any-int8-0-4912-0] FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_generic[any-int16-0-4912-0] FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_generic[all-int8-1-6757-1] FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_generic[all-int16-1-6757-1] FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_logical_xor FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_logical_and FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_array_flatiter_next FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_array_flatiter_getitem_single FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_array_flatiter_setitem_single FAIL ../module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_mixed_div ============= 11 failed, 1164 passed, 5 skipped in 151.70 seconds ============== >>> pypy: Entering fakeroot... >>> pypy-dev*: Running split function dev... >>> pypy-dev*: Preparing subpackage pypy-dev... >>> pypy-dev*: Stripping binaries >>> pypy-dev*: Running postcheck for pypy-dev >>> pypy-tkinter*: Running split function tkinter... >>> pypy-tkinter*: Preparing subpackage pypy-tkinter... >>> pypy-tkinter*: Stripping binaries >>> pypy-tkinter*: Running postcheck for pypy-tkinter >>> pypy*: Running postcheck for pypy >>> pypy*: Preparing package pypy... >>> pypy*: Stripping binaries >>> pypy-dev*: Scanning shared objects >>> pypy-tkinter*: Scanning shared objects >>> pypy*: Scanning shared objects >>> pypy-dev*: Tracing dependencies... pypy=7.3.9-r0 >>> pypy-dev*: Package size: 548.0 KB >>> pypy-dev*: Compressing data... >>> pypy-dev*: Create checksum... >>> pypy-dev*: Create pypy-dev-7.3.9-r0.apk >>> pypy-tkinter*: Tracing dependencies... so:libtcl8.6.so so:libtk8.6.so >>> pypy-tkinter*: Package size: 1.9 MB >>> pypy-tkinter*: Compressing data... >>> pypy-tkinter*: Create checksum... >>> pypy-tkinter*: Create pypy-tkinter-7.3.9-r0.apk >>> pypy*: Tracing dependencies... pypy-stage0 so:libbz2.so.1 so:libc.musl-ppc64le.so.1 so:libexpat.so.1 so:libffi.so.8 so:libgdbm.so.6 so:libncursesw.so.6 so:libpanelw.so.6 so:libsqlite3.so.0 so:libz.so.1 >>> pypy*: Package size: 88.0 MB >>> pypy*: Compressing data... >>> pypy*: Create checksum... >>> pypy*: Create pypy-7.3.9-r0.apk >>> pypy: Build complete at Sun, 01 May 2022 06:28:44 +0000 elapsed time 0h 45m 50s >>> pypy: Cleaning up srcdir >>> pypy: Cleaning up pkgdir >>> pypy: Uninstalling dependencies... (1/66) Purging .makedepends-pypy (20220501.054255) (2/66) Purging bzip2-dev (1.0.8-r1) (3/66) Purging gdbm-dev (1.23-r0) (4/66) Purging gdbm-tools (1.23-r0) (5/66) Purging libffi-dev (3.4.2-r1) (6/66) Purging linux-headers (5.16.7-r1) (7/66) Purging openssl-dev (1.1.1n-r0) (8/66) Purging py3-virtualenv (20.14.1-r0) (9/66) Purging py3-appdirs (1.4.4-r3) (10/66) Purging py3-distlib (0.3.4-r1) (11/66) Purging py3-filelock (3.4.2-r0) (12/66) Purging py3-six (1.16.0-r1) (13/66) Purging python3 (3.10.4-r0) (14/66) Purging readline-dev (8.1.2-r0) (15/66) Purging libhistory (8.1.2-r0) (16/66) Purging readline (8.1.2-r0) (17/66) Purging sqlite-dev (3.38.3-r0) (18/66) Purging tk-dev (8.6.12-r0) (19/66) Purging libxft-dev (2.3.4-r0) (20/66) Purging fontconfig-dev (2.14.0-r0) (21/66) Purging util-linux-misc (2.38-r1) (22/66) Purging xz-dev (5.2.5-r1) (23/66) Purging xz-libs (5.2.5-r1) (24/66) Purging pypy-stage0 (7.3.9-r0) (25/66) Purging tcl-dev (8.6.12-r0) (26/66) Purging freetype-dev (2.11.1-r1) (27/66) Purging libxrender-dev (0.9.10-r3) (28/66) Purging libfdisk (2.38-r1) (29/66) Purging libmount (2.38-r1) (30/66) Purging libsmartcols (2.38-r1) (31/66) Purging git-perl (2.36.0-r0) (32/66) Purging perl-git (2.36.0-r0) (33/66) Purging perl-error (0.17029-r1) (34/66) Purging perl (5.34.1-r0) (35/66) Purging tk (8.6.12-r0) (36/66) Purging libxft (2.3.4-r0) (37/66) Purging fontconfig (2.14.0-r0) (38/66) Purging freetype (2.11.1-r1) (39/66) Purging libbz2 (1.0.8-r1) (40/66) Purging expat-dev (2.4.8-r0) (41/66) Purging gdbm (1.23-r0) (42/66) Purging libffi (3.4.2-r1) (43/66) Purging ncurses-dev (6.3_p20220423-r0) (44/66) Purging mpdecimal (2.5.1-r1) (45/66) Purging sqlite-libs (3.38.3-r0) (46/66) Purging tcl (8.6.12-r0) (47/66) Purging libx11-dev (1.7.5-r0) (48/66) Purging xtrans (1.4.0-r1) (49/66) Purging libxcb-dev (1.14-r2) (50/66) Purging xcb-proto (1.14.1-r3) (51/66) Purging libxau-dev (1.0.9-r0) (52/66) Purging libxrender (0.9.10-r3) (53/66) Purging libx11 (1.7.5-r0) (54/66) Purging libxcb (1.14-r2) (55/66) Purging libxau (1.0.9-r0) (56/66) Purging libxdmcp-dev (1.1.3-r0) (57/66) Purging libxdmcp (1.1.3-r0) (58/66) Purging libbsd (0.11.6-r2) (59/66) Purging libmd (1.0.4-r0) (60/66) Purging libpng-dev (1.6.37-r1) (61/66) Purging libpng (1.6.37-r1) (62/66) Purging zlib-dev (1.2.12-r1) (63/66) Purging xorgproto (2021.5-r0) (64/66) Purging brotli-dev (1.0.9-r6) (65/66) Purging libblkid (2.38-r1) (66/66) Purging libuuid (2.38-r1) Executing busybox-1.35.0-r10.trigger OK: 229 MiB in 89 packages >>> pypy: Updating the testing/ppc64le repository index... >>> pypy: Signing the index...