Advertisement
Guest User

pypy crash on 64bit

a guest
Mar 7th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.03 KB | None | 0 0
  1. [Timer] Timings:
  2. [Timer] annotate --- 534.7 s
  3. [Timer] rtype_lltype --- 698.0 s
  4. [Timer] pyjitpl_lltype --- 622.8 s
  5. [Timer] backendopt_lltype --- 163.1 s
  6. [Timer] stackcheckinsertion_lltype --- 74.9 s
  7. [Timer] database_c --- 240.0 s
  8. [Timer] source_c --- 267.9 s
  9. [Timer] compile_c --- 101.7 s
  10. [Timer] ===========================================
  11. [Timer] Total: --- 2702.9 s
  12. [translation:ERROR] Error:
  13. [translation:ERROR] Traceback (most recent call last):
  14. [translation:ERROR] File "translate.py", line 309, in main
  15. [translation:ERROR] drv.proceed(goals)
  16. [translation:ERROR] File "/home/buck/trees/pypy/pypy/translator/driver.py", line 814, in proceed
  17. [translation:ERROR] return self._execute(goals, task_skip = self._maybe_skip())
  18. [translation:ERROR] File "/home/buck/trees/pypy/pypy/translator/tool/taskengine.py", line 116, in _execute
  19. [translation:ERROR] res = self._do(goal, taskcallable, *args, **kwds)
  20. [translation:ERROR] File "/home/buck/trees/pypy/pypy/translator/driver.py", line 287, in _do
  21. [translation:ERROR] res = func()
  22. [translation:ERROR] File "/home/buck/trees/pypy/pypy/translator/driver.py", line 577, in task_compile_c
  23. [translation:ERROR] cbuilder.compile(**kwds)
  24. [translation:ERROR] File "/home/buck/trees/pypy/pypy/translator/c/genc.py", line 507, in compile
  25. [translation:ERROR] extra_opts)
  26. [translation:ERROR] File "/home/buck/trees/pypy/pypy/translator/platform/posix.py", line 188, in execute_makefile
  27. [translation:ERROR] self._handle_error(returncode, stdout, stderr, path.join('make'))
  28. [translation:ERROR] File "/home/buck/trees/pypy/pypy/translator/platform/__init__.py", line 138, in _handle_error
  29. [translation:ERROR] raise CompilationError(stdout, stderr)
  30. [translation:ERROR] CompilationError: CompilationError(err="""about:startpage
  31. [translation:ERROR] testing_1.c: In function ‘RPython_StartupCode’:
  32. [translation:ERROR] testing_1.c:888:28: warning: array subscript is above array bounds [-Warray-bounds]
  33. [translation:ERROR] testing_1.c:889:28: warning: array subscript is above array bounds [-Warray-bounds]
  34. [translation:ERROR] testing_1.c:890:28: warning: array subscript is above array bounds [-Warray-bounds]
  35. [translation:ERROR] testing_1.c:892:28: warning: array subscript is above array bounds [-Warray-bounds]
  36. [translation:ERROR] testing_1.c:893:28: warning: array subscript is above array bounds [-Warray-bounds]
  37. [translation:ERROR] testing_1.c:894:28: warning: array subscript is above array bounds [-Warray-bounds]
  38. [translation:ERROR] testing_1.c:895:28: warning: array subscript is above array bounds [-Warray-bounds]
  39. [translation:ERROR] testing_1.c:897:28: warning: array subscript is above array bounds [-Warray-bounds]
  40. [translation:ERROR] testing_1.c:898:28: warning: array subscript is above array bounds [-Warray-bounds]
  41. [translation:ERROR] testing_1.c:899:28: warning: array subscript is above array bounds [-Warray-bounds]
  42. [translation:ERROR] testing_1.c:900:28: warning: array subscript is above array bounds [-Warray-bounds]
  43. [translation:ERROR] testing_1.c:902:28: warning: array subscript is above array bounds [-Warray-bounds]
  44. [translation:ERROR] testing_1.c:904:28: warning: array subscript is above array bounds [-Warray-bounds]
  45. [translation:ERROR] testing_1.c:905:28: warning: array subscript is above array bounds [-Warray-bounds]
  46. [translation:ERROR] data_module__multibytecodec_c_codecs.c:28:3: warning: initialization from incompatible pointer type [enabled by default]
  47. [translation:ERROR] data_module__multibytecodec_c_codecs.c:28:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[0].d_value’) [enabled by default]
  48. [translation:ERROR] data_module__multibytecodec_c_codecs.c:36:3: warning: initialization from incompatible pointer type [enabled by default]
  49. [translation:ERROR] data_module__multibytecodec_c_codecs.c:36:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[2].d_value’) [enabled by default]
  50. [translation:ERROR] data_module__multibytecodec_c_codecs.c:44:3: warning: initialization from incompatible pointer type [enabled by default]
  51. [translation:ERROR] data_module__multibytecodec_c_codecs.c:44:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[4].d_value’) [enabled by default]
  52. [translation:ERROR] data_module__multibytecodec_c_codecs.c:48:3: warning: initialization from incompatible pointer type [enabled by default]
  53. [translation:ERROR] data_module__multibytecodec_c_codecs.c:48:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[5].d_value’) [enabled by default]
  54. [translation:ERROR] data_module__multibytecodec_c_codecs.c:80:3: warning: initialization from incompatible pointer type [enabled by default]
  55. [translation:ERROR] data_module__multibytecodec_c_codecs.c:80:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[13].d_value’) [enabled by default]
  56. [translation:ERROR] data_module__multibytecodec_c_codecs.c:88:3: warning: initialization from incompatible pointer type [enabled by default]
  57. [translation:ERROR] data_module__multibytecodec_c_codecs.c:88:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[15].d_value’) [enabled by default]
  58. [translation:ERROR] data_module__multibytecodec_c_codecs.c:92:3: warning: initialization from incompatible pointer type [enabled by default]
  59. [translation:ERROR] data_module__multibytecodec_c_codecs.c:92:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[16].d_value’) [enabled by default]
  60. [translation:ERROR] data_module__multibytecodec_c_codecs.c:100:3: warning: initialization from incompatible pointer type [enabled by default]
  61. [translation:ERROR] data_module__multibytecodec_c_codecs.c:100:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[18].d_value’) [enabled by default]
  62. [translation:ERROR] data_module__multibytecodec_c_codecs.c:120:3: warning: initialization from incompatible pointer type [enabled by default]
  63. [translation:ERROR] data_module__multibytecodec_c_codecs.c:120:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[23].d_value’) [enabled by default]
  64. [translation:ERROR] data_module__multibytecodec_c_codecs.c:124:3: warning: initialization from incompatible pointer type [enabled by default]
  65. [translation:ERROR] data_module__multibytecodec_c_codecs.c:124:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[24].d_value’) [enabled by default]
  66. [translation:ERROR] data_module__multibytecodec_c_codecs.c:128:3: warning: initialization from incompatible pointer type [enabled by default]
  67. [translation:ERROR] data_module__multibytecodec_c_codecs.c:128:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[25].d_value’) [enabled by default]
  68. [translation:ERROR] data_module__multibytecodec_c_codecs.c:132:3: warning: initialization from incompatible pointer type [enabled by default]
  69. [translation:ERROR] data_module__multibytecodec_c_codecs.c:132:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[26].d_value’) [enabled by default]
  70. [translation:ERROR] data_module__multibytecodec_c_codecs.c:140:3: warning: initialization from incompatible pointer type [enabled by default]
  71. [translation:ERROR] data_module__multibytecodec_c_codecs.c:140:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[28].d_value’) [enabled by default]
  72. [translation:ERROR] data_module__multibytecodec_c_codecs.c:144:3: warning: initialization from incompatible pointer type [enabled by default]
  73. [translation:ERROR] data_module__multibytecodec_c_codecs.c:144:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[29].d_value’) [enabled by default]
  74. [translation:ERROR] data_module__multibytecodec_c_codecs.c:156:3: warning: initialization from incompatible pointer type [enabled by default]
  75. [translation:ERROR] data_module__multibytecodec_c_codecs.c:156:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[32].d_value’) [enabled by default]
  76. [translation:ERROR] data_module__multibytecodec_c_codecs.c:160:3: warning: initialization from incompatible pointer type [enabled by default]
  77. [translation:ERROR] data_module__multibytecodec_c_codecs.c:160:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[33].d_value’) [enabled by default]
  78. [translation:ERROR] data_module__multibytecodec_c_codecs.c:164:3: warning: initialization from incompatible pointer type [enabled by default]
  79. [translation:ERROR] data_module__multibytecodec_c_codecs.c:164:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[34].d_value’) [enabled by default]
  80. [translation:ERROR] data_module__multibytecodec_c_codecs.c:192:3: warning: initialization from incompatible pointer type [enabled by default]
  81. [translation:ERROR] data_module__multibytecodec_c_codecs.c:192:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[41].d_value’) [enabled by default]
  82. [translation:ERROR] data_module__multibytecodec_c_codecs.c:208:3: warning: initialization from incompatible pointer type [enabled by default]
  83. [translation:ERROR] data_module__multibytecodec_c_codecs.c:208:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[45].d_value’) [enabled by default]
  84. [translation:ERROR] data_module__multibytecodec_c_codecs.c:216:3: warning: initialization from incompatible pointer type [enabled by default]
  85. [translation:ERROR] data_module__multibytecodec_c_codecs.c:216:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[47].d_value’) [enabled by default]
  86. [translation:ERROR] data_module__multibytecodec_c_codecs.c:228:3: warning: initialization from incompatible pointer type [enabled by default]
  87. [translation:ERROR] data_module__multibytecodec_c_codecs.c:228:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[50].d_value’) [enabled by default]
  88. [translation:ERROR] data_module__multibytecodec_c_codecs.c:248:3: warning: initialization from incompatible pointer type [enabled by default]
  89. [translation:ERROR] data_module__multibytecodec_c_codecs.c:248:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[55].d_value’) [enabled by default]
  90. [translation:ERROR] data_module__multibytecodec_c_codecs.c:252:3: warning: initialization from incompatible pointer type [enabled by default]
  91. [translation:ERROR] data_module__multibytecodec_c_codecs.c:252:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[56].d_value’) [enabled by default]
  92. [translation:ERROR] data_module__multibytecodec_c_codecs.c:256:3: warning: initialization from incompatible pointer type [enabled by default]
  93. [translation:ERROR] data_module__multibytecodec_c_codecs.c:256:3: warning: (near initialization for ‘pypy_g_array_31412.a.items[57].d_value’) [enabled by default]
  94. [translation:ERROR] data_module_cpyext_pyobject.c:173:3: warning: initialization from incompatible pointer type [enabled by default]
  95. [translation:ERROR] data_module_cpyext_pyobject.c:173:3: warning: (near initialization for ‘pypy_g_array_580.a.items[13].d_value’) [enabled by default]
  96. [translation:ERROR] data_module_cpyext_pyobject.c:183:3: warning: initialization from incompatible pointer type [enabled by default]
  97. [translation:ERROR] data_module_cpyext_pyobject.c:183:3: warning: (near initialization for ‘pypy_g_array_580.a.items[15].d_value’) [enabled by default]
  98. [translation:ERROR] data_module_cpyext_pyobject.c:223:3: warning: initialization from incompatible pointer type [enabled by default]
  99. [translation:ERROR] data_module_cpyext_pyobject.c:223:3: warning: (near initialization for ‘pypy_g_array_580.a.items[23].d_value’) [enabled by default]
  100. [translation:ERROR] data_module_cpyext_pyobject.c:228:3: warning: initialization from incompatible pointer type [enabled by default]
  101. [translation:ERROR] data_module_cpyext_pyobject.c:228:3: warning: (near initialization for ‘pypy_g_array_580.a.items[24].d_value’) [enabled by default]
  102. [translation:ERROR] data_module_cpyext_pyobject.c:233:3: warning: initialization from incompatible pointer type [enabled by default]
  103. [translation:ERROR] data_module_cpyext_pyobject.c:233:3: warning: (near initialization for ‘pypy_g_array_580.a.items[25].d_value’) [enabled by default]
  104. [translation:ERROR] data_module_cpyext_pyobject.c:293:3: warning: initialization from incompatible pointer type [enabled by default]
  105. [translation:ERROR] data_module_cpyext_pyobject.c:293:3: warning: (near initialization for ‘pypy_g_array_580.a.items[37].d_value’) [enabled by default]
  106. [translation:ERROR] data_module_cpyext_pyobject.c:308:3: warning: initialization from incompatible pointer type [enabled by default]
  107. [translation:ERROR] data_module_cpyext_pyobject.c:308:3: warning: (near initialization for ‘pypy_g_array_580.a.items[40].d_value’) [enabled by default]
  108. [translation:ERROR] data_module_cpyext_pyobject.c:328:3: warning: initialization from incompatible pointer type [enabled by default]
  109. [translation:ERROR] data_module_cpyext_pyobject.c:328:3: warning: (near initialization for ‘pypy_g_array_580.a.items[44].d_value’) [enabled by default]
  110. [translation:ERROR] data_module_cpyext_pyobject.c:363:3: warning: initialization from incompatible pointer type [enabled by default]
  111. [translation:ERROR] data_module_cpyext_pyobject.c:363:3: warning: (near initialization for ‘pypy_g_array_580.a.items[51].d_value’) [enabled by default]
  112. [translation:ERROR] data_module_cpyext_pyobject.c:433:3: warning: initialization from incompatible pointer type [enabled by default]
  113. [translation:ERROR] data_module_cpyext_pyobject.c:433:3: warning: (near initialization for ‘pypy_g_array_580.a.items[65].d_value’) [enabled by default]
  114. [translation:ERROR] data_module_cpyext_pyobject.c:443:3: warning: initialization from incompatible pointer type [enabled by default]
  115. [translation:ERROR] data_module_cpyext_pyobject.c:443:3: warning: (near initialization for ‘pypy_g_array_580.a.items[67].d_value’) [enabled by default]
  116. [translation:ERROR] data_module_cpyext_pyobject.c:583:3: warning: initialization from incompatible pointer type [enabled by default]
  117. [translation:ERROR] data_module_cpyext_pyobject.c:583:3: warning: (near initialization for ‘pypy_g_array_580.a.items[95].d_value’) [enabled by default]
  118. [translation:ERROR] data_module_cpyext_pyobject.c:593:3: warning: initialization from incompatible pointer type [enabled by default]
  119. [translation:ERROR] data_module_cpyext_pyobject.c:593:3: warning: (near initialization for ‘pypy_g_array_580.a.items[97].d_value’) [enabled by default]
  120. [translation:ERROR] data_module_cpyext_pyobject.c:618:3: warning: initialization from incompatible pointer type [enabled by default]
  121. [translation:ERROR] data_module_cpyext_pyobject.c:618:3: warning: (near initialization for ‘pypy_g_array_580.a.items[102].d_value’) [enabled by default]
  122. [translation:ERROR] data_module_cpyext_pyobject.c:623:3: warning: initialization from incompatible pointer type [enabled by default]
  123. [translation:ERROR] data_module_cpyext_pyobject.c:623:3: warning: (near initialization for ‘pypy_g_array_580.a.items[103].d_value’) [enabled by default]
  124. [translation:ERROR] data_module_cpyext_pyobject.c:643:3: warning: initialization from incompatible pointer type [enabled by default]
  125. [translation:ERROR] data_module_cpyext_pyobject.c:643:3: warning: (near initialization for ‘pypy_g_array_580.a.items[107].d_value’) [enabled by default]
  126. [translation:ERROR] data_module_cpyext_pyobject.c:653:3: warning: initialization from incompatible pointer type [enabled by default]
  127. [translation:ERROR] data_module_cpyext_pyobject.c:653:3: warning: (near initialization for ‘pypy_g_array_580.a.items[109].d_value’) [enabled by default]
  128. [translation:ERROR] data_module_cpyext_pyobject.c:703:3: warning: initialization from incompatible pointer type [enabled by default]
  129. [translation:ERROR] data_module_cpyext_pyobject.c:703:3: warning: (near initialization for ‘pypy_g_array_580.a.items[119].d_value’) [enabled by default]
  130. [translation:ERROR] data_module_cpyext_pyobject.c:713:3: warning: initialization from incompatible pointer type [enabled by default]
  131. [translation:ERROR] data_module_cpyext_pyobject.c:713:3: warning: (near initialization for ‘pypy_g_array_580.a.items[121].d_value’) [enabled by default]
  132. [translation:ERROR] data_module_cpyext_pyobject.c:753:3: warning: initialization from incompatible pointer type [enabled by default]
  133. [translation:ERROR] data_module_cpyext_pyobject.c:753:3: warning: (near initialization for ‘pypy_g_array_580.a.items[129].d_value’) [enabled by default]
  134. [translation:ERROR] data_module_cpyext_pyobject.c:783:3: warning: initialization from incompatible pointer type [enabled by default]
  135. [translation:ERROR] data_module_cpyext_pyobject.c:783:3: warning: (near initialization for ‘pypy_g_array_580.a.items[135].d_value’) [enabled by default]
  136. [translation:ERROR] data_module_cpyext_pyobject.c:848:3: warning: initialization from incompatible pointer type [enabled by default]
  137. [translation:ERROR] data_module_cpyext_pyobject.c:848:3: warning: (near initialization for ‘pypy_g_array_580.a.items[148].d_value’) [enabled by default]
  138. [translation:ERROR] data_module_cpyext_pyobject.c:893:3: warning: initialization from incompatible pointer type [enabled by default]
  139. [translation:ERROR] data_module_cpyext_pyobject.c:893:3: warning: (near initialization for ‘pypy_g_array_580.a.items[157].d_value’) [enabled by default]
  140. [translation:ERROR] data_module_cpyext_pyobject.c:913:3: warning: initialization from incompatible pointer type [enabled by default]
  141. [translation:ERROR] data_module_cpyext_pyobject.c:913:3: warning: (near initialization for ‘pypy_g_array_580.a.items[161].d_value’) [enabled by default]
  142. [translation:ERROR] data_module_cpyext_pyobject.c:938:3: warning: initialization from incompatible pointer type [enabled by default]
  143. [translation:ERROR] data_module_cpyext_pyobject.c:938:3: warning: (near initialization for ‘pypy_g_array_580.a.items[166].d_value’) [enabled by default]
  144. [translation:ERROR] data_module_cpyext_pyobject.c:973:3: warning: initialization from incompatible pointer type [enabled by default]
  145. [translation:ERROR] data_module_cpyext_pyobject.c:973:3: warning: (near initialization for ‘pypy_g_array_580.a.items[173].d_value’) [enabled by default]
  146. [translation:ERROR] data_module_cpyext_pyobject.c:1063:3: warning: initialization from incompatible pointer type [enabled by default]
  147. [translation:ERROR] data_module_cpyext_pyobject.c:1063:3: warning: (near initialization for ‘pypy_g_array_580.a.items[191].d_value’) [enabled by default]
  148. [translation:ERROR] data_module_cpyext_pyobject.c:1143:3: warning: initialization from incompatible pointer type [enabled by default]
  149. [translation:ERROR] data_module_cpyext_pyobject.c:1143:3: warning: (near initialization for ‘pypy_g_array_580.a.items[207].d_value’) [enabled by default]
  150. [translation:ERROR] data_module_cpyext_pyobject.c:1148:3: warning: initialization from incompatible pointer type [enabled by default]
  151. [translation:ERROR] data_module_cpyext_pyobject.c:1148:3: warning: (near initialization for ‘pypy_g_array_580.a.items[208].d_value’) [enabled by default]
  152. [translation:ERROR] data_module_cpyext_pyobject.c:1208:3: warning: initialization from incompatible pointer type [enabled by default]
  153. [translation:ERROR] data_module_cpyext_pyobject.c:1208:3: warning: (near initialization for ‘pypy_g_array_580.a.items[220].d_value’) [enabled by default]
  154. [translation:ERROR] data_module_cpyext_pyobject.c:1243:3: warning: initialization from incompatible pointer type [enabled by default]
  155. [translation:ERROR] data_module_cpyext_pyobject.c:1243:3: warning: (near initialization for ‘pypy_g_array_580.a.items[227].d_value’) [enabled by default]
  156. [translation:ERROR] data_module_cpyext_pyobject.c:1253:3: warning: initialization from incompatible pointer type [enabled by default]
  157. [translation:ERROR] data_module_cpyext_pyobject.c:1253:3: warning: (near initialization for ‘pypy_g_array_580.a.items[229].d_value’) [enabled by default]
  158. [translation:ERROR] data_module_cpyext_pyobject.c:1288:3: warning: initialization from incompatible pointer type [enabled by default]
  159. [translation:ERROR] data_module_cpyext_pyobject.c:1288:3: warning: (near initialization for ‘pypy_g_array_580.a.items[236].d_value’) [enabled by default]
  160. [translation:ERROR] data_module_cpyext_pyobject.c:1293:3: warning: initialization from incompatible pointer type [enabled by default]
  161. [translation:ERROR] data_module_cpyext_pyobject.c:1293:3: warning: (near initialization for ‘pypy_g_array_580.a.items[237].d_value’) [enabled by default]
  162. [translation:ERROR] data_module_cpyext_pyobject.c:1298:3: warning: initialization from incompatible pointer type [enabled by default]
  163. [translation:ERROR] data_module_cpyext_pyobject.c:1298:3: warning: (near initialization for ‘pypy_g_array_580.a.items[238].d_value’) [enabled by default]
  164. [translation:ERROR] data_module_cpyext_pyobject.c:1308:3: warning: initialization from incompatible pointer type [enabled by default]
  165. [translation:ERROR] data_module_cpyext_pyobject.c:1308:3: warning: (near initialization for ‘pypy_g_array_580.a.items[240].d_value’) [enabled by default]
  166. [translation:ERROR] data_module_cpyext_pyobject.c:1323:3: warning: initialization from incompatible pointer type [enabled by default]
  167. [translation:ERROR] data_module_cpyext_pyobject.c:1323:3: warning: (near initialization for ‘pypy_g_array_580.a.items[243].d_value’) [enabled by default]
  168. [translation:ERROR] data_module_cpyext_pyobject.c:1373:3: warning: initialization from incompatible pointer type [enabled by default]
  169. [translation:ERROR] data_module_cpyext_pyobject.c:1373:3: warning: (near initialization for ‘pypy_g_array_580.a.items[253].d_value’) [enabled by default]
  170. [translation:ERROR] data_module_cpyext_pyobject.c:1433:3: warning: initialization from incompatible pointer type [enabled by default]
  171. [translation:ERROR] data_module_cpyext_pyobject.c:1433:3: warning: (near initialization for ‘pypy_g_array_580.a.items[265].d_value’) [enabled by default]
  172. [translation:ERROR] data_module_cpyext_pyobject.c:1438:3: warning: initialization from incompatible pointer type [enabled by default]
  173. [translation:ERROR] data_module_cpyext_pyobject.c:1438:3: warning: (near initialization for ‘pypy_g_array_580.a.items[266].d_value’) [enabled by default]
  174. [translation:ERROR] data_module_cpyext_pyobject.c:1503:3: warning: initialization from incompatible pointer type [enabled by default]
  175. [translation:ERROR] data_module_cpyext_pyobject.c:1503:3: warning: (near initialization for ‘pypy_g_array_580.a.items[279].d_value’) [enabled by default]
  176. [translation:ERROR] data_module_cpyext_pyobject.c:1523:3: warning: initialization from incompatible pointer type [enabled by default]
  177. [translation:ERROR] data_module_cpyext_pyobject.c:1523:3: warning: (near initialization for ‘pypy_g_array_580.a.items[283].d_value’) [enabled by default]
  178. [translation:ERROR] data_module_cpyext_pyobject.c:1583:3: warning: initialization from incompatible pointer type [enabled by default]
  179. [translation:ERROR] data_module_cpyext_pyobject.c:1583:3: warning: (near initialization for ‘pypy_g_array_580.a.items[295].d_value’) [enabled by default]
  180. [translation:ERROR] data_module_cpyext_pyobject.c:1603:3: warning: initialization from incompatible pointer type [enabled by default]
  181. [translation:ERROR] data_module_cpyext_pyobject.c:1603:3: warning: (near initialization for ‘pypy_g_array_580.a.items[299].d_value’) [enabled by default]
  182. [translation:ERROR] data_module_cpyext_pyobject.c:1638:3: warning: initialization from incompatible pointer type [enabled by default]
  183. [translation:ERROR] data_module_cpyext_pyobject.c:1638:3: warning: (near initialization for ‘pypy_g_array_580.a.items[306].d_value’) [enabled by default]
  184. [translation:ERROR] data_module_cpyext_pyobject.c:1693:3: warning: initialization from incompatible pointer type [enabled by default]
  185. [translation:ERROR] data_module_cpyext_pyobject.c:1693:3: warning: (near initialization for ‘pypy_g_array_580.a.items[317].d_value’) [enabled by default]
  186. [translation:ERROR] data_module_cpyext_pyobject.c:1743:3: warning: initialization from incompatible pointer type [enabled by default]
  187. [translation:ERROR] data_module_cpyext_pyobject.c:1743:3: warning: (near initialization for ‘pypy_g_array_580.a.items[327].d_value’) [enabled by default]
  188. [translation:ERROR] data_module_cpyext_pyobject.c:1773:3: warning: initialization from incompatible pointer type [enabled by default]
  189. [translation:ERROR] data_module_cpyext_pyobject.c:1773:3: warning: (near initialization for ‘pypy_g_array_580.a.items[333].d_value’) [enabled by default]
  190. [translation:ERROR] data_module_cpyext_pyobject.c:1823:3: warning: initialization from incompatible pointer type [enabled by default]
  191. [translation:ERROR] data_module_cpyext_pyobject.c:1823:3: warning: (near initialization for ‘pypy_g_array_580.a.items[343].d_value’) [enabled by default]
  192. [translation:ERROR] data_module_cpyext_pyobject.c:1863:3: warning: initialization from incompatible pointer type [enabled by default]
  193. [translation:ERROR] data_module_cpyext_pyobject.c:1863:3: warning: (near initialization for ‘pypy_g_array_580.a.items[351].d_value’) [enabled by default]
  194. [translation:ERROR] data_module_cpyext_pyobject.c:1868:3: warning: initialization from incompatible pointer type [enabled by default]
  195. [translation:ERROR] data_module_cpyext_pyobject.c:1868:3: warning: (near initialization for ‘pypy_g_array_580.a.items[352].d_value’) [enabled by default]
  196. [translation:ERROR] data_module_cpyext_pyobject.c:1898:3: warning: initialization from incompatible pointer type [enabled by default]
  197. [translation:ERROR] data_module_cpyext_pyobject.c:1898:3: warning: (near initialization for ‘pypy_g_array_580.a.items[358].d_value’) [enabled by default]
  198. [translation:ERROR] data_module_cpyext_pyobject.c:1923:3: warning: initialization from incompatible pointer type [enabled by default]
  199. [translation:ERROR] data_module_cpyext_pyobject.c:1923:3: warning: (near initialization for ‘pypy_g_array_580.a.items[363].d_value’) [enabled by default]
  200. [translation:ERROR] data_module_cpyext_pyobject.c:1973:3: warning: initialization from incompatible pointer type [enabled by default]
  201. [translation:ERROR] data_module_cpyext_pyobject.c:1973:3: warning: (near initialization for ‘pypy_g_array_580.a.items[373].d_value’) [enabled by default]
  202. [translation:ERROR] data_module_cpyext_pyobject.c:2003:3: warning: initialization from incompatible pointer type [enabled by default]
  203. [translation:ERROR] data_module_cpyext_pyobject.c:2003:3: warning: (near initialization for ‘pypy_g_array_580.a.items[379].d_value’) [enabled by default]
  204. [translation:ERROR] data_module_cpyext_pyobject.c:2013:3: warning: initialization from incompatible pointer type [enabled by default]
  205. [translation:ERROR] data_module_cpyext_pyobject.c:2013:3: warning: (near initialization for ‘pypy_g_array_580.a.items[381].d_value’) [enabled by default]
  206. [translation:ERROR] data_module_cpyext_pyobject.c:2018:3: warning: initialization from incompatible pointer type [enabled by default]
  207. [translation:ERROR] data_module_cpyext_pyobject.c:2018:3: warning: (near initialization for ‘pypy_g_array_580.a.items[382].d_value’) [enabled by default]
  208. [translation:ERROR] data_module_cpyext_pyobject.c:2028:3: warning: initialization from incompatible pointer type [enabled by default]
  209. [translation:ERROR] data_module_cpyext_pyobject.c:2028:3: warning: (near initialization for ‘pypy_g_array_580.a.items[384].d_value’) [enabled by default]
  210. [translation:ERROR] data_module_cpyext_pyobject.c:2063:3: warning: initialization from incompatible pointer type [enabled by default]
  211. [translation:ERROR] data_module_cpyext_pyobject.c:2063:3: warning: (near initialization for ‘pypy_g_array_580.a.items[391].d_value’) [enabled by default]
  212. [translation:ERROR] data_module_cpyext_pyobject.c:2088:3: warning: initialization from incompatible pointer type [enabled by default]
  213. [translation:ERROR] data_module_cpyext_pyobject.c:2088:3: warning: (near initialization for ‘pypy_g_array_580.a.items[396].d_value’) [enabled by default]
  214. [translation:ERROR] data_module_cpyext_pyobject.c:2098:3: warning: initialization from incompatible pointer type [enabled by default]
  215. [translation:ERROR] data_module_cpyext_pyobject.c:2098:3: warning: (near initialization for ‘pypy_g_array_580.a.items[398].d_value’) [enabled by default]
  216. [translation:ERROR] data_module_cpyext_pyobject.c:2103:3: warning: initialization from incompatible pointer type [enabled by default]
  217. [translation:ERROR] data_module_cpyext_pyobject.c:2103:3: warning: (near initialization for ‘pypy_g_array_580.a.items[399].d_value’) [enabled by default]
  218. [translation:ERROR] data_module_cpyext_pyobject.c:2218:3: warning: initialization from incompatible pointer type [enabled by default]
  219. [translation:ERROR] data_module_cpyext_pyobject.c:2218:3: warning: (near initialization for ‘pypy_g_array_580.a.items[422].d_value’) [enabled by default]
  220. [translation:ERROR] data_module_cpyext_pyobject.c:2243:3: warning: initialization from incompatible pointer type [enabled by default]
  221. [translation:ERROR] data_module_cpyext_pyobject.c:2243:3: warning: (near initialization for ‘pypy_g_array_580.a.items[427].d_value’) [enabled by default]
  222. [translation:ERROR] data_module_cpyext_pyobject.c:2263:3: warning: initialization from incompatible pointer type [enabled by default]
  223. [translation:ERROR] data_module_cpyext_pyobject.c:2263:3: warning: (near initialization for ‘pypy_g_array_580.a.items[431].d_value’) [enabled by default]
  224. [translation:ERROR] data_module_cpyext_pyobject.c:2273:3: warning: initialization from incompatible pointer type [enabled by default]
  225. [translation:ERROR] data_module_cpyext_pyobject.c:2273:3: warning: (near initialization for ‘pypy_g_array_580.a.items[433].d_value’) [enabled by default]
  226. [translation:ERROR] data_module_cpyext_pyobject.c:2288:3: warning: initialization from incompatible pointer type [enabled by default]
  227. [translation:ERROR] data_module_cpyext_pyobject.c:2288:3: warning: (near initialization for ‘pypy_g_array_580.a.items[436].d_value’) [enabled by default]
  228. [translation:ERROR] data_module_cpyext_pyobject.c:2293:3: warning: initialization from incompatible pointer type [enabled by default]
  229. [translation:ERROR] data_module_cpyext_pyobject.c:2293:3: warning: (near initialization for ‘pypy_g_array_580.a.items[437].d_value’) [enabled by default]
  230. [translation:ERROR] data_module_cpyext_pyobject.c:2358:3: warning: initialization from incompatible pointer type [enabled by default]
  231. [translation:ERROR] data_module_cpyext_pyobject.c:2358:3: warning: (near initialization for ‘pypy_g_array_580.a.items[450].d_value’) [enabled by default]
  232. [translation:ERROR] data_module_cpyext_pyobject.c:2378:3: warning: initialization from incompatible pointer type [enabled by default]
  233. [translation:ERROR] data_module_cpyext_pyobject.c:2378:3: warning: (near initialization for ‘pypy_g_array_580.a.items[454].d_value’) [enabled by default]
  234. [translation:ERROR] data_module_cpyext_pyobject.c:2398:3: warning: initialization from incompatible pointer type [enabled by default]
  235. [translation:ERROR] data_module_cpyext_pyobject.c:2398:3: warning: (near initialization for ‘pypy_g_array_580.a.items[458].d_value’) [enabled by default]
  236. [translation:ERROR] data_module_cpyext_pyobject.c:2458:3: warning: initialization from incompatible pointer type [enabled by default]
  237. [translation:ERROR] data_module_cpyext_pyobject.c:2458:3: warning: (near initialization for ‘pypy_g_array_580.a.items[470].d_value’) [enabled by default]
  238. [translation:ERROR] data_module_cpyext_pyobject.c:2538:3: warning: initialization from incompatible pointer type [enabled by default]
  239. [translation:ERROR] data_module_cpyext_pyobject.c:2538:3: warning: (near initialization for ‘pypy_g_array_580.a.items[486].d_value’) [enabled by default]
  240. [translation:ERROR] data_module_cpyext_pyobject.c:2543:3: warning: initialization from incompatible pointer type [enabled by default]
  241. [translation:ERROR] data_module_cpyext_pyobject.c:2543:3: warning: (near initialization for ‘pypy_g_array_580.a.items[487].d_value’) [enabled by default]
  242. [translation:ERROR] data_module_cpyext_pyobject.c:2558:3: warning: initialization from incompatible pointer type [enabled by default]
  243. [translation:ERROR] data_module_cpyext_pyobject.c:2558:3: warning: (near initialization for ‘pypy_g_array_580.a.items[490].d_value’) [enabled by default]
  244. [translation:ERROR] data_module_cpyext_pyobject.c:2638:3: warning: initialization from incompatible pointer type [enabled by default]
  245. [translation:ERROR] data_module_cpyext_pyobject.c:2638:3: warning: (near initialization for ‘pypy_g_array_580.a.items[506].d_value’) [enabled by default]
  246. [translation:ERROR] translator_goal_targetpypystandalone.c: In function ‘pypy_g_entry_point’:
  247. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  248. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  249. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  250. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  251. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  252. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  253. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  254. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  255. [translation:ERROR] translator_goal_targetpypystandalone.c:2813:48: warning: array subscript is above array bounds [-Warray-bounds]
  256. [translation:ERROR] interpreter_pyparser_parsestring.c: In function ‘pypy_g_PyString_DecodeEscape’:
  257. [translation:ERROR] interpreter_pyparser_parsestring.c:4393:49: warning: array subscript is above array bounds [-Warray-bounds]
  258. [translation:ERROR] interpreter_pyparser_parsestring.c:4393:49: warning: array subscript is above array bounds [-Warray-bounds]
  259. [translation:ERROR] interpreter_pyparser_parsestring.c:4393:49: warning: array subscript is above array bounds [-Warray-bounds]
  260. [translation:ERROR] interpreter_pyparser_parsestring.c:4393:49: warning: array subscript is above array bounds [-Warray-bounds]
  261. [translation:ERROR] interpreter_pyparser_parsestring.c:4393:49: warning: array subscript is above array bounds [-Warray-bounds]
  262. [translation:ERROR] interpreter_pyparser_parsestring.c:4393:49: warning: array subscript is above array bounds [-Warray-bounds]
  263. [translation:ERROR] interpreter_pyparser_parsestring.c:4393:49: warning: array subscript is above array bounds [-Warray-bounds]
  264. [translation:ERROR] interpreter_pyparser_parsestring.c:5038:49: warning: array subscript is above array bounds [-Warray-bounds]
  265. [translation:ERROR] interpreter_pyparser_parsestring.c:5038:49: warning: array subscript is above array bounds [-Warray-bounds]
  266. [translation:ERROR] interpreter_pyparser_parsestring.c:5038:49: warning: array subscript is above array bounds [-Warray-bounds]
  267. [translation:ERROR] interpreter_pyparser_parsestring.c:5038:49: warning: array subscript is above array bounds [-Warray-bounds]
  268. [translation:ERROR] interpreter_pyparser_parsestring.c:5038:49: warning: array subscript is above array bounds [-Warray-bounds]
  269. [translation:ERROR] interpreter_pyparser_parsestring.c:5038:49: warning: array subscript is above array bounds [-Warray-bounds]
  270. [translation:ERROR] interpreter_pyparser_parsestring.c:5038:49: warning: array subscript is above array bounds [-Warray-bounds]
  271. [translation:ERROR] interpreter_pyparser_parsestring.c:5067:49: warning: array subscript is above array bounds [-Warray-bounds]
  272. [translation:ERROR] interpreter_pyparser_parsestring.c:5067:49: warning: array subscript is above array bounds [-Warray-bounds]
  273. [translation:ERROR] interpreter_pyparser_parsestring.c:5067:49: warning: array subscript is above array bounds [-Warray-bounds]
  274. [translation:ERROR] interpreter_pyparser_parsestring.c:5067:49: warning: array subscript is above array bounds [-Warray-bounds]
  275. [translation:ERROR] interpreter_pyparser_parsestring.c:5067:49: warning: array subscript is above array bounds [-Warray-bounds]
  276. [translation:ERROR] interpreter_pyparser_parsestring.c:5067:49: warning: array subscript is above array bounds [-Warray-bounds]
  277. [translation:ERROR] interpreter_pyparser_parsestring.c:5067:49: warning: array subscript is above array bounds [-Warray-bounds]
  278. [translation:ERROR] interpreter_pyparser_parsestring.c: In function ‘pypy_g_parsestr’:
  279. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  280. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  281. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  282. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  283. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  284. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  285. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  286. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  287. [translation:ERROR] interpreter_pyparser_parsestring.c:1205:49: warning: array subscript is above array bounds [-Warray-bounds]
  288. [translation:ERROR] interpreter_pyparser_parsestring.c:1240:49: warning: array subscript is above array bounds [-Warray-bounds]
  289. [translation:ERROR] interpreter_pyparser_parsestring.c:1240:49: warning: array subscript is above array bounds [-Warray-bounds]
  290. [translation:ERROR] interpreter_pyparser_parsestring.c:1240:49: warning: array subscript is above array bounds [-Warray-bounds]
  291. [translation:ERROR] interpreter_pyparser_parsestring.c:1240:49: warning: array subscript is above array bounds [-Warray-bounds]
  292. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  293. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  294. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  295. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  296. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  297. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  298. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  299. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  300. [translation:ERROR] interpreter_pyparser_parsestring.c:2797:49: warning: array subscript is above array bounds [-Warray-bounds]
  301. [translation:ERROR] module___builtin___descriptor.c: In function ‘pypy_g_W_Super_getattribute’:
  302. [translation:ERROR] module___builtin___descriptor.c:1874:49: warning: array subscript is above array bounds [-Warray-bounds]
  303. [translation:ERROR] module___builtin___descriptor.c:1874:49: warning: array subscript is above array bounds [-Warray-bounds]
  304. [translation:ERROR] module___builtin___descriptor.c:1874:49: warning: array subscript is above array bounds [-Warray-bounds]
  305. [translation:ERROR] module___builtin___descriptor.c:1874:49: warning: array subscript is above array bounds [-Warray-bounds]
  306. [translation:ERROR] module___builtin___descriptor.c:1874:49: warning: array subscript is above array bounds [-Warray-bounds]
  307. [translation:ERROR] module___builtin___descriptor.c:1874:49: warning: array subscript is above array bounds [-Warray-bounds]
  308. [translation:ERROR] module___builtin___descriptor.c:1874:49: warning: array subscript is above array bounds [-Warray-bounds]
  309. [translation:ERROR] module___builtin___descriptor.c:1874:49: warning: array subscript is above array bounds [-Warray-bounds]
  310. [translation:ERROR] interpreter_pyparser_pytokenizer.c: In function ‘pypy_g_generate_tokens’:
  311. [translation:ERROR] interpreter_pyparser_pytokenizer.c:2181:2: error: ‘l_v49695’ undeclared (first use in this function)
  312. [translation:ERROR] interpreter_pyparser_pytokenizer.c:2181:2: note: each undeclared identifier is reported only once for each function it appears in
  313. [translation:ERROR] make: *** [interpreter_pyparser_pytokenizer.s] Error 1
  314. [translation:ERROR] make: *** Waiting for unfinished jobs....
  315. [translation:ERROR] module__ssl_interp_ssl.c: In function ‘pypy_g__get_peer_alt_names’:
  316. [translation:ERROR] module__ssl_interp_ssl.c:13428:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  317. [translation:ERROR] module__ssl_interp_ssl.c:13435:11: warning: assignment from incompatible pointer type [enabled by default]
  318. [translation:ERROR] module__ssl_interp_ssl.c:13444:11: warning: assignment from incompatible pointer type [enabled by default]
  319. [translation:ERROR] module__ssl_interp_ssl.c:14408:11: warning: assignment from incompatible pointer type [enabled by default]
  320. [translation:ERROR] """)
  321. [translation] start debugger...
  322. > /home/buck/trees/pypy/pypy/translator/platform/__init__.py(138)_handle_error()
  323. -> raise CompilationError(stdout, stderr)
  324. (Pdb+)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement