Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 705846

Summary: dev-python/pypy3-7.3.0: test failure: test test_join_overflow failed in test_unicode
Product: Gentoo Linux Reporter: Thomas Deutschmann (RETIRED) <whissi>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: normal CC: mgorny
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 705690    
Attachments: build.log
ppc64 build/test log

Description Thomas Deutschmann (RETIRED) gentoo-dev 2020-01-19 15:36:12 UTC
Created attachment 603722 [details]
build.log

> Ran 124 tests in 2.294s
> 
> FAILED (errors=1, skipped=13)
> test_unicode failed
> 
> == Tests result: FAILURE ==
> 
> 1 test failed:
>     test_unicode
> 
> Total duration: 2 sec 500 ms
> Tests result: FAILURE
> test test_unicode failed
> 
> =========================== short test summary info ============================
> FAIL lib-python/3/test/test_buffer.py::unmodified
> FAIL lib-python/3/test/test_hash.py::unmodified
> FAIL lib-python/3/test/test_multiprocessing_fork.py::unmodified
> FAIL lib-python/3/test/test_unicode.py::unmodified
> ============= 4 failed, 394 passed, 10 skipped in 2337.51 seconds ==============
>  * ERROR: dev-python/pypy3-7.3.0::gentoo failed (test phase):
>  *   (no error message)
> 



> ======================================================================
> ERROR: test_join_overflow (test.test_unicode.UnicodeTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/pypy3-7.3.0/work/pypy3.6-v7.3.0-src/lib-python/3/test/test_unicode.py", line 473, in
>  test_join_overflow
>     self.assertRaises(OverflowError, ''.join, seq)
>   File "/var/tmp/portage/dev-python/pypy3-7.3.0/work/pypy3.6-v7.3.0-src/lib-python/3/unittest/case.py", line 733, in ass
> ertRaises
>     return context.handle('assertRaises', args, kwargs)
>   File "/var/tmp/portage/dev-python/pypy3-7.3.0/work/pypy3.6-v7.3.0-src/lib-python/3/unittest/case.py", line 178, in han
> dle
>     callable_obj(*args, **kwargs)
> MemoryError
> 
>
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-01-19 16:48:47 UTC
Oh my, that's even worse than amd64 (cf. excludes in ebuild).  Feel free to ignore it for stabilization purposes, I'll take a look at excluding them later.
Comment 2 Georgy Yakovlev archtester gentoo-dev 2020-01-25 11:45:41 UTC
Created attachment 604250 [details]
ppc64 build/test log

from ppc64

> =========================== short test summary info ============================
> FAIL lib-python/3/test/test_dict.py::unmodified
> FAIL lib-python/3/test/test_idle.py::unmodified
> FAIL lib-python/3/test/test_signal.py::unmodified
> FAIL lib-python/3/test/test_traceback.py::unmodified
> FAIL lib-python/3/test/test_zipfile.py::unmodified
> ============= 5 failed, 393 passed, 10 skipped in 1574.64 seconds ==============