Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/module/math/test/test_math.py::AppTestMath::()::test_all_cases

self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x0000000019d5d520>

    def test_all_cases(self):
            import math
>           for fnname, args, expected in self.cases():
                fn = getattr(math, fnname)

[/buildbot/slave/own-linux-aarch64/build/pypy/module/math/test/test_math.py:54]:3: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x0000000019d5d520>

>   ???
E   (application-level) BlockingIOError: [Errno 11] Resource temporarily unavailable: '/buildbot/slave/own-linux-aarch64/build/lib_pypy'

?:3: BlockingIOError
builder: own-linux-aarch64 build #2898+
test: pypy/module/math/test/test_math.py::AppTestMath::()::test_all_cases