-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-sqlite3type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Hello,
I run into the following error when compiling Python 3.13.0rc1 from source(tar) on debian (WSL2/Win10)
End of "make" command :
0:00:00 load avg: 0.52 Run 44 tests sequentially
0:00:00 load avg: 0.52 [ 1/44] test_array
0:00:01 load avg: 0.52 [ 2/44] test_base64
0:00:09 load avg: 0.52 [ 3/44] test_binascii
0:00:09 load avg: 0.52 [ 4/44] test_binop
0:00:09 load avg: 0.52 [ 5/44] test_bisect
0:00:09 load avg: 0.52 [ 6/44] test_bytes
0:00:16 load avg: 0.52 [ 7/44] test_bz2
0:00:22 load avg: 0.52 [ 8/44] test_cmath
0:00:22 load avg: 0.52 [ 9/44] test_codecs
0:00:25 load avg: 0.52 [10/44] test_collections
0:00:26 load avg: 0.52 [11/44] test_complex
0:00:26 load avg: 0.52 [12/44] test_dataclasses
0:00:27 load avg: 0.52 [13/44] test_datetime
0:00:37 load avg: 0.52 [14/44] test_decimal
0:00:42 load avg: 0.52 [15/44] test_difflib
0:00:43 load avg: 0.52 [16/44] test_embed
0:01:17 load avg: 0.52 [17/44] test_float -- test_embed passed in 34.2 sec
0:01:17 load avg: 0.52 [18/44] test_fstring
0:01:24 load avg: 0.52 [19/44] test_functools
0:01:24 load avg: 0.52 [20/44] test_generators
0:01:25 load avg: 0.52 [21/44] test_hashlib
0:01:26 load avg: 0.52 [22/44] test_heapq
0:01:26 load avg: 0.52 [23/44] test_int
0:01:27 load avg: 0.52 [24/44] test_itertools
0:01:33 load avg: 0.52 [25/44] test_json
0:01:55 load avg: 0.52 [26/44] test_long
0:01:57 load avg: 0.52 [27/44] test_lzma
0:01:57 load avg: 0.52 [28/44] test_math
0:02:00 load avg: 0.52 [29/44] test_memoryview
0:02:00 load avg: 0.52 [30/44] test_operator
0:02:00 load avg: 0.52 [31/44] test_ordered_dict
0:02:01 load avg: 0.52 [32/44] test_patma
0:02:01 load avg: 0.52 [33/44] test_pickle
0:02:06 load avg: 0.52 [34/44] test_pprint
0:02:07 load avg: 0.52 [35/44] test_re
0:02:07 load avg: 0.52 [36/44] test_set
0:02:11 load avg: 0.52 [37/44] test_sqlite3
Traceback (most recent call last):
File "<string>", line 13, in <module>
cx.executescript('''
~~~~~~~~~~~~~~~~^^^^
-- start a transaction and wait for parent
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<8 lines>...
rollback;
^^^^^^^^^
''')
^^^^
sqlite3.OperationalError: user-defined function raised exception
test test_sqlite3 failed
0:02:16 load avg: 0.52 [38/44] test_statistics -- test_sqlite3 failed (1 failure)
0:02:22 load avg: 0.52 [39/44] test_str
0:02:26 load avg: 0.52 [40/44] test_struct
0:02:29 load avg: 0.52 [41/44] test_tabnanny
0:02:39 load avg: 0.52 [42/44] test_time
test test_time failed
0:02:41 load avg: 0.52 [43/44] test_xml_etree -- test_time failed (2 errors)
0:02:42 load avg: 0.52 [44/44] test_xml_etree_c
Total duration: 2 min 43 sec
Total tests: run=9,327 failures=1 skipped=203
Total test files: run=44/44 failed=2
Result: FAILURE
make: *** [Makefile:906: profile-run-stamp] Error 2
configure options :
--enable-optimizations --with-lto
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-sqlite3type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error