Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
Over the last two weeks, some test failures were introduced when the Tier 2 compiler is turned on, such that building with--pgo and Tier 2 fails.
I am going to bisect to see if I can find the moment at which the failures were introduced and will report back.
./python -m test --pgo --timeout=Using random seed: 34451391400:00:00 load avg: 1.94 Run 44 tests sequentially0:00:00 load avg: 1.94 [ 1/44] test_array0:00:01 load avg: 1.94 [ 2/44] test_base640:00:02 load avg: 1.94 [ 3/44] test_binascii0:00:02 load avg: 1.94 [ 4/44] test_binop0:00:02 load avg: 1.94 [ 5/44] test_bisect0:00:02 load avg: 1.94 [ 6/44] test_bytes0:00:12 load avg: 1.79 [ 7/44] test_bz20:00:13 load avg: 1.73 [ 8/44] test_cmath0:00:14 load avg: 1.73 [ 9/44] test_codecs0:00:16 load avg: 1.73 [10/44] test_collections0:00:19 load avg: 1.67 [11/44] test_complex0:00:19 load avg: 1.67 [12/44] test_dataclasses0:00:20 load avg: 1.67 [13/44] test_datetime -- test_dataclasses failed (uncaught exception)0:00:26 load avg: 1.62 [14/44] test_decimaltest test_decimal failed0:00:35 load avg: 1.52 [15/44] test_difflib -- test_decimal failed (2 errors)0:00:38 load avg: 1.48 [16/44] test_embed0:00:51 load avg: 1.41 [17/44] test_float0:00:52 load avg: 1.41 [18/44] test_fstring0:00:53 load avg: 1.37 [19/44] test_functoolstest test_functools failed0:00:55 load avg: 1.37 [20/44] test_generators -- test_functools failed (4 errors)0:00:55 load avg: 1.37 [21/44] test_hashlib0:00:56 load avg: 1.37 [22/44] test_heapq0:00:57 load avg: 1.37 [23/44] test_int0:00:58 load avg: 1.34 [24/44] test_itertools0:01:08 load avg: 1.29 [25/44] test_json0:01:15 load avg: 1.19 [26/44] test_long0:01:21 load avg: 1.17 [27/44] test_lzma0:01:22 load avg: 1.17 [28/44] test_math0:01:29 load avg: 1.14 [29/44] test_memoryviewtest test_memoryview failed0:01:29 load avg: 1.14 [30/44] test_operator -- test_memoryview failed (4 errors)0:01:29 load avg: 1.14 [31/44] test_ordered_dict0:01:31 load avg: 1.14 [32/44] test_patma0:01:31 load avg: 1.14 [33/44] test_pickle -- test_patma failed (uncaught exception)0:01:43 load avg: 1.11 [34/44] test_pprint0:01:43 load avg: 1.11 [35/44] test_re -- test_pprint failed (uncaught exception)0:01:45 load avg: 1.11 [36/44] test_set0:01:57 load avg: 1.09 [37/44] test_sqlite30:01:58 load avg: 1.09 [38/44] test_statistics0:02:03 load avg: 1.08 [39/44] test_str0:02:08 load avg: 1.07 [40/44] test_struct0:02:10 load avg: 1.07 [41/44] test_tabnanny0:02:10 load avg: 1.07 [42/44] test_time0:02:13 load avg: 1.07 [43/44] test_xml_etree0:02:13 load avg: 1.07 [44/44] test_xml_etree_cTotal duration: 2 min 15 secTotal tests: run=8,409 skipped=199Total test files: run=44/44 failed=6make: *** [Makefile:842: profile-run-stamp] Error 2Result: FAILURECPython versions tested on:
CPython main branch
Operating systems tested on:
Linux