translator/c/test/test_standalone.py::TestStandalone::()::test_os_setpgrp
self = <rpython.translator.c.test.test_standalone.TestStandalone object at 0x00000000354f10f8>
def test_os_setpgrp(self):
def entry_point(argv):
os.setpgrp()
return 0
> t, cbuilder = self.compile(entry_point)
translator/c/test/test_standalone.py:276:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
translator/c/test/test_standalone.py:84: in compile
t, builder = StandaloneTests.compile(self, *args, **kwds)
translator/c/test/test_standalone.py:54: in compile
t.buildrtyper().specialize()
rtyper/rtyper.py:187: in specialize
self.specialize_more_blocks()
rtyper/rtyper.py:234: in specialize_more_blocks
(n, total, percentage))
tool/ansi_print.py:28: in logger_method
ansi_print(text, col)
../py/_io/terminalwriter.py:105: in ansi_print
file.write(text)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_pytest.capture.EncodedFile object at 0x0000000032c4a8a8>
obj = '[rtyper] specializing: 100 / 128 blocks (78%)\n'
def write(self, obj):
if isinstance(obj, unicode):
obj = obj.encode(self.encoding, "replace")
> self.buffer.write(obj)
E IOError: [Errno 28] No space left on device: '<fdopen>'
../_pytest/capture.py:232: IOError
builder: rpython-linux-aarch64 build #572+
test: translator/c/test/test_standalone.py::TestStandalone::()::test_os_setpgrp