While installing Python 3.13 version in docker:dind endingup without installation, getting the issue like as mentioned below
675.0 0:00:26 load avg: 0.94 [18/44] test_fstring
675.0 /Python-3.13.2/Lib/test/test_fstring.py:1655: SyntaxWarning: invalid escape sequence '\N'
675.0 self.assertEqual(f'{b"\N{OX}"=}', 'b"\\N{OX}"=b\'\\\\N{OX}\'')
691.8 0:00:43 load avg: 0.96 [19/44] test_functools
692.5 0:00:44 load avg: 0.96 [20/44] test_generators
692.9 0:00:44 load avg: 0.96 [21/44] test_hashlib
693.7 0:00:45 load avg: 0.96 [22/44] test_heapq
694.4 0:00:46 load avg: 0.96 [23/44] test_int
695.2 0:00:47 load avg: 0.96 [24/44] test_itertools
699.8 0:00:51 load avg: 0.96 [25/44] test_json
704.2 0:00:56 load avg: 0.96 [26/44] test_long
706.7 0:00:58 load avg: 0.97 [27/44] test_lzma
706.8 0:00:58 load avg: 0.97 [28/44] test_math -- test_lzma skipped
709.6 test test_math failed
709.6 0:01:01 load avg: 0.97 [29/44] test_memoryview -- test_math failed (1 failure)
710.1 0:01:01 load avg: 0.97 [30/44] test_operator
710.3 0:01:02 load avg: 0.97 [31/44] test_ordered_dict
711.5 0:01:03 load avg: 0.97 [32/44] test_patma
711.7 0:01:03 load avg: 0.97 [33/44] test_pickle
718.3 0:01:10 load avg: 0.97 [34/44] test_pprint
718.6 0:01:10 load avg: 0.97 [35/44] test_re
719.7 test test_re failed
719.7 0:01:11 load avg: 0.98 [36/44] test_set -- test_re failed (2 failures)
724.7 0:01:16 load avg: 0.98 [37/44] test_sqlite3
725.6 0:01:17 load avg: 0.98 [38/44] test_statistics
733.0 0:01:24 load avg: 0.98 [39/44] test_str
735.1 0:01:26 load avg: 0.98 [40/44] test_struct
735.8 0:01:27 load avg: 0.98 [41/44] test_tabnanny
736.3 0:01:28 load avg: 0.98 [42/44] test_time
739.5 0:01:31 load avg: 0.98 [43/44] test_xml_etree
740.2 0:01:32 load avg: 0.98 [44/44] test_xml_etree_c
741.3
741.3 Total duration: 1 min 33 sec
741.3 Total tests: run=9,178 failures=3 skipped=203
741.3 Total test files: run=44/44 failed=2 skipped=2
741.3 Result: FAILURE
741.3 make: *** [Makefile:886: profile-run-stamp] Error 2
Bug report
Bug description:
While installing Python 3.13 version in docker:dind endingup without installation, getting the issue like as mentioned below
Which is happening in only docker:dind, when I am trying in centos, ubuntu able to install.
And one more with the Python 3.12.9 version able to install in in docker:dind and logs are
So what could be the issue ?.
I am using following Dockerfile code to install Python
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs